In the Linux kernel, the following vulnerability has been resolved:
net: stmmac: Fix accessing freed irq affinity_hint
The cpumask should not be a local variable, since its pointer is saved to irqdesc and may be accessed from procfs. To fix it, use the persistent mask cpumaskof(cpu#).