From: Yani Ioannou <yani.ioannou@gmail.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.12-rc5-mm2
Date: Fri, 3 Jun 2005 17:19:08 -0400 [thread overview]
Message-ID: <253818670506031419603479ac@mail.gmail.com> (raw)
In-Reply-To: <20050601022824.33c8206e.akpm@osdl.org>
Hi Andrew,
I'm encountering the following annoying bug messages in 2.6.12-rc5-mm1
and -mm2 that I can't reproduce in 2.6.12-rc5 with the sym53c8xx_2
SCSI driver. I don't use the SCSI card/drive for booting but the
driver is compiled into my kernel, and reading from the drive seems
OK. Booting -mm2 I get the following :
scan_host_selected+0xdd/0xf0
[<c03e10e0>] scsi_scan_host+0x30/0x40
[<c03e8d5f>] sym2_probe+0xef/0x140
[<c0105800>] do_simd_coprocessor_error+0x70/0xb0
[<c0102000>] sys_get_thread_area+0x10/0x140
[<c0331722>] pci_device_probe_static+0x52/0x70
[<c033177c>] __pci_device_probe+0x3c/0x50
[<c03317bf>] pci_device_probe+0x2f/0x50
[<c039ee1b>] driver_probe_device+0x3b/0xb0
[<c039ef10>] __driver_attach+0x0/0x60
[<c039ef60>] __driver_attach+0x50/0x60
[<c039e499>] bus_for_each_dev+0x69/0x80
[<c039ef95>] driver_attach+0x25/0x30
[<c039ef10>] __driver_attach+0x0/0x60
[<c039e968>] bus_add_driver+0x88/0xc0
[<c0331900>] pci_device_shutdown+0x0/0x30
[<c0331a9d>] pci_register_driver+0x7d/0xa0
[<c06c5732>] sym2_init+0x32/0x60
[<c06a2a7b>] do_initcalls+0x2b/0xc0
[<c01003b9>] init+0x99/0x1b0
[<c0100320>] init+0x0/0x1b0
[<c0101245>] kernel_thread_helper+0x5/0x10
Followed by many repeats of:
BUG: atomic counter underflow at:
[<c03a5c41>] blk_cleanup_queue+0xc1/0xd0
[<c03e1739>] scsi_device_dev_release+0x139/0x190
[<c039d4cb>] device_release+0x5b/0x60
[<c03247b8>] kobject_cleanup+0x98/0xa0
[<c03247c0>] kobject_release+0x0/0x10
[<c0325225>] kref_put+0x45/0xd0
[<c03247ef>] kobject_put+0x1f/0x30
[<c03247c0>] kobject_release+0x0/0x10
[<c03dfb6e>] scsi_alloc_sdev+0x1ae/0x1f0
[<c03e051f>] scsi_probe_and_add_lun+0x6f/0x1f0
[<c032470a>] kobject_get+0x1a/0x30
[<c03e0e73>] scsi_scan_target+0xe3/0x170
[<c03e0f9d>] scsi_scan_channel+0x9d/0xc0
[<c03e109d>] scsi_scan_host_selected+0xdd/0xf0
[<c03e10e0>] scsi_scan_host+0x30/0x40
[<c03e8d5f>] sym2_probe+0xef/0x140
[<c0105800>] do_simd_coprocessor_error+0x70/0xb0
[<c0102000>] sys_get_thread_area+0x10/0x140
[<c0331722>] pci_device_probe_static+0x52/0x70
[<c033177c>] __pci_device_probe+0x3c/0x50
[<c03317bf>] pci_device_probe+0x2f/0x50
[<c039ee1b>] driver_probe_device+0x3b/0xb0
[<c039ef10>] __driver_attach+0x0/0x60
[<c039ef60>] __driver_attach+0x50/0x60
[<c039e499>] bus_for_each_dev+0x69/0x80
[<c039ef95>] driver_attach+0x25/0x30
[<c039ef10>] __driver_attach+0x0/0x60
[<c039e968>] bus_add_driver+0x88/0xc0
[<c0331900>] pci_device_shutdown+0x0/0x30
[<c0331a9d>] pci_register_driver+0x7d/0xa0
[<c06c5732>] sym2_init+0x32/0x60
[<c06a2a7b>] do_initcalls+0x2b/0xc0
[<c01003b9>] init+0x99/0x1b0
[<c0100320>] init+0x0/0x1b0
[<c0101245>] kernel_thread_helper+0x5/0x10
Thanks,
Yani
prev parent reply other threads:[~2005-06-03 21:19 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-01 9:28 2.6.12-rc5-mm2 Andrew Morton
2005-06-01 9:54 ` 2.6.12-rc5-mm2 Michal Schmidt
2005-06-01 12:22 ` 2.6.12-rc5-mm2 Stefano Rivoir
2005-06-01 21:53 ` 2.6.12-rc5-mm2 Dave Airlie
2005-06-01 14:02 ` 2.6.12-rc5-mm2 Pavel Machek
2005-06-01 15:04 ` 2.6.12-rc5-mm2 Matthias Urlichs
2005-06-03 10:12 ` 2.6.12-rc5-mm2 Pavel Machek
2005-06-05 19:20 ` 2.6.12-rc5-mm2 Matthias Urlichs
2005-06-01 16:48 ` 2.6.12-rc5-mm2 William Lee Irwin III
2005-06-01 23:47 ` 2.6.12-rc5-mm2 Matthew Dobson
2005-06-02 12:15 ` 2.6.12-rc5-mm2: "bic unavailable using TCP reno" messages Adrian Bunk
2005-06-02 13:58 ` Baruch Even
2005-06-02 17:38 ` Stephen Hemminger
2005-06-02 20:38 ` Adrian Bunk
2005-06-03 21:37 ` Stephen Hemminger
2005-06-03 22:32 ` Baruch Even
2005-06-02 20:07 ` [-mm patch] fix recursive IPW2200 dependencies Adrian Bunk
2005-06-02 20:19 ` Alejandro Bonilla
2005-06-02 20:54 ` 2.6.12-rc5-mm2 Adrian Bunk
2005-06-03 21:19 ` Yani Ioannou [this message]
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=253818670506031419603479ac@mail.gmail.com \
--to=yani.ioannou@gmail.com \
--cc=akpm@osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox