summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2014-06-14 12:46:38 -0300
committerLucas De Marchi <lucas.demarchi@intel.com>2014-06-14 12:46:38 -0300
commitae58de0fcb4a6528dd365e23d383bbe2eaf2d566 (patch)
treed8587b04f6d33ff8f5b5e9244f7ba3c382ee2b46 /NEWS
parenta5a41f8dbb6cd37903bda2693e0f119f7e67f268 (diff)
downloadkmod-ae58de0fcb4a6528dd365e23d383bbe2eaf2d566.tar.gz
kmod 18v18
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dfdb911..b03c7c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+kmod 18
+=======
+
+- Bug fixes:
+ - Fix leaks in error paths
+ - Fix use-after-free in hash implementation causing a wrong index to be
+ generated by depmod with out-of-tree modules
+
+- New features:
+ - Calling depmod with modules creating a dependency loop will now make
+ depmod return an error and not update the indexes. This is to protect
+ the current index not being overridden by another index that may cause
+ a boot failure, depending on the buggy module. It's a necessary
+ change in behavior regarding previous kmod releases and
+ module-init-tools. The error message was also improved to output
+ the modules that caused the dependency cycle.
+
+- Improvements to testsuite:
+ - Fix and improve expected-fail test
+ - Add tests for hashmap implementation
+
kmod 17
=======