]> granicus.if.org Git - ipset/commitdiff
ipset 6.27 released v6.27
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sat, 7 Nov 2015 12:25:38 +0000 (13:25 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sat, 7 Nov 2015 12:25:38 +0000 (13:25 +0100)
ChangeLog
configure.ac
kernel/ChangeLog

index 1bfd6e5e8723e6f05cc5f24e3fce6582fbc5d048..9d38db56e8e0370a0b6d383255dac8e3bced12bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+6.27
+  - Handle uint64_t alignment issue in ipset tool
+
 6.26
   - Out of bound access in hash:net* types fixed (reported by Dave Jones):
     new tests added to the testsuite to verify the fix
index 8829403b2904b6f49d991d1246313566d76319cd..6627ee78307beba46d43b6cadc312276532a76b5 100644 (file)
@@ -1,5 +1,5 @@
 dnl Boilerplate
-AC_INIT([ipset], [6.26], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.27], [kadlec@blackhole.kfki.hu])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
index a8a6a496556517c3e1651c00af2f7d8ffea8924b..3b0016c39ad1fe2a684b7aaea10a930f1b5d2b3d 100644 (file)
@@ -1,3 +1,17 @@
+6.27
+  - Fix reported memory size for hash:* types
+  - Fix hash type expire: release empty hash bucket block
+  - Fix hash type expiration: incorrect index fixed
+  - Collapse same condition body to a single one
+  - Fix extension alignment
+  - Compatibility: include linux/export.h when needed
+  - Compatibility: make sure vmalloc.h is included for kvfree()
+  - Compatibility: Fix detecting 'struct net' in 'struct tcf_ematch'
+  - Compatibility: Protect definition of RCU_INIT_POINTER in compatibility
+    header file
+  - netfilter: ipset: Fix sleeping memory allocation in atomic context
+    (Nikolay Borisov)
+
 6.26
   - Out of bound access in hash:net* types fixed (reported by Dave Jones)
   - Make struct htype per ipset family (originally from Sergey Popovich)