From: Eric Dumazet <hidden> Date: 2011-06-19 22:52:44
Its illegal to dereference skb after dev_kfree_skb(skb)
Signed-off-by: Eric Dumazet <redacted>
CC: Robin Holt <redacted>
---
David, I am not sure Robin is active these days, maybe you can take this
patch, since its clearly network related ?
drivers/misc/sgi-xp/xpnet.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
From: David Miller <davem@davemloft.net> Date: 2011-06-19 23:34:27
From: Eric Dumazet <redacted>
Date: Mon, 20 Jun 2011 00:52:36 +0200
Its illegal to dereference skb after dev_kfree_skb(skb)
Signed-off-by: Eric Dumazet <redacted>
CC: Robin Holt <redacted>
---
David, I am not sure Robin is active these days, maybe you can take this
patch, since its clearly network related ?
From: Robin Holt <hidden> Date: 2011-06-20 02:44:57
Thank you Eric.
David, if you want me to submit this through Andrew Morton, I can do
that instead.
Acked-by: Robin Holt <redacted>
On Mon, Jun 20, 2011 at 12:52:36AM +0200, Eric Dumazet wrote:
quoted hunk
Its illegal to dereference skb after dev_kfree_skb(skb)
Signed-off-by: Eric Dumazet <redacted>
CC: Robin Holt <redacted>
---
David, I am not sure Robin is active these days, maybe you can take this
patch, since its clearly network related ?
drivers/misc/sgi-xp/xpnet.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)