Hi, The following patchset contains Netfilter fixes for net: Fix a possible null-ptr-deref sometimes triggered by iptables-restore at boot time. Register iptables {ipv4,ipv6} nat table pernet in first place to fix this issue. Patch #1 and #2 from Kuniyuki Iwashima. Please, pull these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git nf-24-07-31 Thanks. ---------------------------------------------------------------- The following changes since commit 0bf50cead4c4710d9f704778c32ab8af47ddf070: Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue (2024-07-30 18:41:10 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git tags/nf-24-07-31 for you to fetch changes up to c22921df777de5606f1047b1345b8d22ef1c0b34: netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init(). (2024-07-31 23:21:34 +0200) ---------------------------------------------------------------- netfilter pull request 24-07-31 ---------------------------------------------------------------- Kuniyuki Iwashima (2): netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init(). netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init(). net/ipv4/netfilter/iptable_nat.c | 18 ++++++++++-------- net/ipv6/netfilter/ip6table_nat.c | 14 +++++++++----- 2 files changed, 19 insertions(+), 13 deletions(-)