RE: [PATCH V3 6/6] x86/Hyper-V: Report crash data in die() when panic_on_oops is set

From: Michael Kelley
Date: Wed Mar 25 2020 - 14:36:36 EST


From: Tianyu Lan <Tianyu.Lan@xxxxxxxxxxxxx> Sent: Tuesday, March 24, 2020 12:57 AM
>
> When oops happens with panic_on_oops unset, the oops
> thread is killed by die() and system continues to run.
> In such case, guest should not report crash register
> data to host since system still runs. Fix it.
>
> Signed-off-by: Tianyu Lan <Tianyu.Lan@xxxxxxxxxxxxx>
> ---
> drivers/hv/vmbus_drv.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Michael Kelley <mikelley@xxxxxxxxxxxxx>