Re: [PATCH net] netem: fix skb_orphan_partial()

2017-05-11 Thread David Miller
From: Eric Dumazet Date: Thu, 11 May 2017 15:24:41 -0700 > From: Eric Dumazet > > I should have known that lowering skb->truesize was dangerous :/ > > In case packets are not leaving the host via a standard Ethernet device, > but looped back to local sockets, bad things can happen, as reported

[PATCH net] netem: fix skb_orphan_partial()

2017-05-11 Thread Eric Dumazet
From: Eric Dumazet I should have known that lowering skb->truesize was dangerous :/ In case packets are not leaving the host via a standard Ethernet device, but looped back to local sockets, bad things can happen, as reported by Michael Madsen ( https://bugzilla.kernel.org/show_bug.cgi?id=195713