All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mb862xxfb: fix acceleration module license
@ 2010-04-02 18:57 Randy Dunlap
  2010-04-05 20:54 ` Alexander Shishkin
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2010-04-02 18:57 UTC (permalink / raw)
  To: linux-fbdev

From: Randy Dunlap <randy.dunlap@oracle.com>

mb862xxfb_accel built as a separate module, but it does not
have a MODULE_LICENSE, so it taints the kernel.  Add a
MODULE_LICENSE to it (same as mb862xxfb license).

mb862xxfb_accel: module license 'unspecified' taints kernel.

or should mb862xxfb_accel be built into the mb862xxfb
binary file instead?

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Alexander Shishkin <virtuoso@slind.org>
Cc: Valentin Sitdikov <valentin.sitdikov@siemens.com>
---
 drivers/video/mb862xx/mb862xxfb_accel.c |    3 +++
 1 file changed, 3 insertions(+)

--- lnx-2634-rc3.orig/drivers/video/mb862xx/mb862xxfb_accel.c
+++ lnx-2634-rc3/drivers/video/mb862xx/mb862xxfb_accel.c
@@ -16,6 +16,7 @@
 #include <linux/delay.h>
 #include <linux/init.h>
 #include <linux/interrupt.h>
+#include <linux/module.h>
 #include <linux/pci.h>
 #if defined(CONFIG_OF)
 #include <linux/of_platform.h>
@@ -329,3 +330,5 @@ void mb862xxfb_init_accel(struct fb_info
 	info->fix.accel = 0xff;	/*FIXME: add right define */
 }
 EXPORT_SYMBOL(mb862xxfb_init_accel);
+
+MODULE_LICENSE("GPL v2");

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

* Re: [PATCH] mb862xxfb: fix acceleration module license
  2010-04-02 18:57 [PATCH] mb862xxfb: fix acceleration module license Randy Dunlap
@ 2010-04-05 20:54 ` Alexander Shishkin
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Shishkin @ 2010-04-05 20:54 UTC (permalink / raw)
  To: linux-fbdev

On Fri, Apr 02, 2010 at 11:57:38 -0700, Randy Dunlap wrote:

(adding Valentin's new email address to the loop)

> From: Randy Dunlap <randy.dunlap@oracle.com>
> 
> mb862xxfb_accel built as a separate module, but it does not
> have a MODULE_LICENSE, so it taints the kernel.  Add a
> MODULE_LICENSE to it (same as mb862xxfb license).
> 
> mb862xxfb_accel: module license 'unspecified' taints kernel.
> 
> or should mb862xxfb_accel be built into the mb862xxfb
> binary file instead?

It's ok to have this licensed GPLv2 as far I'm concerned. Valentin,
what do you say?

> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
> Cc: Alexander Shishkin <virtuoso@slind.org>
> Cc: Valentin Sitdikov <valentin.sitdikov@siemens.com>

Acked-by: Alexander Shishkin <virtuoso@slind.org>

> ---
>  drivers/video/mb862xx/mb862xxfb_accel.c |    3 +++
>  1 file changed, 3 insertions(+)
> 
> --- lnx-2634-rc3.orig/drivers/video/mb862xx/mb862xxfb_accel.c
> +++ lnx-2634-rc3/drivers/video/mb862xx/mb862xxfb_accel.c
> @@ -16,6 +16,7 @@
>  #include <linux/delay.h>
>  #include <linux/init.h>
>  #include <linux/interrupt.h>
> +#include <linux/module.h>
>  #include <linux/pci.h>
>  #if defined(CONFIG_OF)
>  #include <linux/of_platform.h>
> @@ -329,3 +330,5 @@ void mb862xxfb_init_accel(struct fb_info
>  	info->fix.accel = 0xff;	/*FIXME: add right define */
>  }
>  EXPORT_SYMBOL(mb862xxfb_init_accel);
> +
> +MODULE_LICENSE("GPL v2");

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

end of thread, other threads:[~2010-04-05 20:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-02 18:57 [PATCH] mb862xxfb: fix acceleration module license Randy Dunlap
2010-04-05 20:54 ` Alexander Shishkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.