commit | e2a666d52b4825c26c857cada211f3baac26a600 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri Oct 19 11:53:15 2012 +1030 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Oct 19 08:27:43 2012 -0700 |
tree | b7e91bd10e8c1b2932ffd1716fde3abccd7c4dd8 | |
parent | c9623de4fc2f8320fe94316b46171683be3b1d59 [diff] |
kbuild: sign the modules at install time Linus deleted the old code and put signing on the install command, I fixed it to extract the keyid and signer-name within sign-file and cleaned up that script now it always signs in-place. Some enthusiast should convert sign-key to perl and pull x509keyid into it. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>