RE: [PATCH V3 5/6] x86/Hyper-V: Report crash register data when sysctl_record_panic_msg is not set
From: Michael Kelley <hidden>
Date: 2020-03-25 18:34:49
Also in:
lkml
From: Michael Kelley <hidden>
Date: 2020-03-25 18:34:49
Also in:
lkml
From: Tianyu Lan <redacted> Sent: Tuesday, March 24, 2020 12:57 AM
When sysctl_record_panic_msg is not set, the panic will not be reported to Hyper-V via hyperv_report_panic_msg(). So the crash should be reported via hyperv_report_panic(). Signed-off-by: Tianyu Lan <redacted> --- drivers/hv/vmbus_drv.c | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-)
Reviewed-by: Michael Kelley <redacted>