]> git.ipfire.org Git - thirdparty/ipset.git/commitdiff
ipset 7.8 released v7.8
authorJozsef Kadlecsik <kadlec@netfilter.org>
Thu, 19 Nov 2020 20:34:57 +0000 (21:34 +0100)
committerJozsef Kadlecsik <kadlec@netfilter.org>
Thu, 19 Nov 2020 20:34:57 +0000 (21:34 +0100)
Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
configure.ac
kernel/ChangeLog

index c10f9f685ef5e8fd1ce64efd67ea67f9299d89d2..3f779937484ce55cff4dd174f2d668105f882427 100644 (file)
@@ -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])
index 5abd48206a57da4943f3f02f54cf4d1d4b0ebaa5..ec0f890b9644c106cf1f794111bc2f51f9109352 100644 (file)
@@ -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