Re: [PATCH net] drivers: net: xgene: fix possible use after free

2015-11-29 Thread David Miller
From: Eric Dumazet Date: Wed, 25 Nov 2015 09:02:10 -0800 > From: Eric Dumazet > > Once TX has been enabled on a NIC, it is illegal to access skb, > as this skb might have been freed by another cpu, from TX completion > handler. > > Signed-off-by: Eric Dumazet > Reported-by: Mark Rutland >

Re: [PATCH net] drivers: net: xgene: fix possible use after free

2015-11-29 Thread David Miller
From: Eric Dumazet Date: Wed, 25 Nov 2015 09:02:10 -0800 > From: Eric Dumazet > > Once TX has been enabled on a NIC, it is illegal to access skb, > as this skb might have been freed by another cpu, from TX completion > handler. > > Signed-off-by:

Re: [PATCH net] drivers: net: xgene: fix possible use after free

2015-11-27 Thread Iyappan Subramanian
On Wed, Nov 25, 2015 at 9:02 AM, Eric Dumazet wrote: > From: Eric Dumazet > > Once TX has been enabled on a NIC, it is illegal to access skb, > as this skb might have been freed by another cpu, from TX completion > handler. > > Signed-off-by: Eric Dumazet > Reported-by: Mark Rutland >

Re: [PATCH net] drivers: net: xgene: fix possible use after free

2015-11-27 Thread Iyappan Subramanian
On Wed, Nov 25, 2015 at 9:02 AM, Eric Dumazet wrote: > From: Eric Dumazet > > Once TX has been enabled on a NIC, it is illegal to access skb, > as this skb might have been freed by another cpu, from TX completion > handler. > > Signed-off-by: Eric

[PATCH net] drivers: net: xgene: fix possible use after free

2015-11-25 Thread Eric Dumazet
From: Eric Dumazet Once TX has been enabled on a NIC, it is illegal to access skb, as this skb might have been freed by another cpu, from TX completion handler. Signed-off-by: Eric Dumazet Reported-by: Mark Rutland Tested-by: Mark Rutland Cc: Iyappan Subramanian ---

[PATCH net] drivers: net: xgene: fix possible use after free

2015-11-25 Thread Eric Dumazet
From: Eric Dumazet Once TX has been enabled on a NIC, it is illegal to access skb, as this skb might have been freed by another cpu, from TX completion handler. Signed-off-by: Eric Dumazet Reported-by: Mark Rutland Tested-by: