mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] MPILIB: add module description and license
@ 2013-09-17 11:14 Konstantin Khlebnikov
  2013-09-17 11:14 ` [PATCH 2/2] X.509: " Konstantin Khlebnikov
  2013-09-25 11:49 ` [PATCH 1/2] MPILIB: " David Howells
  0 siblings, 2 replies; 3+ messages in thread
From: Konstantin Khlebnikov @ 2013-09-17 11:14 UTC (permalink / raw)
  To: David Howells, Rusty Russell, linux-kernel

This patch fixes lack of license, otherwise mpi.ko taints kernel.

Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org>
---
 lib/mpi/mpiutil.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/mpi/mpiutil.c b/lib/mpi/mpiutil.c
index 657979f..bf076d2 100644
--- a/lib/mpi/mpiutil.c
+++ b/lib/mpi/mpiutil.c
@@ -121,3 +121,6 @@ void mpi_free(MPI a)
 	kfree(a);
 }
 EXPORT_SYMBOL_GPL(mpi_free);
+
+MODULE_DESCRIPTION("Multiprecision maths library");
+MODULE_LICENSE("GPL");


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 2/2] X.509: add module description and license
  2013-09-17 11:14 [PATCH 1/2] MPILIB: add module description and license Konstantin Khlebnikov
@ 2013-09-17 11:14 ` Konstantin Khlebnikov
  2013-09-25 11:49 ` [PATCH 1/2] MPILIB: " David Howells
  1 sibling, 0 replies; 3+ messages in thread
From: Konstantin Khlebnikov @ 2013-09-17 11:14 UTC (permalink / raw)
  To: David Howells, Rusty Russell, linux-kernel

This patch fixes lack of license, otherwise x509_key_parser.ko taints kernel.

Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org>
---
 crypto/asymmetric_keys/x509_public_key.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/crypto/asymmetric_keys/x509_public_key.c b/crypto/asymmetric_keys/x509_public_key.c
index 06007f0..0325212 100644
--- a/crypto/asymmetric_keys/x509_public_key.c
+++ b/crypto/asymmetric_keys/x509_public_key.c
@@ -237,3 +237,6 @@ static void __exit x509_key_exit(void)
 
 module_init(x509_key_init);
 module_exit(x509_key_exit);
+
+MODULE_DESCRIPTION("X.509 certificate parser");
+MODULE_LICENSE("GPL");


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] MPILIB: add module description and license
  2013-09-17 11:14 [PATCH 1/2] MPILIB: add module description and license Konstantin Khlebnikov
  2013-09-17 11:14 ` [PATCH 2/2] X.509: " Konstantin Khlebnikov
@ 2013-09-25 11:49 ` David Howells
  1 sibling, 0 replies; 3+ messages in thread
From: David Howells @ 2013-09-25 11:49 UTC (permalink / raw)
  To: Konstantin Khlebnikov; +Cc: dhowells, Rusty Russell, linux-kernel


I've imported these.

David

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-09-25 11:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-17 11:14 [PATCH 1/2] MPILIB: add module description and license Konstantin Khlebnikov
2013-09-17 11:14 ` [PATCH 2/2] X.509: " Konstantin Khlebnikov
2013-09-25 11:49 ` [PATCH 1/2] MPILIB: " David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®