Hi, The following patchset contains Netfilter/IPVS fixes for net: 1) Fix incorrect sockopts unregistration from error path, from Florian Westphal. 2) A few patches to provide better error reporting when missing kernel netfilter options are missing in .config. 3) Fix dormant table flag updates. 4) Memleak in IPVS when adding service with IP_VS_SVC_F_HASHED flag. Please, pull these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git Thanks! ---------------------------------------------------------------- The following changes since commit 04c26faa51d1e2fe71cf13c45791f5174c37f986: tipc: wait and exit until all work queues are done (2021-05-17 14:07:48 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git HEAD for you to fetch changes up to 56e4ee82e850026d71223262c07df7d6af3bd872: ipvs: ignore IP_VS_SVC_F_HASHED flag when adding service (2021-05-27 13:06:48 +0200) ---------------------------------------------------------------- Florian Westphal (1): netfilter: conntrack: unregister ipv4 sockopts on error unwind Julian Anastasov (1): ipvs: ignore IP_VS_SVC_F_HASHED flag when adding service Pablo Neira Ayuso (3): netfilter: nf_tables: missing error reporting for not selected expressions netfilter: nf_tables: extended netlink error reporting for chain type netfilter: nf_tables: fix table flag updates include/net/netfilter/nf_tables.h | 6 --- net/netfilter/ipvs/ip_vs_ctl.c | 2 +- net/netfilter/nf_conntrack_proto.c | 2 +- net/netfilter/nf_tables_api.c | 84 ++++++++++++++++++++++++++------------ 4 files changed, 59 insertions(+), 35 deletions(-)