mbox series

[SRU,FOCAL/linux-azure,BIONIC/linux-azure-4.15,0/1] SF 290881 Only notify Hyper-V for die events that are oops

Message ID 20200818184303.56912-1-william.gray@canonical.com
Headers show
Series SF 290881 Only notify Hyper-V for die events that are oops | expand

Message

William Breathitt Gray Aug. 18, 2020, 6:43 p.m. UTC
Currently, Hyper-V may be notified of a panic for any die event.

However, this results in false panic notifications for various user
space traps that are die events.

The following commit fixes this by ignoring die events that is not an
oops: 608a973bd52e ("Drivers: hv: vmbus: Only notify Hyper-V for die
events that are oops")

The upstream patch applies cleanly to both focal:linux-azure and
bionic:linux-azure-4.15 as a simple cherry pick.

Michael Kelley (1):
  Drivers: hv: vmbus: Only notify Hyper-V for die events that are oops

 drivers/hv/vmbus_drv.c | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Colin Ian King Aug. 18, 2020, 7:29 p.m. UTC | #1
On 18/08/2020 19:43, William Breathitt Gray wrote:
> Currently, Hyper-V may be notified of a panic for any die event.
> 
> However, this results in false panic notifications for various user
> space traps that are die events.
> 
> The following commit fixes this by ignoring die events that is not an
> oops: 608a973bd52e ("Drivers: hv: vmbus: Only notify Hyper-V for die
> events that are oops")
> 
> The upstream patch applies cleanly to both focal:linux-azure and
> bionic:linux-azure-4.15 as a simple cherry pick.
> 
> Michael Kelley (1):
>   Drivers: hv: vmbus: Only notify Hyper-V for die events that are oops
> 
>  drivers/hv/vmbus_drv.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 

Clean cherry pick, looks ok to me

Acked-by: Colin Ian King <colin.king@canonical.com>
Khalid Elmously Aug. 28, 2020, 4:28 a.m. UTC | #2
On 2020-08-18 14:43:02 , William Breathitt Gray wrote:
> Currently, Hyper-V may be notified of a panic for any die event.
> 
> However, this results in false panic notifications for various user
> space traps that are die events.
> 
> The following commit fixes this by ignoring die events that is not an
> oops: 608a973bd52e ("Drivers: hv: vmbus: Only notify Hyper-V for die
> events that are oops")
> 
> The upstream patch applies cleanly to both focal:linux-azure and
> bionic:linux-azure-4.15 as a simple cherry pick.
> 
> Michael Kelley (1):
>   Drivers: hv: vmbus: Only notify Hyper-V for die events that are oops
> 
>  drivers/hv/vmbus_drv.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> -- 
> 2.25.1
> 
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team