]> git.ipfire.org Git - thirdparty/linux.git/commit
x86/hyperv: Move hv crash init after hypercall pg setup
authorMukesh R <mrathor@linux.microsoft.com>
Wed, 4 Feb 2026 01:58:00 +0000 (17:58 -0800)
committerWei Liu <wei.liu@kernel.org>
Wed, 4 Feb 2026 06:26:29 +0000 (06:26 +0000)
commitc3a6ae7ea2d3f507cbddb5818ccc65b9d84d6dc7
tree450fd860234d97222a943ffbc93e66c374481702
parent93f039fe7a775007d7602c34d51b570f4a382bd7
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>
arch/x86/hyperv/hv_init.c