summaryrefslogtreecommitdiffstats
path: root/kernel/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/ChangeLog')
-rw-r--r--kernel/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/ChangeLog b/kernel/ChangeLog
index 849e98e..192f689 100644
--- a/kernel/ChangeLog
+++ b/kernel/ChangeLog
@@ -1,5 +1,13 @@
+4.0
- Compilation of ip_set_iptree.c fails with kernel 2.6.20 due to
missing include of linux/jiffies.h (Jan Engelhardt)
+ - Do not use DECLARE_MUTEX (compatibility fix on 2.6.31-rt, Jan
+ Engelhardt)
+ - Flushing iptreemap type of sets caused high ksoftirqd load due to
+ zeroed out timeout parameter (bug reported by Georg Chini)
+ - New protocol is introduced to handle aligment issues properly
+ (bug reported by Georg Chini)
+ - Binding support is removed
3.2
- Mixed up formats in ip_set_iptree.c (Rob Sterenborg)