CVE-2026-31506
In the Linux kernel, the following vulnerability has been resolved:
net: bcmasp: fix double free of WoL irq
We do not need to free wol_irq since it was instantiated with
devm_request_irq(). So devres will free for us.
More information : https://git.kernel.org/stable/c/121a6ad9cd42ba3bfc57deae93e3326515c2afe1
