login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
January
»
29
Re: [BUG] 2.6.24-git usb reset problems
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From:
Boaz Harrosh <bharrosh@...>
To: Jens Axboe <jens.axboe@...>
Cc: Greg KH <greg@...>, Matthew Dharm <mdharm-usb@...>, <linux-kernel@...>, <linux-usb@...>, <linux-scsi@...>
Subject:
Re: [BUG] 2.6.24-git usb reset problems
Date: Tuesday, January 29, 2008 - 10:14 am
On Tue, Jan 29 2008 at 16:11 +0200, Jens Axboe <jens.axboe@oracle.com> wrote:
quoted text
> On Tue, Jan 29 2008, Boaz Harrosh wrote: >> On Tue, Jan 29 2008 at 15:54 +0200, Jens Axboe <jens.axboe@oracle.com> wrote: >>> On Tue, Jan 29 2008, Boaz Harrosh wrote: >>>> Greg KH wrote: >>>>> On Mon, Jan 28, 2008 at 09:49:35PM +0100, Jens Axboe wrote: >>>>>> Hi, >>>>>> >>>>>> Running latest -git (head 91525300baf162e83e923b09ca286f9205e21522) and >>>>>> connecting my cf usb storage device yields and endless stream of: >>>>>> >>>>>> Initializing USB Mass Storage driver... >>>>>> scsi6 : SCSI emulation for USB Mass Storage devices >>>>>> usb-storage: device found at 2 >>>>>> usb-storage: waiting for device to settle before scanning >>>>>> usbcore: registered new interface driver usb-storage >>>>>> USB Mass Storage support registered. >>>>>> scsi 6:0:0:0: Direct-Access Generic STORAGE DEVICE 0125 PQ: 0 >>>>>> ANSI: 0 >>>>>> sd 6:0:0:0: [sdb] 4001760 512-byte hardware sectors (2049 MB) >>>>>> sd 6:0:0:0: [sdb] Write Protect is off >>>>>> sd 6:0:0:0: [sdb] Mode Sense: 02 00 00 00 >>>>>> sd 6:0:0:0: [sdb] Assuming drive cache: write through >>>>>> sd 6:0:0:0: [sdb] 4001760 512-byte hardware sectors (2049 MB) >>>>>> sd 6:0:0:0: [sdb] Write Protect is off >>>>>> sd 6:0:0:0: [sdb] Mode Sense: 02 00 00 00 >>>>>> sd 6:0:0:0: [sdb] Assuming drive cache: write through >>>>>> sdb: sdb1 >>>>>> sd 6:0:0:0: [sdb] Attached SCSI removable disk >>>>>> sd 6:0:0:0: Attached scsi generic sg1 type 0 >>>>>> scsi 6:0:0:1: Direct-Access Generic STORAGE DEVICE 0125 PQ: 0 >>>>>> ANSI: 0 >>>>>> usb 5-1: reset high speed USB device using ehci_hcd and address 2 >>>>>> usb 5-1: reset high speed USB device using ehci_hcd and address 2 >>>>>> usb 5-1: reset high speed USB device using ehci_hcd and address 2 >>>>>> usb 5-1: reset high speed USB device using ehci_hcd and address 2 >>>>>> usb 5-1: reset high speed USB device using ehci_hcd and address 2 >>>>>> usb 5-1: reset high speed USB device using ehci_hcd and address 2 >>>>>> usb 5-1: reset high speed USB device using ehci_hcd and address 2 >>>>>> [...] >>>>>> >>>>>> until I disconnect it. The device doesn't work. Worked fine in 2.6.24. >>>>>> I'm attaching boot messages and my .config. >>>>> That's a bit wierd, as we haven't added any USB patches to the -git tree >>>>> yet after 2.6.24 :) >>>>> >>>>> Could this be caused by some scsi changes perhaps? >>>>> >>>>> thanks, >>>>> >>>>> greg k-h >>>>> - >>>> Yes it is ;) >>>> >>>> Jens could you test the patch below? if it works I'll submit a proper >>>> patch. Please forgive me for the bug. >>> No difference, still just a lot of resets. >>> >> Where you able to figure out which usb storage transport is used? >> >> in drivers/usb/storage/usb.c you have get_protocol() and get_transport() >> functions. I'm not sure if these get stored in sysfs perhaps. This will >> pinpoint better where to look. Let me research a bit. > > Did the quick'n easy and dumped it. Protocol is 'Transparent SCSI' and > transport is 'Bulk' >
Sorry for the other noise. Thanks I'll have a look. --
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:
[BUG] 2.6.24-git usb reset problems
, Jens Axboe
, (Mon Jan 28, 4:49 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Greg KH
, (Mon Jan 28, 5:21 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Boaz Harrosh
, (Tue Jan 29, 8:15 am)
Re: [BUG] 2.6.24-git usb reset problems
, Matthew Dharm
, (Tue Jan 29, 11:00 am)
Re: [BUG] 2.6.24-git usb reset problems
, Alan Stern
, (Tue Jan 29, 11:36 am)
Re: [BUG] 2.6.24-git usb reset problems
, James Bottomley
, (Tue Jan 29, 12:34 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Boaz Harrosh
, (Tue Jan 29, 2:27 pm)
Re: [BUG] 2.6.24-git usb reset problems
, James Bottomley
, (Tue Jan 29, 2:48 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Boaz Harrosh
, (Tue Jan 29, 2:58 pm)
Re: [BUG] 2.6.24-git usb reset problems
, James Bottomley
, (Tue Jan 29, 3:17 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Boaz Harrosh
, (Tue Jan 29, 3:28 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Boaz Harrosh
, (Tue Jan 29, 11:54 am)
Re: [BUG] 2.6.24-git usb reset problems
, Jens Axboe
, (Tue Jan 29, 9:54 am)
Re: [BUG] 2.6.24-git usb reset problems
, Boaz Harrosh
, (Tue Jan 29, 10:06 am)
Re: [BUG] 2.6.24-git usb reset problems
, Boaz Harrosh
, (Tue Jan 29, 10:13 am)
Re: [BUG] 2.6.24-git usb reset problems
, Jens Axboe
, (Tue Jan 29, 10:11 am)
Re: [BUG] 2.6.24-git usb reset problems
, Oliver Neukum
, (Tue Jan 29, 10:31 am)
Re: [BUG] 2.6.24-git usb reset problems
, Boaz Harrosh
, (Tue Jan 29, 11:50 am)
Re: [BUG] 2.6.24-git usb reset problems
, Oliver Neukum
, (Tue Jan 29, 1:42 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Jens Axboe
, (Tue Jan 29, 10:31 am)
Re: [BUG] 2.6.24-git usb reset problems
, Jens Axboe
, (Tue Jan 29, 2:39 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Matthew Dharm
, (Tue Jan 29, 3:10 pm)
Re: [BUG] 2.6.24-git usb reset problems
, James Bottomley
, (Tue Jan 29, 3:33 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Jens Axboe
, (Tue Jan 29, 3:35 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Jens Axboe
, (Tue Jan 29, 3:45 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Geert Uytterhoeven
, (Wed Jan 30, 6:27 am)
Re: [BUG] 2.6.24-git usb reset problems
, Jens Axboe
, (Wed Jan 30, 6:38 am)
Re: [BUG] 2.6.24-git usb reset problems
, James Bottomley
, (Wed Jan 30, 10:38 am)
Re: [BUG] 2.6.24-git usb reset problems
, Jens Axboe
, (Wed Jan 30, 2:06 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Jens Axboe
, (Wed Jan 30, 3:07 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Boaz Harrosh
, (Tue Jan 29, 3:58 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Boaz Harrosh
, (Tue Jan 29, 4:09 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Jens Axboe
, (Tue Jan 29, 4:13 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Boaz Harrosh
, (Tue Jan 29, 4:26 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Jens Axboe
, (Tue Jan 29, 4:03 pm)
Re: [BUG] 2.6.24-git usb reset problems
, James Bottomley
, (Tue Jan 29, 4:04 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Jens Axboe
, (Tue Jan 29, 4:06 pm)
Re: [BUG] 2.6.24-git usb reset problems
, James Bottomley
, (Tue Jan 29, 4:24 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Boaz Harrosh
, (Tue Jan 29, 4:53 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Jens Axboe
, (Tue Jan 29, 3:15 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Matthew Dharm
, (Tue Jan 29, 3:37 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Jens Axboe
, (Tue Jan 29, 3:26 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Boaz Harrosh
, (Tue Jan 29, 3:09 pm)
Re: [BUG] 2.6.24-git usb reset problems
, Boaz Harrosh
, (Tue Jan 29, 10:14 am)
Re: [BUG] 2.6.24-git usb reset problems
, Jens Axboe
, (Tue Jan 29, 3:48 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 004/196] Chinese: add translation of SubmittingPatches
Tarkan Erimer
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Willy Tarreau
Re: Linux 2.6.21
Jan Kundrát
kswapd high CPU usage with no swap
git
:
linux-netdev
:
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
David Miller
[GIT]: Networking
David Miller
Re: [PATCH] tcp: splice as many packets as possible at once
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
3 users
and
482 guests
online.
Online users
twittertraffic
robinhart8468
olivdecka
Syndicate