]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
Update TODO
authorLucas De Marchi <lucas.demarchi@intel.com>
Tue, 23 Sep 2014 03:21:53 +0000 (00:21 -0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 23 Sep 2014 03:21:53 +0000 (00:21 -0300)
TODO

diff --git a/TODO b/TODO
index 50e7483756dfb8314798b4ed3881daca8b612371..800ce79a49f97adcbf8891972a10055e67a39c01 100644 (file)
--- a/TODO
+++ b/TODO
@@ -5,6 +5,12 @@ Features:
    - There is a script to sign modules in kernel tree, but we should be able to
    sign modules by ourselves
 
+* Remove duplicate symbols in libkmod and tools
+   - Some functions were added both in libkmod and tools like depmod since they
+     couldn't be easily exported. Now we could be sharing there more easily
+     through libkmod-internal, or by creating a shared/ dir in which to put
+     these functions
+
 * Stop using NOFAIL() and fatal()
 
 * Protect index against OOM
@@ -34,9 +40,6 @@ Features:
 * index: drop the "open(), seek(), read()" implementation and use another one
   with mmap(). When lookup() is called and the file is not mmaped, mmap it.
 
-* Finish removal of "rmmod -w" when it's gone from kernel.
-
-* Deprecate not using KMOD_REMOVE_NOWAIT on libkmod.
 
 Things to be added/removed in kernel (check what is really needed):
 ===================================================================