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 E7326C61D9B for ; Wed, 22 Nov 2023 16:21:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229637AbjKVQV7 (ORCPT ); Wed, 22 Nov 2023 11:21:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47418 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229991AbjKVQV6 (ORCPT ); Wed, 22 Nov 2023 11:21:58 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E4014D8; Wed, 22 Nov 2023 08:21:54 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 653BCC433C8; Wed, 22 Nov 2023 16:21:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700670114; bh=mux1i+1ImksDhtSNwdq1V6BXwyQob627pgil6Ldz/GY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ov35IpjROkuy/u9/MFPUtqf8fxYSmFlA2GIQS5FBInscd3lp2Dc1vzG7lBUlzXDoB kr2aPrV4Uo8bh4zBTIDuf0lv90+B8TRL40FoFJnUGepj9Uogq4pLTZg1pH+mbXBodB r4UO0WmnEyjLuap4YXJXBrCGyejXUDyL0leIzrgoFWg3PFT0OWtyRdlJbqlYM6FUq5 0NX6/Y99tq1hDVOJ6ull9+zIQRrsxZuX/JjSfUEOZdE5zA29DRS0SrC0N6IbAL7emE CZ8LB07yxk61Kt7IQn8zT3vfTYNWmJmlbY5PfbNO358cVq5UHEsE4DaAIlZIf86GE8 fmHDDsgCl0t3w== Date: Wed, 22 Nov 2023 11:21:51 -0500 From: Sasha Levin To: Pablo Neira Ayuso Cc: netfilter-devel@vger.kernel.org, gregkh@linuxfoundation.org, stable@vger.kernel.org Subject: Re: [PATCH -stable,5.4 23/26] netfilter: nftables: update table flags from the commit phase Message-ID: References: <20231121121333.294238-1-pablo@netfilter.org> <20231121121333.294238-24-pablo@netfilter.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20231121121333.294238-24-pablo@netfilter.org> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Nov 21, 2023 at 01:13:30PM +0100, Pablo Neira Ayuso wrote: >commit 0ce7cf4127f14078ca598ba9700d813178a59409 upstream. > >Do not update table flags from the preparation phase. Store the flags >update into the transaction, then update the flags from the commit >phase. We don't seem to have this or the following commits in the 5.10 tree, are they just not needed there? -- Thanks, Sasha