Hi, The following patchset contains Netfilter fixes for net: 1) Add commit and abort set operation to pipapo set abort path. 2) Bail out immediately in case of ENOMEM in nfnetlink batch. 3) Incorrect error path handling when creating a new rule leads to dangling pointer in set transaction list. Please, pull these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git nf-23-06-08 Thanks. ---------------------------------------------------------------- The following changes since commit ab39b113e74751958aac1b125a14ee42bd7d3efd: Merge tag 'for-net-2023-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth (2023-06-06 21:36:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git tags/nf-23-06-08 for you to fetch changes up to 1240eb93f0616b21c675416516ff3d74798fdc97: netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE (2023-06-08 21:49:26 +0200) ---------------------------------------------------------------- netfilter pull request 23-06-08 ---------------------------------------------------------------- Pablo Neira Ayuso (3): netfilter: nf_tables: integrate pipapo into commit protocol netfilter: nfnetlink: skip error delivery on batch in case of ENOMEM netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE include/net/netfilter/nf_tables.h | 4 ++- net/netfilter/nf_tables_api.c | 59 ++++++++++++++++++++++++++++++++++++++- net/netfilter/nfnetlink.c | 3 +- net/netfilter/nft_set_pipapo.c | 55 ++++++++++++++++++++++++++---------- 4 files changed, 103 insertions(+), 18 deletions(-)