[PATCH] net/9p: fix error path of p9_virtio_probe

2018-05-24 Thread Jean-Philippe Brucker
Currently when virtio_find_single_vq fails, we go through del_vqs which throws a warning (Trying to free already-free IRQ). Skip del_vqs if vq allocation failed. Signed-off-by: Jean-Philippe Brucker <jean-philippe.bruc...@arm.com> --- net/9p/trans_virtio.c | 3 ++- 1 file changed, 2 inse

[PATCH iproute2] ss: fix NULL dereference when rendering without header

2018-03-03 Thread Jean-Philippe Brucker
-Philippe Brucker <jphilippe.bruc...@gmail.com> --- misc/ss.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/misc/ss.c b/misc/ss.c index e047f9c0..e087bef7 100644 --- a/misc/ss.c +++ b/misc/ss.c @@ -1197,10 +1197,15 @@ newline: /* Render buffered output with s

[PATCH] igb: Fix TX map failure path

2017-10-19 Thread Jean-Philippe Brucker
] PC is at igb_xmit_frame_ring+0x9c8/0xcb8 Fix the erroneous test that leads to this situation. Signed-off-by: Jean-Philippe Brucker <jean-philippe.bruc...@arm.com> --- drivers/net/ethernet/intel/igb/igb_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/et