summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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