CVE-2026-53278
The CVE-2026-53278 issue in the Linux kernel affects the ARM MPAM component. A NULL dereference could occur in __destroy_component_cfg() if it is called from mpam_disable() before the configuration array had been allocated. The fix adds a guard to check whether the config array is allocated and r...