Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1239013
| From | Ming Lei <tom.leiming@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: blk_mq_register_disk: kobject (00000000009f2dd8): tried to init an initialized object, something is seriously wrong. |
| Date | 2015-10-04 01:30 +0200 |
| Message-ID | <qfEpA-888-7@gated-at.bofh.it> (permalink) |
| References | <q8Hix-6NM-11@gated-at.bofh.it> <qfAOZ-2Tr-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sun, Oct 4, 2015 at 3:33 AM, Meelis Roos <mroos@linux.ee> wrote: >> This is 4.3.0-rc1 on Sun E220R (dual-CPU sparc64). Sometimes it boots, >> sometimes it fails to boot with looping errors and finally a watchdog >> timeout. This console log from a failure. Config is below. > > I noticed blk-mq related changes in todays git. Retested, loop_init > still causes the same blk-mq problem. > [ 100.063323] blk_mq_sysfs_init: init hctx_kobj fffff800ad8b95f8 0 > [ 100.135151] blk_mq_sysfs_init: init ctx_kobj fffff800af80cdd8 0 > [ 100.205952] blk_mq_sysfs_init: init ctx_kobj 00000000009f2dd8 1 > [ 100.276785] kobject (00000000009f2dd8): tried to init an initialized object, something is seriously wrong. From the debug log, the issue happened on ctx_kobj which is one percpu variable, and looks it can't be initialized by blk-mq more than one time. I suspect it may be one memory issue, especiall in percpu allocation. The percpu variable's address for the offline CPU1 is a bit special, not like the other two online CPUs. And it might be helpful to enalbe 'Per cpu operations test' in' Kernel hacking --->'/'Runtime Testing' of Kconfig to see if it can pass the test. Thanks, -- 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/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: blk_mq_register_disk: kobject (00000000009f2dd8): tried to init an initialized object, something is seriously wrong. Meelis Roos <mroos@linux.ee> - 2015-10-03 21:40 +0200
Re: blk_mq_register_disk: kobject (00000000009f2dd8): tried to init an initialized object, something is seriously wrong. Ming Lei <tom.leiming@gmail.com> - 2015-10-04 01:30 +0200
Re: blk_mq_register_disk: kobject (00000000009f2dd8): tried to init an initialized object, something is seriously wrong. Meelis Roos <mroos@linux.ee> - 2015-10-05 09:20 +0200
csiph-web