Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
+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)
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])
+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)