From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zoltan Kiss Subject: Re: [PATCH] core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors Date: Wed, 19 Mar 2014 20:39:33 +0000 Message-ID: <532A0085.6070104@citrix.com> References: <1395177455-2077-1-git-send-email-zoltan.kiss@citrix.com> <20140319.162459.897793286761249454.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , , , , , , , , , , , , , , , , , , , , , , , , , To: David Miller Return-path: In-Reply-To: <20140319.162459.897793286761249454.davem@davemloft.net> Sender: linux-kernel-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org On 19/03/14 20:24, David Miller wrote: > From: Zoltan Kiss > Date: Tue, 18 Mar 2014 21:17:35 +0000 > >> skb_zerocopy can copy elements of the frags array between skbs, but it doesn't >> orphan them. Also, it doesn't handle errors, so this patch takes care of that >> as well. >> >> Signed-off-by: Zoltan Kiss >> --- >> net/openvswitch/datapath.c | 6 ++++++ > > Something is seriously wrong with the diffstat generated for > your submission, please fix this and resubmit. Sorry, I've turned off diffstat in guilt a while ago, but this patch had an old version of it. I've resent it. Zoli