From: Lucas De Marchi Date: Tue, 30 Apr 2013 15:34:23 +0000 (-0300) Subject: TODO: Add some entries X-Git-Tag: v14~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e975fd3115e85ed24ae4c6fb5b96fa21641ddcee;p=thirdparty%2Fkmod.git TODO: Add some entries --- diff --git a/TODO b/TODO index ccfc0c03..e3f81d14 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