Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760217AbYCZVH0 (ORCPT ); Wed, 26 Mar 2008 17:07:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756130AbYCZVHL (ORCPT ); Wed, 26 Mar 2008 17:07:11 -0400 Received: from agminet01.oracle.com ([141.146.126.228]:49259 "EHLO agminet01.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755847AbYCZVHK (ORCPT ); Wed, 26 Mar 2008 17:07:10 -0400 Message-ID: <47EABA4A.6030705@oracle.com> Date: Wed, 26 Mar 2008 14:04:10 -0700 From: Randy Dunlap User-Agent: Thunderbird 1.5.0.5 (X11/20060719) MIME-Version: 1.0 To: devzero@web.de CC: Andrew Morton , alan@lxorguk.ukuu.org.uk, david-b@pacbell.net, greg@kroah.com, lenb@kernel.org, linux-acpi@vger.kernel.org, linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, "Rafael J. Wysocki" Subject: Re: some minor issues with 2.6.25-rc6-git7-default References: <213384793@web.de> In-Reply-To: <213384793@web.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2492 Lines: 60 devzero@web.de wrote: >> Can you post the full kernel log up to this BUG? >> It should show that causes the Taint. > > oh - yes: > > Mar 23 09:12:20 opensuse103 kernel: ac97_codec: module license 'unspecified' taints kernel. > > modinfo ac97_codec > filename: /lib/modules/2.6.25-rc6-git7-default/kernel/sound/oss/ac97_codec.ko > srcversion: 8665939D5E471F7E331BB3E > depends: > vermagic: 2.6.25-rc6-git7-default SMP mod_unload 586 > > > seems MODULE_LICENSE is missing in ./sound/oss/ac97_codec.c !? It was recently removed for some reason. I get the impression that you (we) should be using ALSA drivers/codecs instead of the OSS ones that in the process of being removed. >>>>> CCing Dave Brownell. >>>>> >>>>>> Mar 23 09:14:23 opensuse103 kernel: Generic RTC Driver v1.07 >>>>>> Mar 23 09:14:23 opensuse103 kernel: proc_dir_entry 'rtc' already registered >>>>>> Mar 23 09:14:23 opensuse103 kernel: Pid: 3994, comm: modprobe Tainted: P 2.6.25-rc6-git7-default #1 >>>>>> Mar 23 09:14:23 opensuse103 kernel: [] proc_register+0xf3/0x11f >>>>>> Mar 23 09:14:23 opensuse103 kernel: [] create_proc_entry+0x69/0x7b >>>>>> Mar 23 09:14:23 opensuse103 kernel: [] rtc_generic_init+0x2d/0x54 [genrtc] >>>>>> Mar 23 09:14:23 opensuse103 kernel: [] sys_init_module+0x16b6/0x17c9 >>>>>> Mar 23 09:14:23 opensuse103 kernel: [] sys_mmap2+0x62/0x77 >>>>>> Mar 23 09:14:23 opensuse103 kernel: [] sysenter_past_esp+0x6d/0xa9 >>>>>> Mar 23 09:14:23 opensuse103 kernel: ======================= >>>> uh, "known problem": multiple rtc drivers are being run. >>>> >>>> I don't really understand why we haven't been able to fix this - there have >>>> been numerous reports.. >>> i will take a closer look to determine how/when this happens. >> I thought that David B. sent a (Kconfig ?) patch for this... >> >> --- >> ~Randy > > do you mean this one ? > > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=55ff1aba940ff46d4f6d4fd790ea3e1a47aaa84f > > ok, it may be sort of "dumb" to blindly load one module after the other but i would expect a more meaningful message. No, I meant something else, but I can't find it just now. -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/