* [Bug 13452] New: When log in a iscsi target it's fail and there is a bug scsi related
@ 2009-06-04 8:16 bugzilla-daemon
2009-06-04 17:09 ` Mike Christie
2009-06-04 17:09 ` [Bug 13452] " bugzilla-daemon
0 siblings, 2 replies; 3+ messages in thread
From: bugzilla-daemon @ 2009-06-04 8:16 UTC (permalink / raw)
To: linux-scsi
http://bugzilla.kernel.org/show_bug.cgi?id=13452
Summary: When log in a iscsi target it's fail and there is a
bug scsi related
Product: SCSI Drivers
Version: 2.5
Kernel Version: 2.6.27.5-xen.hg
Platform: All
OS/Version: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: Other
AssignedTo: scsi_drivers-other@kernel-bugs.osdl.org
ReportedBy: jrodriguez@ari.es
Regression: No
I'm using a 2.6.27.5-hg Xen kernel. Modules iscsi_tcp and libiscsi are loaded
but when I log in a target iscsi syslog says that there is a kernel bug in
/var/xen/linux-2.6.27-xen.hg/drivers/scsi/scsi_lib.c:1759. I have download a
mainline kernel 2.6.27.5 and the source code differs.
2.6.27.5-xen.hg
1757 struct device *dev = dev_to_nonscsi_dev(shost->shost_gendev.parent);
1759 BUG_ON(!dev);
2.6.27.5 mainline
1634 struct device *dev = shost->shost_gendev.parent;
I suposse that the Xen kernel is patched with "[PATCH][REPOST] scsi_lib_dma.c :
fix bug w/ dma on virtual fc ports." so i'm not sure if another kernel upper
2.6.27.5 are "bugged?".
Thank you.
This is the syslog trace:
Jun 4 09:14:58 xen2 kernel: ------------[ cut here ]------------
Jun 4 09:14:58 xen2 kernel: kernel BUG at
/var/xen/linux-2.6.27-xen.hg/drivers/scsi/scsi_lib.c:1759!
Jun 4 09:14:58 xen2 kernel: invalid opcode: 0000 [#1] SMP
Jun 4 09:14:58 xen2 kernel: last sysfs file: /sys/class/scsi_host/host1/scan
Jun 4 09:14:58 xen2 kernel: Modules linked in: crc32c(N) iscsi_tcp(FN)
libiscsi(FN) scsi_transport_iscsi(FN) button(N) thermal(N) processor(N) fan(N)
th
ermal_sys(N)
Jun 4 09:14:58 xen2 kernel: Supported: No
Jun 4 09:14:58 xen2 kernel:
Jun 4 09:14:58 xen2 kernel: Pid: 26876, comm: iscsid Tainted: GF
(2.6.27.5 #3)
Jun 4 09:14:58 xen2 kernel: EIP: 0061:[<c031f9ec>] EFLAGS: 00010246 CPU: 0
Jun 4 09:14:58 xen2 kernel: EIP is at __scsi_alloc_queue+0x12c/0x140
Jun 4 09:14:58 xen2 kernel: EAX: 00000000 EBX: ed4cf800 ECX: 00000000 EDX:
c031f430
Jun 4 09:14:58 xen2 kernel: ESI: 00000000 EDI: ec2b0400 EBP: ebbdfd90 ESP:
ebbdfd70
Jun 4 09:14:58 xen2 kernel: DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0069
Jun 4 09:14:58 xen2 kernel: Process iscsid (pid: 26876, ti=ebbde000
task=ebb24b10 task.ti=ebbde000)
Jun 4 09:14:58 xen2 kernel: Stack: ebbdfd80 ee332820 00000000 eb860e8c
c031f430 ed4cf800 ebbfba00 ebbfba14
Jun 4 09:14:58 xen2 kernel: ebbdfd9c c031fa10 ed4cf800 ebbdfdc4
c0320ae2 00000000 ebbdfdc4 ec2b0400
Jun 4 09:14:58 xen2 kernel: 00000001 00000000 00000000 00000000
ebbfba00 ebbdfdf0 c03218c0 ebbfba04
Jun 4 09:14:58 xen2 kernel: Call Trace:
Jun 4 09:14:58 xen2 kernel: [<ee332820>] ? iscsi_session_match+0x10/0x70
[scsi_transport_iscsi]
Jun 4 09:14:58 xen2 kernel: [<c031f430>] ? scsi_request_fn+0x0/0x460
Jun 4 09:14:58 xen2 kernel: [<c031fa10>] ? scsi_alloc_queue+0x10/0x50
Jun 4 09:14:58 xen2 kernel: [<c0320ae2>] ? scsi_alloc_sdev+0x132/0x1e0
Jun 4 09:14:58 xen2 kernel: [<c03218c0>] ? scsi_probe_and_add_lun+0x1d0/0x270
Jun 4 09:14:58 xen2 kernel: [<c03220e0>] ? __scsi_scan_target+0xb0/0xe0
Jun 4 09:14:58 xen2 kernel: [<c03221c5>] ? scsi_scan_target+0xb5/0xc0
Jun 4 09:14:58 xen2 kernel: [<ee33071b>] ? iscsi_user_scan_session+0xdb/0xf0
[scsi_transport_iscsi]
Jun 4 09:14:58 xen2 kernel: [<ee330640>] ? iscsi_user_scan_session+0x0/0xf0
[scsi_transport_iscsi]
Jun 4 09:14:58 xen2 kernel: [<c0284a89>] ? device_for_each_child+0x29/0x50
Jun 4 09:14:58 xen2 kernel: [<ee330754>] ? iscsi_user_scan+0x24/0x30
[scsi_transport_iscsi]
Jun 4 09:14:58 xen2 kernel: [<c0322a5d>] ? scsi_scan+0x9d/0xd0
Jun 4 09:14:58 xen2 kernel: [<c015c2cb>] ? __alloc_pages_internal+0x9b/0x3a0
Jun 4 09:14:58 xen2 kernel: [<c0322a90>] ? store_scan+0x0/0x20
Jun 4 09:14:58 xen2 kernel: [<c0322a9f>] ? store_scan+0xf/0x20
Jun 4 09:14:58 xen2 kernel: [<c028384f>] ? dev_attr_store+0x2f/0x40
Jun 4 09:14:58 xen2 kernel: [<c01c36b7>] ? flush_write_buffer+0x47/0x70
Jun 4 09:14:58 xen2 kernel: [<c01c3724>] ? sysfs_write_file+0x44/0x70
Jun 4 09:14:58 xen2 kernel: [<c0181fe1>] ? vfs_write+0x91/0x140
Jun 4 09:14:58 xen2 kernel: [<c0182184>] ? sys_write+0x44/0xb0
Jun 4 09:14:58 xen2 kernel: [<c010479a>] ? syscall_call+0x7/0xb
Jun 4 09:14:58 xen2 kernel: =======================
Jun 4 09:14:58 xen2 kernel: Code: b6 87 ac 00 00 00 c0 e8 03 83 e0 01 75 07 0f
b3 83 34 01 00 00 89 d8 ba 03 00 00 00 e8 ae 2e f0 ff 89 d8 83 c4 14 5b 5
e 5f 5d c3 <0f> 0b eb fe ba 00 00 01 00 eb c2 89 f6 8d bc 27 00 00 00 00 55
Jun 4 09:14:58 xen2 kernel: EIP: [<c031f9ec>] __scsi_alloc_queue+0x12c/0x140
SS:ESP 0069:ebbdfd70
Jun 4 09:14:58 xen2 kernel: ---[ end trace 33a0f0dfcb966cb4 ]---
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Bug 13452] New: When log in a iscsi target it's fail and there is a bug scsi related
2009-06-04 8:16 [Bug 13452] New: When log in a iscsi target it's fail and there is a bug scsi related bugzilla-daemon
@ 2009-06-04 17:09 ` Mike Christie
2009-06-04 17:09 ` [Bug 13452] " bugzilla-daemon
1 sibling, 0 replies; 3+ messages in thread
From: Mike Christie @ 2009-06-04 17:09 UTC (permalink / raw)
To: bugzilla-daemon; +Cc: linux-scsi
> I'm using a 2.6.27.5-hg Xen kernel. Modules iscsi_tcp and libiscsi are loaded
> but when I log in a target iscsi syslog says that there is a kernel bug in
> /var/xen/linux-2.6.27-xen.hg/drivers/scsi/scsi_lib.c:1759. I have download a
> mainline kernel 2.6.27.5 and the source code differs.
>
What is hg xen?
This is close to
http://groups.google.com/group/open-iscsi/browse_thread/thread/c4ddd07c06546864/791c69f2e2a0d46d?lnk=gst&q=oops+xen#791c69f2e2a0d46d
scsi_alloc_queue calls blk_queue_bounce_limit so it could be the same
bug but moved around due to differences on those kernels.
Is there a newer kernel? I do not remember the problem or solution. It
was in the xen code. I will do some more searching, but if there is a
newer kernel could you give it a try?
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Bug 13452] When log in a iscsi target it's fail and there is a bug scsi related
2009-06-04 8:16 [Bug 13452] New: When log in a iscsi target it's fail and there is a bug scsi related bugzilla-daemon
2009-06-04 17:09 ` Mike Christie
@ 2009-06-04 17:09 ` bugzilla-daemon
1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon @ 2009-06-04 17:09 UTC (permalink / raw)
To: linux-scsi
http://bugzilla.kernel.org/show_bug.cgi?id=13452
--- Comment #1 from Anonymous Emailer <anonymous@kernel-bugs.osdl.org> 2009-06-04 17:09:38 ---
Reply-To: michaelc@cs.wisc.edu
> I'm using a 2.6.27.5-hg Xen kernel. Modules iscsi_tcp and libiscsi are loaded
> but when I log in a target iscsi syslog says that there is a kernel bug in
> /var/xen/linux-2.6.27-xen.hg/drivers/scsi/scsi_lib.c:1759. I have download a
> mainline kernel 2.6.27.5 and the source code differs.
>
What is hg xen?
This is close to
http://groups.google.com/group/open-iscsi/browse_thread/thread/c4ddd07c06546864/791c69f2e2a0d46d?lnk=gst&q=oops+xen#791c69f2e2a0d46d
scsi_alloc_queue calls blk_queue_bounce_limit so it could be the same
bug but moved around due to differences on those kernels.
Is there a newer kernel? I do not remember the problem or solution. It
was in the xen code. I will do some more searching, but if there is a
newer kernel could you give it a try?
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-06-04 17:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-04 8:16 [Bug 13452] New: When log in a iscsi target it's fail and there is a bug scsi related bugzilla-daemon
2009-06-04 17:09 ` Mike Christie
2009-06-04 17:09 ` [Bug 13452] " bugzilla-daemon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox