public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: 2.6.26-rc1 regression since 2.6.25 - problem in 2.6.26-rc8 again
@ 2008-06-26 15:37 Lukas Hejtmanek
  2008-06-26 15:52 ` Alan Stern
  0 siblings, 1 reply; 8+ messages in thread
From: Lukas Hejtmanek @ 2008-06-26 15:37 UTC (permalink / raw)
  To: Alan Stern; +Cc: Greg KH, Kernel development list, USB list

Hello,

I have another USB problem with Lenovo T61 Thinkpad.

I'm using kernel 2.6.26-rc8. I do use CONFIG_USB_SUSPEND.

If I attach USB disk (using EHCI driver), the disk is found and it is working.
If I remove the disk, undock the laptop, dock the laptop again and plug the
disk, the disk is not found at all until I remove and reinsert the EHCI
driver.

I noticed that if I do not unplug the disk berofe undocking, it works after
docking back.

If I undock with the disk removed, dmesg looks like this:
[85164.642906] usb 3-4.3: USB disconnect, address 5
[85171.901891] ACPI: \_SB_.GDCK - undocking
[85175.116094] eth0: Link is Down
[85183.063339] ACPI: \_SB_.GDCK - docking
[85185.238221] eth0: Link is Up 1000 Mbps Full Duplex, Flow Control: None

nothing more past the eth0 message.

If I undock with the disk plugged in, dmesg looks like this:
[85407.425050] ACPI: \_SB_.GDCK - undocking
[85407.453467] usb 3-4: USB disconnect, address 3
[85407.453478] usb 3-4.3: USB disconnect, address 4
[85410.870520] eth0: Link is Down
[85420.340005] ACPI: \_SB_.GDCK - docking
[85420.829661] usb 3-4: new high speed USB device using ehci_hcd and address 5
[85420.952520] usb 3-4: configuration #1 chosen from 1 choice
[85420.960006] hub 3-4:1.0: USB hub found
[85420.960006] hub 3-4:1.0: 4 ports detected
[85421.066577] usb 3-4: New USB device found, idVendor=04b3, idProduct=4485
[85421.066583] usb 3-4: New USB device strings: Mfr=0, Product=0,
SerialNumber=0
[85422.540557] eth0: Link is Up 1000 Mbps Full Duplex, Flow Control: None
[85426.366908] usb 3-4.3: new high speed USB device using ehci_hcd and address
6
[85426.465420] usb 3-4.3: configuration #1 chosen from 1 choice
[85426.485951] scsi9 : SCSI emulation for USB Mass Storage devices
[85426.485966] usb-storage: device found at 6
[85426.485966] usb-storage: waiting for device to settle before scanning
[85426.487217] usb 3-4.3: New USB device found, idVendor=152d, idProduct=2338
[85426.487217] usb 3-4.3: New USB device strings: Mfr=1, Product=2,
SerialNumber=5
[85426.487217] usb 3-4.3: Product: USB to ATA/ATAPI Bridge
[85426.487217] usb 3-4.3: Manufacturer: JMicron
[85426.487217] usb 3-4.3: SerialNumber: 222291142391
[85431.482899] usb-storage: device scan complete


any ideas?

-- 
Lukáš Hejtmánek

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: 2.6.26-rc1 regression since 2.6.25 - problem in 2.6.26-rc8 again
  2008-06-26 15:37 2.6.26-rc1 regression since 2.6.25 - problem in 2.6.26-rc8 again Lukas Hejtmanek
@ 2008-06-26 15:52 ` Alan Stern
  2008-06-27  9:17   ` Lukas Hejtmanek
  0 siblings, 1 reply; 8+ messages in thread
From: Alan Stern @ 2008-06-26 15:52 UTC (permalink / raw)
  To: Lukas Hejtmanek; +Cc: Greg KH, Kernel development list, USB list

On Thu, 26 Jun 2008, Lukas Hejtmanek wrote:

> Hello,
> 
> I have another USB problem with Lenovo T61 Thinkpad.
> 
> I'm using kernel 2.6.26-rc8. I do use CONFIG_USB_SUSPEND.
> 
> If I attach USB disk (using EHCI driver), the disk is found and it is working.
> If I remove the disk, undock the laptop, dock the laptop again and plug the
> disk, the disk is not found at all until I remove and reinsert the EHCI
> driver.
> 
> I noticed that if I do not unplug the disk berofe undocking, it works after
> docking back.

What happens if instead of reloading ehci-hcd, you unplug and replug
the disk?

What happens if you undock with the disk plugged in, then unplug the 
disk, then dock the laptop, and then plug in the disk?

> any ideas?

What does usbmon reveal when you dock the laptop again and then plug in
the disk (see Documentation/usb/usbmon.txt)?

Can you provide a comparable usbmon log for 2.6.25?

Did the problem go away at any time between 2.6.26-rc1 and -rc8?

Alan Stern


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: 2.6.26-rc1 regression since 2.6.25 - problem in 2.6.26-rc8 again
  2008-06-26 15:52 ` Alan Stern
@ 2008-06-27  9:17   ` Lukas Hejtmanek
  2008-06-27 20:35     ` Alan Stern
  0 siblings, 1 reply; 8+ messages in thread
From: Lukas Hejtmanek @ 2008-06-27  9:17 UTC (permalink / raw)
  To: Alan Stern; +Cc: Greg KH, Kernel development list, USB list

[-- Attachment #1: Type: text/plain, Size: 2437 bytes --]

On Thu, Jun 26, 2008 at 11:52:25AM -0400, Alan Stern wrote:
> What happens if instead of reloading ehci-hcd, you unplug and replug
> the disk?

nothing, disk is not discovered.

> What happens if you undock with the disk plugged in, then unplug the 
> disk, then dock the laptop, and then plug in the disk?

in such a case the disk is discovered.

If I keep the disk in while unplugging, the dmesg says:
[  294.164161] ACPI: \_SB_.GDCK - undocking
[  294.201826] usb 3-4: USB disconnect, address 3
[  294.201838] usb 3-4.3: USB disconnect, address 4
[  296.043225] eth0: Link is Down
[  304.910671] ACPI: \_SB_.GDCK - docking
[  305.421422] usb 3-4: new high speed USB device using ehci_hcd and address 5
[  305.544580] usb 3-4: configuration #1 chosen from 1 choice
[  305.544650] hub 3-4:1.0: USB hub found
[  305.544796] hub 3-4:1.0: 4 ports detected
[  305.649110] usb 3-4: New USB device found, idVendor=04b3, idProduct=4485
[  305.649124] usb 3-4: New USB device strings: Mfr=0, Product=0,
SerialNumber=0
[  307.185419] eth0: Link is Up 1000 Mbps Full Duplex, Flow Control: None

here I plugged the disk back.

[  337.620406] usb 3-4.3: new high speed USB device using ehci_hcd and address
6
[  337.717179] usb 3-4.3: configuration #1 chosen from 1 choice
[  337.727173] scsi6 : SCSI emulation for USB Mass Storage devices
[  337.740353] usb-storage: device found at 6
[  337.740353] usb-storage: waiting for device to settle before scanning
[  337.740353] usb 3-4.3: New USB device found, idVendor=152d, idProduct=2338
[  337.740353] usb 3-4.3: New USB device strings: Mfr=1, Product=2,
SerialNumber=5
[  337.740377] usb 3-4.3: Product: USB to ATA/ATAPI Bridge
[  337.740380] usb 3-4.3: Manufacturer: JMicron
[  337.740384] usb 3-4.3: SerialNumber: 222291142391


If I unplug the disk first, there are no messages about USB hub just after
ACPI docking message.
 
> What does usbmon reveal when you dock the laptop again and then plug in
> the disk (see Documentation/usb/usbmon.txt)?

attached as 1-26.mon.out (2.6.26-rc8)
 
> Can you provide a comparable usbmon log for 2.6.25?

attached as 1-25.mon.out

> Did the problem go away at any time between 2.6.26-rc1 and -rc8?

If I remember correctly, in 2.6.26-rc2 you fixed it as I reported the problem.
2.6.26-rc5 does not work (behaviour is the same as rc8). The others, I do not
know. If it is really useful, I could try it but I do not have those kernels.

-- 
Lukáš Hejtmánek

[-- Attachment #2: 1-25.mon.out --]
[-- Type: text/plain, Size: 27700 bytes --]

ffff81007c672900 1397729530 S Ii:1:001:1 -115:2048 4 <
ffff81007aaec300 1397729593 S Ci:1:001:0 s a3 00 0000 0001 0004 4 <
ffff81007aaec300 1397729604 C Ci:1:001:0 0 4 = 00010000
ffff81007aaec300 1397729612 S Ci:1:001:0 s a3 00 0000 0002 0004 4 <
ffff81007aaec300 1397729618 C Ci:1:001:0 0 4 = 00010000
ffff81007aaec300 1397729626 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff81007aaec300 1397729633 C Ci:1:001:0 0 4 = 00010000
ffff81007aaec300 1397729641 S Ci:1:001:0 s a3 00 0000 0004 0004 4 <
ffff81007aaec300 1397729686 C Ci:1:001:0 0 4 = 03050400
ffff81007aaec300 1397729692 S Co:1:001:0 s 23 01 0012 0004 0000 0
ffff81007aaec300 1397729702 C Co:1:001:0 0 0
ffff81007aaec300 1397729714 S Ci:1:001:0 s a3 00 0000 0004 0004 4 <
ffff81007aaec300 1397729724 C Ci:1:001:0 0 4 = 03050000
ffff81007aaec300 1397742860 S Ci:1:004:0 s 80 00 0000 0000 0002 2 <
ffff81007aaec300 1397742941 C Ci:1:004:0 0 2 = 0300
ffff81007aaec300 1397742987 S Co:1:004:0 s 00 01 0001 0000 0000 0
ffff81007aaec300 1397743060 C Co:1:004:0 0 0
ffff81007a9bc6c0 1397743109 S Ii:1:004:1 -115:2048 1 <
ffff81007aaec300 1397743147 S Ci:1:004:0 s a3 00 0000 0001 0004 4 <
ffff81007aaec300 1397743310 C Ci:1:004:0 0 4 = 00010000
ffff81007aaec300 1397743849 S Ci:1:004:0 s a3 00 0000 0002 0004 4 <
ffff81007aaec300 1397743936 C Ci:1:004:0 0 4 = 00010000
ffff81007aaec300 1397744005 S Ci:1:004:0 s a3 00 0000 0003 0004 4 <
ffff81007aaec300 1397744059 C Ci:1:004:0 0 4 = 01010100
ffff81007aaec300 1397744257 S Co:1:004:0 s 23 01 0010 0003 0000 0
ffff81007aaec300 1397744348 C Co:1:004:0 0 0
ffff81007aaec300 1397744374 S Ci:1:004:0 s a3 00 0000 0003 0004 4 <
ffff81007aaec300 1397744431 C Ci:1:004:0 0 4 = 01010000
ffff81007aaec300 1397772852 S Ci:1:004:0 s a3 00 0000 0003 0004 4 <
ffff81007aaec300 1397772977 C Ci:1:004:0 0 4 = 01010000
ffff81007aaec300 1397802878 S Ci:1:004:0 s a3 00 0000 0003 0004 4 <
ffff81007aaec300 1397802972 C Ci:1:004:0 0 4 = 01010000
ffff81007aaec300 1397832856 S Ci:1:004:0 s a3 00 0000 0003 0004 4 <
ffff81007aaec300 1397832975 C Ci:1:004:0 0 4 = 01010000
ffff81007aaec300 1397862892 S Ci:1:004:0 s a3 00 0000 0003 0004 4 <
ffff81007aaec300 1397862960 C Ci:1:004:0 0 4 = 01010000
ffff81007aaec300 1397863009 S Co:1:004:0 s 23 03 0004 0003 0000 0
ffff81007aaec300 1397863062 C Co:1:004:0 0 0
ffff81007aaec300 1397876219 S Ci:1:004:0 s a3 00 0000 0003 0004 4 <
ffff81007aaec300 1397876344 C Ci:1:004:0 0 4 = 11010000
ffff81007aaec300 1397889544 S Ci:1:004:0 s a3 00 0000 0003 0004 4 <
ffff81007aaec300 1397889717 C Ci:1:004:0 0 4 = 03051000
ffff81007a9bc6c0 1397923747 C Ii:1:004:1 0:2048 1 = 08
ffff81007a9bc6c0 1397923755 S Ii:1:004:1 -115:2048 1 <
ffff81007aaec300 1397942881 S Co:1:004:0 s 23 01 0014 0003 0000 0
ffff81007aaec300 1397942964 C Co:1:004:0 0 0
ffff81007aaec300 1397943007 S Ci:1:000:0 s 80 06 0100 0000 0040 64 <
ffff81007aaec300 1397943213 C Ci:1:000:0 0 18 = 12010002 00000040 2d153823 00010102 0501
ffff81007aaec300 1397943334 S Co:1:004:0 s 23 03 0004 0003 0000 0
ffff81007aaec300 1397943474 C Co:1:004:0 0 0
ffff81007aaec300 1397956191 S Ci:1:004:0 s a3 00 0000 0003 0004 4 <
ffff81007aaec300 1397956354 C Ci:1:004:0 0 4 = 11010000
ffff81007aaec300 1397969516 S Ci:1:004:0 s a3 00 0000 0003 0004 4 <
ffff81007aaec300 1397969567 C Ci:1:004:0 0 4 = 03051000
ffff81007aaec300 1398022876 S Co:1:004:0 s 23 01 0014 0003 0000 0
ffff81007aaec300 1398022967 C Co:1:004:0 0 0
ffff81007aaec300 1398023008 S Co:1:000:0 s 00 05 0005 0000 0000 0
ffff81007aaec300 1398023225 C Co:1:000:0 0 0
ffff81007aaec300 1398039564 S Ci:1:005:0 s 80 06 0100 0000 0012 18 <
ffff81007aaec300 1398039844 C Ci:1:005:0 0 18 = 12010002 00000040 2d153823 00010102 0501
ffff81007aaec300 1398039880 S Ci:1:005:0 s 80 06 0200 0000 0009 9 <
ffff81007aaec300 1398040099 C Ci:1:005:0 0 9 = 09022000 010104c0 01
ffff81007aaec300 1398040149 S Ci:1:005:0 s 80 06 0200 0000 0020 32 <
ffff81007aaec300 1398040473 C Ci:1:005:0 0 32 = 09022000 010104c0 01090400 00020806 50060705 81020002 00070502 02000200
ffff81007aaec300 1398040523 S Ci:1:005:0 s 80 06 0300 0000 00ff 255 <
ffff81007aaec300 1398040719 C Ci:1:005:0 0 4 = 04030904
ffff81007aaec300 1398040756 S Ci:1:005:0 s 80 06 0302 0409 00ff 255 <
ffff81007aaec300 1398041089 C Ci:1:005:0 0 48 = 30035500 53004200 20007400 6f002000 41005400 41002f00 41005400 41005000
ffff81007aaec300 1398041141 S Ci:1:005:0 s 80 06 0301 0409 00ff 255 <
ffff81007aaec300 1398041346 C Ci:1:005:0 0 16 = 10034a00 4d006900 63007200 6f006e00
ffff81007aaec300 1398041375 S Ci:1:005:0 s 80 06 0305 0409 00ff 255 <
ffff81007aaec300 1398041602 C Ci:1:005:0 0 26 = 1a033200 32003200 32003900 31003100 34003200 33003900 3100
ffff81007aaec000 1398042601 S Co:1:005:0 s 00 09 0001 0000 0000 0
ffff81007aaec000 1398042808 C Co:1:005:0 0 0
ffff81007aaec000 1398042996 S Ci:1:005:0 s 80 06 0304 0409 00ff 255 <
ffff81007aaec000 1398043310 C Ci:1:005:0 0 34 = 22035500 53004200 20004d00 61007300 73002000 53007400 6f007200 61006700
ffff81007aaec180 1398044597 S Ci:1:005:0 s 80 06 0306 0409 00ff 255 <
ffff81007aaec180 1398044939 C Ci:1:005:0 0 46 = 2e034d00 53004300 20004200 75006c00 6b002d00 4f006e00 6c007900 20005400
ffff81007aaecf00 1398045964 S Ci:1:004:0 s a3 00 0000 0004 0004 4 <
ffff81007aaecf00 1398046058 C Ci:1:004:0 0 4 = 00010000
ffff81007aaecf00 1398046918 S Ci:1:004:0 s a3 00 0000 0003 0004 4 <
ffff81007aaecf00 1398047058 C Ci:1:004:0 0 4 = 03050000
ffff81007a80fcc0 1403129584 S Ci:1:005:0 s a1 fe 0000 0000 0001 1 <
ffff81007a80fcc0 1403129847 C Ci:1:005:0 0 1 = 00
ffff81007a80fcc0 1403130152 S Bo:1:005:2 -115 31 = 55534243 01000000 24000000 80000612 00000024 00000000 00000000 000000
ffff81007a80fcc0 1403130308 C Bo:1:005:2 0 31 >
ffff81007c27acc0 1403130338 S Bi:1:005:1 -115 36 <
ffff81007c27acc0 1403130713 C Bi:1:005:1 0 36 = 00000201 1f000000 53543335 30303633 30415320 20202020 20202020 20202020
ffff81007a80fcc0 1403130741 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403130838 C Bi:1:005:1 0 13 = 55534253 01000000 00000000 00
ffff81007a80fcc0 1403133150 S Bo:1:005:2 -115 31 = 55534243 02000000 00000000 00000600 00000000 00000000 00000000 000000
ffff81007a80fcc0 1403133338 C Bo:1:005:2 0 31 >
ffff81007a80fcc0 1403133361 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403133589 C Bi:1:005:1 0 13 = 55534253 02000000 00000000 00
ffff81007a80fcc0 1403133691 S Bo:1:005:2 -115 31 = 55534243 03000000 08000000 80000a25 00000000 00000000 00000000 000000
ffff81007a80fcc0 1403133837 C Bo:1:005:2 0 31 >
ffff81007c27aa80 1403133864 S Bi:1:005:1 -115 8 <
ffff81007c27aa80 1403134086 C Bi:1:005:1 0 8 = 3a38602f 00000200
ffff81007a80fcc0 1403134109 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403134186 C Bi:1:005:1 0 13 = 55534253 03000000 00000000 00
ffff81007a80fcc0 1403134287 S Bo:1:005:2 -115 31 = 55534243 04000000 c0000000 8000061a 003f00c0 00000000 00000000 000000
ffff81007a80fcc0 1403134463 C Bo:1:005:2 0 31 >
ffff81007c27aa80 1403134510 S Bi:1:005:1 -115 192 <
ffff81007c27aa80 1403134713 C Bi:1:005:1 -121 56 = 00380000 00000000 010a0000 00000000 00000000 050affff 103f0200 3fff0000
ffff81007a80fcc0 1403134742 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403134960 C Bi:1:005:1 0 13 = 55534253 04000000 88000000 00
ffff81007a80fcc0 1403135175 S Bo:1:005:2 -115 31 = 55534243 05000000 00000000 00000600 00000000 00000000 00000000 000000
ffff81007a80fcc0 1403135337 C Bo:1:005:2 0 31 >
ffff81007a80fcc0 1403135362 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403135588 C Bi:1:005:1 0 13 = 55534253 05000000 00000000 00
ffff81007a80fcc0 1403135674 S Bo:1:005:2 -115 31 = 55534243 06000000 08000000 80000a25 00000000 00000000 00000000 000000
ffff81007a80fcc0 1403135837 C Bo:1:005:2 0 31 >
ffff81007c27aa80 1403135863 S Bi:1:005:1 -115 8 <
ffff81007c27aa80 1403136086 C Bi:1:005:1 0 8 = 3a38602f 00000200
ffff81007a80fcc0 1403136111 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403136208 C Bi:1:005:1 0 13 = 55534253 06000000 00000000 00
ffff81007a80fcc0 1403136300 S Bo:1:005:2 -115 31 = 55534243 07000000 c0000000 8000061a 003f00c0 00000000 00000000 000000
ffff81007a80fcc0 1403136433 C Bo:1:005:2 0 31 >
ffff81007c27aa80 1403136474 S Bi:1:005:1 -115 192 <
ffff81007c27aa80 1403136810 C Bi:1:005:1 -121 56 = 00380000 00000000 010a0000 00000000 00000000 050affff 103f0200 3fff0000
ffff81007a80fcc0 1403136850 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403137056 C Bi:1:005:1 0 13 = 55534253 07000000 88000000 00
ffff81007a80fcc0 1403137243 S Bo:1:005:2 -115 31 = 55534243 08000000 00100000 80000a28 00000000 00000008 00000000 000000
ffff81007a80fcc0 1403137309 C Bo:1:005:2 0 31 >
ffff81007c27aa80 1403137349 S Bi:1:005:1 -115 4096 <
ffff81007c27aa80 1403154091 C Bi:1:005:1 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff81007a80fcc0 1403154113 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403154184 C Bi:1:005:1 0 13 = 55534253 08000000 00000000 00
ffff81007a80fcc0 1403206633 S Bo:1:005:2 -115 31 = 55534243 09000000 00400000 80000a28 00000000 00000020 00000000 000000
ffff81007a80fcc0 1403206720 C Bo:1:005:2 0 31 >
ffff81007aa4cb40 1403206762 S Bi:1:005:1 -115 4096 <
ffff81007aa4c900 1403206768 S Bi:1:005:1 -115 4096 <
ffff81007aa4c780 1403206771 S Bi:1:005:1 -115 4096 <
ffff81007aa4c180 1403206774 S Bi:1:005:1 -115 4096 <
ffff81007aa4cb40 1403212822 C Bi:1:005:1 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff81007aa4c900 1403212829 C Bi:1:005:1 0 4096 = 01040000 02040000 03040000 0400e73f 01000000 00000000 00000000 00000000
ffff81007aa4c780 1403212832 C Bi:1:005:1 0 4096 = 00004000 01004000 02004000 987dda3f 00000000 00000000 00000000 00000000
ffff81007aa4c180 1403212835 C Bi:1:005:1 0 4096 = 00008000 01008000 02008000 ed7dfe3f 00000000 00000000 00000000 00000000
ffff81007a80fcc0 1403212872 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403212966 C Bi:1:005:1 0 13 = 55534253 09000000 00000000 00
ffff81007a80fcc0 1403213121 S Bo:1:005:2 -115 31 = 55534243 0a000000 00100000 80000a28 003a385f 80000008 00000000 000000
ffff81007a80fcc0 1403213214 C Bo:1:005:2 0 31 >
ffff81007aa4cb40 1403213241 S Bi:1:005:1 -115 4096 <
ffff81007aa4cb40 1403234590 C Bi:1:005:1 0 4096 = 01c6d072 ac382617 2783a8a5 c295fd9a 57577c57 6ee08bd5 dfef044c 111c6aff
ffff81007a80fcc0 1403234628 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403234719 C Bi:1:005:1 0 13 = 55534253 0a000000 00000000 00
ffff81007a80fcc0 1403234834 S Bo:1:005:2 -115 31 = 55534243 0b000000 00100000 80000a28 003a3860 20000008 00000000 000000
ffff81007a80fcc0 1403234967 C Bo:1:005:2 0 31 >
ffff81007aa4cb40 1403234997 S Bi:1:005:1 -115 4096 <
ffff81007aa4cb40 1403237847 C Bi:1:005:1 0 4096 = 8d555106 4ab03507 7e405b27 e1161bc7 515e2c5d ae353655 0ee1d200 f97862c1
ffff81007a80fcc0 1403237894 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403237963 C Bi:1:005:1 0 13 = 55534253 0b000000 00000000 00
ffff81007a80fcc0 1403238086 S Bo:1:005:2 -115 31 = 55534243 0c000000 00100000 80000a28 00000000 20000008 00000000 000000
ffff81007a80fcc0 1403238220 C Bo:1:005:2 0 31 >
ffff81007aa4cb40 1403238267 S Bi:1:005:1 -115 4096 <
ffff81007aa4cb40 1403238597 C Bi:1:005:1 0 4096 = 0000c000 0100c000 0200c000 fe7d0040 00000000 00000000 00000000 00000000
ffff81007a80fcc0 1403238641 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403238716 C Bi:1:005:1 0 13 = 55534253 0c000000 00000000 00
ffff81007a80fcc0 1403238776 S Bo:1:005:2 -115 31 = 55534243 0d000000 00700000 80000a28 00000000 28000038 00000000 000000
ffff81007a80fcc0 1403238972 C Bo:1:005:2 0 31 >
ffff81007aa4cb40 1403239016 S Bi:1:005:1 -115 4096 <
ffff81007aa4c900 1403239025 S Bi:1:005:1 -115 4096 <
ffff81007aa4c780 1403239031 S Bi:1:005:1 -115 4096 <
ffff81007aa4c180 1403239034 S Bi:1:005:1 -115 4096 <
ffff81007aa4c600 1403239039 S Bi:1:005:1 -115 4096 <
ffff81007aa4c6c0 1403239043 S Bi:1:005:1 -115 4096 <
ffff81007aa4c9c0 1403239048 S Bi:1:005:1 -115 4096 <
ffff81007aa4cb40 1403239837 C Bi:1:005:1 0 4096 = 00000001 01000001 02000001 fd7dff3f 00000000 00000000 00000000 00000000
ffff81007aa4c900 1403239845 C Bi:1:005:1 0 4096 = 00004001 01004001 02004001 d67dfe3f 00000000 00000000 00000000 00000000
ffff81007aa4c780 1403239848 C Bi:1:005:1 0 4096 = 00008001 01008001 02008001 f17df73f 00000000 00000000 00000000 00000000
ffff81007aa4c180 1403239853 C Bi:1:005:1 0 4096 = 0000c001 0100c001 0200c001 00006e3d 02000000 00000000 00000000 00000000
ffff81007aa4c600 1403239856 C Bi:1:005:1 0 4096 = 00000002 01000002 02000002 0000f93f 00000000 00000000 00000000 00000000
ffff81007aa4c6c0 1403239859 C Bi:1:005:1 0 4096 = 00004002 01004002 02004002 0000f93f 00000000 00000000 00000000 00000000
ffff81007aa4c9c0 1403239863 C Bi:1:005:1 0 4096 = 00008002 01008002 02008002 360cf23f 00000000 00000000 00000000 00000000
ffff81007a80fcc0 1403239891 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403239963 C Bi:1:005:1 0 13 = 55534253 0d000000 00000000 00
ffff81007a80fcc0 1403240019 S Bo:1:005:2 -115 31 = 55534243 0e000000 000e0000 80000a28 003a3860 28000007 00000000 000000
ffff81007a80fcc0 1403240058 C Bo:1:005:2 0 31 >
ffff81007aa853c0 1403240097 S Bi:1:005:1 -115 3584 <
ffff81007aa853c0 1403240474 C Bi:1:005:1 0 3584 = 5e6e8057 f3d00d2b ee1a0a5a 5e4b598e 57b26e63 481037a5 7bb98006 980d8d5d
ffff81007a80fcc0 1403240500 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403240592 C Bi:1:005:1 0 13 = 55534253 0e000000 00000000 00
ffff81007a80fcc0 1403240655 S Bo:1:005:2 -115 31 = 55534243 0f000000 00020000 80000a28 003a3860 2f000001 00000000 000000
ffff81007a80fcc0 1403240847 C Bo:1:005:2 0 31 >
ffff81007aa853c0 1403240873 S Bi:1:005:1 -115 512 <
ffff81007aa853c0 1403241103 C Bi:1:005:1 0 512 = 97972bd2 63002ead 5876248f dd2a7cee ac3e33f1 3b31f095 587f072b 3fab41b3
ffff81007a80fcc0 1403241127 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403241217 C Bi:1:005:1 0 13 = 55534253 0f000000 00000000 00
ffff81007a80fcc0 1403241388 S Bo:1:005:2 -115 31 = 55534243 10000000 00100000 80000a28 003a385f f0000008 00000000 000000
ffff81007a80fcc0 1403241457 C Bo:1:005:2 0 31 >
ffff81007aa853c0 1403241482 S Bi:1:005:1 -115 4096 <
ffff81007aa853c0 1403241850 C Bi:1:005:1 0 4096 = 8c299101 04ea542d 74461fb0 82022133 272094f4 ebd14bf8 94ba364b 0ca2eb05
ffff81007a80fcc0 1403241880 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403241964 C Bi:1:005:1 0 13 = 55534253 10000000 00000000 00
ffff81007a80fcc0 1403242124 S Bo:1:005:2 -115 31 = 55534243 11000000 00100000 80000a28 003a385f 30000008 00000000 000000
ffff81007a80fcc0 1403242212 C Bo:1:005:2 0 31 >
ffff81007aa853c0 1403242243 S Bi:1:005:1 -115 4096 <
ffff81007aa853c0 1403250473 C Bi:1:005:1 0 4096 = 4f26207e 53648943 118ad51b 6b9661e8 b3258c50 0b40f250 06f6f6d7 500d8c29
ffff81007a80fcc0 1403250505 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403250594 C Bi:1:005:1 0 13 = 55534253 11000000 00000000 00
ffff81007a80fcc0 1403250750 S Bo:1:005:2 -115 31 = 55534243 12000000 00100000 80000a28 003a385e a0000008 00000000 000000
ffff81007a80fcc0 1403250839 C Bo:1:005:2 0 31 >
ffff81007aa853c0 1403250870 S Bi:1:005:1 -115 4096 <
ffff81007aa853c0 1403251222 C Bi:1:005:1 0 4096 = 84882012 6f54cb58 9a493a24 869220c9 61560064 1ea5d435 1a11604b 59a0e127
ffff81007a80fcc0 1403251252 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403251340 C Bi:1:005:1 0 13 = 55534253 12000000 00000000 00
ffff81007a80fcc0 1403275506 S Bo:1:005:2 -115 31 = 55534243 13000000 00400000 80000a28 00000000 00000020 00000000 000000
ffff81007a80fcc0 1403275563 C Bo:1:005:2 0 31 >
ffff81007a9dca80 1403275599 S Bi:1:005:1 -115 4096 <
ffff81007a9dcc00 1403275604 S Bi:1:005:1 -115 4096 <
ffff81007d1213c0 1403275607 S Bi:1:005:1 -115 4096 <
ffff81007c246f00 1403275611 S Bi:1:005:1 -115 4096 <
ffff81007a9dca80 1403276215 C Bi:1:005:1 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff81007a9dcc00 1403276226 C Bi:1:005:1 0 4096 = 01040000 02040000 03040000 0400e73f 01000000 00000000 00000000 00000000
ffff81007d1213c0 1403276230 C Bi:1:005:1 0 4096 = 00004000 01004000 02004000 987dda3f 00000000 00000000 00000000 00000000
ffff81007c246f00 1403276236 C Bi:1:005:1 0 4096 = 00008000 01008000 02008000 ed7dfe3f 00000000 00000000 00000000 00000000
ffff81007a80fcc0 1403276265 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403276309 C Bi:1:005:1 0 13 = 55534253 13000000 00000000 00
ffff81007a80fcc0 1403276447 S Bo:1:005:2 -115 31 = 55534243 14000000 00100000 80000a28 003a385f 80000008 00000000 000000
ffff81007a80fcc0 1403276597 C Bo:1:005:2 0 31 >
ffff81007c246f00 1403276622 S Bi:1:005:1 -115 4096 <
ffff81007c246f00 1403276981 C Bi:1:005:1 0 4096 = 01c6d072 ac382617 2783a8a5 c295fd9a 57577c57 6ee08bd5 dfef044c 111c6aff
ffff81007a80fcc0 1403277014 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403277092 C Bi:1:005:1 0 13 = 55534253 14000000 00000000 00
ffff81007a80fcc0 1403277177 S Bo:1:005:2 -115 31 = 55534243 15000000 00100000 80000a28 003a3860 20000008 00000000 000000
ffff81007a80fcc0 1403277340 C Bo:1:005:2 0 31 >
ffff81007c246f00 1403277369 S Bi:1:005:1 -115 4096 <
ffff81007c246f00 1403277713 C Bi:1:005:1 0 4096 = 8d555106 4ab03507 7e405b27 e1161bc7 515e2c5d ae353655 0ee1d200 f97862c1
ffff81007a80fcc0 1403277742 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403277852 C Bi:1:005:1 0 13 = 55534253 15000000 00000000 00
ffff81007a80fcc0 1403277993 S Bo:1:005:2 -115 31 = 55534243 16000000 00100000 80000a28 00000000 20000008 00000000 000000
ffff81007a80fcc0 1403278059 C Bo:1:005:2 0 31 >
ffff81007c246f00 1403278102 S Bi:1:005:1 -115 4096 <
ffff81007c246f00 1403278464 C Bi:1:005:1 0 4096 = 0000c000 0100c000 0200c000 fe7d0040 00000000 00000000 00000000 00000000
ffff81007a80fcc0 1403278493 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403278597 C Bi:1:005:1 0 13 = 55534253 16000000 00000000 00
ffff81007a80fcc0 1403278640 S Bo:1:005:2 -115 31 = 55534243 17000000 00700000 80000a28 00000000 28000038 00000000 000000
ffff81007a80fcc0 1403278712 C Bo:1:005:2 0 31 >
ffff81007c246f00 1403278758 S Bi:1:005:1 -115 4096 <
ffff81007c246b40 1403278765 S Bi:1:005:1 -115 4096 <
ffff81007c6729c0 1403278768 S Bi:1:005:1 -115 4096 <
ffff81007d39bc00 1403278773 S Bi:1:005:1 -115 4096 <
ffff81007d39bcc0 1403278776 S Bi:1:005:1 -115 4096 <
ffff81007a8f8a80 1403278779 S Bi:1:005:1 -115 4096 <
ffff81007a8f80c0 1403278782 S Bi:1:005:1 -115 4096 <
ffff81007c246f00 1403279722 C Bi:1:005:1 0 4096 = 00000001 01000001 02000001 fd7dff3f 00000000 00000000 00000000 00000000
ffff81007c246b40 1403279727 C Bi:1:005:1 0 4096 = 00004001 01004001 02004001 d67dfe3f 00000000 00000000 00000000 00000000
ffff81007c6729c0 1403279732 C Bi:1:005:1 0 4096 = 00008001 01008001 02008001 f17df73f 00000000 00000000 00000000 00000000
ffff81007d39bc00 1403279734 C Bi:1:005:1 0 4096 = 0000c001 0100c001 0200c001 00006e3d 02000000 00000000 00000000 00000000
ffff81007d39bcc0 1403279737 C Bi:1:005:1 0 4096 = 00000002 01000002 02000002 0000f93f 00000000 00000000 00000000 00000000
ffff81007a8f8a80 1403279742 C Bi:1:005:1 0 4096 = 00004002 01004002 02004002 0000f93f 00000000 00000000 00000000 00000000
ffff81007a8f80c0 1403279744 C Bi:1:005:1 0 4096 = 00008002 01008002 02008002 360cf23f 00000000 00000000 00000000 00000000
ffff81007a80fcc0 1403279772 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403279841 C Bi:1:005:1 0 13 = 55534253 17000000 00000000 00
ffff81007a80fcc0 1403279896 S Bo:1:005:2 -115 31 = 55534243 18000000 000e0000 80000a28 003a3860 28000007 00000000 000000
ffff81007a80fcc0 1403279933 C Bo:1:005:2 0 31 >
ffff81007c066240 1403279972 S Bi:1:005:1 -115 3584 <
ffff81007c066240 1403280327 C Bi:1:005:1 0 3584 = 5e6e8057 f3d00d2b ee1a0a5a 5e4b598e 57b26e63 481037a5 7bb98006 980d8d5d
ffff81007a80fcc0 1403280355 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403280478 C Bi:1:005:1 0 13 = 55534253 18000000 00000000 00
ffff81007a80fcc0 1403280540 S Bo:1:005:2 -115 31 = 55534243 19000000 00020000 80000a28 003a3860 2f000001 00000000 000000
ffff81007a80fcc0 1403280713 C Bo:1:005:2 0 31 >
ffff81007c066240 1403280739 S Bi:1:005:1 -115 512 <
ffff81007c066240 1403280963 C Bi:1:005:1 0 512 = 97972bd2 63002ead 5876248f dd2a7cee ac3e33f1 3b31f095 587f072b 3fab41b3
ffff81007a80fcc0 1403280987 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403281101 C Bi:1:005:1 0 13 = 55534253 19000000 00000000 00
ffff81007a80fcc0 1403281286 S Bo:1:005:2 -115 31 = 55534243 1a000000 00100000 80000a28 003a385f f0000008 00000000 000000
ffff81007a80fcc0 1403281465 C Bo:1:005:2 0 31 >
ffff81007c066240 1403281488 S Bi:1:005:1 -115 4096 <
ffff81007c066240 1403281838 C Bi:1:005:1 0 4096 = 8c299101 04ea542d 74461fb0 82022133 272094f4 ebd14bf8 94ba364b 0ca2eb05
ffff81007a80fcc0 1403281864 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403281978 C Bi:1:005:1 0 13 = 55534253 1a000000 00000000 00
ffff81007a80fcc0 1403282126 S Bo:1:005:2 -115 31 = 55534243 1b000000 00100000 80000a28 003a385f 30000008 00000000 000000
ffff81007a80fcc0 1403282213 C Bo:1:005:2 0 31 >
ffff81007c066240 1403282239 S Bi:1:005:1 -115 4096 <
ffff81007c066240 1403282593 C Bi:1:005:1 0 4096 = 4f26207e 53648943 118ad51b 6b9661e8 b3258c50 0b40f250 06f6f6d7 500d8c29
ffff81007a80fcc0 1403282615 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403282713 C Bi:1:005:1 0 13 = 55534253 1b000000 00000000 00
ffff81007a80fcc0 1403282892 S Bo:1:005:2 -115 31 = 55534243 1c000000 00100000 80000a28 003a385e a0000008 00000000 000000
ffff81007a80fcc0 1403282937 C Bo:1:005:2 0 31 >
ffff81007c066240 1403282974 S Bi:1:005:1 -115 4096 <
ffff81007c066240 1403290462 C Bi:1:005:1 0 4096 = 84882012 6f54cb58 9a493a24 869220c9 61560064 1ea5d435 1a11604b 59a0e127
ffff81007a80fcc0 1403290489 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403290602 C Bi:1:005:1 0 13 = 55534253 1c000000 00000000 00
ffff81007a80fcc0 1403306987 S Bo:1:005:2 -115 31 = 55534243 1d000000 00400000 80000a28 00000000 00000020 00000000 000000
ffff81007a80fcc0 1403307097 C Bo:1:005:2 0 31 >
ffff81007aa8c240 1403307132 S Bi:1:005:1 -115 4096 <
ffff81007aa8c600 1403307137 S Bi:1:005:1 -115 4096 <
ffff81007aa8c180 1403307140 S Bi:1:005:1 -115 4096 <
ffff81007aa8c6c0 1403307145 S Bi:1:005:1 -115 4096 <
ffff81007aa8c240 1403307713 C Bi:1:005:1 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff81007aa8c600 1403307720 C Bi:1:005:1 0 4096 = 01040000 02040000 03040000 0400e73f 01000000 00000000 00000000 00000000
ffff81007aa8c180 1403307724 C Bi:1:005:1 0 4096 = 00004000 01004000 02004000 987dda3f 00000000 00000000 00000000 00000000
ffff81007aa8c6c0 1403307730 C Bi:1:005:1 0 4096 = 00008000 01008000 02008000 ed7dfe3f 00000000 00000000 00000000 00000000
ffff81007a80fcc0 1403307749 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403307851 C Bi:1:005:1 0 13 = 55534253 1d000000 00000000 00
ffff81007a80fcc0 1403307988 S Bo:1:005:2 -115 31 = 55534243 1e000000 00100000 80000a28 003a385f 80000008 00000000 000000
ffff81007a80fcc0 1403308086 C Bo:1:005:2 0 31 >
ffff81007aa8c240 1403308107 S Bi:1:005:1 -115 4096 <
ffff81007aa8c240 1403308463 C Bi:1:005:1 0 4096 = 01c6d072 ac382617 2783a8a5 c295fd9a 57577c57 6ee08bd5 dfef044c 111c6aff
ffff81007a80fcc0 1403308484 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403308601 C Bi:1:005:1 0 13 = 55534253 1e000000 00000000 00
ffff81007a80fcc0 1403308707 S Bo:1:005:2 -115 31 = 55534243 1f000000 00100000 80000a28 003a3860 20000008 00000000 000000
ffff81007a80fcc0 1403308836 C Bo:1:005:2 0 31 >
ffff81007aa8c240 1403308857 S Bi:1:005:1 -115 4096 <
ffff81007aa8c240 1403309093 C Bi:1:005:1 0 4096 = 8d555106 4ab03507 7e405b27 e1161bc7 515e2c5d ae353655 0ee1d200 f97862c1
ffff81007a80fcc0 1403309112 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403309222 C Bi:1:005:1 0 13 = 55534253 1f000000 00000000 00
ffff81007a80fcc0 1403309337 S Bo:1:005:2 -115 31 = 55534243 20000000 00100000 80000a28 00000000 20000008 00000000 000000
ffff81007a80fcc0 1403309458 C Bo:1:005:2 0 31 >
ffff81007aa8c240 1403309500 S Bi:1:005:1 -115 4096 <
ffff81007aa8c240 1403309847 C Bi:1:005:1 0 4096 = 0000c000 0100c000 0200c000 fe7d0040 00000000 00000000 00000000 00000000
ffff81007a80fcc0 1403309886 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403309968 C Bi:1:005:1 0 13 = 55534253 20000000 00000000 00
ffff81007a80fcc0 1403310019 S Bo:1:005:2 -115 31 = 55534243 21000000 00700000 80000a28 00000000 28000038 00000000 000000
ffff81007a80fcc0 1403310059 C Bo:1:005:2 0 31 >
ffff81007aa8c240 1403310099 S Bi:1:005:1 -115 4096 <
ffff81007aa8c600 1403310106 S Bi:1:005:1 -115 4096 <
ffff81007aa8c180 1403310110 S Bi:1:005:1 -115 4096 <
ffff81007aa8c6c0 1403310115 S Bi:1:005:1 -115 4096 <
ffff81007aa8c840 1403310121 S Bi:1:005:1 -115 4096 <
ffff81007aa8c540 1403310124 S Bi:1:005:1 -115 4096 <
ffff81007aa8c480 1403310129 S Bi:1:005:1 -115 4096 <
ffff81007aa8c240 1403311087 C Bi:1:005:1 0 4096 = 00000001 01000001 02000001 fd7dff3f 00000000 00000000 00000000 00000000
ffff81007aa8c600 1403311092 C Bi:1:005:1 0 4096 = 00004001 01004001 02004001 d67dfe3f 00000000 00000000 00000000 00000000
ffff81007aa8c180 1403311095 C Bi:1:005:1 0 4096 = 00008001 01008001 02008001 f17df73f 00000000 00000000 00000000 00000000
ffff81007aa8c6c0 1403311101 C Bi:1:005:1 0 4096 = 0000c001 0100c001 0200c001 00006e3d 02000000 00000000 00000000 00000000
ffff81007aa8c840 1403311104 C Bi:1:005:1 0 4096 = 00000002 01000002 02000002 0000f93f 00000000 00000000 00000000 00000000
ffff81007aa8c540 1403311107 C Bi:1:005:1 0 4096 = 00004002 01004002 02004002 0000f93f 00000000 00000000 00000000 00000000
ffff81007aa8c480 1403311112 C Bi:1:005:1 0 4096 = 00008002 01008002 02008002 360cf23f 00000000 00000000 00000000 00000000
ffff81007a80fcc0 1403311132 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403311182 C Bi:1:005:1 0 13 = 55534253 21000000 00000000 00
ffff81007a80fcc0 1403311251 S Bo:1:005:2 -115 31 = 55534243 22000000 000e0000 80000a28 003a3860 28000007 00000000 000000
ffff81007a80fcc0 1403311336 C Bo:1:005:2 0 31 >
ffff81007aa8c240 1403311356 S Bi:1:005:1 -115 3584 <
ffff81007aa8c240 1403311715 C Bi:1:005:1 0 3584 = 5e6e8057 f3d00d2b ee1a0a5a 5e4b598e 57b26e63 481037a5 7bb98006 980d8d5d
ffff81007a80fcc0 1403311735 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403311851 C Bi:1:005:1 0 13 = 55534253 22000000 00000000 00
ffff81007a80fcc0 1403311913 S Bo:1:005:2 -115 31 = 55534243 23000000 00020000 80000a28 003a3860 2f000001 00000000 000000
ffff81007a80fcc0 1403312087 C Bo:1:005:2 0 31 >
ffff81007aa8c240 1403312107 S Bi:1:005:1 -115 512 <
ffff81007aa8c240 1403312338 C Bi:1:005:1 0 512 = 97972bd2 63002ead 5876248f dd2a7cee ac3e33f1 3b31f095 587f072b 3fab41b3
ffff81007a80fcc0 1403312357 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403312474 C Bi:1:005:1 0 13 = 55534253 23000000 00000000 00
ffff81007a80fcc0 1403312598 S Bo:1:005:2 -115 31 = 55534243 24000000 00100000 80000a28 003a385f f0000008 00000000 000000
ffff81007a80fcc0 1403312711 C Bo:1:005:2 0 31 >
ffff81007aa8c240 1403312732 S Bi:1:005:1 -115 4096 <
ffff81007aa8c240 1403313101 C Bi:1:005:1 0 4096 = 8c299101 04ea542d 74461fb0 82022133 272094f4 ebd14bf8 94ba364b 0ca2eb05
ffff81007a80fcc0 1403313141 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403313215 C Bi:1:005:1 0 13 = 55534253 24000000 00000000 00
ffff81007a80fcc0 1403313324 S Bo:1:005:2 -115 31 = 55534243 25000000 00100000 80000a28 003a385f 30000008 00000000 000000
ffff81007a80fcc0 1403313473 C Bo:1:005:2 0 31 >
ffff81007aa8c240 1403313505 S Bi:1:005:1 -115 4096 <
ffff81007aa8c240 1403313839 C Bi:1:005:1 0 4096 = 4f26207e 53648943 118ad51b 6b9661e8 b3258c50 0b40f250 06f6f6d7 500d8c29
ffff81007a80fcc0 1403313865 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403313964 C Bi:1:005:1 0 13 = 55534253 25000000 00000000 00
ffff81007a80fcc0 1403314070 S Bo:1:005:2 -115 31 = 55534243 26000000 00100000 80000a28 003a385e a0000008 00000000 000000
ffff81007a80fcc0 1403314217 C Bo:1:005:2 0 31 >
ffff81007aa8c240 1403314246 S Bi:1:005:1 -115 4096 <
ffff81007aa8c240 1403314588 C Bi:1:005:1 0 4096 = 84882012 6f54cb58 9a493a24 869220c9 61560064 1ea5d435 1a11604b 59a0e127
ffff81007a80fcc0 1403314614 S Bi:1:005:1 -115 13 <
ffff81007a80fcc0 1403314713 C Bi:1:005:1 0 13 = 55534253 26000000 00000000 00

[-- Attachment #3: 1-26.mon.out --]
[-- Type: text/plain, Size: 3645 bytes --]

ffff810067e76980 831687438 C Ii:1:003:1 0:2048 1 = 08
ffff810067e76980 831687455 S Ii:1:003:1 -115:2048 1 <
ffff810079707300 831687504 S Ci:1:003:0 s a3 00 0000 0003 0004 4 <
ffff810079707300 831687643 C Ci:1:003:0 0 4 = 00010100
ffff810079707300 831687673 S Co:1:003:0 s 23 01 0010 0003 0000 0
ffff810079707300 831687768 C Co:1:003:0 0 0
ffff810067e76d40 831693690 S Ci:1:003:0 s a3 00 0000 0003 0004 4 <
ffff810067e76d40 831693861 C Ci:1:003:0 0 4 = 00010000
ffff810079707300 831725102 S Ci:1:003:0 s a3 00 0000 0003 0004 4 <
ffff810079707300 831725268 C Ci:1:003:0 0 4 = 00010000
ffff810067e76500 831754273 S Ci:1:003:0 s a3 00 0000 0003 0004 4 <
ffff810067e76500 831754393 C Ci:1:003:0 0 4 = 00010000
ffff810067e76500 831784317 S Ci:1:003:0 s a3 00 0000 0003 0004 4 <
ffff810067e76500 831784364 C Ci:1:003:0 0 4 = 00010000
ffff810067e76500 831814309 S Ci:1:003:0 s a3 00 0000 0003 0004 4 <
ffff810067e76500 831814361 C Ci:1:003:0 0 4 = 00010000
ffff810067e76980 833921068 C Ii:1:003:1 -2:2048 0
ffff810067e762c0 833921088 S Co:1:003:0 s 00 03 0001 0000 0000 0
ffff810067e762c0 833921278 C Co:1:003:0 0 0
ffff810067e762c0 833921322 S Co:1:001:0 s 23 03 0002 0004 0000 0
ffff810067e762c0 833921336 C Co:1:001:0 0 0
ffff81007a186d40 835934284 C Ii:1:001:1 -2:2048 0
ffff810067e76500 839051627 S Ci:1:001:0 s a3 00 0000 0001 0004 4 <
ffff810067e76500 839051714 C Ci:1:001:0 0 4 = 00010000
ffff810067e76500 839051749 S Ci:1:001:0 s a3 00 0000 0002 0004 4 <
ffff810067e76500 839051779 C Ci:1:001:0 0 4 = 00010000
ffff810067e76500 839051811 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff810067e76500 839051840 C Ci:1:001:0 0 4 = 00010000
ffff810067e76500 839051872 S Ci:1:001:0 s a3 00 0000 0004 0004 4 <
ffff810067e76500 839051902 C Ci:1:001:0 0 4 = 00010100
ffff810067e76500 839051934 S Co:1:001:0 s 23 01 0010 0004 0000 0
ffff810067e76500 839051965 C Co:1:001:0 0 0
ffff81007a186d40 839051996 S Ii:1:001:1 -115:2048 4 <
ffff810067e76500 839052682 S Ci:1:001:0 s a3 00 0000 0001 0004 4 <
ffff810067e76500 839052694 C Ci:1:001:0 0 4 = 00010000
ffff810067e76500 839052703 S Ci:1:001:0 s a3 00 0000 0002 0004 4 <
ffff810067e76500 839052710 C Ci:1:001:0 0 4 = 00010000
ffff810067e76500 839052718 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff810067e76500 839052725 C Ci:1:001:0 0 4 = 00010000
ffff810067e76500 839052733 S Ci:1:001:0 s a3 00 0000 0004 0004 4 <
ffff810067e76500 839052739 C Ci:1:001:0 0 4 = 00010000
ffff81007a186d40 841050993 C Ii:1:001:1 -2:2048 0
ffff810067e76080 847045050 S Ci:1:001:0 s a3 00 0000 0001 0004 4 <
ffff810067e76080 847045090 C Ci:1:001:0 0 4 = 00010000
ffff810067e76080 847045116 S Ci:1:001:0 s a3 00 0000 0002 0004 4 <
ffff810067e76080 847045137 C Ci:1:001:0 0 4 = 00010000
ffff810067e76080 847045154 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff810067e76080 847045170 C Ci:1:001:0 0 4 = 00010000
ffff810067e76080 847045186 S Ci:1:001:0 s a3 00 0000 0004 0004 4 <
ffff810067e76080 847045208 C Ci:1:001:0 0 4 = 01050100
ffff810067e76080 847045226 S Co:1:001:0 s 23 01 0010 0004 0000 0
ffff810067e76080 847045247 C Co:1:001:0 0 0
ffff81007a186d40 847045265 S Ii:1:001:1 -115:2048 4 <
ffff810067e76080 847045307 S Ci:1:001:0 s a3 00 0000 0001 0004 4 <
ffff810067e76080 847045312 C Ci:1:001:0 0 4 = 00010000
ffff810067e76080 847045317 S Ci:1:001:0 s a3 00 0000 0002 0004 4 <
ffff810067e76080 847045322 C Ci:1:001:0 0 4 = 00010000
ffff810067e76080 847045326 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff810067e76080 847045329 C Ci:1:001:0 0 4 = 00010000
ffff810067e76080 847045331 S Ci:1:001:0 s a3 00 0000 0004 0004 4 <
ffff810067e76080 847045336 C Ci:1:001:0 0 4 = 01050000
ffff81007a186d40 849044314 C Ii:1:001:1 -2:2048 0

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: 2.6.26-rc1 regression since 2.6.25 - problem in 2.6.26-rc8 again
  2008-06-27  9:17   ` Lukas Hejtmanek
@ 2008-06-27 20:35     ` Alan Stern
  2008-06-27 20:43       ` Alan Stern
  2008-06-30 12:26       ` Lukas Hejtmanek
  0 siblings, 2 replies; 8+ messages in thread
From: Alan Stern @ 2008-06-27 20:35 UTC (permalink / raw)
  To: Lukas Hejtmanek; +Cc: Greg KH, Kernel development list, USB list

On Fri, 27 Jun 2008, Lukas Hejtmanek wrote:

> > What does usbmon reveal when you dock the laptop again and then plug in
> > the disk (see Documentation/usb/usbmon.txt)?
> 
> attached as 1-26.mon.out (2.6.26-rc8)
>  
> > Can you provide a comparable usbmon log for 2.6.25?
> 
> attached as 1-25.mon.out

This is very confusing.  It appears that the two usbmon logs don't show 
the same actions on your part.

Let's try to keep this as simple as possible.  We'll consider a single 
fixed course of action:

	Make sure the disk isn't mounted and isn't in use.

	Start collecting the usbmon log.

	Remove the disk.

	Wait at least 10 seconds.

	Undock the laptop.

	Wait at least 10 seconds.

	Dock the laptop again.

	Wait at least 10 seconds.

	Plug in the disk.

	Stop the usbmon log.

(The reason for those 10-second delays is because the USB stack will 
automatically suspend an idle hub after a few seconds of inactivity.)

Do exactly the same thing under both operating system versions, and 
then we should have suitably comparable logs.

Alan Stern


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: 2.6.26-rc1 regression since 2.6.25 - problem in 2.6.26-rc8 again
  2008-06-27 20:35     ` Alan Stern
@ 2008-06-27 20:43       ` Alan Stern
  2008-06-30 12:26       ` Lukas Hejtmanek
  1 sibling, 0 replies; 8+ messages in thread
From: Alan Stern @ 2008-06-27 20:43 UTC (permalink / raw)
  To: Lukas Hejtmanek; +Cc: Greg KH, Kernel development list, USB list

On Fri, 27 Jun 2008, Alan Stern wrote:

> This is very confusing.  It appears that the two usbmon logs don't show 
> the same actions on your part.
> 
> Let's try to keep this as simple as possible.  We'll consider a single 
> fixed course of action:
...
> Do exactly the same thing under both operating system versions, and 
> then we should have suitably comparable logs.

I forgot to mention that you should run these tests under kernels that 
were built with CONFIG_USB_DEBUG enabled, and you should post the two 
dmesg logs along with the usbmon logs.

Alan Stern


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: 2.6.26-rc1 regression since 2.6.25 - problem in 2.6.26-rc8 again
  2008-06-27 20:35     ` Alan Stern
  2008-06-27 20:43       ` Alan Stern
@ 2008-06-30 12:26       ` Lukas Hejtmanek
  2008-06-30 17:21         ` Alan Stern
  1 sibling, 1 reply; 8+ messages in thread
From: Lukas Hejtmanek @ 2008-06-30 12:26 UTC (permalink / raw)
  To: Alan Stern; +Cc: Greg KH, Kernel development list, USB list

[-- Attachment #1: Type: text/plain, Size: 246 bytes --]

On Fri, Jun 27, 2008 at 04:35:59PM -0400, Alan Stern wrote:
> Do exactly the same thing under both operating system versions, and 
> then we should have suitably comparable logs.

all you wanted is attached including dmesgs.

-- 
Lukáš Hejtmánek

[-- Attachment #2: usb-25.mon.out.bz2 --]
[-- Type: application/octet-stream, Size: 4351 bytes --]

[-- Attachment #3: usb-26.mon.out.bz2 --]
[-- Type: application/octet-stream, Size: 543 bytes --]

[-- Attachment #4: dmesg-25.log.bz2 --]
[-- Type: application/octet-stream, Size: 14794 bytes --]

[-- Attachment #5: dmesg-26.log.bz2 --]
[-- Type: application/octet-stream, Size: 13689 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: 2.6.26-rc1 regression since 2.6.25 - problem in 2.6.26-rc8 again
  2008-06-30 12:26       ` Lukas Hejtmanek
@ 2008-06-30 17:21         ` Alan Stern
  2008-07-01 11:22           ` Lukas Hejtmanek
  0 siblings, 1 reply; 8+ messages in thread
From: Alan Stern @ 2008-06-30 17:21 UTC (permalink / raw)
  To: Lukas Hejtmanek; +Cc: Greg KH, Kernel development list, USB list

On Mon, 30 Jun 2008, Lukas Hejtmanek wrote:

> On Fri, Jun 27, 2008 at 04:35:59PM -0400, Alan Stern wrote:
> > Do exactly the same thing under both operating system versions, and 
> > then we should have suitably comparable logs.
> 
> all you wanted is attached including dmesgs.

Ah, good.  I see the problem now.

To tell the truth, this has been fixed in the development tree for so 
long that I had forgotten about it.  Unfortunately those fixes won't 
get into the regular kernel until 2.6.27.  Until then we need another 
fix.

The patch below should take care of the problem.  Let me know how it 
works.

Alan Stern



Index: 2.6.26-rc8/drivers/usb/core/hub.c
===================================================================
--- 2.6.26-rc8.orig/drivers/usb/core/hub.c
+++ 2.6.26-rc8/drivers/usb/core/hub.c
@@ -713,18 +713,11 @@ static void hub_restart(struct usb_hub *
 		}
 
 		/* Was the power session lost while we were suspended? */
-		switch (type) {
-		case HUB_RESET_RESUME:
-			portstatus = 0;
-			portchange = USB_PORT_STAT_C_CONNECTION;
-			break;
+		status = hub_port_status(hub, port1, &portstatus, &portchange);
 
-		case HUB_RESET:
-		case HUB_RESUME:
-			status = hub_port_status(hub, port1,
-					&portstatus, &portchange);
-			break;
-		}
+		/* If the device is gone, khubd will handle it later */
+		if (status == 0 && !(portstatus & USB_PORT_STAT_CONNECTION))
+			continue;
 
 		/* For "USB_PERSIST"-enabled children we must
 		 * mark the child device for reset-resume and


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: 2.6.26-rc1 regression since 2.6.25 - problem in 2.6.26-rc8 again
  2008-06-30 17:21         ` Alan Stern
@ 2008-07-01 11:22           ` Lukas Hejtmanek
  0 siblings, 0 replies; 8+ messages in thread
From: Lukas Hejtmanek @ 2008-07-01 11:22 UTC (permalink / raw)
  To: Alan Stern; +Cc: Greg KH, Kernel development list, USB list

On Mon, Jun 30, 2008 at 01:21:00PM -0400, Alan Stern wrote:
> Ah, good.  I see the problem now.
> 
> To tell the truth, this has been fixed in the development tree for so 
> long that I had forgotten about it.  Unfortunately those fixes won't 
> get into the regular kernel until 2.6.27.  Until then we need another 
> fix.
> 
> The patch below should take care of the problem.  Let me know how it 
> works.

seems to be OK. Please push..

-- 
Lukáš Hejtmánek

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-07-01 11:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-26 15:37 2.6.26-rc1 regression since 2.6.25 - problem in 2.6.26-rc8 again Lukas Hejtmanek
2008-06-26 15:52 ` Alan Stern
2008-06-27  9:17   ` Lukas Hejtmanek
2008-06-27 20:35     ` Alan Stern
2008-06-27 20:43       ` Alan Stern
2008-06-30 12:26       ` Lukas Hejtmanek
2008-06-30 17:21         ` Alan Stern
2008-07-01 11:22           ` Lukas Hejtmanek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox