In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: idle: Check acpifetchacpidev() return value The return value of acpifetchacpidev() could be NULL, which would cause a NULL pointer dereference to occur in acpidevicehid(). [ rjw: Subject and changelog edits, added empty line after if () ]