All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: 2.6.3-rc1-mm1 - Badness in kobject_get
       [not found] <1ngdf-3Qx-1@gated-at.bofh.it>
@ 2004-02-09 11:12 ` Ronny V. Vindenes
  2004-02-09 17:48   ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Ronny V. Vindenes @ 2004-02-09 11:12 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

During boot I get:

kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 152k freed
ieee1394: Host added: ID:BUS[0-00:1023]  GUID[0010dc00002c6405]
Badness in kobject_get at lib/kobject.c:431
Call Trace:
 [<c020d15c>] kobject_get+0x4c/0x50
 [<c025ca28>] get_device+0x18/0x30
 [<c025d6a3>] bus_for_each_dev+0x63/0xc0
 [<c02a9fdd>] nodemgr_node_probe+0x4d/0x130
 [<c02a9ea0>] nodemgr_probe_ne_cb+0x0/0x90
 [<c02aa439>] nodemgr_host_thread+0x179/0x1a0
 [<c02aa2c0>] nodemgr_host_thread+0x0/0x1a0
 [<c0109289>] kernel_thread_helper+0x5/0xc
                                                                               
Unable to handle kernel paging request at virtual address b828ec83
 printing eip:
b828ec83
*pde = 00000000
Oops: 0000 [#1]
PREEMPT
CPU:    0
EIP:    0060:[<b828ec83>]    Not tainted VLI
EFLAGS: 00010282
EIP is at 0xb828ec83
eax: b828ec83   ebx: c03dd7c4   ecx: f019bf9c   edx: 00000000
esi: c02a98a0   edi: 00000000   ebp: c02a8570   esp: f019bf40
ds: 007b   es: 007b   ss: 0068
Process knodemgrd_0 (pid: 14, threadinfo=f019a000 task=f01b2670)
Stack: c020d1f8 c03dd7c4 c03dd7a0 c03dd7a8 c03dd700 f0161c44 c025d6c0 c03dd7c4
       f019bf9c c03dd74c 00000000 f0161c3c f019bf9c f01adb58 f019bf9c c02a9fdd
       c03dd700 f0161c3c f019bf9c c02a9ea0 f03a8000 f01adb58 f03a8000 f01adb58
Call Trace:
 [<c020d1f8>] kobject_cleanup+0x98/0xa0
 [<c025d6c0>] bus_for_each_dev+0x80/0xc0
 [<c02a9fdd>] nodemgr_node_probe+0x4d/0x130
 [<c02a9ea0>] nodemgr_probe_ne_cb+0x0/0x90
 [<c02aa439>] nodemgr_host_thread+0x179/0x1a0
 [<c02aa2c0>] nodemgr_host_thread+0x0/0x1a0
 [<c0109289>] kernel_thread_helper+0x5/0xc
                                                                              
Code:  Bad EIP value.
 <7>request_module: failed /sbin/modprobe -- selinuxfs. error = 256
hub 3-0:1.0: new USB device on port 2, assigned address 2

Doesn't happen in 2.6.2-rc2-mm2.

-- 
Ronny V. Vindenes <s864@ii.uib.no>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.6.3-rc1-mm1 - Badness in kobject_get
  2004-02-09 11:12 ` 2.6.3-rc1-mm1 - Badness in kobject_get Ronny V. Vindenes
@ 2004-02-09 17:48   ` Greg KH
  2004-02-09 17:51     ` Ben Collins
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2004-02-09 17:48 UTC (permalink / raw)
  To: Ronny V. Vindenes; +Cc: Andrew Morton, linux-kernel

On Mon, Feb 09, 2004 at 12:12:20PM +0100, Ronny V. Vindenes wrote:
> During boot I get:
> 
> kjournald starting.  Commit interval 5 seconds
> EXT3-fs: mounted filesystem with ordered data mode.
> VFS: Mounted root (ext3 filesystem) readonly.
> Freeing unused kernel memory: 152k freed
> ieee1394: Host added: ID:BUS[0-00:1023]  GUID[0010dc00002c6405]
> Badness in kobject_get at lib/kobject.c:431
> Call Trace:
>  [<c020d15c>] kobject_get+0x4c/0x50
>  [<c025ca28>] get_device+0x18/0x30
>  [<c025d6a3>] bus_for_each_dev+0x63/0xc0
>  [<c02a9fdd>] nodemgr_node_probe+0x4d/0x130
>  [<c02a9ea0>] nodemgr_probe_ne_cb+0x0/0x90
>  [<c02aa439>] nodemgr_host_thread+0x179/0x1a0
>  [<c02aa2c0>] nodemgr_host_thread+0x0/0x1a0
>  [<c0109289>] kernel_thread_helper+0x5/0xc

