Merge tag 'edac_updates_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / kernel / kexec.c
index f977786..c82c6c0 100644 (file)
@@ -205,7 +205,7 @@ static inline int kexec_load_check(unsigned long nr_segments,
                return -EPERM;
 
        /* Permit LSMs and IMA to fail the kexec */
-       result = security_kernel_load_data(LOADING_KEXEC_IMAGE);
+       result = security_kernel_load_data(LOADING_KEXEC_IMAGE, false);
        if (result < 0)
                return result;