From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Tom Lendacky To: Greg Kroah-Hartman CC: "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" , Herbert Xu Subject: Re: [PATCH 3.4 01/25] crypto: scatterwalk - Set the chain pointer indication bit Date: Wed, 11 Dec 2013 08:51:44 -0600 Message-ID: <2665532.GYRAgVKg91@tlendack-t1> In-Reply-To: <20131211020229.GB15638@kroah.com> References: <20131210075930.808460227@linuxfoundation.org> <986457BC66A4884EBFFDEFEBEB20F84C0B1EBBAA@satlexdag04.amd.com> <20131211020229.GB15638@kroah.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: On Tuesday, December 10, 2013 06:02:29 PM Greg Kroah-Hartman wrote: > On Tue, Dec 10, 2013 at 02:46:46PM +0000, Lendacky, Thomas wrote: > > Hi Greg, > > > > This patch is probably not needed in any of the stable branches, but if > > you do add it you'll need to also include a patch that changes the use > > of an sg_page to an sg_chain_ptr to prevent a BUG_ON when CONFIG_DEBUG_SG > > is enabled (http://marc.info/?l=linux-crypto-vger&m=138627061905651&w=2). > > You are referring to commit 389a5390583a18e45bc4abd4439291abec5e7a63 in > Linus's tree, right? It's in my queue to apply after 3.13-rc4 comes Yes, that's the one. Thanks, Tom > out, but I guess it's good to add it now as it is known that this is an > issue to be resolved. > > I'll go do that right now, thanks for letting me know. > > greg k-h