From a2a846e09ab67202b11a4795de93130c85f51756 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Sat, 22 Feb 2020 12:53:21 +0100 Subject: ipset 7.6 released Signed-off-by: Jozsef Kadlecsik --- ChangeLog | 4 ++++ configure.ac | 2 +- kernel/ChangeLog | 10 ++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9a4bbf2..ecb3d7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +7.6 + - Add checking system_power_efficient_wq in the kernel source tree + - .gitignore: add temporary files to the list + 7.5 - configure.ac: Support building with old autoconf 2.63 (Serhey Popovych) diff --git a/configure.ac b/configure.ac index 2b80248..0167374 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Boilerplate -AC_INIT([ipset], [7.5], [kadlec@netfilter.org]) +AC_INIT([ipset], [7.6], [kadlec@netfilter.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4]) diff --git a/kernel/ChangeLog b/kernel/ChangeLog index ec1eca5..a853ed4 100644 --- a/kernel/ChangeLog +++ b/kernel/ChangeLog @@ -1,3 +1,13 @@ +7.6 + - netfilter: ipset: Fix forceadd evaluation path + - netfilter: ipset: Correct the reported memory size + - ip_set: Include kernel header instead of UAPI (Serhey Popovych) + - netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reports + - netfilter: ipset: fix suspicious RCU usage in find_set_and_id + - Add compatibility support for bitmap_zalloc() and bitmap_zero() + - netfilter: ipset: use bitmap infrastructure completely + - netfilter: fix a use-after-free in mtype_destroy() (Cong Wang) + 7.5 - netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is present (Florian Westphal) -- cgit v1.2.1