Files
linux-nf/arch/x86/hyperv
Mukesh R c3a6ae7ea2 x86/hyperv: Move hv crash init after hypercall pg setup
hv_root_crash_init() is not setting up the hypervisor crash collection
for baremetal cases because when it's called, hypervisor page is not
setup.

Fix is simple, just move the crash init call after the hypercall
page setup.

Signed-off-by: Mukesh Rathor <mrathor@linux.microsoft.com>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
2026-02-04 06:26:29 +00:00
..