Hi, This PR has three patches for your *net* tree: 1. Silence warning about unused variable when CONFIG_NF_NAT=n, from Tom Rix. 2. nftables: Fix possible out-of-bounds access, from myself. 3. nftables: fix null deref+UAF during element insertion into rbtree, also from myself. The following changes since commit ab87603b251134441a67385ecc9d3371be17b7a7: net: wwan: t7xx: Ensure init is completed before system sleep (2023-05-17 13:02:25 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git tags/nf-23-05-17 for you to fetch changes up to 61ae320a29b0540c16931816299eb86bf2b66c08: netfilter: nft_set_rbtree: fix null deref on element insertion (2023-05-17 14:18:28 +0200) ---------------------------------------------------------------- Florian Westphal (2): netfilter: nf_tables: fix nft_trans type confusion netfilter: nft_set_rbtree: fix null deref on element insertion Tom Rix (1): netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with CONFIG_NF_NAT net/netfilter/nf_conntrack_netlink.c | 4 ++++ net/netfilter/nf_tables_api.c | 4 +--- net/netfilter/nft_set_rbtree.c | 20 +++++++++++++------- -- 2.39.3