All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Emelyanov <xemul@openvz.org>
To: Kay Sievers <kay.sievers@vrfy.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, Greg KH <gregkh@suse.de>
Subject: Re: 2.6.25-rc3-mm1
Date: Wed, 05 Mar 2008 17:28:10 +0300	[thread overview]
Message-ID: <47CEADFA.8070003@openvz.org> (raw)
In-Reply-To: <1204725260.5212.8.camel@lov.site>

Kay Sievers wrote:
> On Wed, 2008-03-05 at 16:38 +0300, Pavel Emelyanov wrote:
>> Kay Sievers wrote:
>>> On Wed, 2008-03-05 at 16:04 +0300, Pavel Emelyanov wrote:
>>>> With CONFIG_SYSFS not set got this on boot:
>>>>
>>>> kobject: '<NULL>' (f88774c8): is not initialized, yet kobject_put() is
>>>> ------------[ cut here ]------------
>>>> WARNING: at lib/kobject.c:652 kobject_put+0x29/0x3c()
>>>> Modules linked in: sky2 e1000
>>>> Pid: 1303, comm: modprobe Not tainted 2.6.25-rc3-mm1 #79
>>>>  [<c041855b>] warn_on_slowpath+0x40/0x66
>>>>  [<c041c687>] irq_exit+0x50/0x67
>>>>  [<c040cc70>] smp_apic_timer_interrupt+0x6e/0x7a
>>>>  [<c0403380>] apic_timer_interrupt+0x28/0x30
>>>>  [<c0418e36>] vprintk+0x2b0/0x2df
>>>>  [<c04118e8>] __update_rq_clock+0x1d/0x110
>>>>  [<c0565e43>] schedule_timeout+0x13/0x86
>>>>
>>>>  [<c05656c2>] wait_for_common+0xd1/0x123
>>>>  [<c0418e79>] printk+0x14/0x18
>>>>  [<c04b34bf>] kobject_put+0x29/0x3c
>>>>  [<c0431e39>] free_module+0x2f/0x72
>>>>  [<c04328dd>] sys_init_module+0xa61/0x15d2
>>>>
>>>>  [<c04ba863>] pci_bus_read_config_byte+0x0/0x58
>>>>  [<c0454f87>] vfs_read+0x6c/0x8b
>>>>  [<c0455323>] sys_read+0x3c/0x63
>>>>  [<c04028b2>] sysenter_past_esp+0x5f/0x85
>>>>
>>>>  =======================
>>>> ---[ end trace d50646e8e8e48682 ]---
>>> Does this fix it?:
>>>
>>> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=120fc3d77acfd91f3521737a440d42839c475982
>> This is already in 2.6.25-rc3-mm1, so the answer is "no it does not" :)
> 
> Ok. Care to enable CONFIG_DEBUG_KOBJECT, and post the part of the log
> that happens right before the WARN()? We might get a hint where to look
> for the stuff that goes wrong.

Hm... Not sure how may lines are required, but here'are the ones
that are related to sky2 module, which is loaded and then removed:

kobject: 'sky2' (f74de280): kobject_add_internal: parent: 'drivers', set: 'drivers'
PCI: Setting latency timer of device 0000:02:00.0 to 64
sky2 0000:02:00.0: v1.21 addr 0xdeefc000 irq 16 Yukon-EC (0xb6) rev 2
kobject: 'net' (f7512200): kobject_add_internal: parent: '0000:02:00.0', set: '<NULL>'
kobject: 'eth1' (f74ccb64): kobject_add_internal: parent: 'net', set: 'devices'
kobject: 'eth1' (f74ccb64): kobject_uevent_env
kobject: 'eth1' (f74ccb64): fill_kobj_path: path = '/devices/pci0000:00/0000:00:03.0/0000:02:00.0/net/eth1'
sky2 eth1: addr 00:0e:0c:3b:d8:8a
kobject: 'sky2' (f74de280): kobject_uevent_env
kobject: 'sky2' (f74de280): fill_kobj_path: path = '/bus/pci/drivers/sky2'
sky2 eth1: enabling interface
sky2 eth1: disabling interface
kobject: 'eth1' (f74ccb64): kobject_uevent_env
kobject: 'eth1' (f74ccb64): fill_kobj_path: path = '/devices/pci0000:00/0000:00:03.0/0000:02:00.0/net/eth1'
kobject: 'net' (f7512200): kobject_cleanup

