From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 26EFDC432C0 for ; Mon, 2 Dec 2019 18:35:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E9F3720718 for ; Mon, 2 Dec 2019 18:35:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575311727; bh=1Sz+zRAX47X852dly94ySsVhbz9r2hBLQ7vJEM0U4Mo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=1lAvTjpa++kDBPcSCSQ6Vs9EqhkM67vsJf8HglW5Hp6/7+sA+1F+H1xToJpyU7Utk 5HUxwQIXtVBh2iFH8alK27h4z3LBVUHrOFfkUKIPiStbistBlMT6ku20XTeo+J4tB3 aRC6a3MW8yrEto3UewpLhCOsZKG0T95hkUFnCYCI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727888AbfLBSf0 (ORCPT ); Mon, 2 Dec 2019 13:35:26 -0500 Received: from mail.kernel.org ([198.145.29.99]:60990 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727498AbfLBSfZ (ORCPT ); Mon, 2 Dec 2019 13:35:25 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id ADFE220637; Mon, 2 Dec 2019 18:35:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575311725; bh=1Sz+zRAX47X852dly94ySsVhbz9r2hBLQ7vJEM0U4Mo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2cB+jUwdOeQIxFeRlNjukBbPZoLK8B3ekUyzFCel6coxmbpaNVdaEqkoOt91xmo4a i1wXz2qc8E15lrs+q7RG+2SNWnp9zmkeqlkU6hL4XNsug6HywBg1wZhmzO297TvJMg xsN9gUw3hZKyLi1TmSqhzxiz2e/3VJmsVgIjhkV0= Date: Mon, 2 Dec 2019 19:35:22 +0100 From: Greg KH To: JD Cc: Steffen Klassert , netdev@vger.kernel.org Subject: Re: Followup: Kernel memory leak on 4.11+ & 5.3.x with IPsec Message-ID: <20191202183522.GA734264@kroah.com> References: <20191101075335.GG14361@gauss3.secunet.de> <20191111062832.GP13225@gauss3.secunet.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.12.2 (2019-09-21) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, Dec 02, 2019 at 12:10:32PM -0600, JD wrote: > Hello, > > I noticed the patch hasn't been in the last two stable releases for 4.14 and > 4.19.  I checked the 4.14.157 and 4.19.87 release but the xfrm_state.c file > doesn't have the patch. > > Any update on or eta when this patch will backported to those two?  Also, I > suppose 5.3.14 will need it as well. Sorry, I didn't realize this was already in the stable kernel tree. I'll go queue it up now... greg k-h