From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933975AbXKPALW (ORCPT ); Thu, 15 Nov 2007 19:11:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756951AbXKPALO (ORCPT ); Thu, 15 Nov 2007 19:11:14 -0500 Received: from pentafluge.infradead.org ([213.146.154.40]:37943 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753839AbXKPALO (ORCPT ); Thu, 15 Nov 2007 19:11:14 -0500 Date: Thu, 15 Nov 2007 16:01:18 -0800 From: Greg KH To: Andrew Morton Cc: linux-kernel@vger.kernel.org Subject: Re: 2.6.24-rc2-mm1 Message-ID: <20071116000118.GC5368@kroah.com> References: <20071113175906.497a1a6a.akpm@linux-foundation.org> <20071115192537.GB30186@kroah.com> <20071115124732.9dc3fde5.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071115124732.9dc3fde5.akpm@linux-foundation.org> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 15, 2007 at 12:47:32PM -0800, Andrew Morton wrote: > On Thu, 15 Nov 2007 11:25:37 -0800 > Greg KH wrote: > > > I'll roll it into my larger patchset so that Andrew can get it > > automatically for the next release. > > hm, thanks. > > Did we hunt down that warning I found? > > umm.. this: > > On Wed, 14 Nov 2007 00:41:29 -0800 Andrew Morton wrote: > > > There's some kobject warning which comes out when > > gregkh-driver-kset-convert-block_subsys-to-use-kset_create.patch isn't > > applied. More bisecting coming up.. > > > [ 11.863390] ACPI: AC Adapter [ACAD] (on-line) > [ 11.868004] ACPI: Battery Slot [BAT1] (battery present) > [ 11.922945] Real Time Clock Driver v1.12ac > [ 11.923078] intel_rng: FWH not detected > [ 11.923160] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled > [ 14.934078] floppy0: no floppy controllers found > [ 14.934616] WARNING: at lib/kref.c:33 kref_get() > [ 14.934690] [] kref_get+0x40/0x50 > [ 14.934766] [] kobject_get+0xf/0x20 > [ 14.934839] [] kobject_add+0x14f/0x1a0 > [ 14.934917] [] kobject_set_name+0x7e/0xc0 > [ 14.934998] [] register_disk+0x3f/0x200 > [ 14.935078] [] blk_register_region+0x2f/0x40 > [ 14.935164] [] add_disk+0x39/0x50 > [ 14.935234] [] exact_match+0x0/0x10 > [ 14.935306] [] exact_lock+0x0/0x10 > [ 14.935378] [] loop_init+0x13b/0x190 > [ 14.935453] [] kernel_init+0x130/0x300 > [ 14.935532] [] ret_from_fork+0x6/0x1c > [ 14.938302] [] kernel_init+0x0/0x300 > [ 14.941033] [] kernel_init+0x0/0x300 > [ 14.943732] [] kernel_thread_helper+0x7/0x18 > [ 14.946436] ======================= > [ 14.949535] loop: module loaded > [ 14.952336] e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI > [ 14.955022] e100: Copyright(c) 1999-2006 Intel Corporation > [ 14.957813] ACPI: PCI Interrupt 0000:06:08.0[A] -> GSI 20 (level, low) -> IRQ > > Caused by gregkh-driver-remove-struct-kobj_type-from-struct-kset.patch Yes, that should be fixed with the gendisk patch I just sent out. It was an error I caused with the above mentioned patch :( Really strange that I could never duplicate it here... thanks, greg k-h