[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230822154336.12888-1-fw@strlen.de>
Date: Tue, 22 Aug 2023 17:43:21 +0200
From: Florian Westphal <fw@...len.de>
To: <netdev@...r.kernel.org>
Cc: Paolo Abeni <pabeni@...hat.com>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
<netfilter-devel@...r.kernel.org>
Subject: [PATCH net-next 00/10] netfilter updates for net-next
Hello,
This batch contains a few updates for your *net-next* tree.
First patch resolves a fortify warning by wrapping the to-be-copied
members via struct_group.
Second patch replaces array[0] with array[] in ebtables uapi.
Both changes from GONG Ruiqi.
The largest chunk is replacement of strncpy with strscpy_pad()
in netfilter, from Justin Stitt.
Last patch, from myself, aborts ruleset validation if a fatal
signal is pending, this speeds up process exit.
The following changes since commit 43c2817225fce05701f062a996255007481935e2:
net: remove unnecessary input parameter 'how' in ifdown function (2023-08-22 13:19:02 +0200)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next.git tags/nf-next-23-08-22
for you to fetch changes up to 169384fbe8513185499bcbb817d198e6a63eb37e:
netfilter: nf_tables: allow loop termination for pending fatal signal (2023-08-22 15:14:32 +0200)
----------------------------------------------------------------
nf-next pull request 2023-08-22
----------------------------------------------------------------
Florian Westphal (1):
netfilter: nf_tables: allow loop termination for pending fatal signal
GONG, Ruiqi (2):
netfilter: ebtables: fix fortify warnings in size_entry_mwt()
netfilter: ebtables: replace zero-length array members
Justin Stitt (7):
netfilter: ipset: refactor deprecated strncpy
netfilter: nf_tables: refactor deprecated strncpy
netfilter: nf_tables: refactor deprecated strncpy
netfilter: nft_osf: refactor deprecated strncpy
netfilter: nft_meta: refactor deprecated strncpy
netfilter: x_tables: refactor deprecated strncpy
netfilter: xtables: refactor deprecated strncpy
include/uapi/linux/netfilter_bridge/ebtables.h | 22 ++++++++++++----------
net/bridge/netfilter/ebtables.c | 3 +--
net/netfilter/ipset/ip_set_core.c | 10 +++++-----
net/netfilter/nf_tables_api.c | 6 ++++++
net/netfilter/nft_ct.c | 2 +-
net/netfilter/nft_fib.c | 2 +-
net/netfilter/nft_meta.c | 6 +++---
net/netfilter/nft_osf.c | 6 +++---
net/netfilter/x_tables.c | 5 ++---
net/netfilter/xt_repldata.h | 2 +-
10 files changed, 35 insertions(+), 29 deletions(-)
Powered by blists - more mailing lists