login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
August
»
29
Re: MTD kobject warnings due to block layer changes
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: FUJITA Tomonori
Subject:
Re: MTD kobject warnings due to block layer changes
Date: Thursday, August 28, 2008 - 10:56 pm
On Thu, 28 Aug 2008 12:09:21 +0200 Jens Axboe <jens.axboe@oracle.com> wrote:
quoted text
> On Thu, Aug 28 2008, Manuel Lauss wrote: > > Hello, > > > > Todays -git spits out these wanings during boot, caused by > > Commit abf5439370491dd6fbb4fe1a7939680d2a9bc9d4 > > ( block: move cmdfilter from gendisk to request_queue ): > > > > Using physmap partition information > > Creating 3 MTD partitions on "physmap-flash": > > 0x00000000-0x01c00000 : "User FS" > > 0x01c00000-0x01c40000 : "booter" > > kobject (8511c410): tried to init an initialized object, something is seriously wrong. > > Call Trace: > > [<8036644c>] dump_stack+0x8/0x34 > > [<8021f050>] kobject_init+0x50/0xcc > > [<8021fa18>] kobject_init_and_add+0x24/0x58 > > [<8021d20c>] blk_register_filter+0x4c/0x64 > > [<8021c194>] add_disk+0x78/0xe0 > > [<8027d14c>] add_mtd_blktrans_dev+0x254/0x278 > > [<8027c8f0>] blktrans_notify_add+0x40/0x78 > > [<80279c00>] add_mtd_device+0xd0/0x150 > > [<8027b090>] add_mtd_partitions+0x568/0x5d8 > > [<80285458>] physmap_flash_probe+0x2ac/0x334 > > [<802644f8>] driver_probe_device+0x12c/0x244 > > [<8026465c>] __driver_attach+0x4c/0x84 > > [<80263c64>] bus_for_each_dev+0x58/0xac > > [<802633ec>] bus_add_driver+0xc4/0x24c > > [<802648e0>] driver_register+0xcc/0x184 > > [<80100460>] _stext+0x60/0x1bc > > > > 0x01c40000-0x01fe0000 : "vmlinux.elf" > > kobject (8511c410): tried to init an initialized object, something is seriously wrong. > > Call Trace: > > [<8036644c>] dump_stack+0x8/0x34 > > [<8021f050>] kobject_init+0x50/0xcc > > [<8021fa18>] kobject_init_and_add+0x24/0x58 > > [<8021d20c>] blk_register_filter+0x4c/0x64 > > [<8021c194>] add_disk+0x78/0xe0 > > [<8027d14c>] add_mtd_blktrans_dev+0x254/0x278 > > [<8027c8f0>] blktrans_notify_add+0x40/0x78 > > [<80279c00>] add_mtd_device+0xd0/0x150 > > [<8027b090>] add_mtd_partitions+0x568/0x5d8 > > [<80285458>] physmap_flash_probe+0x2ac/0x334 > > [<802644f8>] driver_probe_device+0x12c/0x244 > > [<8026465c>] __driver_attach+0x4c/0x84 > > [<80263c64>] bus_for_each_dev+0x58/0xac > > [<802633ec>] bus_add_driver+0xc4/0x24c > > [<802648e0>] driver_register+0xcc/0x184 > > [<80100460>] _stext+0x60/0x1bc > > > > NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit) > > Scanning device for bad blocks > > Creating 1 MTD partitions on "gen_nand": > > 0x00000000-0x08000000 : "NAND FS 0" > > kobject (8511c410): tried to init an initialized object, something is seriously wrong. > > Call Trace: > > [<8036644c>] dump_stack+0x8/0x34 > > [<8021f050>] kobject_init+0x50/0xcc > > [<8021fa18>] kobject_init_and_add+0x24/0x58 > > [<8021d20c>] blk_register_filter+0x4c/0x64 > > [<8021c194>] add_disk+0x78/0xe0 > > [<8027d14c>] add_mtd_blktrans_dev+0x254/0x278 > > [<8027c8f0>] blktrans_notify_add+0x40/0x78 > > [<80279c00>] add_mtd_device+0xd0/0x150 > > [<8027b090>] add_mtd_partitions+0x568/0x5d8 > > [<804016b0>] plat_nand_probe+0x1e8/0x24c > > [<802644f8>] driver_probe_device+0x12c/0x244 > > [<8026465c>] __driver_attach+0x4c/0x84 > > [<80263c64>] bus_for_each_dev+0x58/0xac > > [<802633ec>] bus_add_driver+0xc4/0x24c > > [<802648e0>] driver_register+0xcc/0x184 > > [<80100460>] _stext+0x60/0x1bc > > Tomo? I don't see how this is happening. The queue is properly zeroed, > so no chance ->state_initialized being crap.
With MTD, multiple gendisks share a single request_queue? --
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
MTD kobject warnings due to block layer changes
, Manuel Lauss
, (Thu Aug 28, 1:46 am)
Re: MTD kobject warnings due to block layer changes
, Jens Axboe
, (Thu Aug 28, 3:09 am)
Re: MTD kobject warnings due to block layer changes
, FUJITA Tomonori
, (Thu Aug 28, 10:56 pm)
Re: MTD kobject warnings due to block layer changes
, Jens Axboe
, (Thu Aug 28, 11:29 pm)
Re: MTD kobject warnings due to block layer changes
, FUJITA Tomonori
, (Thu Aug 28, 11:39 pm)
Re: MTD kobject warnings due to block layer changes
, Jens Axboe
, (Thu Aug 28, 11:44 pm)
Re: MTD kobject warnings due to block layer changes
, FUJITA Tomonori
, (Thu Aug 28, 11:47 pm)
Re: MTD kobject warnings due to block layer changes
, Jens Axboe
, (Thu Aug 28, 11:50 pm)
Re: MTD kobject warnings due to block layer changes
, FUJITA Tomonori
, (Fri Aug 29, 12:56 am)
Re: MTD kobject warnings due to block layer changes
, Jens Axboe
, (Fri Aug 29, 1:01 am)
Re: MTD kobject warnings due to block layer changes
, FUJITA Tomonori
, (Fri Aug 29, 1:19 am)
Re: MTD kobject warnings due to block layer changes
, Manuel Lauss
, (Fri Aug 29, 1:34 am)
Re: MTD kobject warnings due to block layer changes
, Jens Axboe
, (Fri Aug 29, 2:45 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
FUJITA Tomonori
Re: [Scst-devel] Integration of SCST in the mainstream Linux kernel
Ingo Molnar
Re: [RFC/RFT PATCH] sched: automated per tty task groups
Uwe Kleine-König
Re: [PATCH v2] ARM: allow, but warn, when issuing ioremap() on RAM
Josef Bacik
[PATCH] fallocate.2: add FALLOC_FL_PUNCH_HOLE flag definition
Andrew Morton
Re: [PATCH v3 0/4] Introduce hardware spinlock framework
git
:
Stefan Richter
Re: [kernel.org users] [RFD] On deprecating "git-foo" for builtins
Bert Wesarg
[TopGit PATCH v3 06/12] list_deps: accept -i/-w
Junio C Hamano
Re: [PATCH] Detached HEAD (experimental)
A Large Angry SCM
Re: [RFC] origin link for cherry-pick and revert
Petr Baudis
Re: PPC SHA-1 Updates in "pu"
git-commits-head
:
Linux Kernel Mailing List
libata: disable ATAPI AN by default
Linux Kernel Mailing List
ARM: 5905/1: ARM: Global ASID allocation on SMP
Linux Kernel Mailing List
misc: replace remaining __FUNCTION__ with __func__
Linux Kernel Mailing List
Disallow gcc versions 4.1.{0,1}
Linux Kernel Mailing List
timer: Try to survive timer callback preempt_count leak
linux-netdev
:
Arnaldo Carvalho de Melo
Re: [PATCH 06/37] dccp: Limit feature negotiation to connection setup phase
Gerrit Renker
[PATCH 1/5] dccp: Initialisation framework for feature negotiation
Daniel Lezcano
getsockopt(TCP_DEFER_ACCEPT) value change
David Miller
Re: 2.6.27.18: bnx2/tg3: BUG: "scheduling while atomic" trying to ifenslave a seco...
David Miller
Re: [PATCH 2/5] dccp: Auto-load (when supported) CCID plugins for negotiation
openbsd-misc
:
Boris Goldberg
Re: HP ProLiant DL320 v. Sun Fire V125
Stuart Henderson
Re: Kuro5hin: OpenBSD Founder Theo deRaadt Has Conflict of Interest With AMD
Darrin Chandler
Re: strange output on openbsd C code
Karel Kulhavy
Re: No Blob without Puffy
Nick Holland
Re: Install OpenBSD from USB ?
Colocation donated by:
Syndicate