From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6FAD618C31 for ; Mon, 9 Sep 2024 17:01:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725901317; cv=none; b=JOmv95clf5eusDycriZ4ChPUpn06D6Mr2oP7Yb3WbCQrZ8sNCH27AEDpt8UAzrapEeDnqKAfcv2SR7SAEpnQFwI1y8qiAE1rhB9xt9WKu4XgADc+aYjONBx8UHjDUbay9JzhaEijSTr7K1+LAPZ8h3NcqlSZ6J05+zoy965fAj4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725901317; c=relaxed/simple; bh=TtrubgYAh2uiPCmQichRID5EQ2w8DsQw8PwCPVS21rE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=K+bcDX9BbnYrSTVPvfJ09HegfUz0hG5a6+lbcFDFW3Lw14jDeygmYVgSkuiDUQ+TKiZR3uIe8mSHWu7HrJgGpo7K5sMl2Hzn1UNfOs7N222akljBiB6auyXXgZB2/GHz7sQBD5HTLO3S7Xliox6Fop4JPi9at/XEhrFJSva5wpQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=ELZAGKBH; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="ELZAGKBH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8622EC4CEC5; Mon, 9 Sep 2024 17:01:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1725901316; bh=TtrubgYAh2uiPCmQichRID5EQ2w8DsQw8PwCPVS21rE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ELZAGKBHDdaiu174+GJf4UFaVaZHgcbKXKH2Dwb8ZPOFo/pt3bbHFFyT5lKEhAjAG HRqE3EzlM4v8oRixXo2sO2B2AqrUtLGrIXViBvbKqryC2mZCbN6rKHd3jb/h86isAD 7u5jF5Mb95P70b5W0IudkjPnQX/vttdnjN4x7Ptw= Date: Mon, 9 Sep 2024 19:01:46 +0200 From: Greg KH To: Eric Dumazet Cc: fw@strlen.de, kuba@kernel.org, syzkaller@googlegroups.com, tom@herbertland.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] ila: call nf_unregister_net_hooks() sooner" failed to apply to 4.19-stable tree Message-ID: <2024090940-singer-sterility-f1dc@gregkh> References: <2024090859-daffodil-skillful-c1e1@gregkh> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Mon, Sep 09, 2024 at 09:59:49AM +0200, Eric Dumazet wrote: > On Sun, Sep 8, 2024 at 2:51 PM wrote: > > > > > > The patch below does not apply to the 4.19-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 . > > > > To reproduce the conflict and resubmit, you may use the following commands: > > > > git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-4.19.y > > git checkout FETCH_HEAD > > git cherry-pick -x 031ae72825cef43e4650140b800ad58bf7a6a466 > > # > > git commit -s > > git send-email --to '' --in-reply-to '2024090859-daffodil-skillful-c1e1@gregkh' --subject-prefix 'PATCH 4.19.y' HEAD^.. > > > > Possible dependencies: > > > > 031ae72825ce ("ila: call nf_unregister_net_hooks() sooner") > > > > thanks, > > > > greg k-h > > Hi Greg, I think you can cherry-pick this patch from linux-5.3 era, > adding the pre_exit() method > > commit d7d99872c144a2c2f5d9c9d83627fa833836cba5 > Author: Eric Dumazet > Date: Tue Jun 18 11:08:59 2019 -0700 > > netns: add pre_exit method to struct pernet_operations > > Then cherry-picking 031ae72825cef43e4650140b800ad58bf7a6a466 will work > just fine. That worked, thanks! greg k-h