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

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®