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 5B60FEB64D9 for ; Wed, 12 Jul 2023 08:26:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232597AbjGLI0d (ORCPT ); Wed, 12 Jul 2023 04:26:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56060 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232365AbjGLI0C (ORCPT ); Wed, 12 Jul 2023 04:26:02 -0400 Received: from mail.netfilter.org (mail.netfilter.org [217.70.188.207]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 8ED0235B6; Wed, 12 Jul 2023 01:21:04 -0700 (PDT) Date: Wed, 12 Jul 2023 10:19:45 +0200 From: Pablo Neira Ayuso To: Salvatore Bonaccorso Cc: netfilter-devel@vger.kernel.org, sashal@kernel.org, gregkh@linuxfoundation.org, stable@vger.kernel.org Subject: Re: [PATCH -stable,5.10,v2 01/11] netfilter: nf_tables: use net_generic infra for transaction data Message-ID: References: <20230705150011.59408-1-pablo@netfilter.org> <20230705150011.59408-2-pablo@netfilter.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Jul 12, 2023 at 08:06:32AM +0200, Salvatore Bonaccorso wrote: > Hi, > > On Wed, Jul 05, 2023 at 05:00:01PM +0200, Pablo Neira Ayuso wrote: > > From: Florian Westphal > > > > [ 0854db2aaef3fcdd3498a9d299c60adea2aa3dc6 ] > > For all patches in this series, that should be either > > [ Upstream commit 0854db2aaef3fcdd3498a9d299c60adea2aa3dc6 ] > > or > > commit 0854db2aaef3fcdd3498a9d299c60adea2aa3dc6 upstream. I will fix this and submit a v3. Thanks