mbox series

[net,0/3] netfilter followup fixes for net

Message ID 20220804172629.29748-1-fw@strlen.de (mailing list archive)
Headers show
Series netfilter followup fixes for net | expand

Message

Florian Westphal Aug. 4, 2022, 5:26 p.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 6, 2022, 2 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Thu,  4 Aug 2022 19:26:26 +0200 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net,1/3] netfilter: nf_tables: fix crash when nf_trace is enabled
    https://git.kernel.org/netdev/net/c/399a14ec7993
  - [net,2/3] selftests: netfilter: add test case for nf trace infrastructure
    https://git.kernel.org/netdev/net/c/fe9e420defab
  - [net,3/3] netfilter: flowtable: fix incorrect Kconfig dependencies
    https://git.kernel.org/netdev/net/c/b06ada6df9cf

You are awesome, thank you!