From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757019AbYIKUy4 (ORCPT ); Thu, 11 Sep 2008 16:54:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753135AbYIKUyq (ORCPT ); Thu, 11 Sep 2008 16:54:46 -0400 Received: from mga05.intel.com ([192.55.52.89]:36530 "EHLO fmsmga101.fm.intel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751893AbYIKUyq (ORCPT ); Thu, 11 Sep 2008 16:54:46 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.32,382,1217833200"; d="scan'208";a="379286030" Message-ID: <48C9858C.6040403@linux.intel.com> Date: Thu, 11 Sep 2008 13:54:36 -0700 From: Arjan van de Ven User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Greg KH CC: Linux Kernel Mailing List , Linus Torvalds , "Theodore Ts'o" , Thomas Gleixner , Andrew Morton Subject: Re: Oops/Warning report for the week of September 10th, 2008 References: <48C81D20.9040302@linux.intel.com> <20080911045255.GD6863@suse.de> <48C92389.7070209@linux.intel.com> <20080911205249.GB21263@suse.de> In-Reply-To: <20080911205249.GB21263@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Greg KH wrote: > On Thu, Sep 11, 2008 at 06:56:25AM -0700, Arjan van de Ven wrote: >> Greg KH wrote: >>> On Wed, Sep 10, 2008 at 12:16:48PM -0700, Arjan van de Ven wrote: >>>> Rank 2: sysfs_add_one (warning) >>>> Reported 215 times (3751 total reports) >>>> Duplicate sysfs registration; mostly in USB audio >>>> This warning was last seen in version 2.6.27-rc5, and first seen in >>>> 2.6.24-rc6. >>>> More info: http://www.kerneloops.org/searchweek.php?search=sysfs_add_one >>> Is there any way to break this one down further by caller so we can try >>> to narrow it down? I thought you did that for other types of warnings >>> in the past (may_sleep(), etc.) >> ok I think I got this one sorted; >> your entry is now replaced by >> >> Rank 4: snd_card_register (warning) >> Reported 146 times (2594 total reports) >> This warning was last seen in version 2.6.25.14, and first seen in 2.6.24. >> More info: >> http://www.kerneloops.org/searchweek.php?search=snd_card_register >> >> which is ALL usb audio... (so I might have to also skip snd_card_register >> in the backtrace, but I'll leave that between you and the alsa guys) > > Yes, that's much better thanks. I think that has now been fixed by > the ALSA people, as seen by no reports 2.6.26 and onward. sounds like a -stable candidate to me (also be careful with the "2.6.26+" comment; most test data is from 2.6.25 still until Fedora pushes their 2.6.26 kernel)