diff options
author | Lucas De Marchi <lucas.de.marchi@gmail.com> | 2013-04-30 12:34:23 -0300 |
---|---|---|
committer | Lucas De Marchi <lucas.de.marchi@gmail.com> | 2013-04-30 12:37:43 -0300 |
commit | e975fd3115e85ed24ae4c6fb5b96fa21641ddcee (patch) | |
tree | ba720e5053a7e5dff28ef00350b34ad81ecd37c2 /TODO | |
parent | 681bf89afd5ebe34de7651dccd6b2522d821d60e (diff) | |
download | kmod-e975fd3115e85ed24ae4c6fb5b96fa21641ddcee.tar.gz kmod-e975fd3115e85ed24ae4c6fb5b96fa21641ddcee.tar.bz2 kmod-e975fd3115e85ed24ae4c6fb5b96fa21641ddcee.zip |
TODO: Add some entries
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |