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(-)