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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F7BBC001DE for ; Wed, 26 Jul 2023 22:30:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229966AbjGZWaZ (ORCPT ); Wed, 26 Jul 2023 18:30:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33912 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229506AbjGZWaY (ORCPT ); Wed, 26 Jul 2023 18:30:24 -0400 X-Greylist: delayed 764 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Wed, 26 Jul 2023 15:30:23 PDT Received: from ganesha.gnumonks.org (ganesha.gnumonks.org [IPv6:2001:780:45:1d:225:90ff:fe52:c662]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B2941FFA; Wed, 26 Jul 2023 15:30:23 -0700 (PDT) Received: from [46.222.17.104] (port=6984 helo=gnumonks.org) by ganesha.gnumonks.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qOn1P-006lJc-6D; Thu, 27 Jul 2023 00:30:21 +0200 Date: Thu, 27 Jul 2023 00:30:17 +0200 From: Pablo Neira Ayuso To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , Sasha Levin , netfilter-devel@vger.kernel.org Subject: Re: Netfilter -stable patches for 6.1.y Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Thu, Jul 27, 2023 at 12:17:31AM +0200, Pablo Neira Ayuso wrote: > Hi Greg, Sasha, > > Could you please cherry-pick: > > 29ad9a305943 ("netfilter: nf_tables: fix underflow in chain reference counter") > b8ae60de6fd3 ("netfilter: nf_tables: fix underflow in object reference counter" Err. Wrong commit IDs and patch order, apologies. Correct commit IDs are: Patch #1 d6b478666ffa ("netfilter: nf_tables: fix underflow in object reference counter") Patch #2 b389139f12f2 ("netfilter: nf_tables: fix underflow in chain reference counter") > into 6.1.y? > > Other -stable kernels I have just audited do not need these updates, > since this fix have been already included in my recent -stable backports. > > Thanks. > > P.S: Moving forward, I will add the Cc: stable@vger.kernel.org tag to > patches as Greg suggested.