From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:52596 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751145AbdKUQqP (ORCPT ); Tue, 21 Nov 2017 11:46:15 -0500 Date: Tue, 21 Nov 2017 17:46:18 +0100 From: Greg KH To: Eric Biggers Cc: herbert@gondor.apana.org.au, stable@vger.kernel.org, tudor.ambarus@microchip.com Subject: Re: FAILED: patch "[PATCH] crypto: dh - Fix double free of ctx->p" failed to apply to 4.9-stable tree Message-ID: <20171121164618.GC20401@kroah.com> References: <15110915639117@kroah.com> <20171120190822.GA61394@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171120190822.GA61394@google.com> Sender: stable-owner@vger.kernel.org List-ID: On Mon, Nov 20, 2017 at 11:08:22AM -0800, Eric Biggers wrote: > On Sun, Nov 19, 2017 at 12:39:23PM +0100, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 4.9-stable tree. > > If someone wants it applied there, or to any other stable or longterm > > tree, then please email the backport, including the original git commit > > id to . > > > > thanks, > > > > greg k-h > > > > ------------------ original commit in Linus's tree ------------------ > > > > From 12d41a023efb01b846457ccdbbcbe2b65a87d530 Mon Sep 17 00:00:00 2001 > > From: Eric Biggers > > Date: Sun, 5 Nov 2017 18:30:44 -0800 > > Subject: [PATCH] crypto: dh - Fix double free of ctx->p > > Hmm, looks like it needs commit ee34e2644a78 ("crypto: dh - fix memleak in > setkey"). Can you include that in 4.9 as well? Thanks, that worked! greg k-h