From: Lucas De Marchi Date: Tue, 23 Sep 2014 03:21:53 +0000 (-0300) Subject: Update TODO X-Git-Tag: v19~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=419b7003af06329cf7336b298fba08f962631184;p=thirdparty%2Fkmod.git Update TODO --- diff --git a/TODO b/TODO index 50e74837..800ce79a 100644 --- 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): ===================================================================