From patchwork Thu Aug 4 17:26:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Westphal X-Patchwork-Id: 12936541 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 8774FC19F2A for ; Thu, 4 Aug 2022 17:26:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238006AbiHDR0z (ORCPT ); Thu, 4 Aug 2022 13:26:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47986 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232682AbiHDR0y (ORCPT ); Thu, 4 Aug 2022 13:26:54 -0400 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [IPv6:2a0a:51c0:0:12e:520::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5CDB96301 for ; Thu, 4 Aug 2022 10:26:53 -0700 (PDT) Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1oJecU-0007DF-1g; Thu, 04 Aug 2022 19:26:50 +0200 From: Florian Westphal To: Cc: Paolo Abeni , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Florian Westphal Subject: [PATCH net 0/3] netfilter followup fixes for net Date: Thu, 4 Aug 2022 19:26:26 +0200 Message-Id: <20220804172629.29748-1-fw@strlen.de> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org Regressions, since 5.19: Fix crash when packet tracing is enabled via 'meta nftrace set 1' rule. Also comes with a test case. Regressions, this cycle: Fix Kconfig dependency for the flowtable /proc interface, we want this to be off by default. Florian Westphal (2): netfilter: nf_tables: fix crash when nf_trace is enabled selftests: netfilter: add test case for nf trace infrastructure Pablo Neira Ayuso (1): netfilter: flowtable: fix incorrect Kconfig dependencies net/netfilter/Kconfig | 3 +- net/netfilter/nf_tables_core.c | 21 +++-- .../selftests/netfilter/nft_trans_stress.sh | 81 +++++++++++++++++-- 3 files changed, 87 insertions(+), 18 deletions(-)