kobject: 'net' (f7512200): auto cleanup kobject_del
kobject: 'net' (f7512200): calling ktype release
kobject: (f7512200): dynamic_kobj_release
kobject: 'net': free name
kobject: 'eth1' (f74ccb64): kobject_cleanup
kobject: 'eth1' (f74ccb64): calling ktype release
kobject: 'eth1': free name
kobject: 'sky2' (f74de280): kobject_cleanup

kobject: 'sky2' (f74de280): auto cleanup 'remove' event
kobject: 'sky2' (f74de280): kobject_uevent_env
kobject: 'sky2' (f74de280): fill_kobj_path: path = '/bus/pci/drivers/sky2'
kobject: 'sky2' (f74de280): auto cleanup kobject_del
kobject: 'sky2' (f74de280): calling ktype release

kobject: 'sky2': free name
kobject: '<NULL>' (f886cb48): is not initialized, yet kobject_put() is being called.
------------[ cut here ]------------
WARNING: at lib/kobject.c:652 kobject_put+0x29/0x3c()
Modules linked in: e1000 [last unloaded: sky2]
Pid: 3188, comm: rmmod Tainted: G        W 2.6.25-rc3-mm1 #88
 [<c041855b>] warn_on_slowpath+0x40/0x66

 [<c041c687>] irq_exit+0x50/0x67
 [<c040cc70>] smp_apic_timer_interrupt+0x6e/0x7a
 [<c0403380>] apic_timer_interrupt+0x28/0x30
 [<c0418e36>] vprintk+0x2b0/0x2df
 [<c04118e8>] __update_rq_clock+0x1d/0x110
 [<c0565f43>] schedule_timeout+0x13/0x86
 [<c05657c2>] wait_for_common+0xd1/0x123
 [<c0418e79>] printk+0x14/0x18
 [<c04b3474>] kobject_put+0x29/0x3c
 [<c0431e39>] free_module+0x2f/0x72
 [<c0433a09>] sys_delete_module+0x19a/0x1b1
 [<c040f866>] do_page_fault+0x1f6/0x4cc
 [<c04028b2>] sysenter_past_esp+0x5f/0x85

 =======================

