commit 4fc00fe35d46b4fc8dac2eb543a0e3d44bb15f47 Author: Sasha Levin Date: Thu Mar 5 10:03:43 2026 -0500 Linux 6.6.129 Signed-off-by: Sasha Levin commit acf7c8972775a35be318744cc436bdb20b65cebe 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