summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.de.marchi@gmail.com>2013-04-30 12:34:23 -0300
committerLucas De Marchi <lucas.de.marchi@gmail.com>2013-04-30 12:37:43 -0300
commite975fd3115e85ed24ae4c6fb5b96fa21641ddcee (patch)
treeba720e5053a7e5dff28ef00350b34ad81ecd37c2
parent681bf89afd5ebe34de7651dccd6b2522d821d60e (diff)
downloadkmod-e975fd3115e85ed24ae4c6fb5b96fa21641ddcee.tar.gz
TODO: Add some entries
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index ccfc0c0..e3f81d1 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,12 @@
Features:
=========
+* Add command for signing modules
+ - There is a script to sign modules in kernel tree, but we should be able to
+ sign modules by ourselves
+
+* Stop using NOFAIL() and fatal()
+
* Protect index against OOM
* Implement actions in kmod tool like 'insert', 'remove', 'info', etc