From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Jenkins Subject: Re: usual_tables: module license 'unspecified' taints kernel. Date: Wed, 08 Apr 2009 17:56:24 +0100 Message-ID: <49DCD738.1080002@tuffmail.co.uk> References: <49DCD481.1050104@tuffmail.co.uk> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=ae5TCm/gROLxBL11RzRyoBrHmMtUGKywoRp6R0PNcPw=; b=RrhKdf8v0WE+KZZmxfSXv4zQYIHcSqEWHSExRqo+hOVoy7xEv4RE9mANu9ThYhWDf/ KNEaIwB3KuaS/Y/T+WfQnKL6Qeu7caWm58Z062IKniiBau01wzkmRs9OpGZIPFhaWjVc cGII3jixwsW2HPvWnkJUou74d7U8mKGvkJ2Zw= In-Reply-To: <49DCD481.1050104-cCz0Lq7MMjm9FHfhHBbuYA@public.gmane.org> Sender: kernel-testers-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Alan Stern Cc: usb-storage-ijkIwGHArpdIPJnuZ7Njw4oP9KaGy4wf@public.gmane.org, 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 :-). From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934294AbZDHQ4l (ORCPT ); Wed, 8 Apr 2009 12:56:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754259AbZDHQ43 (ORCPT ); Wed, 8 Apr 2009 12:56:29 -0400 Received: from fg-out-1718.google.com ([72.14.220.154]:35802 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753951AbZDHQ41 (ORCPT ); Wed, 8 Apr 2009 12:56:27 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=UE+ah1LEyvvN2lNKmIqRvnnfV6rMPyPiVWfTMXDZTJex9FP8YP7ultLudHKkAEwJAu HnG3y7k5z3DQxmktNEL+h/7j5xDo0w1IvJfNOCcBL1hSptzIQL/0J0a3659tVQU0pBUS nvQIKx5RFx/8NwWZV6bLHDiz/H4Z6z1iKKl/0= Message-ID: <49DCD738.1080002@tuffmail.co.uk> Date: Wed, 08 Apr 2009 17:56:24 +0100 From: Alan Jenkins User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: Alan Stern CC: usb-storage@lists.one-eyed-alien.net, Kernel Testers List , Linux Kernel Mailing List Subject: Re: usual_tables: module license 'unspecified' taints kernel. References: <49DCD481.1050104@tuffmail.co.uk> In-Reply-To: <49DCD481.1050104@tuffmail.co.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 :-).