Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / drivers / hv / hv_common.c
index 820e81406251994034c1bd4596464d55281a148b..ae68298c0dcac59add8948c0510499b6958ea434 100644 (file)
@@ -80,8 +80,10 @@ int __init hv_common_init(void)
         * calling crash enlightment interface before running kdump
         * kernel.
         */
-       if (ms_hyperv.misc_features & HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE)
+       if (ms_hyperv.misc_features & HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE) {
                crash_kexec_post_notifiers = true;
+               pr_info("Hyper-V: enabling crash_kexec_post_notifiers\n");
+       }
 
        /*
         * Allocate the per-CPU state for the hypercall input arg.