Known issue, please read the archives.

Also, no one seems to know what the problem is :(

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.6.3-rc1-mm1 - Badness in kobject_get
  2004-02-09 17:48   ` Greg KH
@ 2004-02-09 17:51     ` Ben Collins
  2004-02-10 19:17       ` Oleg Drokin
  0 siblings, 1 reply; 4+ messages in thread
From: Ben Collins @ 2004-02-09 17:51 UTC (permalink / raw)
  To: Greg KH; +Cc: Ronny V. Vindenes, Andrew Morton, linux-kernel

On Mon, Feb 09, 2004 at 09:48:33AM -0800, Greg KH wrote:
> On Mon, Feb 09, 2004 at 12:12:20PM +0100, Ronny V. Vindenes wrote:
> > During boot I get:
> > 
> > kjournald starting.  Commit interval 5 seconds
> > EXT3-fs: mounted filesystem with ordered data mode.
> > VFS: Mounted root (ext3 filesystem) readonly.
> > Freeing unused kernel memory: 152k freed
> > ieee1394: Host added: ID:BUS[0-00:1023]  GUID[0010dc00002c6405]
> > Badness in kobject_get at lib/kobject.c:431
> > Call Trace:
> >  [<c020d15c>] kobject_get+0x4c/0x50
> >  [<c025ca28>] get_device+0x18/0x30
> >  [<c025d6a3>] bus_for_each_dev+0x63/0xc0
> >  [<c02a9fdd>] nodemgr_node_probe+0x4d/0x130
> >  [<c02a9ea0>] nodemgr_probe_ne_cb+0x0/0x90
> >  [<c02aa439>] nodemgr_host_thread+0x179/0x1a0
> >  [<c02aa2c0>] nodemgr_host_thread+0x0/0x1a0
> >  [<c0109289>] kernel_thread_helper+0x5/0xc
> 
> Known issue, please read the archives.
> 
> Also, no one seems to know what the problem is :(

Nor why it seems to only affect ieee1394, when nothing changed. Also it
seems to only affect -mm.

-- 
Debian     - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
WatchGuard - http://www.watchguard.com/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.6.3-rc1-mm1 - Badness in kobject_get
  2004-02-09 17:51     ` Ben Collins
@ 2004-02-10 19:17       ` Oleg Drokin
  0 siblings, 0 replies; 4+ messages in thread
From: Oleg Drokin @ 2004-02-10 19:17 UTC (permalink / raw)
  To: linux-kernel, bcollins

Hello!

Ben Collins <bcollins@debian.org> wrote:
>> > Freeing unused kernel memory: 152k freed
>> > ieee1394: Host added: ID:BUS[0-00:1023]  GUID[0010dc00002c6405]
>> > Badness in kobject_get at lib/kobject.c:431
>> > Call Trace:
>> >  [<c020d15c>] kobject_get+0x4c/0x50
>> >  [<c025ca28>] get_device+0x18/0x30
>> >  [<c025d6a3>] bus_for_each_dev+0x63/0xc0
>> >  [<c02a9fdd>] nodemgr_node_probe+0x4d/0x130
>> >  [<c02a9ea0>] nodemgr_probe_ne_cb+0x0/0x90
>> >  [<c02aa439>] nodemgr_host_thread+0x179/0x1a0
>> >  [<c02aa2c0>] nodemgr_host_thread+0x0/0x1a0
>> >  [<c0109289>] kernel_thread_helper+0x5/0xc
>> Known issue, please read the archives.
>> Also, no one seems to know what the problem is :(
BC> Nor why it seems to only affect ieee1394, when nothing changed. Also it
BC> seems to only affect -mm.

Nope. It happens with 2.6.3-rc2 here. (note no -mm part)
2.6.2 was fine. I will probably do more experiments to find out which patch
made this to happen.

Bye,
    Oleg

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-02-10 19:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1ngdf-3Qx-1@gated-at.bofh.it>
2004-02-09 11:12 ` 2.6.3-rc1-mm1 - Badness in kobject_get Ronny V. Vindenes
2004-02-09 17:48   ` Greg KH
2004-02-09 17:51     ` Ben Collins
2004-02-10 19:17       ` Oleg Drokin

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.