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>