From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-2.6 2/4] esp6: Fix scatterlist initialization Date: Tue, 26 Apr 2011 12:47:51 -0700 (PDT) Message-ID: <20110426.124751.189686838.davem@davemloft.net> References: <20110426053923.GF5495@secunet.com> <20110426054023.GG5495@secunet.com> <20110426054158.GC18896@gondor.apana.org.au> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: steffen.klassert@secunet.com, netdev@vger.kernel.org To: herbert@gondor.apana.org.au Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:48375 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755474Ab1DZTsY (ORCPT ); Tue, 26 Apr 2011 15:48:24 -0400 In-Reply-To: <20110426054158.GC18896@gondor.apana.org.au> Sender: netdev-owner@vger.kernel.org List-ID: From: Herbert Xu Date: Tue, 26 Apr 2011 15:41:58 +1000 > On Tue, Apr 26, 2011 at 07:40:23AM +0200, Steffen Klassert wrote: >> When we use IPsec extended sequence numbers, we may overwrite >> the last scatterlist of the associated data by the scatterlist >> for the skb. This patch fixes this by placing the scatterlist >> for the skb right behind the last scatterlist of the associated >> data. esp4 does it already like that. >> >> Signed-off-by: Steffen Klassert > > Acked-by: Herbert Xu Applied.