Re: [PATHC] net: napi_reuse_skb() should check pfmemalloc

2014-10-26 Thread David Miller
From: Eric Dumazet Date: Thu, 23 Oct 2014 06:30:30 -0700 > From: Eric Dumazet > > Do not reuse skb if it was pfmemalloc tainted, otherwise > future frame might be dropped anyway. > > Signed-off-by: Eric Dumazet Applied, thanks Eric. -- To unsubscribe from this list: send the line "unsubscrib

Re: [PATHC] net: napi_reuse_skb() should check pfmemalloc

2014-10-23 Thread Roman Gushchin
Signed-off-by: Roman Gushchin -- @klamm 23.10.2014, 17:30, "Eric Dumazet" : > From: Eric Dumazet > > Do not reuse skb if it was pfmemalloc tainted, otherwise > future frame might be dropped anyway. > > Signed-off-by: Eric Dumazet > --- >  net/core/dev.c |    4 >  1 file changed, 4 insert