CVE-2025-23155
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 irq_desc and may be accessed from procfs.
To fix it, use the persistent mask cpumask_of(cpu#).
More information : https://git.kernel.org/stable/c/442312c2a90d60c7a5197246583fa91d9e579985
