From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Jenkins Subject: Re: usual_tables: module license 'unspecified' taints kernel. Date: Thu, 09 Apr 2009 10:54:07 +0100 Message-ID: <49DDC5BF.8070205@tuffmail.co.uk> References: 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=po1mivClSe5+0g9/B44JbLSmc/sqVowgDBbSvcEMXUE=; b=Fp3/5foLzdFDQUsQ6YLkx1rkge2t7bezKt6epRZfiSqlKazhMZewugFtqCVEwc9t2a h0FY53WuihkPFJNQrZm6zI1+CQFFEkU164lhUFBbPUgVWRMdcxErxPIwep4k4t1xO9Qp XP/oUvAONrVVkqAPIDl7xhRImJ+dXikVr9WiI= In-Reply-To: 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 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! From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932130AbZDIJyv (ORCPT ); Thu, 9 Apr 2009 05:54:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759446AbZDIJyR (ORCPT ); Thu, 9 Apr 2009 05:54:17 -0400 Received: from yw-out-2324.google.com ([74.125.46.29]:61587 "EHLO yw-out-2324.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1765000AbZDIJyO (ORCPT ); Thu, 9 Apr 2009 05:54:14 -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=ngqig4jn9YY7TwSfXFagrw3BNEPiUjvfUZq1VvkPYEtfI5vCdw+UNH8ivHfGoLMSX0 WOnj31YDQ1K5V3shEFoK4c+XiromPA6CMysPCO6L7PHuA3SHu05PS3vZ1dsQNL8GLEib KsdUEaRnyDnKLAX5mri9z4q4raJMwK3WEn6UE= Message-ID: <49DDC5BF.8070205@tuffmail.co.uk> Date: Thu, 09 Apr 2009 10:54:07 +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: In-Reply-To: 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 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!