But this happens _after_ the very first warning and I can't figure 
out which modules causes one :( Do you need a full dmesg for that?

> Thanks,
> Kay
> 
> 


  reply	other threads:[~2008-03-05 14:29 UTC|newest]

Thread overview: 126+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-04  9:19 2.6.25-rc3-mm1 Andrew Morton
2008-03-04 11:59 ` 2.6.25-rc3-mm1 Cornelia Huck
2008-03-04 19:35   ` 2.6.25-rc3-mm1 Greg KH
2008-03-04 13:12 ` [BUG] 2.6.25-rc3-mm1 kernel panic while bootup on powerpc () Kamalesh Babulal
2008-03-04 13:12   ` Kamalesh Babulal
2008-03-04 14:40   ` Michael Neuling
2008-03-04 14:40     ` Michael Neuling
2008-03-04 18:33     ` Andrew Morton
2008-03-04 18:33       ` Andrew Morton
2008-03-05  8:23       ` Benjamin Herrenschmidt
2008-03-05  8:23         ` Benjamin Herrenschmidt
2008-03-06  0:03       ` Benjamin Herrenschmidt
2008-03-06  0:03         ` Benjamin Herrenschmidt
2008-03-06  0:44         ` Andrew Morton
2008-03-06  0:44           ` Andrew Morton
2008-03-06  0:52           ` Benjamin Herrenschmidt
2008-03-06  0:52             ` Benjamin Herrenschmidt
2008-03-04 18:36   ` Andrew Morton
2008-03-04 18:36     ` Andrew Morton
2008-03-04 18:36     ` Andrew Morton
2008-03-04 18:47     ` Pekka Enberg
2008-03-04 18:47       ` Pekka Enberg
2008-03-04 18:47       ` Pekka Enberg
2008-03-04 19:18     ` Pekka Enberg
2008-03-04 19:18       ` Pekka Enberg
2008-03-04 19:18       ` Pekka Enberg
2008-03-04 19:35       ` Mel Gorman
2008-03-04 19:35         ` Mel Gorman
2008-03-04 19:41         ` Pekka Enberg
2008-03-04 19:41           ` Pekka Enberg
2008-03-04 19:56           ` Christoph Lameter
2008-03-04 19:56             ` Christoph Lameter
2008-03-04 20:01             ` Pekka J Enberg
2008-03-04 20:01               ` Pekka J Enberg
2008-03-04 20:02               ` Christoph Lameter
2008-03-04 20:02                 ` Christoph Lameter
2008-03-04 20:07               ` Christoph Lameter
2008-03-04 20:07                 ` Christoph Lameter
2008-03-04 20:08                 ` Pekka Enberg
2008-03-04 20:08                   ` Pekka Enberg
2008-03-05  2:28                   ` Kamalesh Babulal
2008-03-05  2:28                     ` Kamalesh Babulal
2008-03-04 20:34                 ` Andrew Morton
2008-03-04 20:34                   ` Andrew Morton
2008-03-04 20:44                   ` Pekka Enberg
2008-03-04 20:44                     ` Pekka Enberg
2008-03-04 21:44                     ` Christoph Lameter
2008-03-04 21:44                       ` Christoph Lameter
2008-03-05 14:02                   ` Mel Gorman
2008-03-05 14:02                     ` Mel Gorman
2008-03-05 14:31                 ` Mel Gorman
2008-03-05 14:31                   ` Mel Gorman
2008-03-04 20:01           ` Christoph Lameter
2008-03-04 20:01             ` Christoph Lameter
2008-03-05  8:22   ` Benjamin Herrenschmidt
2008-03-05  8:22     ` Benjamin Herrenschmidt
2008-03-04 16:35 ` 2.6.25-rc3-mm1 (IDE) Randy Dunlap
2008-03-06 21:14   ` Bartlomiej Zolnierkiewicz
2008-03-04 16:45 ` 2.6.25-rc3-mm1 (CCISS) Randy Dunlap
2008-03-04 17:02   ` Miller, Mike (OS Dev)
2008-03-04 17:14     ` Randy Dunlap
2008-03-04 18:14       ` Jens Axboe
2008-03-04 19:12 ` [PATCH 2.6.25-rc3-mm1] fix ext2 borkage Hugh Dickins
2008-03-04 19:20 ` [BUG] 2.6.25-rc3-mm1 kernel bug while running libhugetlbfs Kamalesh Babulal
2008-03-04 19:20   ` Kamalesh Babulal
2008-03-04 19:51   ` Andrew Morton
2008-03-04 19:51     ` Andrew Morton
2008-03-04 22:01     ` Adam Litke
2008-03-04 22:01       ` Adam Litke
2008-03-05  7:52       ` Kamalesh Babulal
2008-03-05  7:52         ` Kamalesh Babulal
2008-03-04 20:24 ` 2.6.25-rc3-mm1 (wakeup) Randy Dunlap
2008-03-04 22:33   ` Rafael J. Wysocki
2008-03-05  7:40     ` Sam Ravnborg
2008-03-04 21:26 ` 2.6.25-rc3-mm1 (9p docs) Randy Dunlap
2008-03-04 21:43   ` Eric Van Hensbergen
2008-03-05  7:21 ` 2.6.25-rc3-mm1 - PROFILE_LIKELY redux Valdis.Kletnieks
2008-03-05 17:45   ` Andi Kleen
2008-03-05 18:02     ` Andrew Morton
2008-03-05 18:22       ` Andi Kleen
2008-03-05 22:26       ` Valdis.Kletnieks
2008-03-05 23:49         ` Andrew Morton
2008-03-05 19:59     ` Valdis.Kletnieks
2008-03-05 21:56       ` Andi Kleen
2008-03-05 10:51 ` prctl(0x8) -> EINVAL [Was: 2.6.25-rc3-mm1] Jiri Slaby
2008-03-05 10:59   ` Jiri Slaby
2008-03-05 14:06   ` Serge E. Hallyn
2008-03-05 15:18     ` Jiri Slaby
2008-03-09 16:28     ` Andrew Morgan
2008-03-05 13:04 ` 2.6.25-rc3-mm1 Pavel Emelyanov
2008-03-05 13:12   ` 2.6.25-rc3-mm1 (SYSFS=n breaks module engine) Pavel Emelyanov
2008-03-05 13:31   ` 2.6.25-rc3-mm1 Kay Sievers
2008-03-05 13:38     ` 2.6.25-rc3-mm1 Pavel Emelyanov
2008-03-05 13:54       ` 2.6.25-rc3-mm1 Kay Sievers
2008-03-05 14:28         ` Pavel Emelyanov [this message]
2008-03-05 16:40   ` 2.6.25-rc3-mm1 Greg KH
2008-03-05 16:59     ` 2.6.25-rc3-mm1 Pavel Emelyanov
2008-03-05 17:07       ` 2.6.25-rc3-mm1 Greg KH
2008-03-05 21:34 ` 2.6.25-rc3-mm1 ppc64 boot hang Badari Pulavarty
2008-03-05 21:34   ` Badari Pulavarty
2008-03-05 21:54   ` Andrew Morton
2008-03-05 21:54     ` Andrew Morton
2008-03-05 22:35     ` Badari Pulavarty
2008-03-05 22:35       ` Badari Pulavarty
2008-03-05 23:17     ` Stephen Rothwell
2008-03-05 23:17       ` Stephen Rothwell
2008-03-07  3:58 ` 2.6.25-rc3-mm1 - BUG at system shutdown time Valdis.Kletnieks
2008-03-07  6:16   ` Andrew Morton
2008-03-07  7:52     ` Valdis.Kletnieks
2008-03-07  8:06       ` Thomas Gleixner
2008-03-07  8:23         ` Valdis.Kletnieks
2008-03-07  8:34           ` Thomas Gleixner
2008-03-07 19:30             ` Valdis.Kletnieks
2008-03-12  7:32   ` Andrew Morton
2008-03-13  2:19     ` Valdis.Kletnieks
2008-03-13  2:32       ` Andrew Morton
2008-03-13  3:57         ` Valdis.Kletnieks
2008-03-13  4:27           ` Andrew Morton
2008-03-14 18:50             ` Valdis.Kletnieks
2008-03-21 13:41       ` Ingo Molnar
2008-03-21 19:38         ` Valdis.Kletnieks
2008-03-21 19:58           ` Ingo Molnar
2008-03-21 20:05             ` Valdis.Kletnieks
2008-03-21 20:12               ` Ingo Molnar
2008-03-22  3:11                 ` Hoo-fscking-ray - (was " Valdis.Kletnieks
2008-03-22 12:09                   ` Ingo Molnar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47CEADFA.8070003@openvz.org \
    --to=xemul@openvz.org \
    --cc=akpm@linux-foundation.org \
    --cc=gregkh@suse.de \
    --cc=kay.sievers@vrfy.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.