Re: [PATCH] tipc: fix NULL pointer dereference in shutdown()

2016-08-15 Thread David Miller
From: Jon Maloy Date: Mon, 15 Aug 2016 19:48:24 + > Sorry, I just came back from vacation today. > > Acked-by: Jon Maloy Applied.

RE: [PATCH] tipc: fix NULL pointer dereference in shutdown()

2016-08-15 Thread Jon Maloy
Kerrisk ; > linux-ker...@vger.kernel.org > Subject: Re: [PATCH] tipc: fix NULL pointer dereference in shutdown() > > Hi, > > I didn't see this patch go in yet. Jon Maloy, ping? > > Should this go through somebody else? > > > Vegard > > O

Re: [PATCH] tipc: fix NULL pointer dereference in shutdown()

2016-08-12 Thread Vegard Nossum
: Jon Maloy; Xue, Ying Cc: netdev@vger.kernel.org; David S. Miller; Michael Kerrisk; linux-ker...@vger.kernel.org; Vegard Nossum; sta...@vger.kernel.org Subject: [PATCH] tipc: fix NULL pointer dereference in shutdown() tipc_msg_create() can return a NULL skb and if so, we shouldn't t

RE: [PATCH] tipc: fix NULL pointer dereference in shutdown()

2016-07-23 Thread Xue, Ying
Subject: [PATCH] tipc: fix NULL pointer dereference in shutdown() tipc_msg_create() can return a NULL skb and if so, we shouldn't try to call tipc_node_xmit_skb() on it. general protection fault: [#1] PREEMPT SMP KASAN CPU: 3 PID: 30298 Comm: trinity-c0 Not tainted 4.7.0-rc7

[PATCH] tipc: fix NULL pointer dereference in shutdown()

2016-07-22 Thread Vegard Nossum
tipc_msg_create() can return a NULL skb and if so, we shouldn't try to call tipc_node_xmit_skb() on it. general protection fault: [#1] PREEMPT SMP KASAN CPU: 3 PID: 30298 Comm: trinity-c0 Not tainted 4.7.0-rc7+ #19 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Ubunt