* usual_tables: module license 'unspecified' taints kernel.
@ 2009-04-08 16:44 Alan Jenkins
[not found] ` <49DCD481.1050104-cCz0Lq7MMjm9FHfhHBbuYA@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Alan Jenkins @ 2009-04-08 16:44 UTC (permalink / raw)
To: Alan Stern
Cc: usb-storage-ijkIwGHArpdIPJnuZ7Njw4oP9KaGy4wf, Kernel Testers List,
Linux Kernel Mailing List
Hi, I see this regression in v2.6.30-rc1. I end up with a module
"usual_tables.ko", which is loaded on boot and causes the kernel to
complain about an unspecified license. See subject for the exact error
message.
I have
CONFIG_USB_STORAGE=m
CONFIG_USB_LIBUSUAL=y
Also, usb-storage doesn't seem to get loaded automatically, as it did in
2.6.29 with the same configs.
Thanks
Alan
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <49DCD481.1050104-cCz0Lq7MMjm9FHfhHBbuYA@public.gmane.org>]
* Re: usual_tables: module license 'unspecified' taints kernel. [not found] ` <49DCD481.1050104-cCz0Lq7MMjm9FHfhHBbuYA@public.gmane.org> @ 2009-04-08 16:56 ` Alan Jenkins 2009-04-08 22:31 ` Alan Stern 1 sibling, 0 replies; 4+ messages in thread From: Alan Jenkins @ 2009-04-08 16:56 UTC (permalink / raw) To: Alan Stern Cc: usb-storage-ijkIwGHArpdIPJnuZ7Njw4oP9KaGy4wf, Kernel Testers List, Linux Kernel Mailing List Alan Jenkins wrote: > Hi, I see this regression in v2.6.30-rc1. I end up with a module > "usual_tables.ko", which is loaded on boot and causes the kernel to > complain about an unspecified license. See subject for the exact > error message. > > I have > > CONFIG_USB_STORAGE=m > CONFIG_USB_LIBUSUAL=y > > Also, usb-storage doesn't seem to get loaded automatically, as it did > in 2.6.29 with the same configs. > Hmm, seems someone else broke request_module(). So don't worry about this last issue - I'm sure it will get fixed :-). ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: usual_tables: module license 'unspecified' taints kernel. [not found] ` <49DCD481.1050104-cCz0Lq7MMjm9FHfhHBbuYA@public.gmane.org> 2009-04-08 16:56 ` Alan Jenkins @ 2009-04-08 22:31 ` Alan Stern [not found] ` <Pine.LNX.4.44L0.0904081829050.3138-100000-IYeN2dnnYyZXsRXLowluHWD2FQJk+8+b@public.gmane.org> 1 sibling, 1 reply; 4+ messages in thread From: Alan Stern @ 2009-04-08 22:31 UTC (permalink / raw) To: Alan Jenkins Cc: usb-storage-ijkIwGHArpdIPJnuZ7Njw4oP9KaGy4wf, Kernel Testers List, Linux Kernel Mailing List On Wed, 8 Apr 2009, Alan Jenkins wrote: > Hi, I see this regression in v2.6.30-rc1. I end up with a module > "usual_tables.ko", which is loaded on boot and causes the kernel to > complain about an unspecified license. See subject for the exact error > message. > > I have > > CONFIG_USB_STORAGE=m > CONFIG_USB_LIBUSUAL=y This looks like a mistake in the Makefile. Does the patch below fix the problem? Alan Stern Index: usb-2.6/drivers/usb/storage/Makefile =================================================================== --- usb-2.6.orig/drivers/usb/storage/Makefile +++ usb-2.6/drivers/usb/storage/Makefile @@ -17,7 +17,8 @@ usb-storage-objs := scsiglue.o protocol. ifeq ($(CONFIG_USB_LIBUSUAL),) usb-storage-objs += usual-tables.o else - obj-$(CONFIG_USB) += libusual.o usual-tables.o + obj-$(CONFIG_USB) += usb-libusual.o + usb-libusual-objs := libusual.o usual-tables.o endif obj-$(CONFIG_USB_STORAGE_ALAUDA) += ums-alauda.o ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <Pine.LNX.4.44L0.0904081829050.3138-100000-IYeN2dnnYyZXsRXLowluHWD2FQJk+8+b@public.gmane.org>]
* Re: usual_tables: module license 'unspecified' taints kernel. [not found] ` <Pine.LNX.4.44L0.0904081829050.3138-100000-IYeN2dnnYyZXsRXLowluHWD2FQJk+8+b@public.gmane.org> @ 2009-04-09 9:54 ` Alan Jenkins 0 siblings, 0 replies; 4+ messages in thread From: Alan Jenkins @ 2009-04-09 9:54 UTC (permalink / raw) To: Alan Stern Cc: usb-storage-ijkIwGHArpdIPJnuZ7Njw4oP9KaGy4wf, Kernel Testers List, Linux Kernel Mailing List Alan Stern wrote: > On Wed, 8 Apr 2009, Alan Jenkins wrote: > > >> Hi, I see this regression in v2.6.30-rc1. I end up with a module >> "usual_tables.ko", which is loaded on boot and causes the kernel to >> complain about an unspecified license. See subject for the exact error >> message. >> >> I have >> >> CONFIG_USB_STORAGE=m >> CONFIG_USB_LIBUSUAL=y >> > > This looks like a mistake in the Makefile. Does the patch below fix > the problem? > > Alan Stern > Yes. Thanks! ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-04-09 9:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-08 16:44 usual_tables: module license 'unspecified' taints kernel Alan Jenkins
[not found] ` <49DCD481.1050104-cCz0Lq7MMjm9FHfhHBbuYA@public.gmane.org>
2009-04-08 16:56 ` Alan Jenkins
2009-04-08 22:31 ` Alan Stern
[not found] ` <Pine.LNX.4.44L0.0904081829050.3138-100000-IYeN2dnnYyZXsRXLowluHWD2FQJk+8+b@public.gmane.org>
2009-04-09 9:54 ` Alan Jenkins
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).