summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@netfilter.org>2020-11-19 21:34:57 +0100
committerJozsef Kadlecsik <kadlec@netfilter.org>2020-11-19 21:34:57 +0100
commiteee41e3e37714108fe260f94cea2289ecbb390b0 (patch)
treea1656aa1e37dbef0c84c50d2a8081f34d89b6063
parentb3ca4a853cde62acb35f244aab75bcacc542b7ba (diff)
ipset 7.8 releasedv7.8
Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
-rw-r--r--configure.ac2
-rw-r--r--kernel/ChangeLog10
2 files changed, 11 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c10f9f6..3f77993 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Boilerplate
-AC_INIT([ipset], [7.7], [kadlec@netfilter.org])
+AC_INIT([ipset], [7.8], [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 5abd482..ec0f890 100644
--- a/kernel/ChangeLog
+++ b/kernel/ChangeLog
@@ -1,3 +1,13 @@
+7.8
+ - Complete backward compatibility fix for package copy of <linux/jhash.h>
+ - Compatibility: check for kvzalloc() and GFP_KERNEL_ACCOUNT
+ - netfilter: ipset: enable memory accounting for ipset allocations
+ (Vasily Averin)
+ - netfilter: ipset: prevent uninit-value in hash_ip6_add (Eric Dumazet)
+ - Compatibility: use skb_policy() from if_vlan.h if available
+ - Compatibility: Check for the fourth arg of list_for_each_entry_rcu()
+ - Backward compatibility fix for the package copy of <linux/jhash.h>
+
7.7
- Expose the initval hash parameter to userspace
- Add bucketsize parameter to all hash types