]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: sign the modules at install time
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 19 Oct 2012 01:23:15 +0000 (11:53 +1030)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Oct 2012 15:27:43 +0000 (08:27 -0700)
commitf56d9d4c3e9b5e9b9abfc90724a7920420cb37e1
treeb7e91bd10e8c1b2932ffd1716fde3abccd7c4dd8
parent9f9c2b131ad418bd503f9b10b9b6d19333bd1654
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>
Makefile
scripts/Makefile.modinst
scripts/Makefile.modpost
scripts/sign-file
scripts/x509keyid