]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
lib: asn1_decoder - add MODULE_LICENSE("GPL")
authorTudor Ambarus <tudor-dan.ambarus@nxp.com>
Fri, 29 Apr 2016 14:48:08 +0000 (17:48 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 3 May 2016 08:10:12 +0000 (16:10 +0800)
commitccab6058daa4933def4194b8ff6a4bb33c7f2a97
tree71fe4235c1af11272a9bb27138208de39e6e7014
parentdbe246209bc1a2a870250499b8f584251838d5b4
lib: asn1_decoder - add MODULE_LICENSE("GPL")

A kernel taint results when loading the rsa_generic module:

root@(none):~# modprobe rsa_generic
asn1_decoder: module license 'unspecified' taints kernel.
Disabling lock debugging due to kernel taint

"Tainting" of the kernel is (usually) a way of indicating that
a proprietary module has been inserted, which is not the case here.

Signed-off-by: Tudor Ambarus <tudor-dan.ambarus@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
lib/asn1_decoder.c