commit 39b686f8d57d7506af7789e915fe7fd103b0fe57 Author: Sasha Levin Date: Thu Mar 5 10:04:32 2026 -0500 Linux 6.12.76 Signed-off-by: Sasha Levin commit 412c9b54585cd7f0e4f43e17d9b4256b7c0b6dab Author: Sasha Levin Date: Thu Mar 5 09:48:33 2026 -0500 Revert "x86/kexec: add a sanity check on previous kernel's ima kexec buffer" This reverts commit c5489d04337b47e93c0623e8145fcba3f5739efd. The commit introduces a call to ima_validate_range() in arch/x86/kernel/setup.c, but the function declaration is not available in the 6.12 stable tree, resulting in build failures due to implicit function declaration errors across multiple stable branches. Signed-off-by: Sasha Levin