Documentation/module-signing.txt: Note need for version info if reusing a key
commit2631a3bcb7428c4ff125161acc2f703347e77ede
authorBen Hutchings <ben@decadent.org.uk>
Wed, 27 Apr 2016 23:54:05 +0000 (28 09:24 +0930)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 20 Nov 2016 01:16:58 +0000 (20 01:16 +0000)
treec8eb66006e3ca9126cb9ef505494596f1bc44a13
parent7c68ff6ac6290710fe195b887e8e1ad4792ba3d3
Documentation/module-signing.txt: Note need for version info if reusing a key

commit b8612e517c3c9809e1200b72c474dbfd969e5a83 upstream.

Signing a module should only make it trusted by the specific kernel it
was built for, not anything else.  If a module signing key is used for
multiple ABI-incompatible kernels, the modules need to include enough
version information to distinguish them.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Documentation/module-signing.txt