All of lore.kernel.org
 help / color / mirror / Atom feed
* USB disk speed regression WD Elements - with bisect result 22547c4cc4fe20698a6a85a55b8788859134b8e4
@ 2017-07-24 12:03 Zdenek Kabelac
  2017-07-24 14:41 ` Alan Stern
  0 siblings, 1 reply; 19+ messages in thread
From: Zdenek Kabelac @ 2017-07-24 12:03 UTC (permalink / raw)
  To: LKML, dianders, linux, stern, gregkh

Hi

I've problem with my USB storage devices:  WD Elements 1TB.
(Bus 004 Device 002: ID 1058:10a8 Western Digital Technologies, Inc. Elements 
Portable (WDBUZG))


After kernel >4.9  when disk is attached via cable it has very low speed 
(less then 1MB/s).

It can run at full speed (>22MB/s) when the Linux kernel is fully rebooted (so 
disk is attached during the reboot of Lenovo T61, C2D, Fedora Rawhide).

However when >4.9 kernel is running and disk is just attached it's very slow.

I've played a bisect game - and the clean result has been:

22547c4cc4fe20698a6a85a55b8788859134b8e4

When I just revert this patch with 4.13-rc1 - it's again running with full 
speed even when disk is attached (thus no reboot is needed for full speed).


So while I've no idea what 22547c4cc4fe20698... is doing, it seems to have 
some unpleasant side-effect on regular USB devices.

So what else is needed to get this properly working ?
(assuming plain revert of  22547c4cc4fe20698 is unwanted).

What more info can I provide to get this storage 'normally' usable without 
rebooting the machine.

Regards

Zdenek

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

* Re: USB disk speed regression WD Elements - with bisect result 22547c4cc4fe20698a6a85a55b8788859134b8e4
  2017-07-24 12:03 USB disk speed regression WD Elements - with bisect result 22547c4cc4fe20698a6a85a55b8788859134b8e4 Zdenek Kabelac
@ 2017-07-24 14:41 ` Alan Stern
  2017-07-24 21:03   ` Guenter Roeck
  2017-07-25 10:06   ` Zdenek Kabelac
  0 siblings, 2 replies; 19+ messages in thread
From: Alan Stern @ 2017-07-24 14:41 UTC (permalink / raw)
  To: Zdenek Kabelac; +Cc: LKML, dianders, linux, gregkh

On Mon, 24 Jul 2017, Zdenek Kabelac wrote:

> Hi
> 
> I've problem with my USB storage devices:  WD Elements 1TB.
> (Bus 004 Device 002: ID 1058:10a8 Western Digital Technologies, Inc. Elements 
> Portable (WDBUZG))
> 
> 
> After kernel >4.9  when disk is attached via cable it has very low speed 
> (less then 1MB/s).
> 
> It can run at full speed (>22MB/s) when the Linux kernel is fully rebooted (so 
> disk is attached during the reboot of Lenovo T61, C2D, Fedora Rawhide).
> 
> However when >4.9 kernel is running and disk is just attached it's very slow.
> 
> I've played a bisect game - and the clean result has been:
> 
> 22547c4cc4fe20698a6a85a55b8788859134b8e4
> 
> When I just revert this patch with 4.13-rc1 - it's again running with full 
> speed even when disk is attached (thus no reboot is needed for full speed).
> 
> 
> So while I've no idea what 22547c4cc4fe20698... is doing, it seems to have 
> some unpleasant side-effect on regular USB devices.
> 
> So what else is needed to get this properly working ?
> (assuming plain revert of  22547c4cc4fe20698 is unwanted).
> 
> What more info can I provide to get this storage 'normally' usable without 
> rebooting the machine.

Please post the dmesg logs showing what happens when the disk is 
first attached and operates slowly, and what happens when the disk is 
attached following a reboot and operates normally.

Alan Stern

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

* Re: USB disk speed regression WD Elements - with bisect result 22547c4cc4fe20698a6a85a55b8788859134b8e4
  2017-07-24 14:41 ` Alan Stern
@ 2017-07-24 21:03   ` Guenter Roeck
  2017-07-25 10:06   ` Zdenek Kabelac
  1 sibling, 0 replies; 19+ messages in thread
From: Guenter Roeck @ 2017-07-24 21:03 UTC (permalink / raw)
  To: Alan Stern; +Cc: Zdenek Kabelac, LKML, dianders, gregkh

On Mon, Jul 24, 2017 at 10:41:12AM -0400, Alan Stern wrote:
> On Mon, 24 Jul 2017, Zdenek Kabelac wrote:
> 
> > Hi
> > 
> > I've problem with my USB storage devices:  WD Elements 1TB.
> > (Bus 004 Device 002: ID 1058:10a8 Western Digital Technologies, Inc. Elements 
> > Portable (WDBUZG))
> > 
> > 
> > After kernel >4.9  when disk is attached via cable it has very low speed 
> > (less then 1MB/s).
> > 
> > It can run at full speed (>22MB/s) when the Linux kernel is fully rebooted (so 
> > disk is attached during the reboot of Lenovo T61, C2D, Fedora Rawhide).
> > 
> > However when >4.9 kernel is running and disk is just attached it's very slow.
> > 
> > I've played a bisect game - and the clean result has been:
> > 
> > 22547c4cc4fe20698a6a85a55b8788859134b8e4
> > 
> > When I just revert this patch with 4.13-rc1 - it's again running with full 
> > speed even when disk is attached (thus no reboot is needed for full speed).
> > 
> > 
> > So while I've no idea what 22547c4cc4fe20698... is doing, it seems to have 
> > some unpleasant side-effect on regular USB devices.
> > 
> > So what else is needed to get this properly working ?
> > (assuming plain revert of  22547c4cc4fe20698 is unwanted).
> > 
> > What more info can I provide to get this storage 'normally' usable without 
> > rebooting the machine.
> 
> Please post the dmesg logs showing what happens when the disk is 
> first attached and operates slowly, and what happens when the disk is 
> attached following a reboot and operates normally.
> 

Only idea I came up with is that some device may require more than one
port reset. Agreed, dmesg logs should give us an idea if this is the case.

I ordered one of those drives; maybe I can reproduce the problem.

Guenter

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

* Re: USB disk speed regression WD Elements - with bisect result 22547c4cc4fe20698a6a85a55b8788859134b8e4
  2017-07-24 14:41 ` Alan Stern
  2017-07-24 21:03   ` Guenter Roeck
@ 2017-07-25 10:06   ` Zdenek Kabelac
  2017-07-25 14:25     ` Alan Stern
  1 sibling, 1 reply; 19+ messages in thread
From: Zdenek Kabelac @ 2017-07-25 10:06 UTC (permalink / raw)
  To: Alan Stern; +Cc: LKML, dianders, linux, gregkh

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

Dne 24.7.2017 v 16:41 Alan Stern napsal(a):
> On Mon, 24 Jul 2017, Zdenek Kabelac wrote:
> 
>> Hi
>>
>> I've problem with my USB storage devices:  WD Elements 1TB.
>> (Bus 004 Device 002: ID 1058:10a8 Western Digital Technologies, Inc. Elements
>> Portable (WDBUZG))
>>
>>
>> After kernel >4.9  when disk is attached via cable it has very low speed
>> (less then 1MB/s).
>>
>> It can run at full speed (>22MB/s) when the Linux kernel is fully rebooted (so
>> disk is attached during the reboot of Lenovo T61, C2D, Fedora Rawhide).
>>
>> However when >4.9 kernel is running and disk is just attached it's very slow.
>>
>> I've played a bisect game - and the clean result has been:
>>
>> 22547c4cc4fe20698a6a85a55b8788859134b8e4
>>
>> When I just revert this patch with 4.13-rc1 - it's again running with full
>> speed even when disk is attached (thus no reboot is needed for full speed).
>>
>>
>> So while I've no idea what 22547c4cc4fe20698... is doing, it seems to have
>> some unpleasant side-effect on regular USB devices.
>>
>> So what else is needed to get this properly working ?
>> (assuming plain revert of  22547c4cc4fe20698 is unwanted).
>>
>> What more info can I provide to get this storage 'normally' usable without
>> rebooting the machine.
> 
> Please post the dmesg logs showing what happens when the disk is
> first attached and operates slowly, and what happens when the disk is
> attached following a reboot and operates normally.

So I'm attaching kernel traces from  kernel 4.8  & 4.12 from T61.

Both are from full boot (all kernel: messages)

In both cases - boot was with USB WD disk attached -
then I've detached USB disk and reattached again.

On 4.8 this had normal speed all the time
On 4.12 after reattach -> slow speed.

I should also add that on Lenovo T440s - there seems to be NO slowdown
when this WD Element drive is attached it works normally all the time.

So it could be probably related to USB chipset on T61 ??

For completeness I'm also attaching boot kernel trace from T440s where USB 
disk is just attached and works with normal speed.


Zdenek

[-- Attachment #2: k4.8 --]
[-- Type: application/x-troff-man, Size: 45089 bytes --]

[-- Attachment #3: k4.12 --]
[-- Type: text/plain, Size: 46320 bytes --]

06:18 Linux version 4.12.0-1.fc27.x86_64 (mockbuild@bkernel01.phx2.fedoraproject.org) (gcc version 7.1.1 20170526 (Red Hat 7.1.1-2) (GCC) ) #1 SMP Mon Jul 3 15:45:36 UTC 2017
06:18 Command line: BOOT_IMAGE=/vmlinuz-4.12.0-1.fc27.x86_64 root=/dev/sda2 ro selinux=0 kmemleak=off lockdep.prove_locking=0 lockdep.lock_stat=0 systemd.log_level=info systemd.log_target=kmsg acpi_backlight=vendor log_buf_len=2M quiet
06:18 x86/fpu: x87 FPU will use FXSAVE
06:18 e820: BIOS-provided physical RAM map:
06:18 BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
06:18 BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
06:18 BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
06:18 BIOS-e820: [mem 0x0000000000100000-0x00000000bf6affff] usable
06:18 BIOS-e820: [mem 0x00000000bf6b0000-0x00000000bf6cbfff] ACPI data
06:18 BIOS-e820: [mem 0x00000000bf6cc000-0x00000000bf6fffff] ACPI NVS
06:18 BIOS-e820: [mem 0x00000000bf700000-0x00000000bfffffff] reserved
06:18 BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
06:18 BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
06:18 BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
06:18 BIOS-e820: [mem 0x00000000fed14000-0x00000000fed19fff] reserved
06:18 BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
06:18 BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
06:18 BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
06:18 BIOS-e820: [mem 0x0000000100000000-0x000000013bffffff] usable
06:18 NX (Execute Disable) protection: active
06:18 SMBIOS 2.4 present.
06:18 DMI: LENOVO 6464CTO/6464CTO, BIOS 7LETC9WW (2.29 ) 03/18/2011
06:18 tsc: Fast TSC calibration failed
06:18 tsc: Using PIT calibration value
06:18 e820: last_pfn = 0x13c000 max_arch_pfn = 0x400000000
06:18 x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
06:18 e820: last_pfn = 0xbf6b0 max_arch_pfn = 0x400000000
06:18 found SMP MP-table at [mem 0x000f68f0-0x000f68ff] mapped at [ffff8919400f68f0]
06:18 log_buf_len: 2097152 bytes
06:18 early log buf free: 258320(98%)
06:18 RAMDISK: [mem 0x3634d000-0x3719efff]
06:18 ACPI: Early table checksum verification disabled
06:18 ACPI: RSDP 0x00000000000F68C0 000024 (v02 LENOVO)
06:18 ACPI: XSDT 0x00000000BF6BB496 00009C (v01 LENOVO TP-7U    00002290  LTP 00000000)
06:18 ACPI: FACP 0x00000000BF6BB600 0000F4 (v03 LENOVO TP-7U    00002290 LNVO 00000001)
06:18 ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 64/32 (20170303/tbfadt-603)
06:18 ACPI BIOS Warning (bug): Optional FADT field Gpe1Block has valid Address but zero Length: 0x000000000000102C/0x0 (20170303/tbfadt-658)
06:18 ACPI: DSDT 0x00000000BF6BBA1D 01003C (v01 LENOVO TP-7U    00002290 MSFT 03000000)
06:18 ACPI: FACS 0x00000000BF6E4000 000040
06:18 ACPI: FACS 0x00000000BF6E4000 000040
06:18 ACPI: SSDT 0x00000000BF6BB7B4 000269 (v01 LENOVO TP-7U    00002290 MSFT 03000000)
06:18 ACPI: ECDT 0x00000000BF6CBA59 000052 (v01 LENOVO TP-7U    00002290 LNVO 00000001)
06:18 ACPI: TCPA 0x00000000BF6CBAAB 000032 (v02 LENOVO TP-7U    00002290 LNVO 00000001)
06:18 ACPI: APIC 0x00000000BF6CBADD 000068 (v01 LENOVO TP-7U    00002290 LNVO 00000001)
06:18 ACPI: MCFG 0x00000000BF6CBB45 00003C (v01 LENOVO TP-7U    00002290 LNVO 00000001)
06:18 ACPI: HPET 0x00000000BF6CBB81 000038 (v01 LENOVO TP-7U    00002290 LNVO 00000001)
06:18 ACPI: SLIC 0x00000000BF6CBBB9 000176 (v01 LENOVO TP-7U    00002290  LTP 00000000)
06:18 ACPI: SLAC 0x00000000BF6CBDF0 000176 (v01 LENOVO TP-7U    00002290  LTP 00000000)
06:18 ACPI: BOOT 0x00000000BF6CBF66 000028 (v01 LENOVO TP-7U    00002290  LTP 00000001)
06:18 ACPI: ASF! 0x00000000BF6CBF8E 000072 (v16 LENOVO TP-7U    00002290 PTL  00000001)
06:18 ACPI: SSDT 0x00000000BF6E26D9 00025F (v01 LENOVO TP-7U    00002290 INTL 20050513)
06:18 ACPI: SSDT 0x00000000BF6E2938 0000A6 (v01 LENOVO TP-7U    00002290 INTL 20050513)
06:18 ACPI: SSDT 0x00000000BF6E29DE 0004F7 (v01 LENOVO TP-7U    00002290 INTL 20050513)
06:18 ACPI: SSDT 0x00000000BF6E2ED5 0001D8 (v01 LENOVO TP-7U    00002290 INTL 20050513)
06:18 No NUMA configuration found
06:18 Faking a node at [mem 0x0000000000000000-0x000000013bffffff]
06:18 NODE_DATA(0) allocated [mem 0x13bdd5000-0x13bdfffff]
06:18 Zone ranges:
06:18  DMA      [mem 0x0000000000001000-0x0000000000ffffff]
06:18  DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
06:18  Normal   [mem 0x0000000100000000-0x000000013bffffff]
06:18  Device   empty
06:18 Movable zone start for each node
06:18 Early memory node ranges
06:18  node   0: [mem 0x0000000000001000-0x000000000009cfff]
06:18  node   0: [mem 0x0000000000100000-0x00000000bf6affff]
06:18  node   0: [mem 0x0000000100000000-0x000000013bffffff]
06:18 Initmem setup node 0 [mem 0x0000000000001000-0x000000013bffffff]
06:18 Reserving Intel graphics memory at 0x00000000bf800000-0x00000000bfffffff
06:18 ACPI: PM-Timer IO Port: 0x1008
06:18 ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
06:18 ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
06:18 IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
06:18 ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
06:18 ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
06:18 Using ACPI (MADT) for SMP configuration information
06:18 ACPI: HPET id: 0x8086a201 base: 0xfed00000
06:18 smpboot: Allowing 2 CPUs, 0 hotplug CPUs
06:18 PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
06:18 PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
06:18 PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
06:18 PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
06:18 PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
06:18 PM: Registered nosave memory: [mem 0xbf6b0000-0xbf6cbfff]
06:18 PM: Registered nosave memory: [mem 0xbf6cc000-0xbf6fffff]
06:18 PM: Registered nosave memory: [mem 0xbf700000-0xbfffffff]
06:18 PM: Registered nosave memory: [mem 0xc0000000-0xefffffff]
06:18 PM: Registered nosave memory: [mem 0xf0000000-0xf3ffffff]
06:18 PM: Registered nosave memory: [mem 0xf4000000-0xfebfffff]
06:18 PM: Registered nosave memory: [mem 0xfec00000-0xfec0ffff]
06:18 PM: Registered nosave memory: [mem 0xfec10000-0xfecfffff]
06:18 PM: Registered nosave memory: [mem 0xfed00000-0xfed13fff]
06:18 PM: Registered nosave memory: [mem 0xfed14000-0xfed19fff]
06:18 PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
06:18 PM: Registered nosave memory: [mem 0xfed1c000-0xfed8ffff]
06:18 PM: Registered nosave memory: [mem 0xfed90000-0xfedfffff]
06:18 PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
06:18 PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
06:18 PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
06:18 e820: [mem 0xc0000000-0xefffffff] available for PCI devices
06:18 Booting paravirtualized kernel on bare hardware
06:18 clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
06:18 setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
06:18 percpu: Embedded 37 pages/cpu @ffff891a7ba00000 s111640 r8192 d31720 u1048576
06:18 Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1013596
06:18 Policy zone: Normal
06:18 Kernel command line: BOOT_IMAGE=/vmlinuz-4.12.0-1.fc27.x86_64 root=/dev/sda2 ro selinux=0 kmemleak=off lockdep.prove_locking=0 lockdep.lock_stat=0 systemd.log_level=info systemd.log_target=kmsg acpi_backlight=vendor log_buf_len=2M quiet
06:18 PID hash table entries: 4096 (order: 3, 32768 bytes)
06:18 Memory: 3948948K/4118832K available (8693K kernel code, 2407K rwdata, 3692K rodata, 2164K init, 1980K bss, 169884K reserved, 0K cma-reserved)
06:18 SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
06:18 ftrace: allocating 34435 entries in 135 pages
06:18 
06:18 **********************************************************
06:18 **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
06:18 **                                                      **
06:18 ** trace_printk() being used. Allocating extra memory.  **
06:18 **                                                      **
06:18 ** This means that this is a DEBUG kernel and it is     **
06:18 ** unsafe for production use.                           **
06:18 **                                                      **
06:18 ** If you see this message and you are not debugging    **
06:18 ** the kernel, report this immediately to your vendor!  **
06:18 **                                                      **
06:18 **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
06:18 **********************************************************
06:18 Hierarchical RCU implementation.
06:18 #011RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
06:18 RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
06:18 NR_IRQS:524544 nr_irqs:440 16
06:18 #011Offload RCU callbacks from all CPUs
06:18 #011Offload RCU callbacks from CPUs: 0-1.
06:18 Console: colour VGA+ 80x25
06:18 console [tty0] enabled
06:18 clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
06:18 tsc: Fast TSC calibration using PIT
06:18 tsc: Detected 2194.450 MHz processor
06:18 Calibrating delay loop (skipped), value calculated using timer frequency.. 4388.90 BogoMIPS (lpj=2194450)
06:18 pid_max: default: 32768 minimum: 301
06:18 ACPI: Core revision 20170303
06:18 ACPI: 6 ACPI AML tables successfully acquired and loaded
06:18 Security Framework initialized
06:18 Yama: becoming mindful.
06:18 SELinux:  Disabled at boot.
06:18 Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
06:18 Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
06:18 Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
06:18 Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
06:18 CPU: Physical Processor ID: 0
06:18 CPU: Processor Core ID: 0
06:18 mce: CPU supports 6 MCE banks
06:18 CPU0: Thermal monitoring enabled (TM2)
06:18 process: using mwait in idle threads
06:18 Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
06:18 Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
06:18 Freeing SMP alternatives memory: 32K
06:18 smpboot: Max logical packages: 1
06:18 ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
06:18 smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     T7500  @ 2.20GHz (family: 0x6, model: 0xf, stepping: 0xa)
06:18 Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
06:18 core: PEBS disabled due to CPU errata
06:18 ... version:                2
06:18 ... bit width:              40
06:18 ... generic registers:      2
06:18 ... value mask:             000000ffffffffff
06:18 ... max period:             000000007fffffff
06:18 ... fixed-purpose events:   3
06:18 ... event mask:             0000000700000003
06:18 NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
06:18 smp: Bringing up secondary CPUs ...
06:18 x86: Booting SMP configuration:
06:18 .... node  #0, CPUs:      #1
06:18 TSC synchronization [CPU#0 -> CPU#1]:
06:18 Measured 399465 cycles TSC warp between CPUs, turning off TSC clock.
06:18 tsc: Marking TSC unstable due to check_tsc_sync_source failed
06:18 smp: Brought up 1 node, 2 CPUs
06:18 smpboot: Total of 2 processors activated (8777.65 BogoMIPS)
06:18 devtmpfs: initialized
06:18 x86/mm: Memory block size: 128MB
06:18 PM: Registering ACPI NVS region [mem 0xbf6cc000-0xbf6fffff] (212992 bytes)
06:18 clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
06:18 futex hash table entries: 512 (order: 3, 32768 bytes)
06:18 pinctrl core: initialized pinctrl subsystem
06:18 RTC time: 18:06:17, date: 07/24/17
06:18 NET: Registered protocol family 16
06:18 cpuidle: using governor menu
06:18 PCCT header not found.
06:18 Simple Boot Flag at 0x35 set to 0x1
06:18 ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
06:18 ACPI: bus type PCI registered
06:18 acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
06:18 PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
06:18 PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
06:18 pmd_set_huge: Cannot satisfy [mem 0xf0000000-0xf0200000] with a huge-page mapping due to MTRR override.
06:18 PCI: Using configuration type 1 for base access
06:18 HugeTLB registered 2 MB page size, pre-allocated 0 pages
06:18 ACPI: Added _OSI(Module Device)
06:18 ACPI: Added _OSI(Processor Device)
06:18 ACPI: Added _OSI(3.0 _SCP Extensions)
06:18 ACPI: Added _OSI(Processor Aggregator Device)
06:18 ACPI : EC: EC started
06:18 ACPI : EC: interrupt blocked
06:18 ACPI: \: Used as first EC
06:18 ACPI: \: GPE=0x12, EC_CMD/EC_SC=0x66, EC_DATA=0x62
06:18 ACPI: \: Used as boot ECDT EC to handle transactions
06:18 ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
06:18 ACPI: Dynamic OEM Table Load:
06:18 ACPI: SSDT 0xFFFF891A76063000 0002C4 (v01 PmRef  Cpu0Ist  00000100 INTL 20050513)
06:18 ACPI: Dynamic OEM Table Load:
06:18 ACPI: SSDT 0xFFFF891A77254000 00085E (v01 PmRef  Cpu0Cst  00000100 INTL 20050513)
06:18 ACPI: Dynamic OEM Table Load:
06:18 ACPI: SSDT 0xFFFF891A7605CF00 0000C8 (v01 PmRef  Cpu1Ist  00000100 INTL 20050513)
06:18 ACPI: Dynamic OEM Table Load:
06:18 ACPI: SSDT 0xFFFF891A760779C0 000085 (v01 PmRef  Cpu1Cst  00000100 INTL 20050513)
06:18 ACPI : EC: EC stopped
06:18 ACPI : EC: EC started
06:18 ACPI : EC: interrupt blocked
06:18 ACPI: \_SB_.PCI0.LPC_.EC__: Used as first EC
06:18 ACPI: \_SB_.PCI0.LPC_.EC__: GPE=0x12, EC_CMD/EC_SC=0x66, EC_DATA=0x62
06:18 ACPI: \_SB_.PCI0.LPC_.EC__: Used as boot DSDT EC to handle transactions
06:18 ACPI: Interpreter enabled
06:18 ACPI: (supports S0 S3 S4 S5)
06:18 ACPI: Using IOAPIC for interrupt routing
06:18 PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
06:18 ACPI: Power Resource [PUBS] (on)
06:18 acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
06:18 acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2)
06:18 acpi IBM0079:00: ACPI dock station (docks/bays count: 3)
06:18 ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 *10 11)
06:18 ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
06:18 ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
06:18 ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
06:18 ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
06:18 ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
06:18 ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
06:18 ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
06:18 ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
06:18 acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
06:18 acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
06:18 acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
06:18 acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
06:18 PCI host bridge to bus 0000:00
06:18 pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
06:18 pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
06:18 pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
06:18 pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
06:18 pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
06:18 pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
06:18 pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
06:18 pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
06:18 pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff window]
06:18 pci_bus 0000:00: root bus resource [bus 00-ff]
06:18 pci 0000:00:19.0: System wakeup disabled by ACPI
06:18 pci 0000:00:1a.0: System wakeup disabled by ACPI
06:18 pci 0000:00:1a.1: System wakeup disabled by ACPI
06:18 pci 0000:00:1a.7: System wakeup disabled by ACPI
06:18 pci 0000:00:1b.0: System wakeup disabled by ACPI
06:18 pci 0000:00:1c.0: System wakeup disabled by ACPI
06:18 pci 0000:00:1c.1: System wakeup disabled by ACPI
06:18 pci 0000:00:1c.2: System wakeup disabled by ACPI
06:18 pci 0000:00:1d.0: System wakeup disabled by ACPI
06:18 pci 0000:00:1d.1: System wakeup disabled by ACPI
06:18 pci 0000:00:1d.2: System wakeup disabled by ACPI
06:18 pci 0000:00:1d.7: System wakeup disabled by ACPI
06:18 pci 0000:00:1e.0: System wakeup disabled by ACPI
06:18 pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
06:18 pci 0000:00:1f.0: quirk: [io  0x1180-0x11bf] claimed by ICH6 GPIO
06:18 pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 1600 (mask 007f)
06:18 pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 15e0 (mask 000f)
06:18 pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 1680 (mask 001f)
06:18 pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
06:18 pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
06:18 pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
06:18 pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
06:18 pci 0000:00:1c.0: PCI bridge to [bus 02]
06:18 pci 0000:00:1c.1: PCI bridge to [bus 03]
06:18 pci 0000:00:1c.2: PCI bridge to [bus 04]
06:18 pci 0000:15:00.0: proprietary Ricoh MMC controller disabled (via cardbus function)
06:18 pci 0000:15:00.0: MMC cards are now supported by standard SDHCI controller
06:18 pci 0000:00:1e.0: PCI bridge to [bus 15-18] (subtractive decode)
06:18 ACPI: Enabled 3 GPEs in block 00 to 1F
06:18 ACPI : EC: interrupt unblocked
06:18 ACPI : EC: event unblocked
06:18 ACPI: \_SB_.PCI0.LPC_.EC__: GPE=0x12, EC_CMD/EC_SC=0x66, EC_DATA=0x62
06:18 ACPI: \_SB_.PCI0.LPC_.EC__: Used as boot DSDT EC to handle transactions and events
06:18 pci 0000:00:02.0: vgaarb: setting as boot VGA device
06:18 pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
06:18 pci 0000:00:02.0: vgaarb: bridge control possible
06:18 vgaarb: loaded
06:18 SCSI subsystem initialized
06:18 ACPI: bus type USB registered
06:18 usbcore: registered new interface driver usbfs
06:18 usbcore: registered new interface driver hub
06:18 usbcore: registered new device driver usb
06:18 EDAC MC: Ver: 3.0.0
06:18 PCI: Using ACPI for IRQ routing
06:18 NetLabel: Initializing
06:18 NetLabel:  domain hash size = 128
06:18 NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
06:18 NetLabel:  unlabeled traffic allowed by default
06:18 HPET: 3 timers in total, 0 timers will be used for per-cpu timer
06:18 hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
06:18 hpet0: 3 comparators, 64-bit 14.318180 MHz counter
06:18 clocksource: Switched to clocksource hpet
06:18 VFS: Disk quotas dquot_6.6.0
06:18 VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
06:18 pnp: PnP ACPI init
06:18 system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
06:18 system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
06:18 system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
06:18 system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
06:18 system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
06:18 system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
06:18 system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
06:18 system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
06:18 system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
06:18 system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
06:18 system 00:00: [mem 0x00100000-0xbfffffff] could not be reserved
06:18 system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
06:18 system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
06:18 system 00:01: [io  0x164e-0x164f] has been reserved
06:18 system 00:01: [io  0x1000-0x107f] has been reserved
06:18 system 00:01: [io  0x1180-0x11bf] has been reserved
06:18 system 00:01: [io  0x0800-0x080f] has been reserved
06:18 system 00:01: [io  0x15e0-0x15ef] has been reserved
06:18 system 00:01: [io  0x1600-0x165f] could not be reserved
06:18 system 00:01: [mem 0xf0000000-0xf3ffffff] has been reserved
06:18 system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
06:18 system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
06:18 system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
06:18 system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
06:18 system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
06:18 pnp: PnP ACPI: found 6 devices
06:18 clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
06:18 pci 0000:00:1c.0: PCI bridge to [bus 02]
06:18 pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
06:18 pci 0000:00:1c.0:   bridge window [mem 0xfc000000-0xfdffffff]
06:18 pci 0000:00:1c.0:   bridge window [mem 0xf8000000-0xf80fffff 64bit pref]
06:18 pci 0000:00:1c.1: PCI bridge to [bus 03]
06:18 pci 0000:00:1c.1:   bridge window [io  0x3000-0x3fff]
06:18 pci 0000:00:1c.1:   bridge window [mem 0xdc100000-0xdf6fffff]
06:18 pci 0000:00:1c.1:   bridge window [mem 0xdfe00000-0xdfefffff 64bit pref]
06:18 pci 0000:00:1c.2: PCI bridge to [bus 04]
06:18 pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
06:18 pci 0000:00:1c.2:   bridge window [mem 0xd8000000-0xd9ffffff]
06:18 pci 0000:00:1c.2:   bridge window [mem 0xdfb00000-0xdfbfffff 64bit pref]
06:18 pci 0000:15:00.0: BAR 15: assigned [mem 0xf4000000-0xf7ffffff pref]
06:18 pci 0000:15:00.0: BAR 16: assigned [mem 0xc0000000-0xc3ffffff]
06:18 pci 0000:15:00.0: BAR 13: assigned [io  0x6000-0x60ff]
06:18 pci 0000:15:00.0: BAR 14: assigned [io  0x6400-0x64ff]
06:18 pci 0000:15:00.0: CardBus bridge to [bus 16-17]
06:18 pci 0000:15:00.0:   bridge window [io  0x6000-0x60ff]
06:18 pci 0000:15:00.0:   bridge window [io  0x6400-0x64ff]
06:18 pci 0000:15:00.0:   bridge window [mem 0xf4000000-0xf7ffffff pref]
06:18 pci 0000:15:00.0:   bridge window [mem 0xc0000000-0xc3ffffff]
06:18 pci 0000:00:1e.0: PCI bridge to [bus 15-18]
06:18 pci 0000:00:1e.0:   bridge window [io  0x6000-0x9fff]
06:18 pci 0000:00:1e.0:   bridge window [mem 0xf8300000-0xfbffffff]
06:18 pci 0000:00:1e.0:   bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
06:18 NET: Registered protocol family 2
06:18 TCP established hash table entries: 32768 (order: 6, 262144 bytes)
06:18 TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
06:18 TCP: Hash tables configured (established 32768 bind 32768)
06:18 UDP hash table entries: 2048 (order: 4, 65536 bytes)
06:18 UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
06:18 NET: Registered protocol family 1
06:18 pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
06:18 Unpacking initramfs...
06:18 Freeing initrd memory: 14664K
06:18 PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
06:18 software IO TLB [mem 0xbb6b0000-0xbf6b0000] (64MB) mapped at [ffff8919fb6b0000-ffff8919ff6affff]
06:18 clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa1b8037fd, max_idle_ns: 440795241812 ns
06:18 Initialise system trusted keyrings
06:18 Key type blacklist registered
06:18 workingset: timestamp_bits=36 max_order=20 bucket_order=0
06:18 zbud: loaded
06:18 NET: Registered protocol family 38
06:18 Key type asymmetric registered
06:18 Asymmetric key parser 'x509' registered
06:18 Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
06:18 io scheduler noop registered
06:18 io scheduler deadline registered
06:18 io scheduler cfq registered (default)
06:18 io scheduler mq-deadline registered
06:18 atomic64_test: passed for x86-64 platform with CX8 and with SSE
06:18 pcieport 0000:00:1c.0: Signaling PME with IRQ 24
06:18 pcieport 0000:00:1c.1: Signaling PME with IRQ 25
06:18 pcieport 0000:00:1c.2: Signaling PME with IRQ 26
06:18 pciehp 0000:00:1c.0:pcie004: Slot #2 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- LLActRep+
06:18 pciehp 0000:00:1c.1:pcie004: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- LLActRep+
06:18 pciehp 0000:00:1c.2:pcie004: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- LLActRep+
06:18 ACPI: AC Adapter [AC] (on-line)
06:18 input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
06:18 ACPI: Lid Switch [LID]
06:18 input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
06:18 ACPI: Sleep Button [SLPB]
06:18 input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
06:18 ACPI: Power Button [PWRF]
06:18 (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
06:18 thermal LNXTHERM:00: registered as thermal_zone0
06:18 ACPI: Thermal Zone [THM0] (54 C)
06:18 thermal LNXTHERM:01: registered as thermal_zone1
06:18 ACPI: Thermal Zone [THM1] (51 C)
06:18 GHES: HEST is not enabled!
06:18 Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
06:18 Non-volatile memory driver v1.3
06:18 Linux agpgart interface v0.103
06:18 ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x5 impl SATA mode
06:18 ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc 
06:18 scsi host0: ahci
06:18 scsi host1: ahci
06:18 scsi host2: ahci
06:18 ata1: SATA max UDMA/133 abar m2048@0xfe226000 port 0xfe226100 irq 27
06:18 ata2: DUMMY
06:18 ata3: SATA max UDMA/133 abar m2048@0xfe226000 port 0xfe226200 irq 27
06:18 random: fast init done
06:18 scsi host3: ata_piix
06:18 scsi host4: ata_piix
06:18 ata4: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1c00 irq 14
06:18 ata5: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1c08 irq 15
06:18 libphy: Fixed MDIO Bus: probed
06:18 ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
06:18 ehci-pci: EHCI PCI platform driver
06:18 ehci-pci 0000:00:1a.7: EHCI Host Controller
06:18 ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
06:19 ehci-pci 0000:00:1a.7: irq 22, io mem 0xfe226c00
06:19 ACPI: Battery Slot [BAT0] (battery present)
06:19 ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
06:19 usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
06:19 usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
06:19 usb usb1: Product: EHCI Host Controller
06:19 usb usb1: Manufacturer: Linux 4.12.0-1.fc27.x86_64 ehci_hcd
06:19 usb usb1: SerialNumber: 0000:00:1a.7
06:19 hub 1-0:1.0: USB hub found
06:19 hub 1-0:1.0: 4 ports detected
06:19 ehci-pci 0000:00:1d.7: EHCI Host Controller
06:19 ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
06:19 ehci-pci 0000:00:1d.7: debug port 1
06:19 ehci-pci 0000:00:1d.7: irq 19, io mem 0xfe227000
06:19 ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
06:19 usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
06:19 usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
06:19 usb usb2: Product: EHCI Host Controller
06:19 usb usb2: Manufacturer: Linux 4.12.0-1.fc27.x86_64 ehci_hcd
06:19 usb usb2: SerialNumber: 0000:00:1d.7
06:19 hub 2-0:1.0: USB hub found
06:19 hub 2-0:1.0: 6 ports detected
06:19 ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
06:19 ohci-pci: OHCI PCI platform driver
06:19 uhci_hcd: USB Universal Host Controller Interface driver
06:19 uhci_hcd 0000:00:1a.0: UHCI Host Controller
06:19 uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
06:19 uhci_hcd 0000:00:1a.0: detected 2 ports
06:19 uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001860
06:19 usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
06:19 usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
06:19 usb usb3: Product: UHCI Host Controller
06:19 usb usb3: Manufacturer: Linux 4.12.0-1.fc27.x86_64 uhci_hcd
06:19 usb usb3: SerialNumber: 0000:00:1a.0
06:19 hub 3-0:1.0: USB hub found
06:19 hub 3-0:1.0: 2 ports detected
06:19 uhci_hcd 0000:00:1a.1: UHCI Host Controller
06:19 uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
06:19 uhci_hcd 0000:00:1a.1: detected 2 ports
06:19 uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001880
06:19 usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
06:19 usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
06:19 usb usb4: Product: UHCI Host Controller
06:19 usb usb4: Manufacturer: Linux 4.12.0-1.fc27.x86_64 uhci_hcd
06:19 usb usb4: SerialNumber: 0000:00:1a.1
06:19 hub 4-0:1.0: USB hub found
06:19 hub 4-0:1.0: 2 ports detected
06:19 uhci_hcd 0000:00:1d.0: UHCI Host Controller
06:19 uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
06:19 uhci_hcd 0000:00:1d.0: detected 2 ports
06:19 uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018a0
06:19 usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
06:19 usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
06:19 usb usb5: Product: UHCI Host Controller
06:19 usb usb5: Manufacturer: Linux 4.12.0-1.fc27.x86_64 uhci_hcd
06:19 usb usb5: SerialNumber: 0000:00:1d.0
06:19 hub 5-0:1.0: USB hub found
06:19 hub 5-0:1.0: 2 ports detected
06:19 uhci_hcd 0000:00:1d.1: UHCI Host Controller
06:19 uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
06:19 uhci_hcd 0000:00:1d.1: detected 2 ports
06:19 uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018c0
06:19 usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
06:19 usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
06:19 usb usb6: Product: UHCI Host Controller
06:19 usb usb6: Manufacturer: Linux 4.12.0-1.fc27.x86_64 uhci_hcd
06:19 usb usb6: SerialNumber: 0000:00:1d.1
06:19 hub 6-0:1.0: USB hub found
06:19 hub 6-0:1.0: 2 ports detected
06:19 uhci_hcd 0000:00:1d.2: UHCI Host Controller
06:19 uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
06:19 uhci_hcd 0000:00:1d.2: detected 2 ports
06:19 uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018e0
06:19 usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
06:19 usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
06:19 usb usb7: Product: UHCI Host Controller
06:19 usb usb7: Manufacturer: Linux 4.12.0-1.fc27.x86_64 uhci_hcd
06:19 usb usb7: SerialNumber: 0000:00:1d.2
06:19 hub 7-0:1.0: USB hub found
06:19 hub 7-0:1.0: 2 ports detected
06:19 usbcore: registered new interface driver usbserial
06:19 usbcore: registered new interface driver usbserial_generic
06:19 usbserial: USB Serial support registered for generic
06:19 i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
06:19 serio: i8042 KBD port at 0x60,0x64 irq 1
06:19 serio: i8042 AUX port at 0x60,0x64 irq 12
06:19 mousedev: PS/2 mouse device common for all mice
06:19 rtc_cmos 00:02: RTC can wake from S4
06:19 rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
06:19 rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
06:19 device-mapper: uevent: version 1.0.3
06:19 device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
06:19 hidraw: raw HID events driver (C) Jiri Kosina
06:19 usbcore: registered new interface driver usbhid
06:19 usbhid: USB HID core driver
06:19 drop_monitor: Initializing network drop monitor service
06:19 ip_tables: (C) 2000-2006 Netfilter Core Team
06:19 Initializing XFRM netlink socket
06:19 NET: Registered protocol family 10
06:19 Segment Routing with IPv6
06:19 mip6: Mobile IPv6
06:19 NET: Registered protocol family 17
06:19 input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
06:19 RAS: Correctable Errors collector initialized.
06:19 microcode: sig=0x6fa, pf=0x80, revision=0x95
06:19 microcode: Microcode Update Driver: v2.2.
06:19 registered taskstats version 1
06:19 Loading compiled-in X.509 certificates
06:19 alg: No test for pkcs1pad(rsa,sha256) (pkcs1pad(rsa-generic,sha256))
06:19 Loaded X.509 cert 'Fedora kernel signing key: afce39acf6b4e14fc753ae848b4302f3a65b72e0'
06:19 zswap: loaded using pool lzo/zbud
06:19 Key type big_key registered
06:19 Key type encrypted registered
06:19  Magic number: 9:783:140
06:19 acpi device:11: hash matches
06:19 rtc_cmos 00:02: setting system clock to 2017-07-24 18:06:18 UTC (1500919578)
06:19 ata4.00: ATAPI: MATSHITADVD-RAM UJ-842 z, RC01, max UDMA/33
06:19 ata4.00: configured for UDMA/33
06:19 ata3: SATA link down (SStatus 0 SControl 300)
06:19 ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
06:19 ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
06:19 ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
06:19 ata1.00: ATA-9: SAMSUNG SSD 830 Series, CXM03B1Q, max UDMA/133
06:19 ata1.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
06:19 ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
06:19 ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
06:19 ata1.00: configured for UDMA/133
06:19 scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG SSD 830  3B1Q PQ: 0 ANSI: 5
06:19 sd 0:0:0:0: Attached scsi generic sg0 type 0
06:19 sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
06:19 sd 0:0:0:0: [sda] Write Protect is off
06:19 sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
06:19 sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
06:19 scsi 3:0:0:0: CD-ROM            MATSHITA DVD-RAM UJ-842 z RC01 PQ: 0 ANSI: 5
06:19 sd 0:0:0:0: [sda] Attached SCSI disk
06:19 usb 2-2: new high-speed USB device number 2 using ehci-pci
06:19 sr 3:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
06:19 cdrom: Uniform CD-ROM driver Revision: 3.20
06:19 sr 3:0:0:0: Attached scsi generic sg1 type 5
06:19 Freeing unused kernel memory: 2164K
06:19 Write protecting the kernel read-only data: 14336k
06:19 Freeing unused kernel memory: 1532K
06:19 Freeing unused kernel memory: 404K
06:19 x86/mm: Checked W+X mappings: passed, no W+X pages found.
06:19 rodata_test: all tests were successful
06:19[1]: Starting Create list of required static device nodes for the current kernel...
06:19 kernel profiling enabled schedstats, disable via kernel.sched_schedstats.
06:19 usb 2-2: New USB device found, idVendor=1058, idProduct=10a8
06:19 usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
06:19 usb 2-2: Product: Elements 10A8
06:19 usb 2-2: Manufacturer: Western Digital
06:19 usb 2-2: SerialNumber: 5758333145373354504C3031
06:19 usb-storage 2-2:1.0: USB Mass Storage device detected
06:19 scsi host5: usb-storage 2-2:1.0
06:19 usbcore: registered new interface driver usb-storage
06:19 usbcore: registered new interface driver uas
06:19 usb 3-2: new full-speed USB device number 2 using uhci_hcd
06:19 usb 3-2: New USB device found, idVendor=0483, idProduct=2016
06:19 usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
06:19 usb 3-2: Product: Biometric Coprocessor
06:19 usb 3-2: Manufacturer: STMicroelectronics
06:19 psmouse serio1: synaptics: Touchpad model: 1, fw: 6.2, id: 0x81a0b1, caps: 0xa04791/0x300000/0x0/0x0, board id: 0, fw id: 496542
06:19 psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
06:19 pci 0000:00:1e.0: enabling device (0005 -> 0007)
06:19 yenta_cardbus 0000:15:00.0: CardBus bridge found [17aa:20c6]
06:19 sdhci: Secure Digital Host Controller Interface driver
06:19 sdhci: Copyright(c) Pierre Ossman
06:19 input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
06:19 yenta_cardbus 0000:15:00.0: ISA IRQ mask 0x0cb8, PCI irq 16
06:19 yenta_cardbus 0000:15:00.0: Socket status: 30000006
06:19 yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge window: [io  0x6000-0x9fff]
06:19 yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge window: [mem 0xf8300000-0xfbffffff]
06:19 pcmcia_socket pcmcia_socket0: cs: memory probe 0xf8300000-0xfbffffff:
06:19 excluding 0xf8300000-0xf86cffff
06:19 yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge window: [mem 0xf4000000-0xf7ffffff 64bit pref]
06:19 pcmcia_socket pcmcia_socket0: cs: memory probe 0xf4000000-0xf7ffffff:
06:19 excluding 0xf4000000-0xf7ffffff
06:19 sdhci-pci 0000:15:00.2: SDHCI controller found [1180:0822] (rev 21)
06:19 sdhci-pci 0000:15:00.2: Will use DMA mode even though HW doesn't fully claim to support it.
06:19 sdhci-pci 0000:15:00.2: Will use DMA mode even though HW doesn't fully claim to support it.
06:19 mmc0: SDHCI controller on PCI [0000:15:00.2] using DMA
06:19 EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
06:19 pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
06:19 excluding 0xc0000-0xcffff 0xe0000-0xfffff
06:19 pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
06:19 excluding 0xa0000000-0xa0ffffff
06:19 pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
06:19 excluding 0x60000000-0x60ffffff
06:19 pci 0000:00:00.0: Intel 965GM Chipset
06:19 pci 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
06:19 pci 0000:00:00.0: detected 8192K stolen memory
06:19 [drm] Memory usable by graphics device = 512M
06:19 [drm] Replacing VGA console driver
06:19 Console: switching to colour dummy device 80x25
06:19 [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
06:19 [drm] Driver supports precise vblank timestamp query.
06:19 i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
06:19 mmc0: new high speed SDHC card at address aaaa
06:19 [drm] RC6 disabled, disabling runtime PM support
06:19 [drm] initialized overlay support
06:19 [drm] Initialized i915 1.6.0 20170403 for 0000:00:02.0 on minor 0
06:19 ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
06:19 input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
06:20 fbcon: inteldrmfb (fb0) is primary device
06:20 scsi 5:0:0:0: Direct-Access     WD       Elements 10A8    1042 PQ: 0 ANSI: 6
06:20 sd 5:0:0:0: Attached scsi generic sg2 type 0
06:20 sd 5:0:0:0: [sdb] 1953458176 512-byte logical blocks: (1.00 TB/931 GiB)
06:20 sd 5:0:0:0: [sdb] Write Protect is off
06:20 sd 5:0:0:0: [sdb] No Caching mode page found
06:20 sd 5:0:0:0: [sdb] Assuming drive cache: write through
06:20 sdb: sdb1 sdb2
06:20 sd 5:0:0:0: [sdb] Attached SCSI disk
06:20 psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
06:20 input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input6
06:20 Console: switching to colour frame buffer device 210x65
06:20 i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
06:20 systemd: 73 output lines suppressed due to ratelimiting
06:20 EXT4-fs (sda2): re-mounted. Opts: data=ordered
06:20 loop: module loaded
06:20 RPC: Registered named UNIX socket transport module.
06:20 RPC: Registered udp transport module.
06:20 RPC: Registered tcp transport module.
06:20 RPC: Registered tcp NFSv4.1 backchannel transport module.
06:21 Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
06:21 wmi: Mapper loaded
06:21 pps_core: LinuxPPS API ver. 1 registered
06:21 pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
06:21 shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
06:21 PTP clock support registered
06:21 thinkpad_acpi: ThinkPad ACPI Extras v0.25
06:21 thinkpad_acpi: http://ibm-acpi.sf.net/
06:21 thinkpad_acpi: ThinkPad BIOS 7LETC9WW (2.29 ), EC 7KHT24WW-1.08
06:21 thinkpad_acpi: Lenovo ThinkPad T61, model 6464CTO
06:21 mmcblk0: mmc0:aaaa SL32G 29.7 GiB 
06:21 mmcblk0: p1
06:21 pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
06:21 ACPI Warning: SystemIO range 0x0000000000001028-0x000000000000102F conflicts with OpRegion 0x0000000000001000-0x000000000000107F (\_SB.PCI0.LPC.PMIO) (20170303/utaddress-247)
06:21 ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
06:21 excluding 0xc0000-0xcffff 0xe0000-0xfffff
06:21 pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
06:21 excluding 0xa0000000-0xa0ffffff
06:21 pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
06:21 excluding 0x60000000-0x60ffffff
06:21 thinkpad_hwmon thinkpad_hwmon: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
06:21 thinkpad_acpi: ACPI backlight control delay disabled
06:21 thinkpad_acpi: radio switch found; radios are enabled
06:21 r592: driver successfully loaded
06:21 e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
06:21 e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
06:21 random: crng init done
06:21 ACPI Warning: SystemIO range 0x00000000000011B0-0x00000000000011BF conflicts with OpRegion 0x0000000000001180-0x00000000000011BF (\_SB.PCI0.LPC.LPIO) (20170303/utaddress-247)
06:21 ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
06:21 ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011AF conflicts with OpRegion 0x0000000000001180-0x00000000000011BF (\_SB.PCI0.LPC.LPIO) (20170303/utaddress-247)
06:21 ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
06:21 thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is blocked
06:21 lpc_ich: Resource conflict(s) found affecting gpio_ich
06:21 thinkpad_acpi: Standard ACPI backlight interface not available, thinkpad_acpi native brightness control enabled
06:21 input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input8
06:21 e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
06:21 iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:ds
06:21 iwl3945: Copyright(c) 2003-2011 Intel Corporation
06:21 iwl3945: hw_scan is disabled
06:21 iwl3945 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
06:22 iwl3945 0000:03:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
06:22 iwl3945 0000:03:00.0: Detected Intel Wireless WiFi Link 3945ABG
06:22 ppdev: user-space parallel port driver
06:22 iTCO_vendor_support: vendor-support=0
06:22 iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
06:22 iTCO_wdt: Found a ICH8M-E TCO device (Version=2, TCOBASE=0x1060)
06:22 iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
06:22 intel_powerclamp: No package C-state available
06:22 e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:1c:25:14:4a:e2
06:22 e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
06:22 e1000e 0000:00:19.0 eth0: MAC: 6, PHY: 6, PBA No: FFFFFF-0FF
06:22 i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
06:22 snd_hda_intel 0000:00:1b.0: probe_mask set to 0x1 for device 17aa:20ac
06:22 snd_hda_codec_analog hdaudioC0D0: autoconfig for AD1984: line_outs=1 (0x12/0x0/0x0/0x0/0x0) type:speaker
06:22 snd_hda_codec_analog hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
06:22 snd_hda_codec_analog hdaudioC0D0:    hp_outs=1 (0x11/0x0/0x0/0x0/0x0)
06:22 snd_hda_codec_analog hdaudioC0D0:    mono: mono_out=0x0
06:22 snd_hda_codec_analog hdaudioC0D0:    dig-out=0x1b/0x0
06:22 snd_hda_codec_analog hdaudioC0D0:    inputs:
06:22 snd_hda_codec_analog hdaudioC0D0:      Internal Mic=0x15
06:22 snd_hda_codec_analog hdaudioC0D0:      Mic=0x14
06:22 EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: data=ordered
06:22 snd_hda_codec_analog hdaudioC0D0:      Dock Mic=0x1c
06:22 EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: data=ordered,user_xattr
06:22 input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
06:22 input: HDA Intel Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
06:22 input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
06:24 IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
06:24 IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
06:24 IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
06:24 iwl3945 0000:03:00.0: loaded firmware version 15.32.2.9
06:24 IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
06:24 IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
06:24 ip6_tables: (C) 2000-2006 Netfilter Core Team
06:24 Ebtables v2.0 registered
06:25 IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
06:25 bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
06:25 tun: Universal TUN/TAP device driver, 1.6
06:25 virbr0: port 1(virbr0-nic) entered blocking state
06:25 virbr0: port 1(virbr0-nic) entered disabled state
06:25 device virbr0-nic entered promiscuous mode
06:25 nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
06:25 virbr0: port 1(virbr0-nic) entered blocking state
06:25 virbr0: port 1(virbr0-nic) entered listening state
06:25 virbr0: port 1(virbr0-nic) entered disabled state
06:28 IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
06:32 wlan0: associated
06:32 IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
06:32 NFSD: starting 90-second grace period (net ffffffff8afe0240)
06:42 EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
06:48 usb 2-2: USB disconnect, device number 2
06:55 usb 2-2: new high-speed USB device number 3 using ehci-pci
06:55 usb 5-2: new full-speed USB device number 2 using uhci_hcd
06:56 usb 5-2: not running at top speed; connect to a high speed hub
06:56 usb 5-2: New USB device found, idVendor=1058, idProduct=10a8
06:56 usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
06:56 usb 5-2: Product: Elements 10A8
06:56 usb 5-2: Manufacturer: Western Digital
06:56 usb 5-2: SerialNumber: 5758333145373354504C3031
06:56 usb-storage 5-2:1.0: USB Mass Storage device detected
06:56 scsi host5: usb-storage 5-2:1.0
06:57 scsi 5:0:0:0: Direct-Access     WD       Elements 10A8    1042 PQ: 0 ANSI: 6
06:57 sd 5:0:0:0: Attached scsi generic sg2 type 0
06:57 sd 5:0:0:0: [sdb] Spinning up disk...
06:59 .
07:00 .
07:01 .
07:01 .
07:01 ready
07:01 sd 5:0:0:0: [sdb] 1953458176 512-byte logical blocks: (1.00 TB/931 GiB)
07:01 sd 5:0:0:0: [sdb] Write Protect is off
07:01 sd 5:0:0:0: [sdb] No Caching mode page found
07:01 sd 5:0:0:0: [sdb] Assuming drive cache: write through
07:01 sdb: sdb1 sdb2
07:01 sd 5:0:0:0: [sdb] Attached SCSI disk
07:08 EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
07:27 nfsd: last server has exited, flushing export cache

[-- Attachment #4: k440s --]
[-- Type: text/plain, Size: 44925 bytes --]

04:50 microcode: microcode updated early to revision 0x20, date = 2017-01-27
04:50 random: get_random_bytes called from start_kernel+0x42/0x4e6 with crng_init=0
04:50 Linux version 4.13.0-0.rc1.git3.2.fc27.x86_64 (mockbuild@buildvm-22.phx2.fedoraproject.org) (gcc version 7.1.1 20170718 (Red Hat 7.1.1-6) (GCC)) #1 SMP Thu Jul 20 22:05:05 UTC 2017
04:50 Command line: BOOT_IMAGE=/vmlinuz-4.13.0-0.rc1.git3.2.fc27.x86_64 root=UUID=3756a4b4-a65d-48d3-85e3-286d101cd4b8 ro vconsole.font=latarcyrheb-sun16 rhgb selinux=0 quiet LANG=cs_CZ.UTF-8
04:50 x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
04:50 x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
04:50 x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
04:50 x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
04:50 x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
04:50 e820: BIOS-provided physical RAM map:
04:50 BIOS-e820: [mem 0x0000000000000000-0x000000000009cfff] usable
04:50 BIOS-e820: [mem 0x000000000009d000-0x000000000009ffff] reserved
04:50 BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
04:50 BIOS-e820: [mem 0x0000000000100000-0x00000000ce21dfff] usable
04:50 BIOS-e820: [mem 0x00000000ce21e000-0x00000000dcd3efff] reserved
04:50 BIOS-e820: [mem 0x00000000dcd3f000-0x00000000dce7efff] ACPI NVS
04:50 BIOS-e820: [mem 0x00000000dce7f000-0x00000000dcefefff] ACPI data
04:50 BIOS-e820: [mem 0x00000000dceff000-0x00000000df9fffff] reserved
04:50 BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
04:50 BIOS-e820: [mem 0x00000000fe101000-0x00000000fe112fff] reserved
04:50 BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
04:50 BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
04:50 BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
04:50 BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
04:50 BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
04:50 BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
04:50 BIOS-e820: [mem 0x0000000100000000-0x000000021e5fffff] usable
04:50 NX (Execute Disable) protection: active
04:50 random: fast init done
04:50 SMBIOS 2.7 present.
04:50 DMI: LENOVO 20AQ0069GE/20AQ0069GE, BIOS GJET67WW (2.17 ) 12/10/2013
04:50 tsc: Fast TSC calibration using PIT
04:50 e820: last_pfn = 0x21e600 max_arch_pfn = 0x400000000
04:50 x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
04:50 e820: last_pfn = 0xce21e max_arch_pfn = 0x400000000
04:50 found SMP MP-table at [mem 0x000f0100-0x000f010f] mapped at [ffff9996400f0100]
04:50 Using GB pages for direct mapping
04:50 RAMDISK: [mem 0x35925000-0x36c8afff]
04:50 ACPI: Early table checksum verification disabled
04:50 ACPI: RSDP 0x00000000000F0120 000024 (v02 LENOVO)
04:50 ACPI: XSDT 0x00000000DCEFE170 0000F4 (v01 LENOVO TP-GJ    00002170 PTEC 00000002)
04:50 ACPI: FACP 0x00000000DCEF8000 00010C (v05 LENOVO TP-GJ    00002170 PTEC 00000002)
04:50 ACPI: DSDT 0x00000000DCEE2000 010E6D (v01 LENOVO TP-GJ    00002170 INTL 20120711)
04:50 ACPI: FACS 0x00000000DCE4A000 000040
04:50 ACPI: SLIC 0x00000000DCEFD000 000176 (v01 LENOVO TP-GJ    00002170 PTEC 00000001)
04:50 ACPI: DBGP 0x00000000DCEFB000 000034 (v01 LENOVO TP-GJ    00002170 PTEC 00000002)
04:50 ACPI: ECDT 0x00000000DCEFA000 000052 (v01 LENOVO TP-GJ    00002170 PTEC 00000002)
04:50 ACPI: HPET 0x00000000DCEF7000 000038 (v01 LENOVO TP-GJ    00002170 PTEC 00000002)
04:50 ACPI: APIC 0x00000000DCEF6000 000098 (v01 LENOVO TP-GJ    00002170 PTEC 00000002)
04:50 ACPI: MCFG 0x00000000DCEF5000 00003C (v01 LENOVO TP-GJ    00002170 PTEC 00000002)
04:50 ACPI: SSDT 0x00000000DCEF4000 000033 (v01 LENOVO TP-SSDT1 00000100 INTL 20120711)
04:50 ACPI: SSDT 0x00000000DCEF3000 00044F (v01 LENOVO TP-SSDT2 00000200 INTL 20120711)
04:50 ACPI: SSDT 0x00000000DCEE1000 0009CB (v01 LENOVO SataAhci 00001000 INTL 20120711)
04:50 ACPI: SSDT 0x00000000DCEE0000 000152 (v01 LENOVO Rmv_Batt 00001000 INTL 20120711)
04:50 ACPI: SSDT 0x00000000DCEDF000 0007F5 (v01 LENOVO Cpu0Ist  00003000 INTL 20120711)
04:50 ACPI: SSDT 0x00000000DCEDE000 000AD8 (v01 LENOVO CpuPm    00003000 INTL 20120711)
04:50 ACPI: SSDT 0x00000000DCEDC000 001215 (v01 LENOVO SaSsdt   00003000 INTL 20120711)
04:50 ACPI: SSDT 0x00000000DCEDB000 000379 (v01 LENOVO CppcTabl 00001000 INTL 20120711)
04:50 ACPI: PCCT 0x00000000DCEDA000 00006E (v05 LENOVO TP-GJ    00002170 PTEC 00000002)
04:50 ACPI: SSDT 0x00000000DCED9000 000AC4 (v01 LENOVO Cpc_Tabl 00001000 INTL 20120711)
04:50 ACPI: TCPA 0x00000000DCED8000 000032 (v02 PTL    LENOVO   06040000 LNVO 00000001)
04:50 ACPI: UEFI 0x00000000DCED7000 000042 (v01 LENOVO TP-GJ    00002170 PTEC 00000002)
04:50 ACPI: MSDM 0x00000000DCDB2000 000055 (v03 LENOVO TP-GJ    00002170 PTEC 00000002)
04:50 ACPI: ASF! 0x00000000DCEFC000 0000A5 (v32 LENOVO TP-GJ    00002170 PTEC 00000002)
04:50 ACPI: BATB 0x00000000DCED6000 000046 (v01 LENOVO TP-GJ    00002170 PTEC 00000002)
04:50 ACPI: FPDT 0x00000000DCED5000 000064 (v01 LENOVO TP-GJ    00002170 PTEC 00000002)
04:50 ACPI: UEFI 0x00000000DCED4000 0002E2 (v01 LENOVO TP-GJ    00002170 PTEC 00000002)
04:50 ACPI: SSDT 0x00000000DCED3000 00047F (v01 LENOVO IsctTabl 00001000 INTL 20120711)
04:50 ACPI: DMAR 0x00000000DCED2000 0000B0 (v01 LENOVO TP-GJ    00002170 PTEC 00000002)
04:50 No NUMA configuration found
04:50 Faking a node at [mem 0x0000000000000000-0x000000021e5fffff]
04:50 NODE_DATA(0) allocated [mem 0x21e5d3000-0x21e5fdfff]
04:50 Zone ranges:
04:50  DMA      [mem 0x0000000000001000-0x0000000000ffffff]
04:50  DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
04:50  Normal   [mem 0x0000000100000000-0x000000021e5fffff]
04:50  Device   empty
04:50 Movable zone start for each node
04:50 Early memory node ranges
04:50  node   0: [mem 0x0000000000001000-0x000000000009cfff]
04:50  node   0: [mem 0x0000000000100000-0x00000000ce21dfff]
04:50  node   0: [mem 0x0000000100000000-0x000000021e5fffff]
04:50 Initmem setup node 0 [mem 0x0000000000001000-0x000000021e5fffff]
04:50 Reserving Intel graphics memory at 0x00000000dda00000-0x00000000df9fffff
04:50 ACPI: PM-Timer IO Port: 0x1808
04:50 ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
04:50 ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
04:50 IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
04:50 ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
04:50 ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
04:50 Using ACPI (MADT) for SMP configuration information
04:50 ACPI: HPET id: 0x8086a301 base: 0xfed00000
04:50 smpboot: Allowing 8 CPUs, 4 hotplug CPUs
04:50 PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
04:50 PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
04:50 PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
04:50 PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
04:50 PM: Registered nosave memory: [mem 0xce21e000-0xdcd3efff]
04:50 PM: Registered nosave memory: [mem 0xdcd3f000-0xdce7efff]
04:50 PM: Registered nosave memory: [mem 0xdce7f000-0xdcefefff]
04:50 PM: Registered nosave memory: [mem 0xdceff000-0xdf9fffff]
04:50 PM: Registered nosave memory: [mem 0xdfa00000-0xf7ffffff]
04:50 PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
04:50 PM: Registered nosave memory: [mem 0xfc000000-0xfe100fff]
04:50 PM: Registered nosave memory: [mem 0xfe101000-0xfe112fff]
04:50 PM: Registered nosave memory: [mem 0xfe113000-0xfebfffff]
04:50 PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
04:50 PM: Registered nosave memory: [mem 0xfec01000-0xfed07fff]
04:50 PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
04:50 PM: Registered nosave memory: [mem 0xfed09000-0xfed0ffff]
04:50 PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
04:50 PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
04:50 PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
04:50 PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
04:50 PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
04:50 PM: Registered nosave memory: [mem 0xfee01000-0xffbfffff]
04:50 PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
04:50 e820: [mem 0xdfa00000-0xf7ffffff] available for PCI devices
04:50 Booting paravirtualized kernel on bare hardware
04:50 clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
04:50 setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
04:50 percpu: Embedded 37 pages/cpu @ffff99985e200000 s112600 r8192 d30760 u262144
04:50 Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1985668
04:50 Policy zone: Normal
04:50 Kernel command line: BOOT_IMAGE=/vmlinuz-4.13.0-0.rc1.git3.2.fc27.x86_64 root=UUID=3756a4b4-a65d-48d3-85e3-286d101cd4b8 ro vconsole.font=latarcyrheb-sun16 rhgb selinux=0 quiet LANG=cs_CZ.UTF-8
04:50 PID hash table entries: 4096 (order: 3, 32768 bytes)
04:50 Memory: 7833416K/8068840K available (8821K kernel code, 2403K rwdata, 3756K rodata, 2220K init, 1976K bss, 235424K reserved, 0K cma-reserved)
04:50 SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
04:50 ftrace: allocating 34860 entries in 137 pages
04:50 Hierarchical RCU implementation.
04:50 #011RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
04:50 #011Tasks RCU enabled.
04:50 RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
04:50 NR_IRQS: 524544, nr_irqs: 760, preallocated irqs: 16
04:50 #011Offload RCU callbacks from CPUs: .
04:50 Console: colour VGA+ 80x25
04:50 console [tty0] enabled
04:50 clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
04:50 tsc: Fast TSC calibration using PIT
04:50 tsc: Detected 2693.743 MHz processor
04:50 Calibrating delay loop (skipped), value calculated using timer frequency.. 5387.48 BogoMIPS (lpj=2693743)
04:50 pid_max: default: 32768 minimum: 301
04:50 ACPI: Core revision 20170531
04:50 ACPI: 11 ACPI AML tables successfully acquired and loaded
04:50 Security Framework initialized
04:50 Yama: becoming mindful.
04:50 SELinux:  Disabled at boot.
04:50 Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
04:50 Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
04:50 Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
04:50 Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
04:50 CPU: Physical Processor ID: 0
04:50 CPU: Processor Core ID: 0
04:50 ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
04:50 ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
04:50 mce: CPU supports 7 MCE banks
04:50 CPU0: Thermal monitoring enabled (TM1)
04:50 process: using mwait in idle threads
04:50 Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
04:50 Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
04:50 Freeing SMP alternatives memory: 32K
04:50 smpboot: Max logical packages: 4
04:50 DMAR: Host address width 39
04:50 DMAR: DRHD base: 0x000000fed90000 flags: 0x0
04:50 DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
04:50 DMAR: DRHD base: 0x000000fed91000 flags: 0x1
04:50 DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
04:50 DMAR: RMRR base: 0x000000daed3000 end: 0x000000daee9fff
04:50 DMAR: RMRR base: 0x000000dd800000 end: 0x000000df9fffff
04:50 DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
04:50 DMAR-IR: HPET id 0 under DRHD base 0xfed91000
04:50 DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
04:50 DMAR-IR: Enabled IRQ remapping in x2apic mode
04:50 x2apic enabled
04:50 Switched APIC routing to cluster x2apic.
04:50 ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
04:50 smpboot: CPU0: Intel(R) Core(TM) i7-4600U CPU @ 2.10GHz (family: 0x6, model: 0x45, stepping: 0x1)
04:50 Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
04:50 ... version:                3
04:50 ... bit width:              48
04:50 ... generic registers:      4
04:50 ... value mask:             0000ffffffffffff
04:50 ... max period:             00007fffffffffff
04:50 ... fixed-purpose events:   3
04:50 ... event mask:             000000070000000f
04:50 Hierarchical SRCU implementation.
04:50 NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
04:50 smp: Bringing up secondary CPUs ...
04:50 x86: Booting SMP configuration:
04:50 .... node  #0, CPUs:      #1 #2 #3
04:50 smp: Brought up 1 node, 4 CPUs
04:50 smpboot: Total of 4 processors activated (21571.00 BogoMIPS)
04:50 devtmpfs: initialized
04:50 x86/mm: Memory block size: 128MB
04:50 PM: Registering ACPI NVS region [mem 0xdcd3f000-0xdce7efff] (1310720 bytes)
04:50 clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
04:50 futex hash table entries: 2048 (order: 5, 131072 bytes)
04:50 pinctrl core: initialized pinctrl subsystem
04:50 RTC time: 17:04:49, date: 07/24/17
04:50 NET: Registered protocol family 16
04:50 cpuidle: using governor menu
04:50 Error parsing PCC subspaces from PCCT
04:50 ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
04:50 ACPI: bus type PCI registered
04:50 acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
04:50 PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
04:50 PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
04:50 PCI: Using configuration type 1 for base access
04:50 core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
04:50 HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
04:50 HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
04:50 ACPI: Added _OSI(Module Device)
04:50 ACPI: Added _OSI(Processor Device)
04:50 ACPI: Added _OSI(3.0 _SCP Extensions)
04:50 ACPI: Added _OSI(Processor Aggregator Device)
04:50 ACPI: EC: EC started
04:50 ACPI: EC: interrupt blocked
04:50 ACPI: \: Used as first EC
04:50 ACPI: \: GPE=0x25, EC_CMD/EC_SC=0x66, EC_DATA=0x62
04:50 ACPI: \: Used as boot ECDT EC to handle transactions
04:50 ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
04:50 ACPI Error: Needed type [Reference], found [Integer] ffff9998545573a8 (20170531/exresop-103)
04:50 ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20170531/dswexec-461)
04:50 ACPI Error: Method parse/execution failed \_PR.CPU0._PDC, AE_AML_OPERAND_TYPE (20170531/psparse-550)
04:50 ACPI: Dynamic OEM Table Load:
04:50 ACPI: SSDT 0xFFFF999854B60000 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
04:50 ACPI: Dynamic OEM Table Load:
04:50 ACPI: SSDT 0xFFFF999854530C00 000119 (v01 PmRef  ApCst    00003000 INTL 20120711)
04:50 ACPI: Interpreter enabled
04:50 ACPI: (supports S0 S3 S4 S5)
04:50 ACPI: Using IOAPIC for interrupt routing
04:50 PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
04:50 ACPI: Power Resource [PUBS] (on)
04:50 acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
04:50 ACPI: Power Resource [NVP3] (on)
04:50 ACPI: Power Resource [NVP2] (on)
04:50 ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
04:50 ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *9 10 11)
04:50 ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11)
04:50 ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 *6 7 9 10 11)
04:50 ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
04:50 ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
04:50 ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 *10 11)
04:50 ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 9 10 11)
04:50 ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
04:50 acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
04:50 acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability]
04:50 acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
04:50 acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability]
04:50 acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
04:50 acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
04:50 PCI host bridge to bus 0000:00
04:50 pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
04:50 pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
04:50 pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
04:50 pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfebfffff window]
04:50 pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff window]
04:50 pci_bus 0000:00: root bus resource [bus 00-3f]
04:50 pci 0000:00:1c.0: PCI bridge to [bus 02]
04:50 pci 0000:00:1c.1: PCI bridge to [bus 03]
04:50 ACPI: Enabled 4 GPEs in block 00 to 7F
04:50 ACPI: EC: EC stopped
04:50 ACPI: EC: EC started
04:50 ACPI: EC: interrupt blocked
04:50 ACPI: EC: interrupt unblocked
04:50 ACPI: EC: event unblocked
04:50 ACPI: \_SB_.PCI0.LPC_.EC__: GPE=0x25, EC_CMD/EC_SC=0x66, EC_DATA=0x62
04:50 ACPI: \_SB_.PCI0.LPC_.EC__: Used as boot ECDT EC to handle transactions and events
04:50 ACPI: \_SB_.PCI0.LPC_.EC__: GPE=0x25, EC_CMD/EC_SC=0x66, EC_DATA=0x62
04:50 ACPI: \_SB_.PCI0.LPC_.EC__: Used as boot DSDT EC to handle transactions and events
04:50 pci 0000:00:02.0: vgaarb: setting as boot VGA device
04:50 pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
04:50 pci 0000:00:02.0: vgaarb: bridge control possible
04:50 vgaarb: loaded
04:50 SCSI subsystem initialized
04:50 ACPI: bus type USB registered
04:50 usbcore: registered new interface driver usbfs
04:50 usbcore: registered new interface driver hub
04:50 usbcore: registered new device driver usb
04:50 EDAC MC: Ver: 3.0.0
04:50 PCI: Using ACPI for IRQ routing
04:50 NetLabel: Initializing
04:50 NetLabel:  domain hash size = 128
04:50 NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
04:50 NetLabel:  unlabeled traffic allowed by default
04:50 hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
04:50 hpet0: 8 comparators, 64-bit 14.318180 MHz counter
04:50 clocksource: Switched to clocksource hpet
04:50 VFS: Disk quotas dquot_6.6.0
04:50 VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
04:50 pnp: PnP ACPI init
04:50 system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
04:50 system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
04:50 system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
04:50 system 00:00: [mem 0x000c8000-0x000cbfff] could not be reserved
04:50 system 00:00: [mem 0x000cc000-0x000cffff] could not be reserved
04:50 system 00:00: [mem 0x000d0000-0x000d3fff] has been reserved
04:50 system 00:00: [mem 0x000d4000-0x000d7fff] has been reserved
04:50 system 00:00: [mem 0x000d8000-0x000dbfff] has been reserved
04:50 system 00:00: [mem 0x000dc000-0x000dffff] has been reserved
04:50 system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
04:50 system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
04:50 system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
04:50 system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
04:50 system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
04:50 system 00:00: [mem 0x00100000-0xdf9fffff] could not be reserved
04:50 system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
04:50 system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
04:50 pnp 00:01: [Firmware Bug]: PNP resource [mem 0xfed10000-0xfed13fff] covers only part of 0000:00:00.0 Intel MCH; extending to [mem 0xfed10000-0xfed17fff]
04:50 system 00:01: [io  0x1800-0x189f] has been reserved
04:50 system 00:01: [io  0x0800-0x087f] has been reserved
04:50 system 00:01: [io  0x0880-0x08ff] has been reserved
04:50 system 00:01: [io  0x0900-0x097f] has been reserved
04:50 system 00:01: [io  0x0980-0x09ff] has been reserved
04:50 system 00:01: [io  0x0a00-0x0a7f] has been reserved
04:50 system 00:01: [io  0x0a80-0x0aff] has been reserved
04:50 system 00:01: [io  0x0b00-0x0b7f] has been reserved
04:50 system 00:01: [io  0x0b80-0x0bff] has been reserved
04:50 system 00:01: [io  0x15e0-0x15ef] has been reserved
04:50 system 00:01: [io  0x1600-0x167f] has been reserved
04:50 system 00:01: [io  0x1640-0x165f] has been reserved
04:50 system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
04:50 system 00:01: [mem 0x00000000-0x00000fff] could not be reserved
04:50 system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
04:50 system 00:01: [mem 0xfed10000-0xfed17fff] has been reserved
04:50 system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
04:50 system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
04:50 system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
04:50 pnp: PnP ACPI: found 6 devices
04:50 clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
04:50 pci 0000:00:1c.0: PCI bridge to [bus 02]
04:50 pci 0000:00:1c.0:   bridge window [mem 0xf0500000-0xf05fffff]
04:50 pci 0000:00:1c.1: PCI bridge to [bus 03]
04:50 pci 0000:00:1c.1:   bridge window [mem 0xf0400000-0xf04fffff]
04:50 NET: Registered protocol family 2
04:50 TCP established hash table entries: 65536 (order: 7, 524288 bytes)
04:50 TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
04:50 TCP: Hash tables configured (established 65536 bind 65536)
04:50 UDP hash table entries: 4096 (order: 5, 131072 bytes)
04:50 UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
04:50 NET: Registered protocol family 1
04:50 pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
04:50 Unpacking initramfs...
04:50 Freeing initrd memory: 19864K
04:50 PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
04:50 software IO TLB [mem 0xca21e000-0xce21e000] (64MB) mapped at [ffff99970a21e000-ffff99970e21dfff]
04:50 audit: initializing netlink subsys (disabled)
04:50 audit: type=2000 audit(1500915889.619:1): state=initialized audit_enabled=0 res=1
04:50 Initialise system trusted keyrings
04:50 Key type blacklist registered
04:50 workingset: timestamp_bits=36 max_order=21 bucket_order=0
04:50 zbud: loaded
04:50 NET: Registered protocol family 38
04:50 Key type asymmetric registered
04:50 Asymmetric key parser 'x509' registered
04:50 Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
04:50 io scheduler noop registered
04:50 io scheduler deadline registered
04:50 io scheduler cfq registered (default)
04:50 io scheduler mq-deadline registered
04:50 atomic64_test: passed for x86-64 platform with CX8 and with SSE
04:50 ACPI: AC Adapter [AC] (on-line)
04:50 input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
04:50 ACPI: Lid Switch [LID]
04:50 input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
04:50 ACPI: Sleep Button [SLPB]
04:50 input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
04:50 ACPI: Power Button [PWRF]
04:50 (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
04:50 thermal LNXTHERM:00: registered as thermal_zone0
04:50 ACPI: Thermal Zone [THM0] (48 C)
04:50 GHES: HEST is not enabled!
04:50 Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
04:50 Non-volatile memory driver v1.3
04:50 Linux agpgart interface v0.103
04:50 ACPI: Battery Slot [BAT0] (battery present)
04:50 ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 3 ports 6 Gbps 0x1 impl SATA mode
04:50 ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
04:50 scsi host0: ahci
04:50 scsi host1: ahci
04:50 scsi host2: ahci
04:50 ata1: SATA max UDMA/133 abar m2048@0xf063c000 port 0xf063c100 irq 42
04:50 ata2: DUMMY
04:50 ata3: DUMMY
04:50 libphy: Fixed MDIO Bus: probed
04:50 ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
04:50 ehci-pci: EHCI PCI platform driver
04:50 ehci-pci 0000:00:1d.0: EHCI Host Controller
04:50 ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
04:50 ehci-pci 0000:00:1d.0: debug port 2
04:50 ACPI: Battery Slot [BAT1] (battery present)
04:50 ehci-pci 0000:00:1d.0: irq 23, io mem 0xf063d000
04:50 ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
04:50 usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
04:50 usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
04:50 usb usb1: Product: EHCI Host Controller
04:50 usb usb1: Manufacturer: Linux 4.13.0-0.rc1.git3.2.fc27.x86_64 ehci_hcd
04:50 usb usb1: SerialNumber: 0000:00:1d.0
04:50 hub 1-0:1.0: USB hub found
04:50 hub 1-0:1.0: 3 ports detected
04:50 ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
04:50 ohci-pci: OHCI PCI platform driver
04:50 uhci_hcd: USB Universal Host Controller Interface driver
04:50 xhci_hcd 0000:00:14.0: xHCI Host Controller
04:50 xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
04:50 xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0004b810
04:50 usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
04:50 usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
04:50 usb usb2: Product: xHCI Host Controller
04:50 usb usb2: Manufacturer: Linux 4.13.0-0.rc1.git3.2.fc27.x86_64 xhci-hcd
04:50 usb usb2: SerialNumber: 0000:00:14.0
04:50 hub 2-0:1.0: USB hub found
04:50 hub 2-0:1.0: 9 ports detected
04:50 xhci_hcd 0000:00:14.0: xHCI Host Controller
04:50 xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
04:50 usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
04:50 usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
04:50 usb usb3: Product: xHCI Host Controller
04:50 usb usb3: Manufacturer: Linux 4.13.0-0.rc1.git3.2.fc27.x86_64 xhci-hcd
04:50 usb usb3: SerialNumber: 0000:00:14.0
04:50 hub 3-0:1.0: USB hub found
04:50 hub 3-0:1.0: 4 ports detected
04:50 usbcore: registered new interface driver usbserial
04:50 usbcore: registered new interface driver usbserial_generic
04:50 usbserial: USB Serial support registered for generic
04:50 i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
04:50 serio: i8042 KBD port at 0x60,0x64 irq 1
04:50 serio: i8042 AUX port at 0x60,0x64 irq 12
04:50 mousedev: PS/2 mouse device common for all mice
04:50 rtc_cmos 00:02: RTC can wake from S4
04:50 rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
04:50 rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
04:50 device-mapper: uevent: version 1.0.3
04:50 device-mapper: ioctl: 4.36.0-ioctl (2017-06-09) initialised: dm-devel@redhat.com
04:50 intel_pstate: Intel P-state driver initializing
04:50 hidraw: raw HID events driver (C) Jiri Kosina
04:50 usbcore: registered new interface driver usbhid
04:50 usbhid: USB HID core driver
04:50 input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
04:50 drop_monitor: Initializing network drop monitor service
04:50 ip_tables: (C) 2000-2006 Netfilter Core Team
04:50 Initializing XFRM netlink socket
04:50 NET: Registered protocol family 10
04:50 Segment Routing with IPv6
04:50 mip6: Mobile IPv6
04:50 NET: Registered protocol family 17
04:50 RAS: Correctable Errors collector initialized.
04:50 microcode: sig=0x40651, pf=0x40, revision=0x20
04:50 microcode: Microcode Update Driver: v2.2.
04:50 AVX2 version of gcm_enc/dec engaged.
04:50 AES CTR mode by8 optimization enabled
04:50 sched_clock: Marking stable (885537102, 0)->(890157704, -4620602)
04:50 registered taskstats version 1
04:50 Loading compiled-in X.509 certificates
04:50 Loaded X.509 cert 'Fedora kernel signing key: f2b7b3c11982a421c0e58e80c1ed66ac68e780f1'
04:50 zswap: loaded using pool lzo/zbud
04:50 Key type big_key registered
04:50 Key type encrypted registered
04:50  Magic number: 9:127:88
04:50 rtc_cmos 00:02: setting system clock to 2017-07-24 17:04:50 UTC (1500915890)
04:50 ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
04:50 ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
04:50 ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
04:50 ata1.00: supports DRM functions and may not be fully accessible
04:50 ata1.00: NCQ Send/Recv Log not supported
04:50 ata1.00: ATA-9: SAMSUNG MZ7TD256HAFV-000L9, DXT02L5Q, max UDMA/133
04:50 ata1.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
04:50 ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
04:50 ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
04:50 ata1.00: supports DRM functions and may not be fully accessible
04:50 ata1.00: NCQ Send/Recv Log not supported
04:50 ata1.00: configured for UDMA/133
04:50 scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG MZ7TD256 2L5Q PQ: 0 ANSI: 5
04:50 sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
04:50 sd 0:0:0:0: [sda] Write Protect is off
04:50 sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
04:50 sd 0:0:0:0: Attached scsi generic sg0 type 0
04:50 sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
04:50 sd 0:0:0:0: [sda] supports TCG Opal
04:50 sd 0:0:0:0: [sda] Attached SCSI disk
04:50 Freeing unused kernel memory: 2220K
04:50 Write protecting the kernel read-only data: 14336k
04:50 Freeing unused kernel memory: 1408K
04:50 Freeing unused kernel memory: 340K
04:50 x86/mm: Checked W+X mappings: passed, no W+X pages found.
04:50 rodata_test: all tests were successful
04:50 usb 1-1: new high-speed USB device number 2 using ehci-pci
04:50[1]: Starting Create list of required static device nodes for the current kernel...
04:50 usb 2-2: new low-speed USB device number 2 using xhci_hcd
04:50cmdline: Using kernel command line parameters: BOOT_IMAGE=/vmlinuz-4.13.0-0.rc1.git3.2.fc27.x86_64 root=UUID=3756a4b4-a65d-48d3-85e3-286d101cd4b8 ro vconsole.font=latarcyrheb-sun16 rhgb selinux=0 quiet LANG=cs_CZ.UTF-8
04:50 usb 1-1: New USB device found, idVendor=8087, idProduct=8000
04:50 usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
04:50 hub 1-1:1.0: USB hub found
04:50 hub 1-1:1.0: 8 ports detected
04:50 psmouse serio1: synaptics: queried max coordinates: x [..5112], y [..3834]
04:50 audit: type=1130 audit(1500915890.913:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
04:50 pps_core: LinuxPPS API ver. 1 registered
04:50 pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
04:50 psmouse serio1: synaptics: queried min coordinates: x [1024..], y [1024..]
04:50 psmouse serio1: synaptics: Trying to set up SMBus access
04:50 PTP clock support registered
04:50 psmouse serio1: synaptics: SMbus companion is not ready yet
04:50 psmouse serio1: synaptics: quirked min/max coordinates: x [1024..5112], y [2024..4832]
04:50 e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
04:50 e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
04:50 e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
04:50 usb 2-2: New USB device found, idVendor=17ef, idProduct=6044
04:50 usb 2-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
04:50 usb 2-2: Product: ThinkPad USB Laser Mouse
04:50 input: ThinkPad USB Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:17EF:6044.0001/input/input6
04:50 hid-generic 0003:17EF:6044.0001: input,hidraw0: USB HID v1.11 Mouse [ThinkPad USB Laser Mouse] on usb-0000:00:14.0-2/input0
04:50 psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd002a3/0x940300/0x127c00/0x0, board id: 2668, fw id: 1545510
04:50 psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
04:51 input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
04:51 usb 2-4: new high-speed USB device number 3 using xhci_hcd
04:51 usb 1-1.5: new full-speed USB device number 3 using ehci-pci
04:51 e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
04:51 tsc: Refined TSC clocksource calibration: 2693.764 MHz
04:51 clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x26d43bb7f27, max_idle_ns: 440795270902 ns
04:51 e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 28:d2:44:55:53:b1
04:51 e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
04:51 e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: 1000FF-0FF
04:51 [drm] Memory usable by graphics device = 2048M
04:51 [drm] Replacing VGA console driver
04:51 Console: switching to colour dummy device 80x25
04:51 e1000e 0000:00:19.0 enp0s25: renamed from eth0
04:51 [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
04:51 [drm] Driver supports precise vblank timestamp query.
04:51 i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
04:51 usb 1-1.5: New USB device found, idVendor=058f, idProduct=9540
04:51 usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
04:51 usb 1-1.5: Product: EMV Smartcard Reader
04:51 usb 1-1.5: Manufacturer: Generic
04:51 [drm] Initialized i915 1.6.0 20170619 for 0000:00:02.0 on minor 0
04:51 ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
04:51 input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
04:51 usb 2-4: New USB device found, idVendor=0bdb, idProduct=193e
04:51 usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
04:51 usb 2-4: Product: N5321 gw
04:51 usb 2-4: Manufacturer: Lenovo
04:51 usb 2-4: SerialNumber: 07F936FE88D7D0M0
04:51 usb 2-6: new full-speed USB device number 4 using xhci_hcd
04:52 fbcon: inteldrmfb (fb0) is primary device
04:52 usb 2-6: New USB device found, idVendor=138a, idProduct=0017
04:52 usb 2-6: New USB device strings: Mfr=0, Product=0, SerialNumber=1
04:52 usb 2-6: SerialNumber: 2308d4990a85
04:52 psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
04:52 usb 2-7: new full-speed USB device number 5 using xhci_hcd
04:52 input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input7
04:52 usb 2-7: New USB device found, idVendor=8087, idProduct=07dc
04:52 usb 2-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
04:52 usb 2-8: new high-speed USB device number 6 using xhci_hcd
04:52 clocksource: Switched to clocksource tsc
04:52 usb 2-8: New USB device found, idVendor=04f2, idProduct=b39a
04:52 usb 2-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
04:52 usb 2-8: Product: Integrated Camera
04:52 usb 2-8: Manufacturer: SunplusIT INC.
04:52 cdc_wdm 2-4:1.5: cdc-wdm0: USB WDM device
04:52 cdc_wdm 2-4:1.8: cdc-wdm1: USB WDM device
04:52 usbcore: registered new interface driver cdc_wdm
04:52 usbcore: registered new interface driver cdc_ncm
04:52 cdc_mbim 2-4:1.6: cdc-wdm2: USB WDM device
04:52 cdc_mbim 2-4:1.6 wwan0: register 'cdc_mbim' at usb-0000:00:14.0-4, CDC MBIM, fa:b2:b5:84:d0:71
04:52 usbcore: registered new interface driver cdc_mbim
04:52 cdc_mbim 2-4:1.6 wwp0s20u4i6: renamed from wwan0
04:52 Console: switching to colour frame buffer device 240x67
04:52 i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
04:52 EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
04:53 systemd: 15 output lines suppressed due to ratelimiting
04:53 EXT4-fs (sda3): re-mounted. Opts: (null)
04:54 RPC: Registered named UNIX socket transport module.
04:54 RPC: Registered udp transport module.
04:54 RPC: Registered tcp transport module.
04:54 RPC: Registered tcp NFSv4.1 backchannel transport module.
04:54 Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
04:54 shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
04:54 i801_smbus 0000:00:1f.3: SPD Write Disable is set
04:54 i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
04:54 acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
04:54 acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
04:54 tpm_tis 00:05: 1.2 TPM (device-id 0x0, rev-id 78)
04:54 thinkpad_acpi: ThinkPad ACPI Extras v0.25
04:54 thinkpad_acpi: http://ibm-acpi.sf.net/
04:54 thinkpad_acpi: ThinkPad BIOS GJET67WW (2.17 ), EC unknown
04:54 thinkpad_acpi: Lenovo ThinkPad T440s, model 20AQ0069GE
04:54 thinkpad_hwmon thinkpad_hwmon: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
04:54 thinkpad_acpi: radio switch found; radios are enabled
04:54 thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
04:54 thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
04:54 thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
04:54 thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is unblocked
04:54 tpm tpm0: A TPM error (6) occurred attempting to read a pcr value
04:54 tpm tpm0: TPM is disabled/deactivated (0x6)
04:54 e1000e 0000:00:19.0 em1: renamed from enp0s25
04:54 input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input9
04:54 Bluetooth: Core ver 2.22
04:54 NET: Registered protocol family 31
04:54 Bluetooth: HCI device and connection manager initialized
04:54 Bluetooth: HCI socket layer initialized
04:54 Bluetooth: L2CAP socket layer initialized
04:54 Bluetooth: SCO socket layer initialized
04:54 cdc_acm 2-4:1.1: ttyACM0: USB ACM device
04:54 cdc_acm 2-4:1.3: ttyACM1: USB ACM device
04:54 cdc_acm 2-4:1.9: ttyACM2: USB ACM device
04:54 usbcore: registered new interface driver cdc_acm
04:54 cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
04:54 media: Linux media interface: v0.10
04:54 snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
04:54 input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input12
04:54 input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input13
04:54 input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
04:54 input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15
04:54 input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input16
04:54 snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3232: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
04:54 snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
04:54 snd_hda_codec_realtek hdaudioC1D0:    hp_outs=2 (0x16/0x15/0x0/0x0/0x0)
04:54 snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
04:54 snd_hda_codec_realtek hdaudioC1D0:    inputs:
04:54 snd_hda_codec_realtek hdaudioC1D0:      Dock Mic=0x19
04:54 snd_hda_codec_realtek hdaudioC1D0:      Mic=0x1a
04:54 snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
04:54 Linux video capture interface: v2.00
04:54 RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
04:54 RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
04:54 RAPL PMU: hw unit of domain package 2^-14 Joules
04:54 RAPL PMU: hw unit of domain dram 2^-14 Joules
04:54 RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
04:54 Intel(R) Wireless WiFi driver for Linux
04:54 Copyright(c) 2003- 2015 Intel Corporation
04:54 input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input17
04:54 input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input18
04:54 input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input19
04:54 input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input20
04:54 iTCO_vendor_support: vendor-support=0
04:54 usbcore: registered new interface driver btusb
04:54 Bluetooth: hci0: read Intel version: 370710018002030d56
04:54 Bluetooth: hci0: Intel device is already patched. patch num: 56
04:54 iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
04:54 iTCO_wdt: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
04:54 iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
04:54 iwlwifi 0000:03:00.0: loaded firmware version 17.459231.0 op_mode iwlmvm
04:54 uvcvideo: Found UVC 1.00 device Integrated Camera (04f2:b39a)
04:54 uvcvideo 2-8:1.0: Entity type for entity Extension 4 was not initialized!
04:54 uvcvideo 2-8:1.0: Entity type for entity Extension 3 was not initialized!
04:54 uvcvideo 2-8:1.0: Entity type for entity Processing 2 was not initialized!
04:54 uvcvideo 2-8:1.0: Entity type for entity Camera 1 was not initialized!
04:54 input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8:1.0/input/input21
04:54 usbcore: registered new interface driver uvcvideo
04:54 USB Video Class driver (1.1.1)
04:54 iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 7260, REV=0x144
04:54 iwlwifi 0000:03:00.0: base HW address: 5c:51:4f:e8:e9:28
04:54 intel_rapl: Found RAPL domain package
04:54 intel_rapl: Found RAPL domain core
04:54 intel_rapl: Found RAPL domain uncore
04:54 intel_rapl: Found RAPL domain dram
04:54 Adding 43979772k swap on /dev/sda5.  Priority:-1 extents:1 across:43979772k SSFS
04:54 psmouse serio1: synaptics: queried max coordinates: x [..5112], y [..3834]
04:54 psmouse serio1: synaptics: queried min coordinates: x [1024..], y [1024..]
04:54 psmouse serio1: synaptics: Trying to set up SMBus access
04:54 psmouse serio1: synaptics: SMbus companion is not ready yet
04:54 psmouse serio1: synaptics: quirked min/max coordinates: x [1024..5112], y [2024..4832]
04:54 iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
04:54 psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd002a3/0x940300/0x127c00/0x0, board id: 2668, fw id: 1545510
04:54 psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
04:54 input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input11
04:55 psmouse serio3: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
04:55 EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
04:55 EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
04:55 input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio3/input/input22
04:55 random: crng init done
04:55 Bluetooth: BNEP (Ethernet Emulation) ver 1.3
04:55 Bluetooth: BNEP filters: protocol multicast
04:55 Bluetooth: BNEP socket layer initialized
04:59 ip6_tables: (C) 2000-2006 Netfilter Core Team
05:00 Ebtables v2.0 registered
05:00 nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
05:00 bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
05:01 Netfilter messages via NETLINK v0.30.
05:01 ip_set: protocol 6
05:01 IPv6: ADDRCONF(NETDEV_UP): em1: link is not ready
05:01 IPv6: ADDRCONF(NETDEV_UP): em1: link is not ready
05:01 IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
05:01 IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
05:01 IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
05:02 IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
05:03 tun: Universal TUN/TAP device driver, 1.6
05:03 virbr0: port 1(virbr0-nic) entered blocking state
05:03 virbr0: port 1(virbr0-nic) entered disabled state
05:03 device virbr0-nic entered promiscuous mode
05:03 virbr0: port 1(virbr0-nic) entered blocking state
05:03 virbr0: port 1(virbr0-nic) entered listening state
05:03 virbr0: port 1(virbr0-nic) entered disabled state
05:04 IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
05:07 wlp3s0: associated
05:07 IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
05:08 NFSD: starting 90-second grace period (net ffffffff96fde240)
14:14 usb 3-1: new SuperSpeed USB device number 2 using xhci_hcd
14:14 usb 3-1: New USB device found, idVendor=1058, idProduct=10a8
14:14 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
14:14 usb 3-1: Product: Elements 10A8
14:14 usb 3-1: Manufacturer: Western Digital
14:14 usb 3-1: SerialNumber: 5758333145373354504C3031
14:14 usb-storage 3-1:1.0: USB Mass Storage device detected
14:14 scsi host3: usb-storage 3-1:1.0
14:14 usbcore: registered new interface driver usb-storage
14:14 usbcore: registered new interface driver uas
14:15 scsi 3:0:0:0: Direct-Access     WD       Elements 10A8    1042 PQ: 0 ANSI: 6
14:15 sd 3:0:0:0: Attached scsi generic sg1 type 0
14:15 sd 3:0:0:0: [sdb] Spinning up disk...
14:17 .
14:19 .
14:20 .
14:21 .
14:21 .
14:21 ready
14:21 sd 3:0:0:0: [sdb] 1953458176 512-byte logical blocks: (1.00 TB/931 GiB)
14:21 sd 3:0:0:0: [sdb] Write Protect is off
14:21 sd 3:0:0:0: [sdb] No Caching mode page found
14:21 sd 3:0:0:0: [sdb] Assuming drive cache: write through
14:21 sdb: sdb1 sdb2
14:21 sd 3:0:0:0: [sdb] Attached SCSI disk
14:30 EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
16:32 xhci_hcd 0000:00:14.0: Cannot set link state.
16:32 usb usb3-port1: cannot disable (err = -32)
16:32 usb 3-1: USB disconnect, device number 2

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

* Re: USB disk speed regression WD Elements - with bisect result 22547c4cc4fe20698a6a85a55b8788859134b8e4
  2017-07-25 10:06   ` Zdenek Kabelac
@ 2017-07-25 14:25     ` Alan Stern
  2017-07-25 14:34       ` Zdenek Kabelac
  0 siblings, 1 reply; 19+ messages in thread
From: Alan Stern @ 2017-07-25 14:25 UTC (permalink / raw)
  To: Zdenek Kabelac; +Cc: LKML, dianders, linux, gregkh

On Tue, 25 Jul 2017, Zdenek Kabelac wrote:

> Dne 24.7.2017 v 16:41 Alan Stern napsal(a):
> > On Mon, 24 Jul 2017, Zdenek Kabelac wrote:
> > 
> >> Hi
> >>
> >> I've problem with my USB storage devices:  WD Elements 1TB.
> >> (Bus 004 Device 002: ID 1058:10a8 Western Digital Technologies, Inc. Elements
> >> Portable (WDBUZG))
> >>
> >>
> >> After kernel >4.9  when disk is attached via cable it has very low speed
> >> (less then 1MB/s).
> >>
> >> It can run at full speed (>22MB/s) when the Linux kernel is fully rebooted (so
> >> disk is attached during the reboot of Lenovo T61, C2D, Fedora Rawhide).
> >>
> >> However when >4.9 kernel is running and disk is just attached it's very slow.
> >>
> >> I've played a bisect game - and the clean result has been:
> >>
> >> 22547c4cc4fe20698a6a85a55b8788859134b8e4
> >>
> >> When I just revert this patch with 4.13-rc1 - it's again running with full
> >> speed even when disk is attached (thus no reboot is needed for full speed).
> >>
> >>
> >> So while I've no idea what 22547c4cc4fe20698... is doing, it seems to have
> >> some unpleasant side-effect on regular USB devices.
> >>
> >> So what else is needed to get this properly working ?
> >> (assuming plain revert of  22547c4cc4fe20698 is unwanted).
> >>
> >> What more info can I provide to get this storage 'normally' usable without
> >> rebooting the machine.
> > 
> > Please post the dmesg logs showing what happens when the disk is
> > first attached and operates slowly, and what happens when the disk is
> > attached following a reboot and operates normally.
> 
> So I'm attaching kernel traces from  kernel 4.8  & 4.12 from T61.
> 
> Both are from full boot (all kernel: messages)
> 
> In both cases - boot was with USB WD disk attached -
> then I've detached USB disk and reattached again.
> 
> On 4.8 this had normal speed all the time
> On 4.12 after reattach -> slow speed.
> 
> I should also add that on Lenovo T440s - there seems to be NO slowdown
> when this WD Element drive is attached it works normally all the time.
> 
> So it could be probably related to USB chipset on T61 ??
> 
> For completeness I'm also attaching boot kernel trace from T440s where USB 
> disk is just attached and works with normal speed.

The log shows that the drive is reconnecting at full speed (12 Mb/s)  
instead of high speed (480 Mb/s), which is why the communication 
becomes so slow.

I think there's some weird timing issue going on.  Hard to tell from 
just the log, though.

Please collect a usbmon trace, starting from just before the unplug and
ending after the drive has reconnected at the slower speed.  
Instructions are in Documentation/usb/usbmon.txt.  Use bus number 0 for
the trace, so we can see what's going on with both the high-speed and
full-speed connections.  And collect traces for both 4.8 and 4.12.

And try to avoid using any other USB devices during the test, to 
minimize the amount of excess information recorded in the trace.

Alan Stern

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

* Re: USB disk speed regression WD Elements - with bisect result 22547c4cc4fe20698a6a85a55b8788859134b8e4
  2017-07-25 14:25     ` Alan Stern
@ 2017-07-25 14:34       ` Zdenek Kabelac
  2017-07-25 15:03         ` Zdenek Kabelac
  0 siblings, 1 reply; 19+ messages in thread
From: Zdenek Kabelac @ 2017-07-25 14:34 UTC (permalink / raw)
  To: Alan Stern; +Cc: LKML, dianders, linux, gregkh

Dne 25.7.2017 v 16:25 Alan Stern napsal(a):
> On Tue, 25 Jul 2017, Zdenek Kabelac wrote:
> 
>> Dne 24.7.2017 v 16:41 Alan Stern napsal(a):
>>> On Mon, 24 Jul 2017, Zdenek Kabelac wrote:
>>>
>>>> Hi
>>>>
>>>> I've problem with my USB storage devices:  WD Elements 1TB.
>>>> (Bus 004 Device 002: ID 1058:10a8 Western Digital Technologies, Inc. Elements
>>>> Portable (WDBUZG))
>>>>
>>>>
>>>> After kernel >4.9  when disk is attached via cable it has very low speed
>>>> (less then 1MB/s).
>>>>
>>>> It can run at full speed (>22MB/s) when the Linux kernel is fully rebooted (so
>>>> disk is attached during the reboot of Lenovo T61, C2D, Fedora Rawhide).
>>>>
>>>> However when >4.9 kernel is running and disk is just attached it's very slow.
>>>>
>>>> I've played a bisect game - and the clean result has been:
>>>>
>>>> 22547c4cc4fe20698a6a85a55b8788859134b8e4
>>>>
>>>> When I just revert this patch with 4.13-rc1 - it's again running with full
>>>> speed even when disk is attached (thus no reboot is needed for full speed).
>>>>
>>>>
>>>> So while I've no idea what 22547c4cc4fe20698... is doing, it seems to have
>>>> some unpleasant side-effect on regular USB devices.
>>>>
>>>> So what else is needed to get this properly working ?
>>>> (assuming plain revert of  22547c4cc4fe20698 is unwanted).
>>>>
>>>> What more info can I provide to get this storage 'normally' usable without
>>>> rebooting the machine.
>>>
>>> Please post the dmesg logs showing what happens when the disk is
>>> first attached and operates slowly, and what happens when the disk is
>>> attached following a reboot and operates normally.
>>
>> So I'm attaching kernel traces from  kernel 4.8  & 4.12 from T61.
>>
>> Both are from full boot (all kernel: messages)
>>
>> In both cases - boot was with USB WD disk attached -
>> then I've detached USB disk and reattached again.
>>
>> On 4.8 this had normal speed all the time
>> On 4.12 after reattach -> slow speed.
>>
>> I should also add that on Lenovo T440s - there seems to be NO slowdown
>> when this WD Element drive is attached it works normally all the time.
>>
>> So it could be probably related to USB chipset on T61 ??
>>
>> For completeness I'm also attaching boot kernel trace from T440s where USB
>> disk is just attached and works with normal speed.
> 
> The log shows that the drive is reconnecting at full speed (12 Mb/s)
> instead of high speed (480 Mb/s), which is why the communication
> becomes so slow.
> 
> I think there's some weird timing issue going on.  Hard to tell from
> just the log, though.
> 
> Please collect a usbmon trace, starting from just before the unplug and
> ending after the drive has reconnected at the slower speed.
> Instructions are in Documentation/usb/usbmon.txt.  Use bus number 0 for
> the trace, so we can see what's going on with both the high-speed and
> full-speed connections.  And collect traces for both 4.8 and 4.12.
> 
> And try to avoid using any other USB devices during the test, to
> minimize the amount of excess information recorded in the trace.
>


Ahh nice spot - I've not been checking that message in detail - so maybe I 
should actually run another bisect - where:

"new high-speed USB device number..."

turned into:

"new full-speed USB device number 2 using uhci_hcd"
"not running at top speed; connect to a high speed hub"

As I've just ended with a commit that made 'slow-speed' reality
but I need to find the commit having impact on connecting message

Zdenek

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

* Re: USB disk speed regression WD Elements - with bisect result 22547c4cc4fe20698a6a85a55b8788859134b8e4
  2017-07-25 14:34       ` Zdenek Kabelac
@ 2017-07-25 15:03         ` Zdenek Kabelac
  2017-07-25 17:02           ` Alan Stern
  0 siblings, 1 reply; 19+ messages in thread
From: Zdenek Kabelac @ 2017-07-25 15:03 UTC (permalink / raw)
  To: Alan Stern; +Cc: LKML, dianders, linux, gregkh

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

Dne 25.7.2017 v 16:34 Zdenek Kabelac napsal(a):
> Dne 25.7.2017 v 16:25 Alan Stern napsal(a):
>> On Tue, 25 Jul 2017, Zdenek Kabelac wrote:
>>
>>> Dne 24.7.2017 v 16:41 Alan Stern napsal(a):
>>>> On Mon, 24 Jul 2017, Zdenek Kabelac wrote:
>>>>
>>>>> Hi
>>>>>
>>>>> I've problem with my USB storage devices:  WD Elements 1TB.
>>>>> (Bus 004 Device 002: ID 1058:10a8 Western Digital Technologies, Inc. 
>>>>> Elements
>>>>> Portable (WDBUZG))
>>>>>
>>>>>
>>>>> After kernel >4.9  when disk is attached via cable it has very low speed
>>>>> (less then 1MB/s).
>>>>>
>>>>> It can run at full speed (>22MB/s) when the Linux kernel is fully 
>>>>> rebooted (so
>>>>> disk is attached during the reboot of Lenovo T61, C2D, Fedora Rawhide).
>>>>>
>>>>> However when >4.9 kernel is running and disk is just attached it's very 
>>>>> slow.
>>>>>
>>>>> I've played a bisect game - and the clean result has been:
>>>>>
>>>>> 22547c4cc4fe20698a6a85a55b8788859134b8e4
>>>>>
>>>>> When I just revert this patch with 4.13-rc1 - it's again running with full
>>>>> speed even when disk is attached (thus no reboot is needed for full speed).
>>>>>
>>>>>
>>>>> So while I've no idea what 22547c4cc4fe20698... is doing, it seems to have
>>>>> some unpleasant side-effect on regular USB devices.
>>>>>
>>>>> So what else is needed to get this properly working ?
>>>>> (assuming plain revert of  22547c4cc4fe20698 is unwanted).
>>>>>
>>>>> What more info can I provide to get this storage 'normally' usable without
>>>>> rebooting the machine.
>>>>
>>>> Please post the dmesg logs showing what happens when the disk is
>>>> first attached and operates slowly, and what happens when the disk is
>>>> attached following a reboot and operates normally.
>>>
>>> So I'm attaching kernel traces from  kernel 4.8  & 4.12 from T61.
>>>
>>> Both are from full boot (all kernel: messages)
>>>
>>> In both cases - boot was with USB WD disk attached -
>>> then I've detached USB disk and reattached again.
>>>
>>> On 4.8 this had normal speed all the time
>>> On 4.12 after reattach -> slow speed.
>>>
>>> I should also add that on Lenovo T440s - there seems to be NO slowdown
>>> when this WD Element drive is attached it works normally all the time.
>>>
>>> So it could be probably related to USB chipset on T61 ??
>>>
>>> For completeness I'm also attaching boot kernel trace from T440s where USB
>>> disk is just attached and works with normal speed.
>>
>> The log shows that the drive is reconnecting at full speed (12 Mb/s)
>> instead of high speed (480 Mb/s), which is why the communication
>> becomes so slow.
>>
>> I think there's some weird timing issue going on.  Hard to tell from
>> just the log, though.
>>
>> Please collect a usbmon trace, starting from just before the unplug and
>> ending after the drive has reconnected at the slower speed.
>> Instructions are in Documentation/usb/usbmon.txt.  Use bus number 0 for
>> the trace, so we can see what's going on with both the high-speed and
>> full-speed connections.  And collect traces for both 4.8 and 4.12.
>>
>> And try to avoid using any other USB devices during the test, to
>> minimize the amount of excess information recorded in the trace.
>>
> 
> 
> Ahh nice spot - I've not been checking that message in detail - so maybe I 
> should actually run another bisect - where:
> 
> "new high-speed USB device number..."
> 
> turned into:
> 
> "new full-speed USB device number 2 using uhci_hcd"
> "not running at top speed; connect to a high speed hub"
> 
> As I've just ended with a commit that made 'slow-speed' reality
> but I need to find the commit having impact on connecting message
> 

And in fact it's the very same commit - which adds this message
(just check current 4.13 with and without this commit reverted)

So here goes usbmon trace (aka  'cat /sys/kernel/debug/usb/usbmon/0u')
no other usb device has been touch so should not hopefully interfere here.

Trace is from 4.12 kernel - so it has reported  "not running at top speed"

Zdenek


[-- Attachment #2: usbmon.txt --]
[-- Type: text/plain, Size: 87120 bytes --]

ffff9165b35be900 297885991 C Ii:1:001:1 0:2048 1 = 08
ffff9165b35be900 297886011 S Ii:1:001:1 -115:2048 4 <
ffff916594dbdcc0 297886030 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff916594dbdcc0 297886052 C Ci:1:001:0 0 4 = 01050100
ffff916594dbdcc0 297886066 S Co:1:001:0 s 23 01 0010 0003 0000 0
ffff916594dbdcc0 297886082 C Co:1:001:0 0 0
ffff916594dbdcc0 297886089 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff916594dbdcc0 297886096 C Ci:1:001:0 0 4 = 01050000
ffff916594dbdcc0 297913101 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff916594dbdcc0 297913121 C Ci:1:001:0 0 4 = 01050000
ffff9165b35be900 297922410 C Ii:1:001:1 0:2048 1 = 08
ffff9165b35be900 297922435 S Ii:1:001:1 -115:2048 4 <
ffff916594dbdcc0 297940131 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff916594dbdcc0 297940157 C Ci:1:001:0 0 4 = 00010100
ffff916594dbdcc0 297940173 S Co:1:001:0 s 23 01 0010 0003 0000 0
ffff916594dbdcc0 297940197 C Co:1:001:0 0 0
ffff916594dbdcc0 297967042 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff916594dbdcc0 297967065 C Ci:1:001:0 0 4 = 00010000
ffff916594dbdcc0 297994085 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff916594dbdcc0 297994102 C Ci:1:001:0 0 4 = 00010000
ffff916594dbdcc0 298021143 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff916594dbdcc0 298021162 C Ci:1:001:0 0 4 = 00010000
ffff916594dbdcc0 298048050 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff916594dbdcc0 298048072 C Ci:1:001:0 0 4 = 00010000
ffff916594dbdcc0 298048099 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff916594dbdcc0 298048114 C Ci:1:001:0 0 4 = 00010000
ffff9165b35be900 298422014 C Ii:1:001:1 0:2048 1 = 08
ffff9165b35be900 298422027 S Ii:1:001:1 -115:2048 4 <
ffff9165239ab900 298422081 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff9165239ab900 298422107 C Ci:1:001:0 0 4 = 01050100
ffff9165239ab900 298422120 S Co:1:001:0 s 23 01 0010 0003 0000 0
ffff9165239ab900 298422135 C Co:1:001:0 0 0
ffff9165239ab900 298422141 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff9165239ab900 298422149 C Ci:1:001:0 0 4 = 01050000
ffff9165239ab900 298449057 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff9165239ab900 298449070 C Ci:1:001:0 0 4 = 01050000
ffff9165239ab900 298476139 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff9165239ab900 298476158 C Ci:1:001:0 0 4 = 01050000
ffff9165239ab900 298503078 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff9165239ab900 298503095 C Ci:1:001:0 0 4 = 01050000
ffff9165239ab900 298530138 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff9165239ab900 298530159 C Ci:1:001:0 0 4 = 01050000
ffff9165239ab900 298530188 S Co:1:001:0 s 23 03 0004 0003 0000 0
ffff9165239ab900 298530204 C Co:1:001:0 0 0
ffff9165239ab900 298582097 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff9165239ab900 298582443 C Ci:1:001:0 0 4 = 03051000
ffff9165239ab900 298582491 S Co:1:001:0 s 23 01 0014 0003 0000 0
ffff9165239ab900 298582513 C Co:1:001:0 0 0
ffff9165239ab900 298634168 S Ci:1:000:0 s 80 06 0100 0000 0040 64 <
ffff9165b35be900 298634320 C Ii:1:001:1 0:2048 1 = 08
ffff9165b35be900 298634340 S Ii:1:001:1 -115:2048 4 <
ffff9165239ab900 298638175 C Ci:1:000:0 -71 0
ffff9165239ab900 298638210 S Ci:1:000:0 s 80 06 0100 0000 0040 64 <
ffff9165239ab900 298642429 C Ci:1:000:0 -71 0
ffff9165239ab900 298642477 S Ci:1:000:0 s 80 06 0100 0000 0040 64 <
ffff9165239ab900 298646679 C Ci:1:000:0 -71 0
ffff9165239ab900 298646730 S Co:1:001:0 s 23 03 0004 0003 0000 0
ffff9165239ab900 298646761 C Co:1:001:0 0 0
ffff9165239ab900 298698072 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff9165239ab900 298698278 C Ci:1:001:0 0 4 = 00011100
ffff9165239ab900 298750101 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff9165239ab900 298750125 C Ci:1:001:0 0 4 = 00010100
ffff9165239ab900 298952057 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff9165239ab900 298952100 C Ci:1:001:0 0 4 = 01050100
ffff9165239ab900 298952120 S Co:1:001:0 s 23 01 0014 0003 0000 0
ffff9165239ab900 298952134 C Co:1:001:0 0 0
ffff9165239ab900 298952149 S Co:1:001:0 s 23 01 0001 0003 0000 0
ffff9165239ab900 298952163 C Co:1:001:0 0 0
ffff9165239ab240 298952187 S Co:1:001:0 s 23 01 0001 0003 0000 0
ffff9165239ab240 298952201 C Co:1:001:0 0 0
ffff9165239ab240 298959036 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff9165239ab240 298959052 C Ci:1:001:0 0 4 = 00010100
ffff9165239ab240 298959058 S Co:1:001:0 s 23 01 0010 0003 0000 0
ffff9165239ab240 298959066 C Co:1:001:0 0 0
ffff9165239ab240 298959072 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff9165239ab240 298959078 C Ci:1:001:0 0 4 = 00010000
ffff916594dbdcc0 298974130 S Ci:4:001:0 s a3 00 0000 0001 0004 4 <
ffff916594dbdcc0 298974161 C Ci:4:001:0 0 4 = 01010100
ffff916594dbdcc0 298974182 S Co:4:001:0 s 23 01 0010 0001 0000 0
ffff916594dbdcc0 298974208 C Co:4:001:0 0 0
ffff916594dbdcc0 298974221 S Ci:4:001:0 s a3 00 0000 0002 0004 4 <
ffff916594dbdcc0 298974236 C Ci:4:001:0 0 4 = 00010000
ffff9165239ab240 298986110 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff9165239ab240 298986133 C Ci:1:001:0 0 4 = 00010000
ffff9165239ab240 299013057 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff9165239ab240 299013075 C Ci:1:001:0 0 4 = 00010000
ffff9165239ab240 299040162 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff9165239ab240 299040191 C Ci:1:001:0 0 4 = 00010000
ffff9165239ab240 299067074 S Ci:1:001:0 s a3 00 0000 0003 0004 4 <
ffff9165239ab240 299067087 C Ci:1:001:0 0 4 = 00010000
ffff9165b36c7d80 299080137 S Ii:4:001:1 -115:128 2 <
ffff916594dbdcc0 299080163 S Ci:4:001:0 s a3 00 0000 0001 0004 4 <
ffff916594dbdcc0 299080186 C Ci:4:001:0 0 4 = 01010000
ffff916594dbdcc0 299080214 S Co:4:001:0 s 23 03 0004 0001 0000 0
ffff916594dbdcc0 299080232 C Co:4:001:0 0 0
ffff916594dbdcc0 299132100 S Ci:4:001:0 s a3 00 0000 0001 0004 4 <
ffff916594dbdcc0 299132147 C Ci:4:001:0 0 4 = 03010000
ffff916594dbdcc0 299132162 S Co:4:001:0 s 23 01 0014 0001 0000 0
ffff916594dbdcc0 299132175 C Co:4:001:0 0 0
ffff916594dbdcc0 299184095 S Ci:4:000:0 s 80 06 0100 0000 0040 64 <
ffff916594dbdcc0 299187150 C Ci:4:000:0 0 18 = 12011002 00000040 5810a810 42100102 0301
ffff916594dbdcc0 299187179 S Co:4:001:0 s 23 03 0004 0001 0000 0
ffff916594dbdcc0 299187195 C Co:4:001:0 0 0
ffff9165b36c7d80 299208132 C Ii:4:001:1 0:128 1 = 02
ffff9165b36c7d80 299208148 S Ii:4:001:1 -115:128 2 <
ffff916594dbdcc0 299239113 S Ci:4:001:0 s a3 00 0000 0001 0004 4 <
ffff916594dbdcc0 299239153 C Ci:4:001:0 0 4 = 03010000
ffff916594dbdcc0 299239166 S Co:4:001:0 s 23 01 0014 0001 0000 0
ffff916594dbdcc0 299239182 C Co:4:001:0 0 0
ffff916594dbdcc0 299291110 S Co:4:000:0 s 00 05 0002 0000 0000 0
ffff916594dbdcc0 299293149 C Co:4:000:0 0 0
ffff916594dbdcc0 299307167 S Ci:4:002:0 s 80 06 0100 0000 0012 18 <
ffff916594dbdcc0 299311149 C Ci:4:002:0 0 18 = 12011002 00000040 5810a810 42100102 0301
ffff916594dbdcc0 299311191 S Ci:4:002:0 s 80 06 0f00 0000 0005 5 <
ffff916594dbdcc0 299314146 C Ci:4:002:0 0 5 = 050f1600 02
ffff916594dbdcc0 299314179 S Ci:4:002:0 s 80 06 0f00 0000 0016 22 <
ffff916594dbdcc0 299318147 C Ci:4:002:0 0 22 = 050f1600 02071002 02000000 0a100300 0e00010a 8000
ffff916594dbdcc0 299318177 S Ci:4:002:0 s 80 06 0600 0000 000a 10 <
ffff916594dbdcc0 299321156 C Ci:4:002:0 0 10 = 0a061002 00000040 0100
ffff916594dbdcc0 299321212 S Ci:4:002:0 s 80 06 0200 0000 0009 9 <
ffff916594dbdcc0 299325163 C Ci:4:002:0 0 9 = 09022000 01010080 32
ffff916594dbdcc0 299325275 S Ci:4:002:0 s 80 06 0200 0000 0020 32 <
ffff916594dbdcc0 299328144 C Ci:4:002:0 0 32 = 09022000 01010080 32090400 00020806 50000705 8b024000 0007050a 02400000
ffff916594dbda80 299328182 S Ci:4:002:0 s 80 06 0300 0000 00ff 255 <
ffff916594dbda80 299331154 C Ci:4:002:0 0 4 = 04030904
ffff916594dbda80 299331203 S Ci:4:002:0 s 80 06 0302 0409 00ff 255 <
ffff916594dbda80 299336153 C Ci:4:002:0 0 28 = 1c034500 6c006500 6d006500 6e007400 73002000 31003000 41003800
ffff916594dbda80 299336189 S Ci:4:002:0 s 80 06 0301 0409 00ff 255 <
ffff916594dbda80 299341153 C Ci:4:002:0 0 32 = 20035700 65007300 74006500 72006e00 20004400 69006700 69007400 61006c00
ffff916594dbda80 299341206 S Ci:4:002:0 s 80 06 0303 0409 00ff 255 <
ffff916594dbda80 299346156 C Ci:4:002:0 0 50 = 32033500 37003500 38003300 33003300 31003400 35003300 37003300 33003500
ffff916594dbd600 299346565 S Co:4:002:0 s 00 09 0001 0000 0000 0
ffff916594dbd600 299349134 C Co:4:002:0 0 0
ffff916594dbd780 299351422 S Ci:4:001:0 s a3 00 0000 0001 0004 4 <
ffff916594dbd780 299351448 C Ci:4:001:0 0 4 = 03010000
ffff916594dbd540 300384069 S Ci:4:002:0 s a1 fe 0000 0000 0001 1 <
ffff916594dbd540 300385135 C Ci:4:002:0 0 1 = 00
ffff916594dbd540 300385431 S Bo:4:002:10 -115 31 = 55534243 01000000 24000000 80000612 00000024 00000000 00000000 000000
ffff916594dbd540 300386142 C Bo:4:002:10 0 31 >
ffff916594dbd900 300386173 S Bi:4:002:11 -115 36 <
ffff916594dbd900 300387152 C Bi:4:002:11 0 36 = 00000612 5b000000 57442020 20202020 456c656d 656e7473 20313041 38202020
ffff916594dbd540 300387184 S Bi:4:002:11 -115 13 <
ffff916594dbd540 300388149 C Bi:4:002:11 0 13 = 55534253 01000000 00000000 00
ffff916594dbd540 300390206 S Bo:4:002:10 -115 31 = 55534243 02000000 00000000 00000600 00000000 00000000 00000000 000000
ffff916594dbd540 300391131 C Bo:4:002:10 0 31 >
ffff916594dbd540 300391605 S Bi:4:002:11 -115 13 <
ffff916594dbd540 300392130 C Bi:4:002:11 0 13 = 55534253 02000000 00000000 01
ffff916594dbd540 300392365 S Bo:4:002:10 -115 31 = 55534243 03000000 60000000 80000603 00000060 00000000 00000000 000000
ffff916594dbd540 300393129 C Bo:4:002:10 0 31 >
ffff9165b32c9e40 300393159 S Bi:4:002:11 -115 96 <
ffff9165b32c9e40 300394132 C Bi:4:002:11 -121 18 = 70000200 0000000a 00000000 04010000 0000
ffff916594dbd540 300394365 S Bi:4:002:11 -115 13 <
ffff916594dbd540 300395131 C Bi:4:002:11 -32 0
ffff916594dbd540 300395153 S Co:4:002:0 s 02 01 0000 008b 0000 0
ffff916594dbd540 300396134 C Co:4:002:0 0 0
ffff916594dbd540 300396155 S Bi:4:002:11 -115 13 <
ffff916594dbd540 300397132 C Bi:4:002:11 0 13 = 55534253 03000000 4e000000 00
ffff916594dbd540 300397191 S Bo:4:002:10 -115 31 = 55534243 04000000 00000000 00000600 00000000 00000000 00000000 000000
ffff916594dbd540 300398130 C Bo:4:002:10 0 31 >
ffff916594dbd540 300398152 S Bi:4:002:11 -115 13 <
ffff916594dbd540 300399130 C Bi:4:002:11 0 13 = 55534253 04000000 00000000 01
ffff916594dbd540 300399146 S Bo:4:002:10 -115 31 = 55534243 05000000 60000000 80000603 00000060 00000000 00000000 000000
ffff916594dbd540 300400145 C Bo:4:002:10 0 31 >
ffff916523b1a9c0 300400181 S Bi:4:002:11 -115 96 <
ffff916523b1a9c0 300401131 C Bi:4:002:11 -121 18 = 70000200 0000000a 00000000 04010000 0000
ffff916594dbd540 300401165 S Bi:4:002:11 -115 13 <
ffff916594dbd540 300402147 C Bi:4:002:11 -32 0
ffff916594dbd540 300402169 S Co:4:002:0 s 02 01 0000 008b 0000 0
ffff916594dbd540 300403144 C Co:4:002:0 0 0
ffff916594dbd540 300403170 S Bi:4:002:11 -115 13 <
ffff916594dbd540 300404147 C Bi:4:002:11 0 13 = 55534253 05000000 4e000000 00
ffff916594dbd540 300404213 S Bo:4:002:10 -115 31 = 55534243 06000000 00000000 00000600 00000000 00000000 00000000 000000
ffff916594dbd540 300405145 C Bo:4:002:10 0 31 >
ffff916594dbd540 300405169 S Bi:4:002:11 -115 13 <
ffff916594dbd540 300406144 C Bi:4:002:11 0 13 = 55534253 06000000 00000000 01
ffff916594dbd540 300406158 S Bo:4:002:10 -115 31 = 55534243 07000000 60000000 80000603 00000060 00000000 00000000 000000
ffff916594dbd540 300407145 C Bo:4:002:10 0 31 >
ffff916523b1ab40 300407172 S Bi:4:002:11 -115 96 <
ffff916523b1ab40 300408154 C Bi:4:002:11 -121 18 = 70000200 0000000a 00000000 04010000 0000
ffff916594dbd540 300408169 S Bi:4:002:11 -115 13 <
ffff916594dbd540 300409138 C Bi:4:002:11 -32 0
ffff916594dbd540 300409166 S Co:4:002:0 s 02 01 0000 008b 0000 0
ffff916594dbd540 300410153 C Co:4:002:0 0 0
ffff916594dbd540 300410167 S Bi:4:002:11 -115 13 <
ffff916594dbd540 300411156 C Bi:4:002:11 0 13 = 55534253 07000000 4e000000 00
ffff916594dbd540 300411234 S Bo:4:002:10 -115 31 = 55534243 08000000 00000000 0000061b 01000001 00000000 00000000 000000
ffff916594dbd540 300412147 C Bo:4:002:10 0 31 >
ffff916594dbd540 300412187 S Bi:4:002:11 -115 13 <
ffff916594dbd540 300413137 C Bi:4:002:11 0 13 = 55534253 08000000 00000000 00
ffff916594dbd540 301472143 S Bo:4:002:10 -115 31 = 55534243 09000000 00000000 00000600 00000000 00000000 00000000 000000
ffff916594dbd540 301474153 C Bo:4:002:10 0 31 >
ffff916594dbd540 301474181 S Bi:4:002:11 -115 13 <
ffff916594dbd540 301475154 C Bi:4:002:11 0 13 = 55534253 09000000 00000000 01
ffff916594dbd540 301475192 S Bo:4:002:10 -115 31 = 55534243 0a000000 60000000 80000603 00000060 00000000 00000000 000000
ffff916594dbd540 301476151 C Bo:4:002:10 0 31 >
ffff916523b1ab40 301476174 S Bi:4:002:11 -115 96 <
ffff916523b1ab40 301477135 C Bi:4:002:11 -121 18 = 70000200 0000000a 00000000 04010000 0000
ffff916594dbd540 301477156 S Bi:4:002:11 -115 13 <
ffff916594dbd540 301478149 C Bi:4:002:11 -32 0
ffff916594dbd540 301478168 S Co:4:002:0 s 02 01 0000 008b 0000 0
ffff916594dbd540 301479149 C Co:4:002:0 0 0
ffff916594dbd540 301479180 S Bi:4:002:11 -115 13 <
ffff916594dbd540 301480152 C Bi:4:002:11 0 13 = 55534253 0a000000 4e000000 00
ffff916594dbd540 301480210 S Bo:4:002:10 -115 31 = 55534243 0b000000 00000000 00000600 00000000 00000000 00000000 000000
ffff916594dbd540 301481150 C Bo:4:002:10 0 31 >
ffff916594dbd540 301481169 S Bi:4:002:11 -115 13 <
ffff916594dbd540 301482151 C Bi:4:002:11 0 13 = 55534253 0b000000 00000000 01
ffff916594dbd540 301482170 S Bo:4:002:10 -115 31 = 55534243 0c000000 60000000 80000603 00000060 00000000 00000000 000000
ffff916594dbd540 301483148 C Bo:4:002:10 0 31 >
ffff916506c08480 301483178 S Bi:4:002:11 -115 96 <
ffff916506c08480 301484151 C Bi:4:002:11 -121 18 = 70000200 0000000a 00000000 04010000 0000
ffff916594dbd540 301484171 S Bi:4:002:11 -115 13 <
ffff916594dbd540 301485148 C Bi:4:002:11 -32 0
ffff916594dbd540 301485165 S Co:4:002:0 s 02 01 0000 008b 0000 0
ffff916594dbd540 301486149 C Co:4:002:0 0 0
ffff916594dbd540 301486177 S Bi:4:002:11 -115 13 <
ffff916594dbd540 301487151 C Bi:4:002:11 0 13 = 55534253 0c000000 4e000000 00
ffff916594dbd540 301487233 S Bo:4:002:10 -115 31 = 55534243 0d000000 00000000 00000600 00000000 00000000 00000000 000000
ffff916594dbd540 301488153 C Bo:4:002:10 0 31 >
ffff916594dbd540 301488186 S Bi:4:002:11 -115 13 <
ffff916594dbd540 301489150 C Bi:4:002:11 0 13 = 55534253 0d000000 00000000 01
ffff916594dbd540 301489173 S Bo:4:002:10 -115 31 = 55534243 0e000000 60000000 80000603 00000060 00000000 00000000 000000
ffff916594dbd540 301490153 C Bo:4:002:10 0 31 >
ffff916523b1ab40 301490185 S Bi:4:002:11 -115 96 <
ffff916523b1ab40 301491151 C Bi:4:002:11 -121 18 = 70000200 0000000a 00000000 04010000 0000
ffff916594dbd540 301491185 S Bi:4:002:11 -115 13 <
ffff916594dbd540 301492156 C Bi:4:002:11 -32 0
ffff916594dbd540 301492183 S Co:4:002:0 s 02 01 0000 008b 0000 0
ffff916594dbd540 301493148 C Co:4:002:0 0 0
ffff916594dbd540 301493164 S Bi:4:002:11 -115 13 <
ffff916594dbd540 301494151 C Bi:4:002:11 0 13 = 55534253 0e000000 4e000000 00
ffff916594dbd540 302496128 S Bo:4:002:10 -115 31 = 55534243 0f000000 00000000 00000600 00000000 00000000 00000000 000000
ffff916594dbd540 302498167 C Bo:4:002:10 0 31 >
ffff916594dbd540 302498219 S Bi:4:002:11 -115 13 <
ffff916594dbd540 302499161 C Bi:4:002:11 0 13 = 55534253 0f000000 00000000 01
ffff916594dbd540 302499197 S Bo:4:002:10 -115 31 = 55534243 10000000 60000000 80000603 00000060 00000000 00000000 000000
ffff916594dbd540 302500164 C Bo:4:002:10 0 31 >
ffff916523b1aa80 302500214 S Bi:4:002:11 -115 96 <
ffff916523b1aa80 302501165 C Bi:4:002:11 -121 18 = 70000200 0000000a 00000000 04010000 0000
ffff916594dbd540 302501211 S Bi:4:002:11 -115 13 <
ffff916594dbd540 302502159 C Bi:4:002:11 -32 0
ffff916594dbd540 302502187 S Co:4:002:0 s 02 01 0000 008b 0000 0
ffff916594dbd540 302503163 C Co:4:002:0 0 0
ffff916594dbd540 302503209 S Bi:4:002:11 -115 13 <
ffff916594dbd540 302504158 C Bi:4:002:11 0 13 = 55534253 10000000 4e000000 00
ffff916594dbd540 302504253 S Bo:4:002:10 -115 31 = 55534243 11000000 00000000 00000600 00000000 00000000 00000000 000000
ffff916594dbd540 302505162 C Bo:4:002:10 0 31 >
ffff916594dbd540 302505192 S Bi:4:002:11 -115 13 <
ffff916594dbd540 302506160 C Bi:4:002:11 0 13 = 55534253 11000000 00000000 01
ffff916594dbd540 302506207 S Bo:4:002:10 -115 31 = 55534243 12000000 60000000 80000603 00000060 00000000 00000000 000000
ffff916594dbd540 302507157 C Bo:4:002:10 0 31 >
ffff916506c08480 302507178 S Bi:4:002:11 -115 96 <
ffff916506c08480 302508159 C Bi:4:002:11 -121 18 = 70000200 0000000a 00000000 04010000 0000
ffff916594dbd540 302508186 S Bi:4:002:11 -115 13 <
ffff916594dbd540 302509160 C Bi:4:002:11 -32 0
ffff916594dbd540 302509181 S Co:4:002:0 s 02 01 0000 008b 0000 0
ffff916594dbd540 302510160 C Co:4:002:0 0 0
ffff916594dbd540 302510186 S Bi:4:002:11 -115 13 <
ffff916594dbd540 302511158 C Bi:4:002:11 0 13 = 55534253 12000000 4e000000 00
ffff916594dbd540 302511238 S Bo:4:002:10 -115 31 = 55534243 13000000 00000000 00000600 00000000 00000000 00000000 000000
ffff916594dbd540 302512132 C Bo:4:002:10 0 31 >
ffff916594dbd540 302512154 S Bi:4:002:11 -115 13 <
ffff916594dbd540 302513158 C Bi:4:002:11 0 13 = 55534253 13000000 00000000 01
ffff916594dbd540 302513184 S Bo:4:002:10 -115 31 = 55534243 14000000 60000000 80000603 00000060 00000000 00000000 000000
ffff916594dbd540 302514160 C Bo:4:002:10 0 31 >
ffff916506c08480 302514176 S Bi:4:002:11 -115 96 <
ffff916506c08480 302515159 C Bi:4:002:11 -121 18 = 70000200 0000000a 00000000 04010000 0000
ffff916594dbd540 302515183 S Bi:4:002:11 -115 13 <
ffff916594dbd540 302516161 C Bi:4:002:11 -32 0
ffff916594dbd540 302516175 S Co:4:002:0 s 02 01 0000 008b 0000 0
ffff916594dbd540 302517159 C Co:4:002:0 0 0
ffff916594dbd540 302517184 S Bi:4:002:11 -115 13 <
ffff916594dbd540 302518160 C Bi:4:002:11 0 13 = 55534253 14000000 4e000000 00
ffff916594dbd540 303520215 S Bo:4:002:10 -115 31 = 55534243 15000000 00000000 00000600 00000000 00000000 00000000 000000
ffff916594dbd540 303522164 C Bo:4:002:10 0 31 >
ffff916594dbd540 303522202 S Bi:4:002:11 -115 13 <
ffff916594dbd540 303523167 C Bi:4:002:11 0 13 = 55534253 15000000 00000000 01
ffff916594dbd540 303523217 S Bo:4:002:10 -115 31 = 55534243 16000000 60000000 80000603 00000060 00000000 00000000 000000
ffff916594dbd540 303524161 C Bo:4:002:10 0 31 >
ffff916523b1aa80 303524207 S Bi:4:002:11 -115 96 <
ffff916523b1aa80 303525151 C Bi:4:002:11 -121 18 = 70000200 0000000a 00000000 04010000 0000
ffff916594dbd540 303525198 S Bi:4:002:11 -115 13 <
ffff916594dbd540 303526167 C Bi:4:002:11 -32 0
ffff916594dbd540 303526214 S Co:4:002:0 s 02 01 0000 008b 0000 0
ffff916594dbd540 303527166 C Co:4:002:0 0 0
ffff916594dbd540 303527216 S Bi:4:002:11 -115 13 <
ffff916594dbd540 303528158 C Bi:4:002:11 0 13 = 55534253 16000000 4e000000 00
ffff916594dbd540 303528252 S Bo:4:002:10 -115 31 = 55534243 17000000 00000000 00000600 00000000 00000000 00000000 000000
ffff916594dbd540 303529151 C Bo:4:002:10 0 31 >
ffff916594dbd540 303529170 S Bi:4:002:11 -115 13 <
ffff916594dbd540 303530136 C Bi:4:002:11 0 13 = 55534253 17000000 00000000 01
ffff916594dbd540 303530166 S Bo:4:002:10 -115 31 = 55534243 18000000 60000000 80000603 00000060 00000000 00000000 000000
ffff916594dbd540 303531150 C Bo:4:002:10 0 31 >
ffff916506c08480 303531173 S Bi:4:002:11 -115 96 <
ffff916506c08480 303532136 C Bi:4:002:11 -121 18 = 70000200 0000000a 00000000 04010000 0000
ffff916594dbd540 303532164 S Bi:4:002:11 -115 13 <
ffff916594dbd540 303533159 C Bi:4:002:11 -32 0
ffff916594dbd540 303533195 S Co:4:002:0 s 02 01 0000 008b 0000 0
ffff916594dbd540 303534145 C Co:4:002:0 0 0
ffff916594dbd540 303534170 S Bi:4:002:11 -115 13 <
ffff916594dbd540 303535160 C Bi:4:002:11 0 13 = 55534253 18000000 4e000000 00
ffff916594dbd540 303535233 S Bo:4:002:10 -115 31 = 55534243 19000000 00000000 00000600 00000000 00000000 00000000 000000
ffff916594dbd540 303536156 C Bo:4:002:10 0 31 >
ffff916594dbd540 303536183 S Bi:4:002:11 -115 13 <
ffff916594dbd540 303537152 C Bi:4:002:11 0 13 = 55534253 19000000 00000000 01
ffff916594dbd540 303537170 S Bo:4:002:10 -115 31 = 55534243 1a000000 60000000 80000603 00000060 00000000 00000000 000000
ffff916594dbd540 303538155 C Bo:4:002:10 0 31 >
ffff916523b1a9c0 303538183 S Bi:4:002:11 -115 96 <
ffff916523b1a9c0 303539153 C Bi:4:002:11 -121 18 = 70000200 0000000a 00000000 04010000 0000
ffff916594dbd540 303539170 S Bi:4:002:11 -115 13 <
ffff916594dbd540 303540155 C Bi:4:002:11 -32 0
ffff916594dbd540 303540183 S Co:4:002:0 s 02 01 0000 008b 0000 0
ffff916594dbd540 303541153 C Co:4:002:0 0 0
ffff916594dbd540 303541169 S Bi:4:002:11 -115 13 <
ffff916594dbd540 303542156 C Bi:4:002:11 0 13 = 55534253 1a000000 4e000000 00
ffff916594dbd540 304544227 S Bo:4:002:10 -115 31 = 55534243 1b000000 00000000 00000600 00000000 00000000 00000000 000000
ffff916594dbd540 304546140 C Bo:4:002:10 0 31 >
ffff916594dbd540 304546162 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304637162 C Bi:4:002:11 0 13 = 55534253 1b000000 00000000 00
ffff916594dbd540 304637255 S Bo:4:002:10 -115 31 = 55534243 1c000000 08000000 80000a25 00000000 00000000 00000000 000000
ffff916594dbd540 304638138 C Bo:4:002:10 0 31 >
ffff9165b32c9e40 304638170 S Bi:4:002:11 -115 8 <
ffff9165b32c9e40 304639159 C Bi:4:002:11 0 8 = 746f67ff 00000200
ffff916594dbd540 304639185 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304640162 C Bi:4:002:11 0 13 = 55534253 1c000000 00000000 00
ffff916594dbd540 304640254 S Bo:4:002:10 -115 31 = 55534243 1d000000 c0000000 8000061a 003f00c0 00000000 00000000 000000
ffff916594dbd540 304641152 C Bo:4:002:10 0 31 >
ffff9165b32c9e40 304641172 S Bi:4:002:11 -115 192 <
ffff9165b32c9e40 304642154 C Bi:4:002:11 -121 84 = 53001008 746f6800 00000200 8a0a0010 00000000 00000000 9a260001 00000000
ffff916594dbd540 304642173 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304643158 C Bi:4:002:11 -32 0
ffff916594dbd540 304643186 S Co:4:002:0 s 02 01 0000 008b 0000 0
ffff916594dbd540 304644155 C Co:4:002:0 0 0
ffff916594dbd540 304644172 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304645156 C Bi:4:002:11 0 13 = 55534253 1d000000 6c000000 00
ffff916594dbd540 304645240 S Bo:4:002:10 -115 31 = 55534243 1e000000 c0000000 8000061a 003f00c0 00000000 00000000 000000
ffff916594dbd540 304646156 C Bo:4:002:10 0 31 >
ffff9165b32c9e40 304646200 S Bi:4:002:11 -115 192 <
ffff9165b32c9e40 304647158 C Bi:4:002:11 -121 84 = 53001008 746f6800 00000200 8a0a0010 00000000 00000000 9a260001 00000000
ffff916594dbd540 304647177 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304648158 C Bi:4:002:11 -32 0
ffff916594dbd540 304648187 S Co:4:002:0 s 02 01 0000 008b 0000 0
ffff916594dbd540 304649158 C Co:4:002:0 0 0
ffff916594dbd540 304649176 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304650153 C Bi:4:002:11 0 13 = 55534253 1e000000 6c000000 00
ffff916594dbd540 304651942 S Bo:4:002:10 -115 31 = 55534243 1f000000 00000000 00000600 00000000 00000000 00000000 000000
ffff916594dbd540 304652139 C Bo:4:002:10 0 31 >
ffff916594dbd540 304652164 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304653163 C Bi:4:002:11 0 13 = 55534253 1f000000 00000000 00
ffff916594dbd540 304653269 S Bo:4:002:10 -115 31 = 55534243 20000000 08000000 80000a25 00000000 00000000 00000000 000000
ffff916594dbd540 304654163 C Bo:4:002:10 0 31 >
ffff916523b1acc0 304654177 S Bi:4:002:11 -115 8 <
ffff916523b1acc0 304655167 C Bi:4:002:11 0 8 = 746f67ff 00000200
ffff916594dbd540 304655191 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304656156 C Bi:4:002:11 0 13 = 55534253 20000000 00000000 00
ffff916594dbd540 304656198 S Bo:4:002:10 -115 31 = 55534243 21000000 c0000000 8000061a 003f00c0 00000000 00000000 000000
ffff916594dbd540 304657164 C Bo:4:002:10 0 31 >
ffff916523b1acc0 304657187 S Bi:4:002:11 -115 192 <
ffff916523b1acc0 304658163 C Bi:4:002:11 -121 84 = 53001008 746f6800 00000200 8a0a0010 00000000 00000000 9a260001 00000000
ffff916594dbd540 304658176 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304659166 C Bi:4:002:11 -32 0
ffff916594dbd540 304659190 S Co:4:002:0 s 02 01 0000 008b 0000 0
ffff916594dbd540 304660157 C Co:4:002:0 0 0
ffff916594dbd540 304660171 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304661165 C Bi:4:002:11 0 13 = 55534253 21000000 6c000000 00
ffff916594dbd540 304661256 S Bo:4:002:10 -115 31 = 55534243 22000000 c0000000 8000061a 003f00c0 00000000 00000000 000000
ffff916594dbd540 304662139 C Bo:4:002:10 0 31 >
ffff916523b1acc0 304662154 S Bi:4:002:11 -115 192 <
ffff916523b1acc0 304663159 C Bi:4:002:11 -121 84 = 53001008 746f6800 00000200 8a0a0010 00000000 00000000 9a260001 00000000
ffff916594dbd540 304663184 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304664152 C Bi:4:002:11 -32 0
ffff916594dbd540 304664169 S Co:4:002:0 s 02 01 0000 008b 0000 0
ffff916594dbd540 304665157 C Co:4:002:0 0 0
ffff916594dbd540 304665174 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304666156 C Bi:4:002:11 0 13 = 55534253 22000000 6c000000 00
ffff916594dbd540 304666313 S Bo:4:002:10 -115 31 = 55534243 23000000 00100000 80000a28 00000000 00000008 00000000 000000
ffff916594dbd540 304667152 C Bo:4:002:10 0 31 >
ffff916523b1acc0 304667166 S Bi:4:002:11 -115 4096 <
ffff916523b1acc0 304684166 C Bi:4:002:11 0 4096 = 33c08ed0 bc007cfb 5007501f fcbe1b7c bf1b0650 57b9e501 f3a4cbbd be07b104
ffff916594dbd540 304684192 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304685163 C Bi:4:002:11 0 13 = 55534253 23000000 00000000 00
ffff916594dbd540 304685553 S Bo:4:002:10 -115 31 = 55534243 24000000 00000000 00000600 00000000 00000000 00000000 000000
ffff916594dbd540 304686139 C Bo:4:002:10 0 31 >
ffff916594dbd540 304686234 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304687169 C Bi:4:002:11 0 13 = 55534253 24000000 00000000 00
ffff916594dbd540 304687219 S Bo:4:002:10 -115 31 = 55534243 25000000 00000000 00000600 00000000 00000000 00000000 000000
ffff916594dbd540 304688165 C Bo:4:002:10 0 31 >
ffff916594dbd540 304688188 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304689164 C Bi:4:002:11 0 13 = 55534253 25000000 00000000 00
ffff916594dbd540 304689202 S Bo:4:002:10 -115 31 = 55534243 26000000 08000000 80000a25 00000000 00000000 00000000 000000
ffff916594dbd540 304690138 C Bo:4:002:10 0 31 >
ffff916523b1aa80 304690159 S Bi:4:002:11 -115 8 <
ffff916523b1aa80 304691138 C Bi:4:002:11 0 8 = 746f67ff 00000200
ffff916594dbd540 304691186 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304692158 C Bi:4:002:11 0 13 = 55534253 26000000 00000000 00
ffff916594dbd540 304692256 S Bo:4:002:10 -115 31 = 55534243 27000000 c0000000 8000061a 003f00c0 00000000 00000000 000000
ffff916594dbd540 304693157 C Bo:4:002:10 0 31 >
ffff916523b1aa80 304693186 S Bi:4:002:11 -115 192 <
ffff916523b1aa80 304694139 C Bi:4:002:11 -121 84 = 53001008 746f6800 00000200 8a0a0010 00000000 00000000 9a260001 00000000
ffff916594dbd540 304694188 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304695159 C Bi:4:002:11 -32 0
ffff916594dbd540 304695186 S Co:4:002:0 s 02 01 0000 008b 0000 0
ffff916594dbd540 304696161 C Co:4:002:0 0 0
ffff916594dbd540 304696195 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304697156 C Bi:4:002:11 0 13 = 55534253 27000000 6c000000 00
ffff916594dbd540 304697235 S Bo:4:002:10 -115 31 = 55534243 28000000 24000000 80000612 00000024 00000000 00000000 000000
ffff916594dbd540 304698148 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 304698175 S Bi:4:002:11 -115 36 <
ffff9164b6e8a480 304699158 C Bi:4:002:11 0 36 = 00000612 5b000000 57442020 20202020 456c656d 656e7473 20313041 38202020
ffff916594dbd540 304699192 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304700146 C Bi:4:002:11 0 13 = 55534253 28000000 00000000 00
ffff916594dbd540 304700208 S Bo:4:002:10 -115 31 = 55534243 29000000 c0000000 8000061a 003f00c0 00000000 00000000 000000
ffff916594dbd540 304701137 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 304701150 S Bi:4:002:11 -115 192 <
ffff9164b6e8a480 304702158 C Bi:4:002:11 -121 84 = 53001008 746f6800 00000200 8a0a0010 00000000 00000000 9a260001 00000000
ffff916594dbd540 304702193 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304703166 C Bi:4:002:11 -32 0
ffff916594dbd540 304703181 S Co:4:002:0 s 02 01 0000 008b 0000 0
ffff916594dbd540 304704164 C Co:4:002:0 0 0
ffff916594dbd540 304704189 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304705159 C Bi:4:002:11 0 13 = 55534253 29000000 6c000000 00
ffff916594dbd540 304705212 S Bo:4:002:10 -115 31 = 55534243 2a000000 00020000 80000ca1 082e0001 00000000 ec000000 000000
ffff916594dbd540 304706155 C Bo:4:002:10 0 31 >
ffff9164b6e8a180 304706186 S Bi:4:002:11 -115 512 <
ffff9164b6e8a180 304707150 C Bi:4:002:11 0 512 = 7a42ff3f 37c81000 00000000 3f000000 00000000 20202020 57202d44 58573133
ffff916594dbd540 304707177 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304708166 C Bi:4:002:11 0 13 = 55534253 2a000000 00000000 01
ffff916594dbd540 304708190 S Bo:4:002:10 -115 31 = 55534243 2b000000 60000000 80000603 00000060 00000000 00000000 000000
ffff916594dbd540 304709163 C Bo:4:002:10 0 31 >
ffff916523b1aa80 304709176 S Bi:4:002:11 -115 96 <
ffff916523b1aa80 304710161 C Bi:4:002:11 -121 18 = 70000100 0000000a 00000000 001d0000 0000
ffff916594dbd540 304710175 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304711147 C Bi:4:002:11 -32 0
ffff916594dbd540 304711179 S Co:4:002:0 s 02 01 0000 008b 0000 0
ffff916594dbd540 304712060 C Co:4:002:0 0 0
ffff916594dbd540 304712085 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304713138 C Bi:4:002:11 0 13 = 55534253 2b000000 4e000000 00
ffff916594dbd540 304713276 S Bo:4:002:10 -115 31 = 55534243 2c000000 00000000 00000600 00000000 00000000 00000000 000000
ffff916594dbd540 304714141 C Bo:4:002:10 0 31 >
ffff916594dbd540 304714156 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304715152 C Bi:4:002:11 0 13 = 55534253 2c000000 00000000 00
ffff916594dbd540 304715367 S Bo:4:002:10 -115 31 = 55534243 2d000000 00100000 80000a28 00746f67 80000008 00000000 000000
ffff916594dbd540 304716160 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 304716180 S Bi:4:002:11 -115 4096 <
ffff9164b6e8a480 304746168 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 304746185 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304747163 C Bi:4:002:11 0 13 = 55534253 2d000000 00000000 00
ffff916594dbd540 304747300 S Bo:4:002:10 -115 31 = 55534243 2e000000 00100000 80000a28 00746f67 f0000008 00000000 000000
ffff916594dbd540 304748161 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 304748181 S Bi:4:002:11 -115 4096 <
ffff9164b6e8a480 304752166 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 304752190 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304753164 C Bi:4:002:11 0 13 = 55534253 2e000000 00000000 00
ffff916594dbd540 304753224 S Bo:4:002:10 -115 31 = 55534243 2f000000 00100000 80000a28 00000000 00000008 00000000 000000
ffff916594dbd540 304754163 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 304754186 S Bi:4:002:11 -115 4096 <
ffff9164b6e8a480 304758168 C Bi:4:002:11 0 4096 = 33c08ed0 bc007cfb 5007501f fcbe1b7c bf1b0650 57b9e501 f3a4cbbd be07b104
ffff916594dbd540 304758188 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304759162 C Bi:4:002:11 0 13 = 55534253 2f000000 00000000 00
ffff916594dbd540 304759246 S Bo:4:002:10 -115 31 = 55534243 30000000 00100000 80000a28 00000000 08000008 00000000 000000
ffff916594dbd540 304760160 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 304760173 S Bi:4:002:11 -115 4096 <
ffff9164b6e8a480 304764169 C Bi:4:002:11 0 4096 = 18e549e8 d49a300d fc68e96a f839c1b4 ca575022 b23cb469 cf82a458 94dd5ff9
ffff916594dbd540 304764185 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304765140 C Bi:4:002:11 0 13 = 55534253 30000000 00000000 00
ffff916594dbd540 304765209 S Bo:4:002:10 -115 31 = 55534243 31000000 00020000 80000a28 00746f67 f8000001 00000000 000000
ffff916594dbd540 304766163 C Bo:4:002:10 0 31 >
ffff916523b1ab40 304766181 S Bi:4:002:11 -115 512 <
ffff916523b1ab40 304767166 C Bi:4:002:11 0 512 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 304767192 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304768164 C Bi:4:002:11 0 13 = 55534253 31000000 00000000 00
ffff916594dbd540 304768217 S Bo:4:002:10 -115 31 = 55534243 32000000 00020000 80000a28 00746f67 f9000001 00000000 000000
ffff916594dbd540 304769157 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 304769179 S Bi:4:002:11 -115 512 <
ffff9164b6e8a480 304770164 C Bi:4:002:11 0 512 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 304770187 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304771165 C Bi:4:002:11 0 13 = 55534253 32000000 00000000 00
ffff916594dbd540 304771190 S Bo:4:002:10 -115 31 = 55534243 33000000 00020000 80000a28 00746f67 fa000001 00000000 000000
ffff916594dbd540 304772163 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 304772186 S Bi:4:002:11 -115 512 <
ffff9164b6e8a480 304773166 C Bi:4:002:11 0 512 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 304773179 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304774166 C Bi:4:002:11 0 13 = 55534253 33000000 00000000 00
ffff916594dbd540 304774191 S Bo:4:002:10 -115 31 = 55534243 34000000 00020000 80000a28 00746f67 fb000001 00000000 000000
ffff916594dbd540 304775163 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 304775186 S Bi:4:002:11 -115 512 <
ffff9164b6e8a480 304776166 C Bi:4:002:11 0 512 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 304776180 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304777163 C Bi:4:002:11 0 13 = 55534253 34000000 00000000 00
ffff916594dbd540 304777213 S Bo:4:002:10 -115 31 = 55534243 35000000 00020000 80000a28 00746f67 fc000001 00000000 000000
ffff916594dbd540 304778161 C Bo:4:002:10 0 31 >
ffff916523b1ab40 304778183 S Bi:4:002:11 -115 512 <
ffff916523b1ab40 304779138 C Bi:4:002:11 0 512 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 304779170 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304780163 C Bi:4:002:11 0 13 = 55534253 35000000 00000000 00
ffff916594dbd540 304780201 S Bo:4:002:10 -115 31 = 55534243 36000000 00020000 80000a28 00746f67 fd000001 00000000 000000
ffff916594dbd540 304781164 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 304781188 S Bi:4:002:11 -115 512 <
ffff9164b6e8a480 304782167 C Bi:4:002:11 0 512 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 304782182 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304783165 C Bi:4:002:11 0 13 = 55534253 36000000 00000000 00
ffff916594dbd540 304783216 S Bo:4:002:10 -115 31 = 55534243 37000000 00020000 80000a28 00746f67 fe000001 00000000 000000
ffff916594dbd540 304784162 C Bo:4:002:10 0 31 >
ffff916523b1ab40 304784186 S Bi:4:002:11 -115 512 <
ffff916523b1ab40 304785163 C Bi:4:002:11 0 512 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 304785177 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304786166 C Bi:4:002:11 0 13 = 55534253 37000000 00000000 00
ffff916594dbd540 304786218 S Bo:4:002:10 -115 31 = 55534243 38000000 00020000 80000a28 00746f67 ff000001 00000000 000000
ffff916594dbd540 304787158 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 304787182 S Bi:4:002:11 -115 512 <
ffff9164b6e8a480 304788166 C Bi:4:002:11 0 512 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 304788179 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304789163 C Bi:4:002:11 0 13 = 55534253 38000000 00000000 00
ffff916594dbd540 304789255 S Bo:4:002:10 -115 31 = 55534243 39000000 00100000 80000a28 00746f66 f8000008 00000000 000000
ffff916594dbd540 304790165 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 304790183 S Bi:4:002:11 -115 4096 <
ffff9164b6e8a480 304800171 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 304800199 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304801164 C Bi:4:002:11 0 13 = 55534253 39000000 00000000 00
ffff916594dbd540 304801317 S Bo:4:002:10 -115 31 = 55534243 3a000000 00100000 80000a28 00746f67 c0000008 00000000 000000
ffff916594dbd540 304802161 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 304802175 S Bi:4:002:11 -115 4096 <
ffff9164b6e8a480 304806162 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 304806177 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304807163 C Bi:4:002:11 0 13 = 55534253 3a000000 00000000 00
ffff916594dbd540 304807228 S Bo:4:002:10 -115 31 = 55534243 3b000000 00100000 80000a28 00746f67 00000008 00000000 000000
ffff916594dbd540 304808167 C Bo:4:002:10 0 31 >
ffff916523b1ab40 304808192 S Bi:4:002:11 -115 4096 <
ffff916523b1ab40 304812168 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 304812192 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304813163 C Bi:4:002:11 0 13 = 55534253 3b000000 00000000 00
ffff916594dbd540 304813260 S Bo:4:002:10 -115 31 = 55534243 3c000000 00100000 80000a28 00746f66 70000008 00000000 000000
ffff916594dbd540 304814164 C Bo:4:002:10 0 31 >
ffff916523b1ab40 304814178 S Bi:4:002:11 -115 4096 <
ffff916523b1ab40 304818166 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 304818196 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304819158 C Bi:4:002:11 0 13 = 55534253 3c000000 00000000 00
ffff916594dbd540 304819274 S Bo:4:002:10 -115 31 = 55534243 3d000000 00100000 80000a28 00746f65 b0000008 00000000 000000
ffff916594dbd540 304820155 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 304820183 S Bi:4:002:11 -115 4096 <
ffff9164b6e8a480 304829160 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 304829175 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304830154 C Bi:4:002:11 0 13 = 55534253 3d000000 00000000 00
ffff916594dbd540 304830259 S Bo:4:002:10 -115 31 = 55534243 3e000000 00100000 80000a28 00746f65 58000008 00000000 000000
ffff916594dbd540 304831156 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 304831178 S Bi:4:002:11 -115 4096 <
ffff9164b6e8a480 304835156 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 304835180 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304836156 C Bi:4:002:11 0 13 = 55534253 3e000000 00000000 00
ffff916594dbd540 304836213 S Bo:4:002:10 -115 31 = 55534243 3f000000 00100000 80000a28 00746f65 20000008 00000000 000000
ffff916594dbd540 304837153 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 304837177 S Bi:4:002:11 -115 4096 <
ffff9164b6e8a480 304841155 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 304841179 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304842164 C Bi:4:002:11 0 13 = 55534253 3f000000 00000000 00
ffff916594dbd540 304842239 S Bo:4:002:10 -115 31 = 55534243 40000000 00100000 80000a28 00746f64 70000008 00000000 000000
ffff916594dbd540 304843159 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 304843182 S Bi:4:002:11 -115 4096 <
ffff9164b6e8a480 304849167 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 304849182 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304850163 C Bi:4:002:11 0 13 = 55534253 40000000 00000000 00
ffff916594dbd540 304850231 S Bo:4:002:10 -115 31 = 55534243 41000000 00100000 80000a28 00746f64 30000008 00000000 000000
ffff916594dbd540 304851163 C Bo:4:002:10 0 31 >
ffff916523b1ab40 304851183 S Bi:4:002:11 -115 4096 <
ffff916523b1ab40 304855168 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 304855193 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304856163 C Bi:4:002:11 0 13 = 55534253 41000000 00000000 00
ffff916594dbd540 304856245 S Bo:4:002:10 -115 31 = 55534243 42000000 00100000 80000a28 00746f64 20000008 00000000 000000
ffff916594dbd540 304857167 C Bo:4:002:10 0 31 >
ffff916523b1ab40 304857190 S Bi:4:002:11 -115 4096 <
ffff916523b1ab40 304861168 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 304861192 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304862159 C Bi:4:002:11 0 13 = 55534253 42000000 00000000 00
ffff916594dbd540 304862249 S Bo:4:002:10 -115 31 = 55534243 43000000 00100000 80000a28 00746f64 48000008 00000000 000000
ffff916594dbd540 304863155 C Bo:4:002:10 0 31 >
ffff916523b1ab40 304863173 S Bi:4:002:11 -115 4096 <
ffff916523b1ab40 304867160 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 304867188 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304868158 C Bi:4:002:11 0 13 = 55534253 43000000 00000000 00
ffff916594dbd540 304868245 S Bo:4:002:10 -115 31 = 55534243 44000000 00100000 80000a28 00746f5b f0000008 00000000 000000
ffff916594dbd540 304869157 C Bo:4:002:10 0 31 >
ffff916523b1ab40 304869180 S Bi:4:002:11 -115 4096 <
ffff916523b1ab40 304884166 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 304884186 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304885167 C Bi:4:002:11 0 13 = 55534253 44000000 00000000 00
ffff916594dbd540 304885349 S Bo:4:002:10 -115 31 = 55534243 45000000 00100000 80000a28 00000008 00000008 00000000 000000
ffff916594dbd540 304886164 C Bo:4:002:10 0 31 >
ffff916523b1ab40 304886178 S Bi:4:002:11 -115 4096 <
ffff916523b1ab40 304890168 C Bi:4:002:11 0 4096 = eb52904e 54465320 20202000 02080000 00000000 00f80000 3f00ff00 00080000
ffff916594dbd540 304890192 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304891163 C Bi:4:002:11 0 13 = 55534253 45000000 00000000 00
ffff916594dbd540 304891277 S Bo:4:002:10 -115 31 = 55534243 46000000 00100000 80000a28 00000000 18000008 00000000 000000
ffff916594dbd540 304892166 C Bo:4:002:10 0 31 >
ffff916523b1ab40 304892191 S Bi:4:002:11 -115 4096 <
ffff916523b1ab40 304896165 C Bi:4:002:11 0 4096 = d87f7030 e1ceaac0 d3bd483b 268e6d4b d87f7030 e1ceaac0 d3bd483b 268e6d4b
ffff916594dbd540 304896191 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304897164 C Bi:4:002:11 0 13 = 55534253 46000000 00000000 00
ffff916594dbd540 304897253 S Bo:4:002:10 -115 31 = 55534243 47000000 00100000 80000a28 00000000 38000008 00000000 000000
ffff916594dbd540 304898166 C Bo:4:002:10 0 31 >
ffff916523b1ab40 304898191 S Bi:4:002:11 -115 4096 <
ffff916523b1ab40 304902167 C Bi:4:002:11 0 4096 = d87f7030 e1ceaac0 d3bd483b 268e6d4b d87f7030 e1ceaac0 d3bd483b 268e6d4b
ffff916594dbd540 304902191 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304903139 C Bi:4:002:11 0 13 = 55534253 47000000 00000000 00
ffff916594dbd540 304903251 S Bo:4:002:10 -115 31 = 55534243 48000000 00100000 80000a28 00000000 78000008 00000000 000000
ffff916594dbd540 304904168 C Bo:4:002:10 0 31 >
ffff916523b1ab40 304904192 S Bi:4:002:11 -115 4096 <
ffff916523b1ab40 304908168 C Bi:4:002:11 0 4096 = 6d7e955c babd7b1b 8bf1dfbb d33bdbb9 6d7e955c babd7b1b 8bf1dfbb d33bdbb9
ffff916594dbd540 304908192 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304909163 C Bi:4:002:11 0 13 = 55534253 48000000 00000000 00
ffff916594dbd540 304909320 S Bo:4:002:10 -115 31 = 55534243 49000000 00300000 80000a28 00000000 20000018 00000000 000000
ffff916594dbd540 304910166 C Bo:4:002:10 0 31 >
ffff916523b1ab40 304910190 S Bi:4:002:11 -115 12288 <
ffff916523b1ab40 304922171 C Bi:4:002:11 0 12288 = d87f7030 e1ceaac0 d3bd483b 268e6d4b d87f7030 e1ceaac0 d3bd483b 268e6d4b
ffff916594dbd540 304922192 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304923166 C Bi:4:002:11 0 13 = 55534253 49000000 00000000 00
ffff916594dbd540 304923214 S Bo:4:002:10 -115 31 = 55534243 4a000000 00100000 80000a28 00000000 10000008 00000000 000000
ffff916594dbd540 304924163 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 304924190 S Bi:4:002:11 -115 4096 <
ffff9164b6e8a480 304928166 C Bi:4:002:11 0 4096 = d87f7030 e1ceaac0 d3bd483b 268e6d4b d87f7030 e1ceaac0 d3bd483b 268e6d4b
ffff916594dbd540 304928191 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304929166 C Bi:4:002:11 0 13 = 55534253 4a000000 00000000 00
ffff916594dbd540 304929210 S Bo:4:002:10 -115 31 = 55534243 4b000000 00700000 80000a28 00000000 40000038 00000000 000000
ffff916594dbd540 304930168 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 304930185 S Bi:4:002:11 -115 28672 <
ffff9164b6e8a480 304957195 C Bi:4:002:11 0 28672 = 6d7e955c babd7b1b 8bf1dfbb d33bdbb9 6d7e955c babd7b1b 8bf1dfbb d33bdbb9
ffff916594dbd540 304957213 S Bi:4:002:11 -115 13 <
ffff916594dbd540 304958151 C Bi:4:002:11 0 13 = 55534253 4b000000 00000000 00
ffff916594dbd540 304958262 S Bo:4:002:10 -115 31 = 55534243 4c000000 00200100 80000a28 00000000 80000090 00000000 000000
ffff916594dbd540 304959144 C Bo:4:002:10 0 31 >
ffff916523b1ab40 304959164 S Bi:4:002:11 -115 73728 <
ffff916523b1ab40 305027272 C Bi:4:002:11 0 73728 = 6d7e955c babd7b1b 8bf1dfbb d33bdbb9 6d7e955c babd7b1b 8bf1dfbb d33bdbb9
ffff916594dbd540 305027304 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305028167 C Bi:4:002:11 0 13 = 55534253 4c000000 00000000 00
ffff916594dbd540 305028414 S Bo:4:002:10 -115 31 = 55534243 4d000000 00e00100 80000a28 00000001 100000f0 00000000 000000
ffff916594dbd540 305029165 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 305029190 S Bi:4:002:11 -115 122880 <
ffff9164b6e8a480 305143397 C Bi:4:002:11 0 122880 = 80a9db64 52f41d72 6f38cd5a be82bbf3 80a9db64 52f41d72 6f38cd5a be82bbf3
ffff916594dbd540 305143432 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305144148 C Bi:4:002:11 0 13 = 55534253 4d000000 00000000 00
ffff916594dbd540 305144585 S Bo:4:002:10 -115 31 = 55534243 4e000000 00e00100 80000a28 00000002 000000f0 00000000 000000
ffff916594dbd540 305145168 C Bo:4:002:10 0 31 >
ffff916523b1ab40 305145193 S Bi:4:002:11 -115 122880 <
ffff916523b1ab40 305259301 C Bi:4:002:11 0 122880 = 80a9db64 52f41d72 6f38cd5a be82bbf3 80a9db64 52f41d72 6f38cd5a be82bbf3
ffff916594dbd540 305259341 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305260165 C Bi:4:002:11 0 13 = 55534253 4e000000 00000000 00
ffff916594dbd540 305260249 S Bo:4:002:10 -115 31 = 55534243 4f000000 00200000 80000a28 00000002 f0000010 00000000 000000
ffff916594dbd540 305261168 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 305261184 S Bi:4:002:11 -115 8192 <
ffff9164b6e8a480 305269176 C Bi:4:002:11 0 8192 = a5c2f6b0 bbf0a093 2d47f6f5 1de742d2 c0d02ffd 2bcbdc4f 99824a83 a3f6f112
ffff916594dbd540 305269192 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305270164 C Bi:4:002:11 0 13 = 55534253 4f000000 00000000 00
ffff916594dbd540 305270471 S Bo:4:002:10 -115 31 = 55534243 50000000 00e00100 80000a28 00000003 000000f0 00000000 000000
ffff916594dbd540 305271168 C Bo:4:002:10 0 31 >
ffff916523b1ab40 305271196 S Bi:4:002:11 -115 122880 <
ffff916523b1ab40 305385386 C Bi:4:002:11 0 122880 = cb660688 9bdb6145 983d4efc 3465fbaf 6e0fd293 343d7927 9b8c717b dc0b52d9
ffff916594dbd540 305385420 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305386167 C Bi:4:002:11 0 13 = 55534253 50000000 00000000 00
ffff916594dbd540 305386263 S Bo:4:002:10 -115 31 = 55534243 51000000 00200000 80000a28 00000003 f0000010 00000000 000000
ffff916594dbd540 305387165 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 305387190 S Bi:4:002:11 -115 8192 <
ffff9164b6e8a480 305395166 C Bi:4:002:11 0 8192 = e7f4a593 bcf6ed11 f5e5655a 114e4d0c 85337024 547fcd8a c6e2b4ef 655191d8
ffff916594dbd540 305395189 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305396159 C Bi:4:002:11 0 13 = 55534253 51000000 00000000 00
ffff916594dbd540 305396487 S Bo:4:002:10 -115 31 = 55534243 52000000 00400000 80000a28 00746f64 00000020 00000000 000000
ffff916594dbd540 305397169 C Bo:4:002:10 0 31 >
ffff916523b1ab40 305397195 S Bi:4:002:11 -115 16384 <
ffff916523b1ab40 305446190 C Bi:4:002:11 0 16384 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 305446215 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305447163 C Bi:4:002:11 0 13 = 55534253 52000000 00000000 00
ffff916594dbd540 305447233 S Bo:4:002:10 -115 31 = 55534243 53000000 00100000 80000a28 00746f64 28000008 00000000 000000
ffff916594dbd540 305448168 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 305448186 S Bi:4:002:11 -115 4096 <
ffff9164b6e8a480 305452167 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 305452192 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305453166 C Bi:4:002:11 0 13 = 55534253 53000000 00000000 00
ffff916594dbd540 305453210 S Bo:4:002:10 -115 31 = 55534243 54000000 00200000 80000a28 00746f64 38000010 00000000 000000
ffff916594dbd540 305454165 C Bo:4:002:10 0 31 >
ffff916523b1ab40 305454181 S Bi:4:002:11 -115 8192 <
ffff916523b1ab40 305462175 C Bi:4:002:11 0 8192 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 305462199 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305463163 C Bi:4:002:11 0 13 = 55534253 54000000 00000000 00
ffff916594dbd540 305463222 S Bo:4:002:10 -115 31 = 55534243 55000000 00400000 80000a28 00746f64 50000020 00000000 000000
ffff916594dbd540 305464160 C Bo:4:002:10 0 31 >
ffff916523b1ab40 305464191 S Bi:4:002:11 -115 16384 <
ffff916523b1ab40 305480183 C Bi:4:002:11 0 16384 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 305480207 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305481159 C Bi:4:002:11 0 13 = 55534253 55000000 00000000 00
ffff916594dbd540 305481212 S Bo:4:002:10 -115 31 = 55534243 56000000 00100100 80000a28 00746f64 78000088 00000000 000000
ffff916594dbd540 305482159 C Bo:4:002:10 0 31 >
ffff916523b1ab40 305482188 S Bi:4:002:11 -115 69632 <
ffff916523b1ab40 305547270 C Bi:4:002:11 0 69632 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 305547303 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305548169 C Bi:4:002:11 0 13 = 55534253 56000000 00000000 00
ffff916594dbd540 305548419 S Bo:4:002:10 -115 31 = 55534243 57000000 00400000 80000a28 00746f65 00000020 00000000 000000
ffff916594dbd540 305549166 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 305549192 S Bi:4:002:11 -115 16384 <
ffff9164b6e8a480 305565176 C Bi:4:002:11 0 16384 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 305565201 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305566162 C Bi:4:002:11 0 13 = 55534253 57000000 00000000 00
ffff916594dbd540 305566208 S Bo:4:002:10 -115 31 = 55534243 58000000 00600000 80000a28 00746f65 28000030 00000000 000000
ffff916594dbd540 305567165 C Bo:4:002:10 0 31 >
ffff916523b1ab40 305567182 S Bi:4:002:11 -115 24576 <
ffff916523b1ab40 305590185 C Bi:4:002:11 0 24576 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 305590204 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305591167 C Bi:4:002:11 0 13 = 55534253 58000000 00000000 00
ffff916594dbd540 305591223 S Bo:4:002:10 -115 31 = 55534243 59000000 00a00000 80000a28 00746f65 60000050 00000000 000000
ffff916594dbd540 305592169 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 305592193 S Bi:4:002:11 -115 40960 <
ffff9164b6e8a480 305630315 C Bi:4:002:11 0 40960 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 305630374 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305631166 C Bi:4:002:11 0 13 = 55534253 59000000 00000000 00
ffff916594dbd540 305631316 S Bo:4:002:10 -115 31 = 55534243 5a000000 00900000 80000a28 00746f65 b8000048 00000000 000000
ffff916594dbd540 305632166 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 305632235 S Bi:4:002:11 -115 36864 <
ffff9164b6e8a480 305667205 C Bi:4:002:11 0 36864 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 305667226 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305668168 C Bi:4:002:11 0 13 = 55534253 5a000000 00000000 00
ffff916594dbd540 305668398 S Bo:4:002:10 -115 31 = 55534243 5b000000 00e00000 80000a28 00746f66 00000070 00000000 000000
ffff916594dbd540 305669165 C Bo:4:002:10 0 31 >
ffff916523b1a240 305669180 S Bi:4:002:11 -115 57344 <
ffff916523b1a240 305722182 C Bi:4:002:11 0 57344 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 305722207 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305723169 C Bi:4:002:11 0 13 = 55534253 5b000000 00000000 00
ffff916594dbd540 305723245 S Bo:4:002:10 -115 31 = 55534243 5c000000 00000100 80000a28 00746f66 78000080 00000000 000000
ffff916594dbd540 305724166 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 305724192 S Bi:4:002:11 -115 65536 <
ffff9164b6e8a480 305785265 C Bi:4:002:11 0 65536 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 305785295 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305786166 C Bi:4:002:11 0 13 = 55534253 5c000000 00000000 00
ffff916594dbd540 305786413 S Bo:4:002:10 -115 31 = 55534243 5d000000 00f00000 80000a28 00746f67 08000078 00000000 000000
ffff916594dbd540 305787168 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 305787184 S Bi:4:002:11 -115 61440 <
ffff9164b6e8a480 305844254 C Bi:4:002:11 0 61440 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 305844282 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305845147 C Bi:4:002:11 0 13 = 55534253 5d000000 00000000 00
ffff916594dbd540 305845217 S Bo:4:002:10 -115 31 = 55534243 5e000000 00700000 80000a28 00746f67 88000038 00000000 000000
ffff916594dbd540 305846161 C Bo:4:002:10 0 31 >
ffff916523b1a240 305846178 S Bi:4:002:11 -115 28672 <
ffff916523b1a240 305873194 C Bi:4:002:11 0 28672 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 305873211 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305874168 C Bi:4:002:11 0 13 = 55534253 5e000000 00000000 00
ffff916594dbd540 305874239 S Bo:4:002:10 -115 31 = 55534243 5f000000 00500000 80000a28 00746f67 c8000028 00000000 000000
ffff916594dbd540 305875166 C Bo:4:002:10 0 31 >
ffff916523b1a240 305875180 S Bi:4:002:11 -115 20480 <
ffff916523b1a240 305894186 C Bi:4:002:11 0 20480 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 305894205 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305895161 C Bi:4:002:11 0 13 = 55534253 5f000000 00000000 00
ffff916594dbd540 305895453 S Bo:4:002:10 -115 31 = 55534243 60000000 00100000 80000a28 00000010 00000008 00000000 000000
ffff916594dbd540 305896165 C Bo:4:002:10 0 31 >
ffff9164b6e8a480 305896182 S Bi:4:002:11 -115 4096 <
ffff9164b6e8a480 305931170 C Bi:4:002:11 0 4096 = 083bf389 75480f84 57040000 5633c96a 08894d61 8d556066 894d656a 0152885d
ffff916594dbd540 305931194 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305932168 C Bi:4:002:11 0 13 = 55534253 60000000 00000000 00
ffff916594dbd540 305936186 S Bo:4:002:10 -115 31 = 55534243 61000000 00000000 00000600 00000000 00000000 00000000 000000
ffff916594dbd540 305937144 C Bo:4:002:10 0 31 >
ffff916594dbd540 305937180 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305938142 C Bi:4:002:11 0 13 = 55534253 61000000 00000000 00
ffff916594dbd540 305940061 S Bo:4:002:10 -115 31 = 55534243 62000000 00100000 80000a28 000c8033 80000008 00000000 000000
ffff916594dbd540 305941162 C Bo:4:002:10 0 31 >
ffff916523b1a240 305941190 S Bi:4:002:11 -115 4096 <
ffff916523b1a240 305961162 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 305961178 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305962153 C Bi:4:002:11 0 13 = 55534253 62000000 00000000 00
ffff916594dbd540 305962215 S Bo:4:002:10 -115 31 = 55534243 63000000 00100000 80000a28 00746f67 80000008 00000000 000000
ffff916594dbd540 305963141 C Bo:4:002:10 0 31 >
ffff916523b1a240 305963177 S Bi:4:002:11 -115 4096 <
ffff916523b1a240 305967170 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 305967202 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305968164 C Bi:4:002:11 0 13 = 55534253 63000000 00000000 00
ffff916594dbd540 305968283 S Bo:4:002:10 -115 31 = 55534243 64000000 00100000 80000a28 00746f67 f0000008 00000000 000000
ffff916594dbd540 305969166 C Bo:4:002:10 0 31 >
ffff9164b6e8acc0 305969189 S Bi:4:002:11 -115 4096 <
ffff9164b6e8acc0 305973168 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 305973192 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305974168 C Bi:4:002:11 0 13 = 55534253 64000000 00000000 00
ffff916594dbd540 305974257 S Bo:4:002:10 -115 31 = 55534243 65000000 00100000 80000a28 000c8038 00000008 00000000 000000
ffff916594dbd540 305975161 C Bo:4:002:10 0 31 >
ffff9164b6e8acc0 305975184 S Bi:4:002:11 -115 4096 <
ffff9164b6e8acc0 305979168 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 305979191 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305980153 C Bi:4:002:11 0 13 = 55534253 65000000 00000000 00
ffff916594dbd540 305980275 S Bo:4:002:10 -115 31 = 55534243 66000000 00100000 80000a28 000c8038 08000008 00000000 000000
ffff916594dbd540 305981162 C Bo:4:002:10 0 31 >
ffff9164b6e8acc0 305981186 S Bi:4:002:11 -115 4096 <
ffff9164b6e8acc0 305985168 C Bi:4:002:11 0 4096 = 01040000 11040000 21040000 d95bf41f 02000400 00000000 00000000 f41f74a6
ffff916594dbd540 305985192 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305986159 C Bi:4:002:11 0 13 = 55534253 66000000 00000000 00
ffff916594dbd540 305986278 S Bo:4:002:10 -115 31 = 55534243 67000000 00020000 80000a28 00746f67 f8000001 00000000 000000
ffff916594dbd540 305987149 C Bo:4:002:10 0 31 >
ffff9164b6e8acc0 305987182 S Bi:4:002:11 -115 512 <
ffff9164b6e8acc0 305988165 C Bi:4:002:11 0 512 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 305988179 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305989165 C Bi:4:002:11 0 13 = 55534253 67000000 00000000 00
ffff916594dbd540 305989208 S Bo:4:002:10 -115 31 = 55534243 68000000 00020000 80000a28 00746f67 f9000001 00000000 000000
ffff916594dbd540 305990169 C Bo:4:002:10 0 31 >
ffff916523b1aa80 305990195 S Bi:4:002:11 -115 512 <
ffff916523b1aa80 305991167 C Bi:4:002:11 0 512 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 305991193 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305992149 C Bi:4:002:11 0 13 = 55534253 68000000 00000000 00
ffff916594dbd540 305992207 S Bo:4:002:10 -115 31 = 55534243 69000000 00020000 80000a28 00746f67 fa000001 00000000 000000
ffff916594dbd540 305993169 C Bo:4:002:10 0 31 >
ffff916523b1aa80 305993195 S Bi:4:002:11 -115 512 <
ffff916523b1aa80 305994160 C Bi:4:002:11 0 512 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 305994195 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305995148 C Bi:4:002:11 0 13 = 55534253 69000000 00000000 00
ffff916594dbd540 305995195 S Bo:4:002:10 -115 31 = 55534243 6a000000 00020000 80000a28 00746f67 fb000001 00000000 000000
ffff916594dbd540 305996150 C Bo:4:002:10 0 31 >
ffff916523b1aa80 305996176 S Bi:4:002:11 -115 512 <
ffff916523b1aa80 305997162 C Bi:4:002:11 0 512 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 305997199 S Bi:4:002:11 -115 13 <
ffff916594dbd540 305998150 C Bi:4:002:11 0 13 = 55534253 6a000000 00000000 00
ffff916594dbd540 305998197 S Bo:4:002:10 -115 31 = 55534243 6b000000 00020000 80000a28 00746f67 fc000001 00000000 000000
ffff916594dbd540 305999165 C Bo:4:002:10 0 31 >
ffff916523b1aa80 305999190 S Bi:4:002:11 -115 512 <
ffff916523b1aa80 306000167 C Bi:4:002:11 0 512 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 306000181 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306001170 C Bi:4:002:11 0 13 = 55534253 6b000000 00000000 00
ffff916594dbd540 306001223 S Bo:4:002:10 -115 31 = 55534243 6c000000 00020000 80000a28 00746f67 fd000001 00000000 000000
ffff916594dbd540 306002150 C Bo:4:002:10 0 31 >
ffff9164b6e8acc0 306002183 S Bi:4:002:11 -115 512 <
ffff9164b6e8acc0 306003169 C Bi:4:002:11 0 512 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 306003182 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306004165 C Bi:4:002:11 0 13 = 55534253 6c000000 00000000 00
ffff916594dbd540 306004203 S Bo:4:002:10 -115 31 = 55534243 6d000000 00020000 80000a28 00746f67 fe000001 00000000 000000
ffff916594dbd540 306005160 C Bo:4:002:10 0 31 >
ffff9164b6e8acc0 306005182 S Bi:4:002:11 -115 512 <
ffff9164b6e8acc0 306006153 C Bi:4:002:11 0 512 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 306006186 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306007168 C Bi:4:002:11 0 13 = 55534253 6d000000 00000000 00
ffff916594dbd540 306007199 S Bo:4:002:10 -115 31 = 55534243 6e000000 00020000 80000a28 00746f67 ff000001 00000000 000000
ffff916594dbd540 306008166 C Bo:4:002:10 0 31 >
ffff9164b6e8acc0 306008189 S Bi:4:002:11 -115 512 <
ffff9164b6e8acc0 306009169 C Bi:4:002:11 0 512 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 306009182 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306010165 C Bi:4:002:11 0 13 = 55534253 6e000000 00000000 00
ffff916594dbd540 306010254 S Bo:4:002:10 -115 31 = 55534243 6f000000 00100000 80000a28 00746f66 f8000008 00000000 000000
ffff916594dbd540 306011160 C Bo:4:002:10 0 31 >
ffff9164b6e8acc0 306011180 S Bi:4:002:11 -115 4096 <
ffff9164b6e8acc0 306015165 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 306015189 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306016167 C Bi:4:002:11 0 13 = 55534253 6f000000 00000000 00
ffff916594dbd540 306016264 S Bo:4:002:10 -115 31 = 55534243 70000000 00100000 80000a28 000c8040 00000008 00000000 000000
ffff916594dbd540 306017167 C Bo:4:002:10 0 31 >
ffff9164b6e8acc0 306017191 S Bi:4:002:11 -115 4096 <
ffff9164b6e8acc0 306032168 C Bi:4:002:11 0 4096 = 00810000 00810100 00810200 00810300 00810400 00810c00 00810d00 00811800
ffff916594dbd540 306032191 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306033167 C Bi:4:002:11 0 13 = 55534253 70000000 00000000 00
ffff916594dbd540 306033236 S Bo:4:002:10 -115 31 = 55534243 71000000 00100000 80000a28 000c8038 18000008 00000000 000000
ffff916594dbd540 306034166 C Bo:4:002:10 0 31 >
ffff9164b6e8acc0 306034190 S Bi:4:002:11 -115 4096 <
ffff9164b6e8acc0 306038164 C Bi:4:002:11 0 4096 = 00008000 10008000 20008000 e05f0020 00000500 00000000 00000000 002078c4
ffff916594dbd540 306038187 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306039168 C Bi:4:002:11 0 13 = 55534253 71000000 00000000 00
ffff916594dbd540 306039253 S Bo:4:002:10 -115 31 = 55534243 72000000 00100000 80000a28 000c8038 38000008 00000000 000000
ffff916594dbd540 306040161 C Bo:4:002:10 0 31 >
ffff9164b6e8acc0 306040184 S Bi:4:002:11 -115 4096 <
ffff9164b6e8acc0 306044170 C Bi:4:002:11 0 4096 = 00008001 10008001 20008001 1a590020 00000500 00000000 00000000 00205cae
ffff916594dbd540 306044183 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306045165 C Bi:4:002:11 0 13 = 55534253 72000000 00000000 00
ffff916594dbd540 306045247 S Bo:4:002:10 -115 31 = 55534243 73000000 00100000 80000a28 000c8038 78000008 00000000 000000
ffff916594dbd540 306046141 C Bo:4:002:10 0 31 >
ffff9164b6e8acc0 306046181 S Bi:4:002:11 -115 4096 <
ffff9164b6e8acc0 306050169 C Bi:4:002:11 0 4096 = 00008003 10008003 20008003 e05f0020 00000500 00000000 00000000 002001a3
ffff916594dbd540 306050200 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306051167 C Bi:4:002:11 0 13 = 55534253 73000000 00000000 00
ffff916594dbd540 306051352 S Bo:4:002:10 -115 31 = 55534243 74000000 00100000 80000a28 000c8038 10000008 00000000 000000
ffff916594dbd540 306052152 C Bo:4:002:10 0 31 >
ffff9164b6e8a180 306052177 S Bi:4:002:11 -115 4096 <
ffff9164b6e8a180 306056169 C Bi:4:002:11 0 4096 = 00004000 10004000 20004000 e05f0020 00000500 00000000 00000000 0020a72d
ffff916594dbd540 306056193 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306057168 C Bi:4:002:11 0 13 = 55534253 74000000 00000000 00
ffff916594dbd540 306057209 S Bo:4:002:10 -115 31 = 55534243 75000000 00300000 80000a28 000c8038 20000018 00000000 000000
ffff916594dbd540 306058162 C Bo:4:002:10 0 31 >
ffff916523b1aa80 306058188 S Bi:4:002:11 -115 12288 <
ffff916523b1aa80 306070178 C Bi:4:002:11 0 12288 = 0000c000 1000c000 2000c000 e05f0020 00000500 00000000 00000000 0020cd9c
ffff916594dbd540 306070198 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306071170 C Bi:4:002:11 0 13 = 55534253 75000000 00000000 00
ffff916594dbd540 306071235 S Bo:4:002:10 -115 31 = 55534243 76000000 00700000 80000a28 000c8038 40000038 00000000 000000
ffff916594dbd540 306072167 C Bo:4:002:10 0 31 >
ffff9164b6e8a180 306072192 S Bi:4:002:11 -115 28672 <
ffff9164b6e8a180 306099198 C Bi:4:002:11 0 28672 = 0000c001 1000c001 2000c001 e05f0020 00000500 00000000 00000000 00201abe
ffff916594dbd540 306099229 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306100168 C Bi:4:002:11 0 13 = 55534253 76000000 00000000 00
ffff916594dbd540 306100215 S Bo:4:002:10 -115 31 = 55534243 77000000 00200100 80000a28 000c8038 80000090 00000000 000000
ffff916594dbd540 306101167 C Bo:4:002:10 0 31 >
ffff916523b1aa80 306101184 S Bi:4:002:11 -115 73728 <
ffff916523b1aa80 306169357 C Bi:4:002:11 0 73728 = 0000c003 1000c003 2000c003 e05f0020 00000500 00000000 00000000 0020b4fb
ffff916594dbd540 306169400 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306170161 C Bi:4:002:11 0 13 = 55534253 77000000 00000000 00
ffff916594dbd540 306170398 S Bo:4:002:10 -115 31 = 55534243 78000000 00e00100 80000a28 000c8039 100000f0 00000000 000000
ffff916594dbd540 306171169 C Bo:4:002:10 0 31 >
ffff9164b6e8a180 306171184 S Bi:4:002:11 -115 122880 <
ffff9164b6e8a180 306285343 C Bi:4:002:11 0 122880 = 00004008 10004008 20004008 e05f0020 00000500 00000000 00000000 00201c7b
ffff916594dbd540 306285379 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306286170 C Bi:4:002:11 0 13 = 55534253 78000000 00000000 00
ffff916594dbd540 306286266 S Bo:4:002:10 -115 31 = 55534243 79000000 00100000 80000a28 000c8034 28000008 00000000 000000
ffff916594dbd540 306287166 C Bo:4:002:10 0 31 >
ffff916523b1aa80 306287184 S Bi:4:002:11 -115 4096 <
ffff916523b1aa80 306291171 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 306291197 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306292168 C Bi:4:002:11 0 13 = 55534253 79000000 00000000 00
ffff916594dbd540 306292262 S Bo:4:002:10 -115 31 = 55534243 7a000000 00100000 80000a28 00000008 00000008 00000000 000000
ffff916594dbd540 306293171 C Bo:4:002:10 0 31 >
ffff916523b1aa80 306293198 S Bi:4:002:11 -115 4096 <
ffff916523b1aa80 306297168 C Bi:4:002:11 0 4096 = eb52904e 54465320 20202000 02080000 00000000 00f80000 3f00ff00 00080000
ffff916594dbd540 306297195 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306298166 C Bi:4:002:11 0 13 = 55534253 7a000000 00000000 00
ffff916594dbd540 306298251 S Bo:4:002:10 -115 31 = 55534243 7b000000 00100000 80000a28 00000008 08000008 00000000 000000
ffff916594dbd540 306299164 C Bo:4:002:10 0 31 >
ffff916523b1aa80 306299188 S Bi:4:002:11 -115 4096 <
ffff916523b1aa80 306303172 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 306303198 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306304166 C Bi:4:002:11 0 13 = 55534253 7b000000 00000000 00
ffff916594dbd540 306304225 S Bo:4:002:10 -115 31 = 55534243 7c000000 000e0000 80000a28 000c8034 38000007 00000000 000000
ffff916594dbd540 306305170 C Bo:4:002:10 0 31 >
ffff9164b6e8a180 306305185 S Bi:4:002:11 -115 3584 <
ffff9164b6e8a180 306309169 C Bi:4:002:11 0 3584 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 306309184 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306310166 C Bi:4:002:11 0 13 = 55534253 7c000000 00000000 00
ffff916594dbd540 306310251 S Bo:4:002:10 -115 31 = 55534243 7d000000 00100000 80000a28 000c8033 38000008 00000000 000000
ffff916594dbd540 306311163 C Bo:4:002:10 0 31 >
ffff9164b6e8a180 306311177 S Bi:4:002:11 -115 4096 <
ffff9164b6e8a180 306326171 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 306326195 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306327171 C Bi:4:002:11 0 13 = 55534253 7d000000 00000000 00
ffff916594dbd540 306327274 S Bo:4:002:10 -115 31 = 55534243 7e000000 00100000 80000a28 000c8034 30000008 00000000 000000
ffff916594dbd540 306328167 C Bo:4:002:10 0 31 >
ffff9164b6e8a180 306328190 S Bi:4:002:11 -115 4096 <
ffff9164b6e8a180 306332168 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 306332199 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306333163 C Bi:4:002:11 0 13 = 55534253 7e000000 00000000 00
ffff916594dbd540 306333317 S Bo:4:002:10 -115 31 = 55534243 7f000000 00100000 80000a28 00000010 00000008 00000000 000000
ffff916594dbd540 306334171 C Bo:4:002:10 0 31 >
ffff916523b1aa80 306334198 S Bi:4:002:11 -115 4096 <
ffff916523b1aa80 306352167 C Bi:4:002:11 0 4096 = 083bf389 75480f84 57040000 5633c96a 08894d61 8d556066 894d656a 0152885d
ffff916594dbd540 306352187 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306353170 C Bi:4:002:11 0 13 = 55534253 7f000000 00000000 00
ffff916594dbd540 306353299 S Bo:4:002:10 -115 31 = 55534243 80000000 00100000 80000a28 00000008 18000008 00000000 000000
ffff916594dbd540 306354166 C Bo:4:002:10 0 31 >
ffff916523b1aa80 306354182 S Bi:4:002:11 -115 4096 <
ffff916523b1aa80 306358171 C Bi:4:002:11 0 4096 = 568d4424 08508bf1 e8d91f00 00c706d0 a140008b c65ec204 00cccccc cccccccc
ffff916594dbd540 306358197 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306359166 C Bi:4:002:11 0 13 = 55534253 80000000 00000000 00
ffff916594dbd540 306359226 S Bo:4:002:10 -115 31 = 55534243 81000000 00100000 80000a28 00000008 38000008 00000000 000000
ffff916594dbd540 306360170 C Bo:4:002:10 0 31 >
ffff9164b6e8a180 306360185 S Bi:4:002:11 -115 4096 <
ffff9164b6e8a180 306364168 C Bi:4:002:11 0 4096 = d8e8baf0 ffff8d44 031c5983 c0035983 e0fce899 0800008b dc68b0a8 400053e8
ffff916594dbd540 306364194 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306365170 C Bi:4:002:11 0 13 = 55534253 81000000 00000000 00
ffff916594dbd540 306365259 S Bo:4:002:10 -115 31 = 55534243 82000000 00100000 80000a28 00000008 78000008 00000000 000000
ffff916594dbd540 306366161 C Bo:4:002:10 0 31 >
ffff9164b6e8a180 306366185 S Bi:4:002:11 -115 4096 <
ffff9164b6e8a180 306370171 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000400 02000000 30000080 03000000 48000080
ffff916594dbd540 306370193 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306371166 C Bi:4:002:11 0 13 = 55534253 82000000 00000000 00
ffff916594dbd540 306371460 S Bo:4:002:10 -115 31 = 55534243 83000000 00100000 80000a28 00000008 10000008 00000000 000000
ffff916594dbd540 306372167 C Bo:4:002:10 0 31 >
ffff916523b1aa80 306372184 S Bi:4:002:11 -115 4096 <
ffff916523b1aa80 306376169 C Bi:4:002:11 0 4096 = 4d5a9000 03000000 04000000 ffff0000 b8000000 00000000 40000000 00000000
ffff916594dbd540 306376191 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306377169 C Bi:4:002:11 0 13 = 55534253 83000000 00000000 00
ffff916594dbd540 306377220 S Bo:4:002:10 -115 31 = 55534243 84000000 00300000 80000a28 00000008 20000018 00000000 000000
ffff916594dbd540 306378161 C Bo:4:002:10 0 31 >
ffff9164b6e8a180 306378185 S Bi:4:002:11 -115 12288 <
ffff9164b6e8a180 306390180 C Bi:4:002:11 0 12288 = fcffff5f 5e5bc208 00cccccc cccccccc 6aff68e1 94400064 a1000000 00506489
ffff916594dbd540 306390204 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306391169 C Bi:4:002:11 0 13 = 55534253 84000000 00000000 00
ffff916594dbd540 306391216 S Bo:4:002:10 -115 31 = 55534243 85000000 00700000 80000a28 00000008 40000038 00000000 000000
ffff916594dbd540 306392167 C Bo:4:002:10 0 31 >
ffff9164b6e8a180 306392190 S Bi:4:002:11 -115 28672 <
ffff9164b6e8a180 306419200 C Bi:4:002:11 0 28672 = 3f5ef645 fc010f85 80000000 8b75fcc1 fe044e83 fe3f7603 6a3f5e8b 4f043b4f
ffff916594dbd540 306419241 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306420170 C Bi:4:002:11 0 13 = 55534253 85000000 00000000 00
ffff916594dbd540 306420241 S Bo:4:002:10 -115 31 = 55534243 86000000 00200100 80000a28 00000008 80000090 00000000 000000
ffff916594dbd540 306421167 C Bo:4:002:10 0 31 >
ffff916523b1aa80 306421185 S Bi:4:002:11 -115 73728 <
ffff916523b1aa80 306490230 C Bi:4:002:11 0 73728 = 744b6e75 4d646541 57563243 42233433 1a282226 31292b49 542c4954 1d2a2517
ffff916594dbd540 306490257 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306491171 C Bi:4:002:11 0 13 = 55534253 86000000 00000000 00
ffff916594dbd540 306491241 S Bo:4:002:10 -115 31 = 55534243 87000000 00e00100 80000a28 000c803a 000000f0 00000000 000000
ffff916594dbd540 306492171 C Bo:4:002:10 0 31 >
ffff916523b1aa80 306492198 S Bi:4:002:11 -115 122880 <
ffff916523b1aa80 306606392 C Bi:4:002:11 0 122880 = 40800000 40800100 40800200 40800300 40800400 40800c00 40800d00 40801800
ffff916594dbd540 306606431 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306607163 C Bi:4:002:11 0 13 = 55534253 87000000 00000000 00
ffff916594dbd540 306607247 S Bo:4:002:10 -115 31 = 55534243 88000000 00200000 80000a28 000c803a f0000010 00000000 000000
ffff916594dbd540 306608168 C Bo:4:002:10 0 31 >
ffff9164b6e8a180 306608193 S Bi:4:002:11 -115 8192 <
ffff9164b6e8a180 306616170 C Bi:4:002:11 0 8192 = 5e800000 5e800100 5e800200 5e800300 5e800400 5e800c00 5e800d00 5e801800
ffff916594dbd540 306616196 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306617172 C Bi:4:002:11 0 13 = 55534253 88000000 00000000 00
ffff916594dbd540 306617438 S Bo:4:002:10 -115 31 = 55534243 89000000 00e00100 80000a28 000c803b 000000f0 00000000 000000
ffff916594dbd540 306618168 C Bo:4:002:10 0 31 >
ffff9164b6e8a180 306618193 S Bi:4:002:11 -115 122880 <
ffff9164b6e8a180 306732231 C Bi:4:002:11 0 122880 = 60800000 60800100 60800200 60800300 60800400 60800c00 60800d00 60801800
ffff916594dbd540 306732266 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306733171 C Bi:4:002:11 0 13 = 55534253 89000000 00000000 00
ffff916594dbd540 306733236 S Bo:4:002:10 -115 31 = 55534243 8a000000 00200000 80000a28 000c803b f0000010 00000000 000000
ffff916594dbd540 306734162 C Bo:4:002:10 0 31 >
ffff916523b1aa80 306734178 S Bi:4:002:11 -115 8192 <
ffff916523b1aa80 306742177 C Bi:4:002:11 0 8192 = 7e800000 7e800100 7e800200 7e800300 7e800400 7e800c00 7e800d00 7e801800
ffff916594dbd540 306742200 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306743167 C Bi:4:002:11 0 13 = 55534253 8a000000 00000000 00
ffff916594dbd540 306743458 S Bo:4:002:10 -115 31 = 55534243 8b000000 00e00100 80000a28 00000009 100000f0 00000000 000000
ffff916594dbd540 306744169 C Bo:4:002:10 0 31 >
ffff916523b1aa80 306744184 S Bi:4:002:11 -115 122880 <
ffff916523b1aa80 306859391 C Bi:4:002:11 0 122880 = 288da3ff 458bb2ff 428e95ff 144268ff 006cffff 0355ceff 0078e9ff 0077e1ff
ffff916594dbd540 306859429 S Bi:4:002:11 -115 13 <
ffff916594dbd540 306860168 C Bi:4:002:11 0 13 = 55534253 8b000000 00000000 00
ffff916594dbd540 306860251 S Bo:4:002:10 -115 31 = 55534243 8c000000 00e00100 80000a28 00746f64 000000f0 00000000 000000
ffff916594dbd540 306861168 C Bo:4:002:10 0 31 >
ffff9164b6e8a180 306861187 S Bi:4:002:11 -115 122880 <
ffff9164b6e8a180 307005299 C Bi:4:002:11 0 122880 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 307005328 S Bi:4:002:11 -115 13 <
ffff916594dbd540 307006169 C Bi:4:002:11 0 13 = 55534253 8c000000 00000000 00
ffff916594dbd540 307006244 S Bo:4:002:10 -115 31 = 55534243 8d000000 00200000 80000a28 00746f64 f0000010 00000000 000000
ffff916594dbd540 307007171 C Bo:4:002:10 0 31 >
ffff916523b1aa80 307007196 S Bi:4:002:11 -115 8192 <
ffff916523b1aa80 307015177 C Bi:4:002:11 0 8192 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 307015194 S Bi:4:002:11 -115 13 <
ffff916594dbd540 307016172 C Bi:4:002:11 0 13 = 55534253 8d000000 00000000 00
ffff916594dbd540 307016248 S Bo:4:002:10 -115 31 = 55534243 8e000000 00e00100 80000a28 0000000a 000000f0 00000000 000000
ffff916594dbd540 307017163 C Bo:4:002:10 0 31 >
ffff916523b1aa80 307017179 S Bi:4:002:11 -115 122880 <
ffff916523b1aa80 307140391 C Bi:4:002:11 0 122880 = 68895210 8d721089 72148b36 880e8988 80000000 89888800 00008988 8c000000
ffff916594dbd540 307140427 S Bi:4:002:11 -115 13 <
ffff916594dbd540 307141171 C Bi:4:002:11 0 13 = 55534253 8e000000 00000000 00
ffff916594dbd540 307141253 S Bo:4:002:10 -115 31 = 55534243 8f000000 00200000 80000a28 0000000a f0000010 00000000 000000
ffff916594dbd540 307142168 C Bo:4:002:10 0 31 >
ffff916523b1aa80 307142185 S Bi:4:002:11 -115 8192 <
ffff916523b1aa80 307150172 C Bi:4:002:11 0 8192 = abaaaa2a f7e9c1fa 028bc2c1 e81f03c2 8d0440c1 e0033d80 00000076 0b56e8cb
ffff916594dbd540 307150189 S Bi:4:002:11 -115 13 <
ffff916594dbd540 307151172 C Bi:4:002:11 0 13 = 55534253 8f000000 00000000 00
ffff916594dbd540 307151233 S Bo:4:002:10 -115 31 = 55534243 90000000 00e00100 80000a28 00746f65 000000f0 00000000 000000
ffff916594dbd540 307152168 C Bo:4:002:10 0 31 >
ffff9164b6e8a180 307152194 S Bi:4:002:11 -115 122880 <
ffff9164b6e8a180 307266314 C Bi:4:002:11 0 122880 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 307266343 S Bi:4:002:11 -115 13 <
ffff916594dbd540 307267168 C Bi:4:002:11 0 13 = 55534253 90000000 00000000 00
ffff916594dbd540 307267241 S Bo:4:002:10 -115 31 = 55534243 91000000 00200000 80000a28 00746f65 f0000010 00000000 000000
ffff916594dbd540 307268172 C Bo:4:002:10 0 31 >
ffff916523b1aa80 307268197 S Bi:4:002:11 -115 8192 <
ffff916523b1aa80 307276177 C Bi:4:002:11 0 8192 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 307276201 S Bi:4:002:11 -115 13 <
ffff916594dbd540 307277162 C Bi:4:002:11 0 13 = 55534253 91000000 00000000 00
ffff916594dbd540 307277242 S Bo:4:002:10 -115 31 = 55534243 92000000 00e00100 80000a28 0000000b 000000f0 00000000 000000
ffff916594dbd540 307278161 C Bo:4:002:10 0 31 >
ffff9164b6e8a180 307278195 S Bi:4:002:11 -115 122880 <
ffff9164b6e8a180 307392394 C Bi:4:002:11 0 122880 = 538d4c24 28518d54 241c885c 24148b44 24145250 8d4c2428 89742434 e86f6103
ffff916594dbd540 307392432 S Bi:4:002:11 -115 13 <
ffff916594dbd540 307393173 C Bi:4:002:11 0 13 = 55534253 92000000 00000000 00
ffff916594dbd540 307393243 S Bo:4:002:10 -115 31 = 55534243 93000000 00200000 80000a28 0000000b f0000010 00000000 000000
ffff916594dbd540 307394164 C Bo:4:002:10 0 31 >
ffff9164b6e8a180 307394200 S Bi:4:002:11 -115 8192 <
ffff9164b6e8a180 307402176 C Bi:4:002:11 0 8192 = 84c00f94 c0888700 0100005f 5e5b83c4 18c20400 cccccccc cccccccc cccccccc
ffff916594dbd540 307402201 S Bi:4:002:11 -115 13 <
ffff916594dbd540 307403171 C Bi:4:002:11 0 13 = 55534253 93000000 00000000 00
ffff916594dbd540 307403213 S Bo:4:002:10 -115 31 = 55534243 94000000 00e00100 80000a28 00746f66 000000f0 00000000 000000
ffff916594dbd540 307404164 C Bo:4:002:10 0 31 >
ffff916523b1aa80 307404182 S Bi:4:002:11 -115 122880 <
ffff916523b1aa80 307518446 C Bi:4:002:11 0 122880 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 307518484 S Bi:4:002:11 -115 13 <
ffff916594dbd540 307519169 C Bi:4:002:11 0 13 = 55534253 94000000 00000000 00
ffff916594dbd540 307519237 S Bo:4:002:10 -115 31 = 55534243 95000000 00100000 80000a28 00746f66 f0000008 00000000 000000
ffff916594dbd540 307520167 C Bo:4:002:10 0 31 >
ffff9164b6e8a180 307520182 S Bi:4:002:11 -115 4096 <
ffff9164b6e8a180 307524174 C Bi:4:002:11 0 4096 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 307524196 S Bi:4:002:11 -115 13 <
ffff916594dbd540 307525168 C Bi:4:002:11 0 13 = 55534253 95000000 00000000 00
ffff916594dbd540 307525235 S Bo:4:002:10 -115 31 = 55534243 96000000 00e00100 80000a28 000c8030 000000f0 00000000 000000
ffff916594dbd540 307526165 C Bo:4:002:10 0 31 >
ffff9164b6e8a180 307526181 S Bi:4:002:11 -115 122880 <
ffff9164b6e8a180 307650388 C Bi:4:002:11 0 122880 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 307650422 S Bi:4:002:11 -115 13 <
ffff916594dbd540 307651172 C Bi:4:002:11 0 13 = 55534253 96000000 00000000 00
ffff916594dbd540 307651242 S Bo:4:002:10 -115 31 = 55534243 97000000 00200000 80000a28 000c8030 f0000010 00000000 000000
ffff916594dbd540 307652165 C Bo:4:002:10 0 31 >
ffff916523b1aa80 307652181 S Bi:4:002:11 -115 8192 <
ffff916523b1aa80 307660178 C Bi:4:002:11 0 8192 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 307660202 S Bi:4:002:11 -115 13 <
ffff916594dbd540 307661168 C Bi:4:002:11 0 13 = 55534253 97000000 00000000 00
ffff916594dbd540 307661223 S Bo:4:002:10 -115 31 = 55534243 98000000 00000100 80000a28 00746f67 00000080 00000000 000000
ffff916594dbd540 307662162 C Bo:4:002:10 0 31 >
ffff916523b1aa80 307662187 S Bi:4:002:11 -115 65536 <
ffff916523b1aa80 307723191 C Bi:4:002:11 0 65536 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 307723222 S Bi:4:002:11 -115 13 <
ffff916594dbd540 307724169 C Bi:4:002:11 0 13 = 55534253 98000000 00000000 00
ffff916594dbd540 307724246 S Bo:4:002:10 -115 31 = 55534243 99000000 00d00000 80000a28 00746f67 88000068 00000000 000000
ffff916594dbd540 307725173 C Bo:4:002:10 0 31 >
ffff9164b6e8a180 307725190 S Bi:4:002:11 -115 53248 <
ffff9164b6e8a180 307775243 C Bi:4:002:11 0 53248 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 307775278 S Bi:4:002:11 -115 13 <
ffff916594dbd540 307776172 C Bi:4:002:11 0 13 = 55534253 99000000 00000000 00
ffff916594dbd540 307776244 S Bo:4:002:10 -115 31 = 55534243 9a000000 00e00100 80000a28 000c8031 000000f0 00000000 000000
ffff916594dbd540 307777164 C Bo:4:002:10 0 31 >
ffff9164b6e8a180 307777190 S Bi:4:002:11 -115 122880 <
ffff9164b6e8a180 307891393 C Bi:4:002:11 0 122880 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 307891424 S Bi:4:002:11 -115 13 <
ffff916594dbd540 307892171 C Bi:4:002:11 0 13 = 55534253 9a000000 00000000 00
ffff916594dbd540 307892245 S Bo:4:002:10 -115 31 = 55534243 9b000000 00200000 80000a28 000c8031 f0000010 00000000 000000
ffff916594dbd540 307893167 C Bo:4:002:10 0 31 >
ffff916523b1aa80 307893192 S Bi:4:002:11 -115 8192 <
ffff916523b1aa80 307901175 C Bi:4:002:11 0 8192 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 307901200 S Bi:4:002:11 -115 13 <
ffff916594dbd540 307902170 C Bi:4:002:11 0 13 = 55534253 9b000000 00000000 00
ffff916594dbd540 307902233 S Bo:4:002:10 -115 31 = 55534243 9c000000 00100000 80000a28 000c8048 00000008 00000000 000000
ffff916594dbd540 307903165 C Bo:4:002:10 0 31 >
ffff916523b1aa80 307903192 S Bi:4:002:11 -115 4096 <
ffff916523b1aa80 307922174 C Bi:4:002:11 0 4096 = 00820000 00820100 00820200 00820300 00820400 00820c00 00820d00 00821800
ffff916594dbd540 307922189 S Bi:4:002:11 -115 13 <
ffff916594dbd540 307923172 C Bi:4:002:11 0 13 = 55534253 9c000000 00000000 00
ffff916594dbd540 307923225 S Bo:4:002:10 -115 31 = 55534243 9d000000 00e00100 80000a28 000c8032 000000f0 00000000 000000
ffff916594dbd540 307924165 C Bo:4:002:10 0 31 >
ffff9164b6e8a180 307924190 S Bi:4:002:11 -115 122880 <
ffff9164b6e8a180 308038350 C Bi:4:002:11 0 122880 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 308038388 S Bi:4:002:11 -115 13 <
ffff916594dbd540 308039172 C Bi:4:002:11 0 13 = 55534253 9d000000 00000000 00
ffff916594dbd540 308039252 S Bo:4:002:10 -115 31 = 55534243 9e000000 00200000 80000a28 000c8032 f0000010 00000000 000000
ffff916594dbd540 308040165 C Bo:4:002:10 0 31 >
ffff916523b1aa80 308040189 S Bi:4:002:11 -115 8192 <
ffff916523b1aa80 308048179 C Bi:4:002:11 0 8192 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 308048196 S Bi:4:002:11 -115 13 <
ffff916594dbd540 308049172 C Bi:4:002:11 0 13 = 55534253 9e000000 00000000 00
ffff916594dbd540 308049229 S Bo:4:002:10 -115 31 = 55534243 9f000000 00100000 80000a28 00000000 00000008 00000000 000000
ffff916594dbd540 308050165 C Bo:4:002:10 0 31 >
ffff9164b6e8a180 308050191 S Bi:4:002:11 -115 4096 <
ffff9164b6e8a180 308061178 C Bi:4:002:11 0 4096 = 33c08ed0 bc007cfb 5007501f fcbe1b7c bf1b0650 57b9e501 f3a4cbbd be07b104
ffff916594dbd540 308061192 S Bi:4:002:11 -115 13 <
ffff916594dbd540 308062144 C Bi:4:002:11 0 13 = 55534253 9f000000 00000000 00
ffff916594dbd540 308062207 S Bo:4:002:10 -115 31 = 55534243 a0000000 00700000 80000a28 000c8033 00000038 00000000 000000
ffff916594dbd540 308063146 C Bo:4:002:10 0 31 >
ffff916523b1aa80 308063187 S Bi:4:002:11 -115 28672 <
ffff916523b1aa80 308090210 C Bi:4:002:11 0 28672 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 308090253 S Bi:4:002:11 -115 13 <
ffff916594dbd540 308091174 C Bi:4:002:11 0 13 = 55534253 a0000000 00000000 00
ffff916594dbd540 308091255 S Bo:4:002:10 -115 31 = 55534243 a1000000 00000000 00000600 00000000 00000000 00000000 000000
ffff916594dbd540 308092171 C Bo:4:002:10 0 31 >
ffff916594dbd540 308092194 S Bi:4:002:11 -115 13 <
ffff916594dbd540 308093172 C Bi:4:002:11 0 13 = 55534253 a1000000 00000000 00
ffff916594dbd540 308093217 S Bo:4:002:10 -115 31 = 55534243 a2000000 00800000 80000a28 000c8033 40000040 00000000 000000
ffff916594dbd540 308094164 C Bo:4:002:10 0 31 >
ffff9165069226c0 308094190 S Bi:4:002:11 -115 32768 <
ffff9165069226c0 308125208 C Bi:4:002:11 0 32768 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 308125231 S Bi:4:002:11 -115 13 <
ffff916594dbd540 308126170 C Bi:4:002:11 0 13 = 55534253 a2000000 00000000 00
ffff916594dbd540 308126225 S Bo:4:002:10 -115 31 = 55534243 a3000000 00f00000 80000a28 000c8033 88000078 00000000 000000
ffff916594dbd540 308127174 C Bo:4:002:10 0 31 >
ffff9165239abcc0 308127198 S Bi:4:002:11 -115 61440 <
ffff9165239abcc0 308184264 C Bi:4:002:11 0 61440 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ffff916594dbd540 308184294 S Bi:4:002:11 -115 13 <
ffff916594dbd540 308185160 C Bi:4:002:11 0 13 = 55534253 a3000000 00000000 00
ffff916594dbd540 308185406 S Bo:4:002:10 -115 31 = 55534243 a4000000 00100000 80000a28 00006008 00000008 00000000 000000
ffff916594dbd540 308186174 C Bo:4:002:10 0 31 >
ffff9165069226c0 308186189 S Bi:4:002:11 -115 4096 <
ffff9165069226c0 308193172 C Bi:4:002:11 0 4096 = 46494c45 30000300 5f463f05 00000000 01000100 38000100 a8010000 00040000
ffff916594dbd540 308193205 S Bi:4:002:11 -115 13 <
ffff916594dbd540 308194172 C Bi:4:002:11 0 13 = 55534253 a4000000 00000000 00
ffff916594dbd540 308194289 S Bo:4:002:10 -115 31 = 55534243 a5000000 00100000 80000a28 00000018 00000008 00000000 000000
ffff916594dbd540 308195170 C Bo:4:002:10 0 31 >
ffff9165239abcc0 308195187 S Bi:4:002:11 -115 4096 <
ffff9165239abcc0 308210172 C Bi:4:002:11 0 4096 = 50c64424 12018d68 588b068b cec64424 1300ff50 048b168b ce894424 24ff5208
ffff916594dbd540 308210198 S Bi:4:002:11 -115 13 <
ffff916594dbd540 308211174 C Bi:4:002:11 0 13 = 55534253 a5000000 00000000 00
ffff916594dbd540 308214745 S Bo:4:002:10 -115 31 = 55534243 a6000000 00000000 00000600 00000000 00000000 00000000 000000
ffff916594dbd540 308215148 C Bo:4:002:10 0 31 >
ffff916594dbd540 308216067 S Bi:4:002:11 -115 13 <
ffff916594dbd540 308217149 C Bi:4:002:11 0 13 = 55534253 a6000000 00000000 00
ffff9165b36c7d80 345208206 C Ii:4:001:1 0:128 1 = 02
ffff9165b36c7d80 345208230 S Ii:4:001:1 -115:128 2 <
ffff916506922840 345208251 S Ci:4:001:0 s a3 00 0000 0001 0004 4 <
ffff916506922840 345208273 C Ci:4:001:0 0 4 = 00010300
ffff916506922840 345208288 S Co:4:001:0 s 23 01 0010 0001 0000 0
ffff916506922840 345208302 C Co:4:001:0 0 0
ffff916506922840 345208314 S Co:4:001:0 s 23 01 0011 0001 0000 0
ffff916506922840 345208327 C Co:4:001:0 0 0

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

* Re: USB disk speed regression WD Elements - with bisect result 22547c4cc4fe20698a6a85a55b8788859134b8e4
  2017-07-25 15:03         ` Zdenek Kabelac
@ 2017-07-25 17:02           ` Alan Stern
  2017-07-25 17:46             ` Zdenek Kabelac
  0 siblings, 1 reply; 19+ messages in thread
From: Alan Stern @ 2017-07-25 17:02 UTC (permalink / raw)
  To: Zdenek Kabelac; +Cc: LKML, dianders, linux, gregkh

On Tue, 25 Jul 2017, Zdenek Kabelac wrote:

> And in fact it's the very same commit - which adds this message
> (just check current 4.13 with and without this commit reverted)
> 
> So here goes usbmon trace (aka  'cat /sys/kernel/debug/usb/usbmon/0u')
> no other usb device has been touch so should not hopefully interfere here.
> 
> Trace is from 4.12 kernel - so it has reported  "not running at top speed"

Can you collect an equivalent trace under 4.8?

Alan Stern

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

* Re: USB disk speed regression WD Elements - with bisect result 22547c4cc4fe20698a6a85a55b8788859134b8e4
  2017-07-25 17:02           ` Alan Stern
@ 2017-07-25 17:46             ` Zdenek Kabelac
  2017-07-25 19:50               ` Alan Stern
  0 siblings, 1 reply; 19+ messages in thread
From: Zdenek Kabelac @ 2017-07-25 17:46 UTC (permalink / raw)
  To: Alan Stern; +Cc: LKML, dianders, linux, gregkh

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

Dne 25.7.2017 v 19:02 Alan Stern napsal(a):
> On Tue, 25 Jul 2017, Zdenek Kabelac wrote:
> 
>> And in fact it's the very same commit - which adds this message
>> (just check current 4.13 with and without this commit reverted)
>>
>> So here goes usbmon trace (aka  'cat /sys/kernel/debug/usb/usbmon/0u')
>> no other usb device has been touch so should not hopefully interfere here.
>>
>> Trace is from 4.12 kernel - so it has reported  "not running at top speed"
> 
> Can you collect an equivalent trace under 4.8?
> 
> Alan Stern
> 

Hi


Sure - no pb.

Just attached & detached  USB disk in this trace

Zdenek





[-- Attachment #2: usmon4.8 --]
[-- Type: application/x-troff-man, Size: 85948 bytes --]

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

* Re: USB disk speed regression WD Elements - with bisect result 22547c4cc4fe20698a6a85a55b8788859134b8e4
  2017-07-25 17:46             ` Zdenek Kabelac
@ 2017-07-25 19:50               ` Alan Stern
  2017-07-26  2:33                 ` Guenter Roeck
  2017-07-26 17:49                 ` Zdenek Kabelac
  0 siblings, 2 replies; 19+ messages in thread
From: Alan Stern @ 2017-07-25 19:50 UTC (permalink / raw)
  To: Zdenek Kabelac; +Cc: LKML, dianders, linux, gregkh

On Tue, 25 Jul 2017, Zdenek Kabelac wrote:

> Dne 25.7.2017 v 19:02 Alan Stern napsal(a):
> > On Tue, 25 Jul 2017, Zdenek Kabelac wrote:
> > 
> >> And in fact it's the very same commit - which adds this message
> >> (just check current 4.13 with and without this commit reverted)
> >>
> >> So here goes usbmon trace (aka  'cat /sys/kernel/debug/usb/usbmon/0u')
> >> no other usb device has been touch so should not hopefully interfere here.
> >>
> >> Trace is from 4.12 kernel - so it has reported  "not running at top speed"
> > 
> > Can you collect an equivalent trace under 4.8?
> > 
> > Alan Stern
> > 
> 
> Hi
> 
> 
> Sure - no pb.
> 
> Just attached & detached  USB disk in this trace

This is really peculiar.  The only difference is that the 4.12 trace
shows an extra 250 ms delay (including two extra Get-Port-Status
requests) compared to the 4.8 trace.  I honestly can't tell what could 
be causing the switch from high speed to full speed, or why it would 
happen in one case but not the other.

It's obvious that _something_ is confusing the USB hardware in the disk
drive.  This shows up in both traces: After you unplug and replug the
drive, it initially connects at high-speed and then disconnects itself
before the computer can communicate with it.  Then a second connection
occurs.  For example, in the 4.8 log:

08:18 usb 2-2: USB disconnect, device number 2
08:25 usb 2-2: new high-speed USB device number 3 using ehci-pci
08:26 usb 2-2: new high-speed USB device number 4 using ehci-pci

If the drive were working entirely correctly, it wouldn't do that.

We could continue futzing around with hardware and driver tests for a 
long time.  But there may be a shortcut: If you have a USB hub, you 
could try attaching the drive through it.  It's entirely possible that 
this will fix the problem.

If not, you'll have to start doing some very detailed tests.  As a 
start, you can enable debugging for the usbcore and ehci_hcd drivers 
immediately before the test:

echo 'module usbcore =p' >/sys/kernel/debug/dynamic_debug/control
echo 'module ehci_hcd =p' >/sys/kernel/debug/dynamic_debug/control
dmesg -C

Then after the test, see what shows up in the dmesg output.  And again,
we'll want to do a comparison.  In fact, 4.12 with and without the
commit you identified would make a better comparison than 4.12 vs. 4.8.

Alan Stern

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

* Re: USB disk speed regression WD Elements - with bisect result 22547c4cc4fe20698a6a85a55b8788859134b8e4
  2017-07-25 19:50               ` Alan Stern
@ 2017-07-26  2:33                 ` Guenter Roeck
  2017-07-26 14:28                   ` Alan Stern
  2017-07-26 17:49                 ` Zdenek Kabelac
  1 sibling, 1 reply; 19+ messages in thread
From: Guenter Roeck @ 2017-07-26  2:33 UTC (permalink / raw)
  To: Alan Stern, Zdenek Kabelac; +Cc: LKML, dianders, gregkh

On 07/25/2017 12:50 PM, Alan Stern wrote:
> On Tue, 25 Jul 2017, Zdenek Kabelac wrote:
> 
>> Dne 25.7.2017 v 19:02 Alan Stern napsal(a):
>>> On Tue, 25 Jul 2017, Zdenek Kabelac wrote:
>>>
>>>> And in fact it's the very same commit - which adds this message
>>>> (just check current 4.13 with and without this commit reverted)
>>>>
>>>> So here goes usbmon trace (aka  'cat /sys/kernel/debug/usb/usbmon/0u')
>>>> no other usb device has been touch so should not hopefully interfere here.
>>>>
>>>> Trace is from 4.12 kernel - so it has reported  "not running at top speed"
>>>
>>> Can you collect an equivalent trace under 4.8?
>>>
>>> Alan Stern
>>>
>>
>> Hi
>>
>>
>> Sure - no pb.
>>
>> Just attached & detached  USB disk in this trace
> 
> This is really peculiar.  The only difference is that the 4.12 trace
> shows an extra 250 ms delay (including two extra Get-Port-Status

Most likely we are now catching the long reset timeout. HUB_LONG_RESET_TIME
is 200 ms. It looks like the code is catching exactly the condition
addressed in my patch, ie USB_PORT_STAT_RESET is cleared but
USB_PORT_STAT_CONNECTION is not yet set. hub_port_wait_reset() will
now wait for USB_PORT_STAT_CONNECTION, which it didn't do before.

> requests) compared to the 4.8 trace.  I honestly can't tell what could
> be causing the switch from high speed to full speed, or why it would
> happen in one case but not the other.
> 

We talked about this today. What is causing the switch from high speed to
full speed ? Is this triggered by the kernel, or by the USB controller ?

If it is triggered by the USB controller, maybe the changed timing around
repeated hub resets, either in combination with an additional hub reset
or in combination with fewer resets, results in the full speed connection.
That is just a wild guess, of course.

Guenter

> It's obvious that _something_ is confusing the USB hardware in the disk
> drive.  This shows up in both traces: After you unplug and replug the
> drive, it initially connects at high-speed and then disconnects itself
> before the computer can communicate with it.  Then a second connection
> occurs.  For example, in the 4.8 log:
> 
> 08:18 usb 2-2: USB disconnect, device number 2
> 08:25 usb 2-2: new high-speed USB device number 3 using ehci-pci
> 08:26 usb 2-2: new high-speed USB device number 4 using ehci-pci
> 
> If the drive were working entirely correctly, it wouldn't do that.
>  > We could continue futzing around with hardware and driver tests for a
> long time.  But there may be a shortcut: If you have a USB hub, you
> could try attaching the drive through it.  It's entirely possible that
> this will fix the problem.
> 
> If not, you'll have to start doing some very detailed tests.  As a
> start, you can enable debugging for the usbcore and ehci_hcd drivers
> immediately before the test:
> 
> echo 'module usbcore =p' >/sys/kernel/debug/dynamic_debug/control
> echo 'module ehci_hcd =p' >/sys/kernel/debug/dynamic_debug/control
> dmesg -C
> 
> Then after the test, see what shows up in the dmesg output.  And again,
> we'll want to do a comparison.  In fact, 4.12 with and without the
> commit you identified would make a better comparison than 4.12 vs. 4.8.
> 
> Alan Stern
> 
> 

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

* Re: USB disk speed regression WD Elements - with bisect result 22547c4cc4fe20698a6a85a55b8788859134b8e4
  2017-07-26  2:33                 ` Guenter Roeck
@ 2017-07-26 14:28                   ` Alan Stern
  2017-07-26 14:36                     ` Zdenek Kabelac
  0 siblings, 1 reply; 19+ messages in thread
From: Alan Stern @ 2017-07-26 14:28 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: Zdenek Kabelac, LKML, dianders, gregkh

On Tue, 25 Jul 2017, Guenter Roeck wrote:

> On 07/25/2017 12:50 PM, Alan Stern wrote:
> > On Tue, 25 Jul 2017, Zdenek Kabelac wrote:
> > 
> >> Dne 25.7.2017 v 19:02 Alan Stern napsal(a):
> >>> On Tue, 25 Jul 2017, Zdenek Kabelac wrote:
> >>>
> >>>> And in fact it's the very same commit - which adds this message
> >>>> (just check current 4.13 with and without this commit reverted)
> >>>>
> >>>> So here goes usbmon trace (aka  'cat /sys/kernel/debug/usb/usbmon/0u')
> >>>> no other usb device has been touch so should not hopefully interfere here.
> >>>>
> >>>> Trace is from 4.12 kernel - so it has reported  "not running at top speed"
> >>>
> >>> Can you collect an equivalent trace under 4.8?
> >>>
> >>> Alan Stern
> >>>
> >>
> >> Hi
> >>
> >>
> >> Sure - no pb.
> >>
> >> Just attached & detached  USB disk in this trace
> > 
> > This is really peculiar.  The only difference is that the 4.12 trace
> > shows an extra 250 ms delay (including two extra Get-Port-Status
> 
> Most likely we are now catching the long reset timeout. HUB_LONG_RESET_TIME
> is 200 ms. It looks like the code is catching exactly the condition
> addressed in my patch, ie USB_PORT_STAT_RESET is cleared but
> USB_PORT_STAT_CONNECTION is not yet set. hub_port_wait_reset() will
> now wait for USB_PORT_STAT_CONNECTION, which it didn't do before.
> 
> > requests) compared to the 4.8 trace.  I honestly can't tell what could
> > be causing the switch from high speed to full speed, or why it would
> > happen in one case but not the other.
> > 
> 
> We talked about this today. What is causing the switch from high speed to
> full speed ? Is this triggered by the kernel, or by the USB controller ?

A little of both.  When a reset completes, if the device does not
follow the high-speed chirp protocol, the EHCI status registers show
that the port is not enabled.  When the driver sees that, it sets a bit
that causes the connection to be moved over from the high-speed EHCI
controller to the companion full-speed UHCI controller.  The code that
does this is in check_reset_complete() in ehci-hub.c.

The logs showed the same thing in both kernels: When the reset 
completed, the port status showed no connection and not enabled.  
Nevertheless, one kernel switched the port over to the UHCI controller 
and the other kernel didn't.

> If it is triggered by the USB controller, maybe the changed timing around
> repeated hub resets, either in combination with an additional hub reset
> or in combination with fewer resets, results in the full speed connection.
> That is just a wild guess, of course.

I don't think that is what happened.

Alan Stern

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

* Re: USB disk speed regression WD Elements - with bisect result 22547c4cc4fe20698a6a85a55b8788859134b8e4
  2017-07-26 14:28                   ` Alan Stern
@ 2017-07-26 14:36                     ` Zdenek Kabelac
  2017-07-26 15:04                       ` Alan Stern
  0 siblings, 1 reply; 19+ messages in thread
From: Zdenek Kabelac @ 2017-07-26 14:36 UTC (permalink / raw)
  To: Alan Stern, Guenter Roeck; +Cc: LKML, dianders, gregkh

Dne 26.7.2017 v 16:28 Alan Stern napsal(a):
> On Tue, 25 Jul 2017, Guenter Roeck wrote:
> 
>> On 07/25/2017 12:50 PM, Alan Stern wrote:
>>> On Tue, 25 Jul 2017, Zdenek Kabelac wrote:
>>>
>>>> Dne 25.7.2017 v 19:02 Alan Stern napsal(a):
>>>>> On Tue, 25 Jul 2017, Zdenek Kabelac wrote:
>>>>>
>>>>>> And in fact it's the very same commit - which adds this message
>>>>>> (just check current 4.13 with and without this commit reverted)
>>>>>>
>>>>>> So here goes usbmon trace (aka  'cat /sys/kernel/debug/usb/usbmon/0u')
>>>>>> no other usb device has been touch so should not hopefully interfere here.
>>>>>>
>>>>>> Trace is from 4.12 kernel - so it has reported  "not running at top speed"
>>>>>
>>>>> Can you collect an equivalent trace under 4.8?
>>>>>
>>>>> Alan Stern
>>>>>
>>>>
>>>> Hi
>>>>
>>>>
>>>> Sure - no pb.
>>>>
>>>> Just attached & detached  USB disk in this trace
>>>
>>> This is really peculiar.  The only difference is that the 4.12 trace
>>> shows an extra 250 ms delay (including two extra Get-Port-Status
>>
>> Most likely we are now catching the long reset timeout. HUB_LONG_RESET_TIME
>> is 200 ms. It looks like the code is catching exactly the condition
>> addressed in my patch, ie USB_PORT_STAT_RESET is cleared but
>> USB_PORT_STAT_CONNECTION is not yet set. hub_port_wait_reset() will
>> now wait for USB_PORT_STAT_CONNECTION, which it didn't do before.
>>
>>> requests) compared to the 4.8 trace.  I honestly can't tell what could
>>> be causing the switch from high speed to full speed, or why it would
>>> happen in one case but not the other.
>>>
>>
>> We talked about this today. What is causing the switch from high speed to
>> full speed ? Is this triggered by the kernel, or by the USB controller ?
> 
> A little of both.  When a reset completes, if the device does not
> follow the high-speed chirp protocol, the EHCI status registers show
> that the port is not enabled.  When the driver sees that, it sets a bit
> that causes the connection to be moved over from the high-speed EHCI
> controller to the companion full-speed UHCI controller.  The code that
> does this is in check_reset_complete() in ehci-hub.c.


Well I do have 4.13-rc1 kernel - where the only difference is the revert
of mentioned patched - so I can provide probably traces from this one if that
helps anything.

What is not quite clear to me - why T440 works.

Could this be in some way related to the fact that T61 is USB2 only old lenovo 
machine while T440 works with  USB3 (new SuperSpeed USB device number...)

So maybe there is some time-sensitive logic - where WD Elements
decides to be USB2 or USB3 device ???


Zdenek

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

* Re: USB disk speed regression WD Elements - with bisect result 22547c4cc4fe20698a6a85a55b8788859134b8e4
  2017-07-26 14:36                     ` Zdenek Kabelac
@ 2017-07-26 15:04                       ` Alan Stern
  0 siblings, 0 replies; 19+ messages in thread
From: Alan Stern @ 2017-07-26 15:04 UTC (permalink / raw)
  To: Zdenek Kabelac; +Cc: Guenter Roeck, LKML, dianders, gregkh

On Wed, 26 Jul 2017, Zdenek Kabelac wrote:

> Well I do have 4.13-rc1 kernel - where the only difference is the revert
> of mentioned patched - so I can provide probably traces from this one if that
> helps anything.
> 
> What is not quite clear to me - why T440 works.
> 
> Could this be in some way related to the fact that T61 is USB2 only old lenovo 
> machine while T440 works with  USB3 (new SuperSpeed USB device number...)

Very likely that is the reason.  The hardware is different.

> So maybe there is some time-sensitive logic - where WD Elements
> decides to be USB2 or USB3 device ???

The decision has to be agreed upon on both sides -- the drive and the 
kernel.  If you enable debugging in the kernel, we'll have a better 
picture of what it is deciding to do.

Alan Stern

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

* Re: USB disk speed regression WD Elements - with bisect result 22547c4cc4fe20698a6a85a55b8788859134b8e4
  2017-07-25 19:50               ` Alan Stern
  2017-07-26  2:33                 ` Guenter Roeck
@ 2017-07-26 17:49                 ` Zdenek Kabelac
  2017-07-27  1:03                   ` Alan Stern
  1 sibling, 1 reply; 19+ messages in thread
From: Zdenek Kabelac @ 2017-07-26 17:49 UTC (permalink / raw)
  To: Alan Stern; +Cc: LKML, dianders, linux, gregkh

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

Dne 25.7.2017 v 21:50 Alan Stern napsal(a):
> On Tue, 25 Jul 2017, Zdenek Kabelac wrote:
> 
> 
> 08:18 usb 2-2: USB disconnect, device number 2
> 08:25 usb 2-2: new high-speed USB device number 3 using ehci-pci
> 08:26 usb 2-2: new high-speed USB device number 4 using ehci-pci
> 
> If the drive were working entirely correctly, it wouldn't do that.
> 
> We could continue futzing around with hardware and driver tests for a
> long time.  But there may be a shortcut: If you have a USB hub, you
> could try attaching the drive through it.  It's entirely possible that
> this will fix the problem.
> 
> If not, you'll have to start doing some very detailed tests.  As a
> start, you can enable debugging for the usbcore and ehci_hcd drivers
> immediately before the test:
> 
> echo 'module usbcore =p' >/sys/kernel/debug/dynamic_debug/control
> echo 'module ehci_hcd =p' >/sys/kernel/debug/dynamic_debug/control
> dmesg -C
> 
> Then after the test, see what shows up in the dmesg output.  And again,
> we'll want to do a comparison.  In fact, 4.12 with and without the
> commit you identified would make a better comparison than 4.12 vs. 4.8.
> 


Hi


So here we go with traces - made with freshly compiled recent 4.13-rc2.
OK trace is with revert patch applied.
BAD trace is the one with it (essentially vaniala master).

Trace also has KOBJECT debugging enabled - I think difference is
nicely visible between them - but I've no explanation for it.

Both traces start with cable detach followed with attachment.

Regards

Zdenek

[-- Attachment #2: OKtrace.txt --]
[-- Type: text/plain, Size: 34274 bytes --]

[  147.268628] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0004
[  147.268768] ehci-pci 0000:00:1d.7: GetStatus port:2 status 001002 0  ACK POWER sig=se0 CSC
[  147.268969] usb usb2-port2: status 0100, change 0001, 12 Mb/s
[  147.269076] usb 2-2: USB disconnect, device number 2
[  147.269168] usb 2-2: unregistering device
[  147.269244] usb 2-2: unregistering interface 2-2:1.0
[  147.269451] kobject: 'ep_8b' (ffff88012fd60020): kobject_uevent_env
[  147.269558] kobject: 'ep_8b' (ffff88012fd60020): kobject_uevent_env: filter function caused the event to drop!
[  147.269724] kobject: 'ep_8b' (ffff88012fd60020): kobject_cleanup, parent           (null)
[  147.269853] kobject: 'ep_8b' (ffff88012fd60020): calling ktype release
[  147.269966] kobject: 'ep_8b': free name
[  147.270176] kobject: 'ep_0a' (ffff88012f440020): kobject_uevent_env
[  147.270286] kobject: 'ep_0a' (ffff88012f440020): kobject_uevent_env: filter function caused the event to drop!
[  147.270452] kobject: 'ep_0a' (ffff88012f440020): kobject_cleanup, parent           (null)
[  147.270582] kobject: 'ep_0a' (ffff88012f440020): calling ktype release
[  147.270693] kobject: 'ep_0a': free name
[  147.271144] kobject: '5:0:0:0' (ffff88012f448010): kobject_uevent_env
[  147.271269] kobject: '5:0:0:0' (ffff88012f448010): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/bsg/5:0:0:0'
[  147.271552] kobject: 'bsg' (ffff88012f6dede0): kobject_cleanup, parent ffff88012f4d3288
[  147.271686] kobject: 'bsg' (ffff88012f6dede0): auto cleanup kobject_del
[  147.271798] kobject: 'bsg' (ffff88012f6dede0): calling ktype release
[  147.271906] kobject: 'bsg': free name
[  147.271975] kobject: '5:0:0:0' (ffff88012f448010): kobject_cleanup, parent           (null)
[  147.272108] kobject: '5:0:0:0' (ffff88012f448010): calling ktype release
[  147.272222] kobject: '5:0:0:0': free name
[  147.272516] kobject: 'sg2' (ffff88012f448810): kobject_uevent_env
[  147.272626] kobject: 'sg2' (ffff88012f448810): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/scsi_generic/sg2'
[  147.272887] kobject: 'scsi_generic' (ffff88012f6dec60): kobject_cleanup, parent ffff88012f4d3288
[  147.273031] kobject: 'scsi_generic' (ffff88012f6dec60): auto cleanup kobject_del
[  147.273159] kobject: 'scsi_generic' (ffff88012f6dec60): calling ktype release
[  147.273275] kobject: 'scsi_generic': free name
[  147.273424] kobject: 'sg2' (ffff88012f448810): kobject_cleanup, parent           (null)
[  147.273555] kobject: 'sg2' (ffff88012f448810): calling ktype release
[  147.273667] kobject: 'sg2': free name
[  147.273741] kobject: '(null)' (ffff88013559ad80): kobject_cleanup, parent           (null)
[  147.273877] kobject: '(null)' (ffff88013559ad80): calling ktype release
[  147.273993] kobject: '(null)' (ffff88012f4490b0): kobject_cleanup, parent           (null)
[  147.274128] kobject: '(null)' (ffff88012f4490b0): calling ktype release
[  147.274261] kobject: '5:0:0:0' (ffff88012f4d3738): kobject_uevent_env
[  147.274377] kobject: '5:0:0:0' (ffff88012f4d3738): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/scsi_device/5:0:0:0'
[  147.274646] kobject: 'scsi_device' (ffff88012ec95f60): kobject_cleanup, parent ffff88012f4d3288
[  147.274786] kobject: 'scsi_device' (ffff88012ec95f60): auto cleanup kobject_del
[  147.274907] kobject: 'scsi_device' (ffff88012ec95f60): calling ktype release
[  147.275027] kobject: 'scsi_device': free name
[  147.275105] kobject: '5:0:0:0' (ffff88012f4d3738): kobject_cleanup, parent           (null)
[  147.287658] kobject: '5:0:0:0' (ffff88012f4d3738): calling ktype release
[  147.289973] kobject: '5:0:0:0': free name
[  147.292146] kobject: '5:0:0:0' (ffff88012f447820): kobject_uevent_env
[  147.294171] kobject: '5:0:0:0' (ffff88012f447820): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/scsi_disk/5:0:0:0'
[  147.296250] kobject: 'scsi_disk' (ffff88012ec95cc0): kobject_cleanup, parent ffff88012f4d3288
[  147.301542] kobject: 'scsi_disk' (ffff88012ec95cc0): auto cleanup kobject_del
[  147.303515] kobject: 'scsi_disk' (ffff88012ec95cc0): calling ktype release
[  147.305532] kobject: 'scsi_disk': free name
[  147.307538] kobject: 'integrity' (ffff880131352e08): kobject_uevent_env
[  147.309455] kobject: 'integrity' (ffff880131352e08): kobject_uevent_env: filter function caused the event to drop!
[  147.311406] kobject: 'integrity' (ffff880131352e08): kobject_cleanup, parent           (null)
[  147.314510] kobject: 'integrity' (ffff880131352e08): does not have a release() function, it is broken and must be fixed.
[  147.317677] kobject: 'integrity': free name
[  147.320851] kobject: 'holders' (ffff88012ffc93c0): kobject_cleanup, parent ffff880130f42068
[  147.324152] kobject: 'holders' (ffff88012ffc93c0): auto cleanup kobject_del
[  147.329023] kobject: 'holders' (ffff88012ffc93c0): calling ktype release
[  147.333842] kobject: (ffff88012ffc93c0): dynamic_kobj_release
[  147.338602] kobject: 'holders': free name
[  147.343614] kobject: 'sdb2' (ffff880130f42068): kobject_uevent_env
[  147.348362] kobject: 'sdb2' (ffff880130f42068): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/block/sdb/sdb2'
[  147.353317] kobject: 'holders' (ffff88012ffc9ac0): kobject_cleanup, parent ffff88012f44a868
[  147.358240] kobject: 'holders' (ffff88012ffc9ac0): auto cleanup kobject_del
[  147.360814] kobject: 'holders' (ffff88012ffc9ac0): calling ktype release
[  147.363228] kobject: (ffff88012ffc9ac0): dynamic_kobj_release
[  147.366281] kobject: 'holders': free name
[  147.368866] kobject: 'sdb1' (ffff88012f44a868): kobject_uevent_env
[  147.371310] kobject: 'sdb1' (ffff88012f44a868): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/block/sdb/sdb1'
[  147.373823] kobject: 'sdb2' (ffff880130f42068): kobject_cleanup, parent           (null)
[  147.373825] kobject: 'sdb2' (ffff880130f42068): calling ktype release
[  147.373833] kobject: 'sdb2': free name
[  147.384179] kobject: '8:16' (ffff88012f44b010): kobject_uevent_env
[  147.389154] kobject: '8:16' (ffff88012f44b010): fill_kobj_path: path = '/devices/virtual/bdi/8:16'
[  147.392016] kobject: '8:16' (ffff88012f44b010): kobject_cleanup, parent           (null)
[  147.397620] kobject: '8:16' (ffff88012f44b010): calling ktype release
[  147.400805] kobject: '8:16': free name
[  147.402868] kobject: 'mq' (ffff8801311ed290): kobject_uevent_env
[  147.404936] kobject: 'mq' (ffff8801311ed290): kobject_uevent_env: filter function caused the event to drop!
[  147.407004] kobject: 'iosched' (ffff88012f73a810): kobject_uevent_env
[  147.409017] kobject: 'iosched' (ffff88012f73a810): kobject_uevent_env: filter function caused the event to drop!
[  147.411084] kobject: 'sdb1' (ffff88012f44a868): kobject_cleanup, parent           (null)
[  147.411086] kobject: 'sdb1' (ffff88012f44a868): calling ktype release
[  147.411092] kobject: 'sdb1': free name
[  147.425828] kobject: 'queue' (ffff8801311ed250): kobject_uevent_env
[  147.430712] kobject: 'queue' (ffff8801311ed250): kobject_uevent_env: filter function caused the event to drop!
[  147.435765] kobject: 'holders' (ffff880130e137c0): kobject_cleanup, parent ffff8801313528b0
[  147.440743] kobject: 'holders' (ffff880130e137c0): auto cleanup kobject_del
[  147.445646] kobject: 'holders' (ffff880130e137c0): calling ktype release
[  147.450431] kobject: (ffff880130e137c0): dynamic_kobj_release
[  147.455210] kobject: 'holders': free name
[  147.459983] kobject: 'slaves' (ffff88012ffc96c0): kobject_cleanup, parent ffff8801313528b0
[  147.464831] kobject: 'slaves' (ffff88012ffc96c0): auto cleanup kobject_del
[  147.469691] kobject: 'slaves' (ffff88012ffc96c0): calling ktype release
[  147.474507] kobject: (ffff88012ffc96c0): dynamic_kobj_release
[  147.479313] kobject: 'slaves': free name
[  147.484387] kobject: 'sdb' (ffff8801313528b0): kobject_uevent_env
[  147.489199] kobject: 'sdb' (ffff8801313528b0): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/block/sdb'
[  147.494279] kobject: 'block' (ffff88012f6de480): kobject_cleanup, parent ffff88012f4d3288
[  147.498629] kobject: 'block' (ffff88012f6de480): auto cleanup kobject_del
[  147.501864] kobject: 'block' (ffff88012f6de480): calling ktype release
[  147.505624] kobject: 'block': free name
[  147.508731] kobject: '5:0:0:0' (ffff88012f447820): kobject_cleanup, parent           (null)
[  147.511004] kobject: '5:0:0:0' (ffff88012f447820): calling ktype release
[  147.513022] kobject: 'sdb' (ffff8801313528b0): kobject_cleanup, parent           (null)
[  147.515058] kobject: 'sdb' (ffff8801313528b0): calling ktype release
[  147.517088] kobject: 'sdb': free name
[  147.519088] kobject: '5:0:0:0': free name
[  147.521098] kobject: '5:0:0:0' (ffff88012f4d3288): kobject_uevent_env
[  147.525918] kobject: '5:0:0:0' (ffff88012f4d3288): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0'
[  147.550404] kobject: 'target5:0:0' (ffff88012f445038): kobject_uevent_env
[  147.552824] kobject: 'target5:0:0' (ffff88012f445038): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0'
[  147.555342] kobject: '5:0:0:0' (ffff88012f4d3288): kobject_cleanup, parent           (null)
[  147.558516] kobject: '5:0:0:0' (ffff88012f4d3288): calling ktype release
[  147.561704] kobject: 'queue' (ffff8801311ed250): kobject_cleanup, parent           (null)
[  147.564924] kobject: 'queue' (ffff8801311ed250): calling ktype release
[  147.568106] kobject: 'queue': free name
[  147.570582] kobject: 'target5:0:0' (ffff88012f445038): kobject_cleanup, parent           (null)
[  147.573018] kobject: 'target5:0:0' (ffff88012f445038): calling ktype release
[  147.575427] kobject: 'target5:0:0': free name
[  147.577796] kobject: '5:0:0:0': free name
[  147.580260] kobject: 'host5' (ffff880133c4a820): kobject_uevent_env
[  147.583300] kobject: 'host5' (ffff880133c4a820): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/scsi_host/host5'
[  147.586471] kobject: 'scsi_host' (ffff88012f6de300): kobject_cleanup, parent ffff880133c4a370
[  147.589644] kobject: 'scsi_host' (ffff88012f6de300): auto cleanup kobject_del
[  147.592794] kobject: 'scsi_host' (ffff88012f6de300): calling ktype release
[  147.595307] kobject: 'scsi_host': free name
[  147.597651] kobject: 'host5' (ffff880133c4a820): kobject_cleanup, parent           (null)
[  147.600042] kobject: 'host5' (ffff880133c4a820): calling ktype release
[  147.602405] kobject: 'host5': free name
[  147.605212] kobject: 'host5' (ffff880133c4a370): kobject_uevent_env
[  147.608263] kobject: 'host5' (ffff880133c4a370): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5'
[  147.611453] kobject: 'iosched' (ffff88012f73a810): kobject_cleanup, parent           (null)
[  147.614557] kobject: 'iosched' (ffff88012f73a810): calling ktype release
[  147.617574] kobject: 'host5' (ffff880133c4a370): kobject_cleanup, parent           (null)
[  147.617577] kobject: 'host5' (ffff880133c4a370): calling ktype release
[  147.617744] kobject: 'host5': free name
[  147.617761] kobject: '2-2:1.0' (ffff88012fd66040): kobject_uevent_env
[  147.617768] kobject: '2-2:1.0' (ffff88012fd66040): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0'
[  147.617807] kobject: '2-2:1.0' (ffff88012fd66040): kobject_cleanup, parent           (null)
[  147.617809] kobject: '2-2:1.0' (ffff88012fd66040): calling ktype release
[  147.617814] kobject: '2-2:1.0': free name
[  147.617822] usb 2-2: usb_disable_device nuking all URBs
[  147.617911] kobject: 'ep_00' (ffff88012f440820): kobject_uevent_env
[  147.617914] kobject: 'ep_00' (ffff88012f440820): kobject_uevent_env: filter function caused the event to drop!
[  147.617919] kobject: 'ep_00' (ffff88012f440820): kobject_cleanup, parent           (null)
[  147.617922] kobject: 'ep_00' (ffff88012f440820): calling ktype release
[  147.617925] kobject: 'ep_00': free name
[  147.624213] kobject: '2-2' (ffff88012fd668a8): kobject_uevent_env
[  147.624219] kobject: '2-2' (ffff88012fd668a8): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2'
[  147.624259] kobject: '2-2' (ffff88012fd668a8): kobject_cleanup, parent           (null)
[  147.624262] kobject: '2-2' (ffff88012fd668a8): calling ktype release
[  147.624269] kobject: '2-2': free name
[  147.673446] kobject: 'iosched': free name
[  147.676316] kobject: '0' (ffff88012f790a48): kobject_cleanup, parent           (null)
[  147.679258] kobject: '0' (ffff88012f790a48): calling ktype release
[  147.682177] kobject: '0': free name
[  147.685055] kobject: 'cpu0' (ffff88013a9f1518): kobject_cleanup, parent           (null)
[  147.688002] kobject: 'cpu0' (ffff88013a9f1518): calling ktype release
[  147.690967] kobject: 'cpu0': free name
[  147.693881] kobject: 'cpu1' (ffff88013abf1518): kobject_cleanup, parent           (null)
[  147.696831] kobject: 'cpu1' (ffff88013abf1518): calling ktype release
[  147.699692] kobject: 'cpu1': free name
[  147.702513] kobject: 'mq' (ffff8801311ed290): kobject_cleanup, parent           (null)
[  147.705398] kobject: 'mq' (ffff8801311ed290): calling ktype release
[  147.708265] kobject: 'mq': free name
[  147.756814] usb usb2-port2: debounce total 100ms stable 100ms status 0x100
[  147.761278] hub 2-0:1.0: hub_suspend
[  147.765746] usb usb2: bus auto-suspend, wakeup 1
[  147.769495] ehci-pci 0000:00:1d.7: suspend root hub
[  154.150303] usb usb2: usb wakeup-resume
[  154.154756] usb usb2: usb auto-resume
[  154.161281] ehci-pci 0000:00:1d.7: resume root hub
[  154.166762] hub 2-0:1.0: hub_resume
[  154.171185] ehci-pci 0000:00:1d.7: GetStatus port:2 status 001803 0  ACK POWER sig=j CSC CONNECT
[  154.177595] usb usb2-port2: status 0501 change 0001
[  154.286859] hub 2-0:1.0: state 7 ports 6 chg 0004 evt 0000
[  154.291237] usb usb2-port2: status 0501, change 0000, 480 Mb/s
[  154.350349] ehci-pci 0000:00:1d.7: port 2 reset complete, port enabled
[  154.353420] ehci-pci 0000:00:1d.7: GetStatus port:2 status 001005 0  ACK POWER sig=se0 PE CONNECT
[  154.413470] usb 2-2: new high-speed USB device number 3 using ehci-pci
[  154.418168] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 1
[  154.421101] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 2
[  154.423978] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 3
[  154.426850] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 4
[  154.429119] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 5
[  154.431349] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 6
[  154.433618] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 7
[  154.435747] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 8
[  154.437848] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 9
[  154.439993] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 10
[  154.442117] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 11
[  154.444241] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 12
[  154.446372] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 13
[  154.448349] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 14
[  154.450368] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 15
[  154.452372] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 16
[  154.454349] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 17
[  154.456241] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 18
[  154.458099] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 19
[  154.460008] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 20
[  154.461848] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 21
[  154.463725] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 22
[  154.465492] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 23
[  154.467225] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 24
[  154.468991] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 25
[  154.470489] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 26
[  154.471973] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 27
[  154.473473] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 28
[  154.474864] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 29
[  154.476241] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 30
[  154.477597] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 31
[  154.478989] ehci-pci 0000:00:1d.7: devpath 2 ep0in 3strikes
[  154.480617] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 1
[  154.481989] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 2
[  154.483382] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 3
[  154.484723] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 4
[  154.485988] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 5
[  154.487364] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 6
[  154.488619] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 7
[  154.489883] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 8
[  154.491244] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 9
[  154.492620] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 10
[  154.493976] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 11
[  154.495368] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 12
[  154.496743] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 13
[  154.498122] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 14
[  154.499495] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 15
[  154.500742] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 16
[  154.501993] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 17
[  154.503116] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 18
[  154.504115] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 19
[  154.505118] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 20
[  154.506118] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 21
[  154.507113] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 22
[  154.508115] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 23
[  154.509117] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 24
[  154.510114] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 25
[  154.510973] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 26
[  154.511863] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 27
[  154.512726] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 28
[  154.513604] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 29
[  154.514475] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 30
[  154.515368] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 31
[  154.516224] ehci-pci 0000:00:1d.7: devpath 2 ep0in 3strikes
[  154.517242] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 1
[  154.517975] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 2
[  154.518742] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 3
[  154.519475] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 4
[  154.520223] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 5
[  154.520974] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 6
[  154.521742] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 7
[  154.522475] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 8
[  154.523242] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 9
[  154.523974] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 10
[  154.524742] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 11
[  154.525472] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 12
[  154.526118] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 13
[  154.526847] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 14
[  154.527494] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 15
[  154.528223] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 16
[  154.528869] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 17
[  154.529597] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 18
[  154.530225] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 19
[  154.530972] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 20
[  154.531619] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 21
[  154.532347] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 22
[  154.532994] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 23
[  154.533723] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 24
[  154.534369] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 25
[  154.535097] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 26
[  154.535745] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 27
[  154.536472] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 28
[  154.537100] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 29
[  154.537849] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 30
[  154.538494] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 31
[  154.539223] ehci-pci 0000:00:1d.7: devpath 2 ep0in 3strikes
[  154.593605] ehci-pci 0000:00:1d.7: GetStatus port:2 status 001002 0  ACK POWER sig=se0 CSC
[  154.595182] kobject: '2-2' (ffff880132ccd0a8): kobject_cleanup, parent           (null)
[  154.596649] kobject: '2-2' (ffff880132ccd0a8): calling ktype release
[  154.598178] kobject: '2-2': free name
[  154.600102] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0004
[  154.601696] ehci-pci 0000:00:1d.7: GetStatus port:2 status 001002 0  ACK POWER sig=se0 CSC
[  154.606517] usb usb2-port2: status 0100, change 0001, 12 Mb/s
[  154.640135] ehci-pci 0000:00:1d.7: GetStatus port:2 status 001803 0  ACK POWER sig=j CSC CONNECT
[  154.773462] usb usb2-port2: debounce total 125ms stable 100ms status 0x501
[  154.830350] ehci-pci 0000:00:1d.7: port 2 reset complete, port enabled
[  154.832356] ehci-pci 0000:00:1d.7: GetStatus port:2 status 001005 0  ACK POWER sig=se0 PE CONNECT
[  154.890154] usb 2-2: new high-speed USB device number 4 using ehci-pci
[  154.946975] ehci-pci 0000:00:1d.7: port 2 reset complete, port enabled
[  154.949194] ehci-pci 0000:00:1d.7: GetStatus port:2 status 001005 0  ACK POWER sig=se0 PE CONNECT
[  155.034789] usb 2-2: default language 0x0409
[  155.037794] usb 2-2: udev 4, busnum 2, minor = 131
[  155.040226] usb 2-2: New USB device found, idVendor=1058, idProduct=10a8
[  155.045095] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  155.047665] usb 2-2: Product: Elements 10A8
[  155.050229] usb 2-2: Manufacturer: Western Digital
[  155.052770] usb 2-2: SerialNumber: 5758333145373354504C3031
[  155.055401] kobject: '2-2' (ffff880132ccd0a8): kobject_add_internal: parent: 'usb2', set: 'devices'
[  155.058460] kobject: '2-2' (ffff880132ccd0a8): kobject_uevent_env
[  155.060263] kobject: '2-2' (ffff880132ccd0a8): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2'
[  155.064422] usb 2-2: usb_probe_device
[  155.066315] usb 2-2: configuration #1 chosen from 1 choice
[  155.068407] usb 2-2: adding 2-2:1.0 (config #1, interface 0)
[  155.069790] kobject: '2-2:1.0' (ffff880132cc8840): kobject_add_internal: parent: '2-2', set: 'devices'
[  155.071175] kobject: '2-2:1.0' (ffff880132cc8840): kobject_uevent_env
[  155.072500] kobject: '2-2:1.0' (ffff880132cc8840): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0'
[  155.074309] usb-storage 2-2:1.0: usb_probe_interface
[  155.075716] usb-storage 2-2:1.0: usb_probe_interface - got id
[  155.077122] usb-storage 2-2:1.0: USB Mass Storage device detected
[  155.078815] scsi host5: usb-storage 2-2:1.0
[  155.080259] kobject: 'host5' (ffff8801357a6370): kobject_add_internal: parent: '2-2:1.0', set: 'devices'
[  155.081754] kobject: 'host5' (ffff8801357a6370): kobject_uevent_env
[  155.083202] kobject: 'host5' (ffff8801357a6370): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5'
[  155.085040] kobject: 'scsi_host' (ffff88012fc03ba0): kobject_add_internal: parent: 'host5', set: '(null)'
[  155.086573] kobject: 'host5' (ffff8801357a6820): kobject_add_internal: parent: 'scsi_host', set: 'devices'
[  155.088224] kobject: 'host5' (ffff8801357a6820): kobject_uevent_env
[  155.089813] kobject: 'host5' (ffff8801357a6820): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/scsi_host/host5'
[  155.091704] kobject: 'ep_8b' (ffff880132ccb020): kobject_add_internal: parent: '2-2:1.0', set: 'devices'
[  155.093429] kobject: 'ep_8b' (ffff880132ccb020): kobject_uevent_env
[  155.095104] kobject: 'ep_8b' (ffff880132ccb020): kobject_uevent_env: filter function caused the event to drop!
[  155.096833] kobject: 'ep_0a' (ffff880132cc8020): kobject_add_internal: parent: '2-2:1.0', set: 'devices'
[  155.098604] kobject: 'ep_0a' (ffff880132cc8020): kobject_uevent_env
[  155.100370] kobject: 'ep_0a' (ffff880132cc8020): kobject_uevent_env: filter function caused the event to drop!
[  155.102187] kobject: 'ep_00' (ffff880132cca020): kobject_add_internal: parent: '2-2', set: 'devices'
[  155.104139] kobject: 'ep_00' (ffff880132cca020): kobject_uevent_env
[  155.106093] kobject: 'ep_00' (ffff880132cca020): kobject_uevent_env: filter function caused the event to drop!
[  155.108000] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0004
[  156.107746] scsi 5:0:0:0: Direct-Access     WD       Elements 10A8    1042 PQ: 0 ANSI: 6
[  156.113362] kobject: '5:0:0:1' (ffff88011dba1738): kobject_cleanup, parent           (null)
[  156.118205] kobject: '5:0:0:1' (ffff88011dba1738): calling ktype release
[  156.120606] kobject: '5:0:0:1': free name
[  156.140100] kobject: '5:0:0:1' (ffff88011dba1288): kobject_cleanup, parent           (null)
[  156.143361] kobject: '5:0:0:1' (ffff88011dba1288): calling ktype release
[  156.146858] kobject: '(null)' (ffff8801311ee900): kobject_cleanup, parent           (null)
[  156.149432] kobject: '(null)' (ffff8801311ee900): calling ktype release
[  156.152249] kobject: '(null)' (ffff88012f791410): kobject_cleanup, parent           (null)
[  156.154883] kobject: '5:0:0:1': free name
[  156.154893] kobject: 'target5:0:0' (ffff880132cca838): kobject_add_internal: parent: 'host5', set: 'devices'
[  156.154935] kobject: 'target5:0:0' (ffff880132cca838): kobject_uevent_env
[  156.154941] kobject: 'target5:0:0' (ffff880132cca838): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0'
[  156.155064] kobject: '5:0:0:0' (ffff88011dba6288): kobject_add_internal: parent: 'target5:0:0', set: 'devices'
[  156.155141] kobject: '5:0:0:0' (ffff88011dba6288): kobject_uevent_env
[  156.155145] kobject: '5:0:0:0' (ffff88011dba6288): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0'
[  156.155239] kobject: 'scsi_disk' (ffff88011d975c00): kobject_add_internal: parent: '5:0:0:0', set: '(null)'
[  156.155245] kobject: '5:0:0:0' (ffff88011d9ab820): kobject_add_internal: parent: 'scsi_disk', set: 'devices'
[  156.155296] kobject: '5:0:0:0' (ffff88011d9ab820): kobject_uevent_env
[  156.155301] kobject: '5:0:0:0' (ffff88011d9ab820): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/scsi_disk/5:0:0:0'
[  156.155428] kobject: 'scsi_device' (ffff88011d975420): kobject_add_internal: parent: '5:0:0:0', set: '(null)'
[  156.155434] kobject: '5:0:0:0' (ffff88011dba6738): kobject_add_internal: parent: 'scsi_device', set: 'devices'
[  156.155465] kobject: '5:0:0:0' (ffff88011dba6738): kobject_uevent_env
[  156.155496] kobject: '5:0:0:0' (ffff88011dba6738): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/scsi_device/5:0:0:0'
[  156.155582] kobject: 'scsi_generic' (ffff88011d975d80): kobject_add_internal: parent: '5:0:0:0', set: '(null)'
[  156.155587] kobject: 'sg2' (ffff88011d9ae810): kobject_add_internal: parent: 'scsi_generic', set: 'devices'
[  156.155673] kobject: 'sg2' (ffff88011d9ae810): kobject_uevent_env
[  156.155678] kobject: 'sg2' (ffff88011d9ae810): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/scsi_generic/sg2'
[  156.155781] sd 5:0:0:0: Attached scsi generic sg2 type 0
[  156.155791] kobject: 'bsg' (ffff88011d975de0): kobject_add_internal: parent: '5:0:0:0', set: '(null)'
[  156.155796] kobject: '5:0:0:0' (ffff88011d9ad810): kobject_add_internal: parent: 'bsg', set: 'devices'
[  156.155860] kobject: '5:0:0:0' (ffff88011d9ad810): kobject_uevent_env
[  156.155879] kobject: '5:0:0:0' (ffff88011d9ad810): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/bsg/5:0:0:0'
[  156.175905] sd 5:0:0:0: [sdb] Spinning up disk...
[  156.229362] kobject: '(null)' (ffff88012f791410): calling ktype release
[  156.233273] kobject: '(null)' (ffff88012f793a48): kobject_cleanup, parent           (null)
[  156.236398] kobject: '(null)' (ffff88012f793a48): calling ktype release
[  156.239500] kobject: '(null)' (ffffe8ffffa07f18): kobject_cleanup, parent           (null)
[  156.242577] kobject: '(null)' (ffffe8ffffa07f18): calling ktype release
[  156.245659] kobject: '(null)' (ffffe8ffffc07f18): kobject_cleanup, parent           (null)
[  156.248745] kobject: '(null)' (ffffe8ffffc07f18): calling ktype release
[  156.251822] kobject: '(null)' (ffff8801311ee940): kobject_cleanup, parent           (null)
[  156.254863] kobject: '(null)' (ffff8801311ee940): calling ktype release
[  157.200147] .
[  158.213477] .
[  159.226749] .
[  160.240108] .
[  160.346193] ready
[  160.351354] sd 5:0:0:0: [sdb] 1953458176 512-byte logical blocks: (1.00 TB/931 GiB)
[  160.354656] sd 5:0:0:0: [sdb] Write Protect is off
[  160.357826] sd 5:0:0:0: [sdb] Mode Sense: 53 00 10 08
[  160.361532] sd 5:0:0:0: [sdb] No Caching mode page found
[  160.363837] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[  160.366015] kobject: '8:16' (ffff88011d9ab010): kobject_add_internal: parent: 'bdi', set: 'devices'
[  160.369197] kobject: '8:16' (ffff88011d9ab010): kobject_uevent_env
[  160.371513] kobject: '8:16' (ffff88011d9ab010): fill_kobj_path: path = '/devices/virtual/bdi/8:16'
[  160.375077] kobject: 'block' (ffff88011d9758a0): kobject_add_internal: parent: '5:0:0:0', set: '(null)'
[  160.377801] kobject: 'sdb' (ffff88011d9aa8b0): kobject_add_internal: parent: 'block', set: 'devices'
[  160.380457] kobject: 'sdb' (ffff88011d9aa8b0): kobject_uevent_env
[  160.382741] kobject: 'sdb' (ffff88011d9aa8b0): kobject_uevent_env: uevent_suppress caused the event to drop!
[  160.385076] kobject: 'holders' (ffff88011d8f80c0): kobject_add_internal: parent: 'sdb', set: '<NULL>'
[  160.387391] kobject: 'slaves' (ffff88011d8f8ec0): kobject_add_internal: parent: 'sdb', set: '<NULL>'
[  160.400806]  sdb: sdb1 sdb2
[  160.402988] kobject: 'sdb' (ffff88011d9aa8b0): kobject_uevent_env
[  160.405358] kobject: 'sdb' (ffff88011d9aa8b0): kobject_uevent_env: uevent_suppress caused the event to drop!
[  160.407592] kobject: 'sdb1' (ffff88011d9ad068): kobject_add_internal: parent: 'sdb', set: 'devices'
[  160.409827] kobject: 'sdb1' (ffff88011d9ad068): kobject_uevent_env
[  160.412025] kobject: 'sdb1' (ffff88011d9ad068): kobject_uevent_env: uevent_suppress caused the event to drop!
[  160.414256] kobject: 'holders' (ffff88011d8f8f80): kobject_add_internal: parent: 'sdb1', set: '<NULL>'
[  160.416474] kobject: 'sdb2' (ffff88011d9ac068): kobject_add_internal: parent: 'sdb', set: 'devices'
[  160.418777] kobject: 'sdb2' (ffff88011d9ac068): kobject_uevent_env
[  160.421014] kobject: 'sdb2' (ffff88011d9ac068): kobject_uevent_env: uevent_suppress caused the event to drop!
[  160.423256] kobject: 'holders' (ffff88011d8f8d80): kobject_add_internal: parent: 'sdb2', set: '<NULL>'
[  160.425567] kobject: 'sdb' (ffff88011d9aa8b0): kobject_uevent_env
[  160.427840] kobject: 'sdb' (ffff88011d9aa8b0): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/block/sdb'
[  160.431343] kobject: 'sdb1' (ffff88011d9ad068): kobject_uevent_env
[  160.433813] kobject: 'sdb1' (ffff88011d9ad068): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/block/sdb/sdb1'
[  160.436347] kobject: 'sdb2' (ffff88011d9ac068): kobject_uevent_env
[  160.439190] kobject: 'sdb2' (ffff88011d9ac068): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/block/sdb/sdb2'
[  160.442077] kobject: 'queue' (ffff8801311edda8): kobject_add_internal: parent: 'sdb', set: '<NULL>'
[  160.444722] kobject: 'mq' (ffff8801311edde8): kobject_add_internal: parent: 'sdb', set: '<NULL>'
[  160.447116] kobject: 'mq' (ffff8801311edde8): kobject_uevent_env
[  160.449418] kobject: 'mq' (ffff8801311edde8): kobject_uevent_env: filter function caused the event to drop!
[  160.451802] kobject: '0' (ffff88012fd21e48): kobject_add_internal: parent: 'mq', set: '<NULL>'
[  160.454175] kobject: 'cpu0' (ffff88013a9f1518): kobject_add_internal: parent: '0', set: '<NULL>'
[  160.456456] kobject: 'cpu1' (ffff88013abf1518): kobject_add_internal: parent: '0', set: '<NULL>'
[  160.458882] kobject: 'queue' (ffff8801311edda8): kobject_uevent_env
[  160.461201] kobject: 'queue' (ffff8801311edda8): kobject_uevent_env: filter function caused the event to drop!
[  160.463600] kobject: 'iosched' (ffff880132c62c10): kobject_add_internal: parent: 'queue', set: '<NULL>'
[  160.466713] kobject: 'iosched' (ffff880132c62c10): kobject_uevent_env
[  160.469058] kobject: 'iosched' (ffff880132c62c10): kobject_uevent_env: filter function caused the event to drop!
[  160.471361] kobject: 'integrity' (ffff88011d9aae08): kobject_add_internal: parent: 'sdb', set: '<NULL>'
[  160.473622] kobject: 'integrity' (ffff88011d9aae08): kobject_uevent_env
[  160.475803] kobject: 'integrity' (ffff88011d9aae08): kobject_uevent_env: filter function caused the event to drop!
[  160.500460] sd 5:0:0:0: [sdb] Attached SCSI disk

[-- Attachment #3: BADtrace.txt --]
[-- Type: text/plain, Size: 40047 bytes --]

[   65.686589] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0004
[   65.690952] ehci-pci 0000:00:1d.7: GetStatus port:2 status 001002 0  ACK POWER sig=se0 CSC
[   65.697861] usb usb2-port2: status 0100, change 0001, 12 Mb/s
[   65.702250] usb 2-2: USB disconnect, device number 2
[   65.707907] usb 2-2: unregistering device
[   65.713285] usb 2-2: unregistering interface 2-2:1.0
[   65.718754] kobject: 'ep_8b' (ffff88012f51b020): kobject_uevent_env
[   65.723418] kobject: 'ep_8b' (ffff88012f51b020): kobject_uevent_env: filter function caused the event to drop!
[   65.728123] kobject: 'ep_8b' (ffff88012f51b020): kobject_cleanup, parent           (null)
[   65.732882] kobject: 'ep_8b' (ffff88012f51b020): calling ktype release
[   65.737673] kobject: 'ep_8b': free name
[   65.742439] kobject: 'ep_0a' (ffff88012f51b820): kobject_uevent_env
[   65.747198] kobject: 'ep_0a' (ffff88012f51b820): kobject_uevent_env: filter function caused the event to drop!
[   65.752018] kobject: 'ep_0a' (ffff88012f51b820): kobject_cleanup, parent           (null)
[   65.756865] kobject: 'ep_0a' (ffff88012f51b820): calling ktype release
[   65.761663] kobject: 'ep_0a': free name
[   65.766883] kobject: '5:0:0:0' (ffff88012f519010): kobject_uevent_env
[   65.771521] kobject: '5:0:0:0' (ffff88012f519010): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/bsg/5:0:0:0'
[   65.779731] kobject: 'bsg' (ffff88012f483e40): kobject_cleanup, parent ffff88012f54b288
[   65.784944] kobject: 'bsg' (ffff88012f483e40): auto cleanup kobject_del
[   65.788549] kobject: 'bsg' (ffff88012f483e40): calling ktype release
[   65.791626] kobject: 'bsg': free name
[   65.794397] kobject: '5:0:0:0' (ffff88012f519010): kobject_cleanup, parent           (null)
[   65.797204] kobject: '5:0:0:0' (ffff88012f519010): calling ktype release
[   65.799976] kobject: '5:0:0:0': free name
[   65.802938] kobject: 'sg2' (ffff88012f518010): kobject_uevent_env
[   65.804754] kobject: 'sg2' (ffff88012f518010): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/scsi_generic/sg2'
[   65.807408] kobject: 'scsi_generic' (ffff88012f483de0): kobject_cleanup, parent ffff88012f54b288
[   65.809318] kobject: 'scsi_generic' (ffff88012f483de0): auto cleanup kobject_del
[   65.811421] kobject: 'scsi_generic' (ffff88012f483de0): calling ktype release
[   65.813397] kobject: 'scsi_generic': free name
[   65.815150] kobject: 'sg2' (ffff88012f518010): kobject_cleanup, parent           (null)
[   65.816935] kobject: 'sg2' (ffff88012f518010): calling ktype release
[   65.818691] kobject: 'sg2': free name
[   65.820434] kobject: '(null)' (ffff88012fffaf00): kobject_cleanup, parent           (null)
[   65.822180] kobject: '(null)' (ffff88012fffaf00): calling ktype release
[   65.823930] kobject: '(null)' (ffff880135e780b0): kobject_cleanup, parent           (null)
[   65.825695] kobject: '(null)' (ffff880135e780b0): calling ktype release
[   65.827494] kobject: '5:0:0:0' (ffff88012f54b738): kobject_uevent_env
[   65.829277] kobject: '5:0:0:0' (ffff88012f54b738): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/scsi_device/5:0:0:0'
[   65.832012] kobject: 'scsi_device' (ffff88012f4832a0): kobject_cleanup, parent ffff88012f54b288
[   65.834029] kobject: 'scsi_device' (ffff88012f4832a0): auto cleanup kobject_del
[   65.836187] kobject: 'scsi_device' (ffff88012f4832a0): calling ktype release
[   65.838296] kobject: 'scsi_device': free name
[   65.840306] kobject: '5:0:0:0' (ffff88012f54b738): kobject_cleanup, parent           (null)
[   65.842215] kobject: '5:0:0:0' (ffff88012f54b738): calling ktype release
[   65.844136] kobject: '5:0:0:0': free name
[   65.846145] kobject: '5:0:0:0' (ffff880131367820): kobject_uevent_env
[   65.848061] kobject: '5:0:0:0' (ffff880131367820): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/scsi_disk/5:0:0:0'
[   65.850880] kobject: 'scsi_disk' (ffff88012f483d20): kobject_cleanup, parent ffff88012f54b288
[   65.852942] kobject: 'scsi_disk' (ffff88012f483d20): auto cleanup kobject_del
[   65.855220] kobject: 'scsi_disk' (ffff88012f483d20): calling ktype release
[   65.857384] kobject: 'scsi_disk': free name
[   65.859278] kobject: 'integrity' (ffff880130c3fe08): kobject_uevent_env
[   65.861212] kobject: 'integrity' (ffff880130c3fe08): kobject_uevent_env: filter function caused the event to drop!
[   65.863180] kobject: 'integrity' (ffff880130c3fe08): kobject_cleanup, parent           (null)
[   65.865129] kobject: 'integrity' (ffff880130c3fe08): does not have a release() function, it is broken and must be fixed.
[   65.867144] kobject: 'integrity': free name
[   65.869121] kobject: 'holders' (ffff88012ff864c0): kobject_cleanup, parent ffff88012fd08068
[   65.871144] kobject: 'holders' (ffff88012ff864c0): auto cleanup kobject_del
[   65.873131] kobject: 'holders' (ffff88012ff864c0): calling ktype release
[   65.875122] kobject: (ffff88012ff864c0): dynamic_kobj_release
[   65.877107] kobject: 'holders': free name
[   65.879749] kobject: 'sdb2' (ffff88012fd08068): kobject_uevent_env
[   65.881741] kobject: 'sdb2' (ffff88012fd08068): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/block/sdb/sdb2'
[   65.884661] kobject: 'holders' (ffff88012ff86700): kobject_cleanup, parent ffff88012f51f068
[   65.886808] kobject: 'holders' (ffff88012ff86700): auto cleanup kobject_del
[   65.889939] kobject: 'holders' (ffff88012ff86700): calling ktype release
[   65.892144] kobject: (ffff88012ff86700): dynamic_kobj_release
[   65.894147] kobject: 'holders': free name
[   65.896186] kobject: 'sdb1' (ffff88012f51f068): kobject_uevent_env
[   65.898176] kobject: 'sdb1' (ffff88012f51f068): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/block/sdb/sdb1'
[   65.900587] kobject: '8:16' (ffff88012f51f810): kobject_uevent_env
[   65.902755] kobject: '8:16' (ffff88012f51f810): fill_kobj_path: path = '/devices/virtual/bdi/8:16'
[   65.905754] kobject: '8:16' (ffff88012f51f810): kobject_cleanup, parent           (null)
[   65.908008] kobject: 'sdb2' (ffff88012fd08068): kobject_cleanup, parent           (null)
[   65.908009] kobject: 'sdb2' (ffff88012fd08068): calling ktype release
[   65.908017] kobject: 'sdb2': free name
[   65.914252] kobject: '8:16' (ffff88012f51f810): calling ktype release
[   65.916209] kobject: '8:16': free name
[   65.918194] kobject: 'mq' (ffff88012fc80328): kobject_uevent_env
[   65.920240] kobject: 'mq' (ffff88012fc80328): kobject_uevent_env: filter function caused the event to drop!
[   65.922214] kobject: 'iosched' (ffff88012fd3ac10): kobject_uevent_env
[   65.924168] kobject: 'iosched' (ffff88012fd3ac10): kobject_uevent_env: filter function caused the event to drop!
[   65.926160] kobject: 'queue' (ffff88012fc802e8): kobject_uevent_env
[   65.928165] kobject: 'sdb1' (ffff88012f51f068): kobject_cleanup, parent           (null)
[   65.928167] kobject: 'sdb1' (ffff88012f51f068): calling ktype release
[   65.928171] kobject: 'sdb1': free name
[   65.934169] kobject: 'queue' (ffff88012fc802e8): kobject_uevent_env: filter function caused the event to drop!
[   65.936221] kobject: 'holders' (ffff88012ff86300): kobject_cleanup, parent ffff880130c3f8b0
[   65.938271] kobject: 'holders' (ffff88012ff86300): auto cleanup kobject_del
[   65.940321] kobject: 'holders' (ffff88012ff86300): calling ktype release
[   65.942373] kobject: (ffff88012ff86300): dynamic_kobj_release
[   65.944369] kobject: 'holders': free name
[   65.946328] kobject: 'slaves' (ffff88012ff86b40): kobject_cleanup, parent ffff880130c3f8b0
[   65.948326] kobject: 'slaves' (ffff88012ff86b40): auto cleanup kobject_del
[   65.951913] kobject: 'slaves' (ffff88012ff86b40): calling ktype release
[   65.960035] kobject: (ffff88012ff86b40): dynamic_kobj_release
[   65.961998] kobject: 'slaves': free name
[   65.965591] kobject: 'sdb' (ffff880130c3f8b0): kobject_uevent_env
[   65.967656] kobject: 'sdb' (ffff880130c3f8b0): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/block/sdb'
[   65.969756] kobject: 'block' (ffff88012f483ea0): kobject_cleanup, parent ffff88012f54b288
[   65.972008] kobject: 'block' (ffff88012f483ea0): auto cleanup kobject_del
[   65.974179] kobject: 'block' (ffff88012f483ea0): calling ktype release
[   65.976984] kobject: 'block': free name
[   65.978932] kobject: '5:0:0:0' (ffff880131367820): kobject_cleanup, parent           (null)
[   65.980911] kobject: '5:0:0:0' (ffff880131367820): calling ktype release
[   65.982895] kobject: 'sdb' (ffff880130c3f8b0): kobject_cleanup, parent           (null)
[   65.984875] kobject: 'sdb' (ffff880130c3f8b0): calling ktype release
[   65.986857] kobject: 'sdb': free name
[   65.988800] kobject: '5:0:0:0': free name
[   65.990764] kobject: '5:0:0:0' (ffff88012f54b288): kobject_uevent_env
[   65.992713] kobject: '5:0:0:0' (ffff88012f54b288): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0'
[   66.024016] kobject: 'target5:0:0' (ffff880130c3d838): kobject_uevent_env
[   66.028864] kobject: 'target5:0:0' (ffff880130c3d838): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0'
[   66.033991] kobject: '5:0:0:0' (ffff88012f54b288): kobject_cleanup, parent           (null)
[   66.039029] kobject: '5:0:0:0' (ffff88012f54b288): calling ktype release
[   66.041948] kobject: 'queue' (ffff88012fc802e8): kobject_cleanup, parent           (null)
[   66.044576] kobject: 'queue' (ffff88012fc802e8): calling ktype release
[   66.047069] kobject: 'queue': free name
[   66.049519] kobject: 'target5:0:0' (ffff880130c3d838): kobject_cleanup, parent           (null)
[   66.052009] kobject: 'target5:0:0' (ffff880130c3d838): calling ktype release
[   66.055135] kobject: 'target5:0:0': free name
[   66.058220] kobject: '5:0:0:0': free name
[   66.061386] kobject: 'host5' (ffff880133c36820): kobject_uevent_env
[   66.064490] kobject: 'host5' (ffff880133c36820): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/scsi_host/host5'
[   66.069533] kobject: 'scsi_host' (ffff88012f577120): kobject_cleanup, parent ffff880133c36370
[   66.074481] kobject: 'scsi_host' (ffff88012f577120): auto cleanup kobject_del
[   66.078303] kobject: 'scsi_host' (ffff88012f577120): calling ktype release
[   66.080753] kobject: 'scsi_host': free name
[   66.083116] kobject: 'host5' (ffff880133c36820): kobject_cleanup, parent           (null)
[   66.085537] kobject: 'host5' (ffff880133c36820): calling ktype release
[   66.088312] kobject: 'host5': free name
[   66.091429] kobject: 'host5' (ffff880133c36370): kobject_uevent_env
[   66.094509] kobject: 'host5' (ffff880133c36370): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5'
[   66.097924] kobject: 'host5' (ffff880133c36370): kobject_cleanup, parent           (null)
[   66.102728] kobject: 'host5' (ffff880133c36370): calling ktype release
[   66.107887] kobject: 'host5': free name
[   66.110069] kobject: '2-2:1.0' (ffff88012f51a840): kobject_uevent_env
[   66.112032] kobject: '2-2:1.0' (ffff88012f51a840): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0'
[   66.114125] kobject: '2-2:1.0' (ffff88012f51a840): kobject_cleanup, parent           (null)
[   66.116165] kobject: '2-2:1.0' (ffff88012f51a840): calling ktype release
[   66.118454] kobject: '2-2:1.0': free name
[   66.121524] usb 2-2: usb_disable_device nuking all URBs
[   66.124687] kobject: 'ep_00' (ffff88012f51c020): kobject_uevent_env
[   66.127752] kobject: 'ep_00' (ffff88012f51c020): kobject_uevent_env: filter function caused the event to drop!
[   66.130859] kobject: 'ep_00' (ffff88012f51c020): kobject_cleanup, parent           (null)
[   66.135571] kobject: 'ep_00' (ffff88012f51c020): calling ktype release
[   66.140262] kobject: 'ep_00': free name
[   66.145118] kobject: '2-2' (ffff88012f5198a8): kobject_uevent_env
[   66.149859] kobject: '2-2' (ffff88012f5198a8): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.7/usb2/2-2'
[   66.154743] kobject: '2-2' (ffff88012f5198a8): kobject_cleanup, parent           (null)
[   66.159467] kobject: '2-2' (ffff88012f5198a8): calling ktype release
[   66.164425] kobject: '2-2': free name
[   66.167226] kobject: 'iosched' (ffff88012fd3ac10): kobject_cleanup, parent           (null)
[   66.169062] kobject: 'iosched' (ffff88012fd3ac10): calling ktype release
[   66.170918] kobject: 'iosched': free name
[   66.172735] kobject: '0' (ffff88012fd38a48): kobject_cleanup, parent           (null)
[   66.174583] kobject: '0' (ffff88012fd38a48): calling ktype release
[   66.176407] kobject: '0': free name
[   66.180463] kobject: 'cpu0' (ffff88013a9f1458): kobject_cleanup, parent           (null)
[   66.185069] kobject: 'cpu0' (ffff88013a9f1458): calling ktype release
[   66.189665] kobject: 'cpu0': free name
[   66.194234] kobject: 'cpu1' (ffff88013abf1458): kobject_cleanup, parent           (null)
[   66.198851] kobject: 'cpu1' (ffff88013abf1458): calling ktype release
[   66.203446] kobject: 'cpu1': free name
[   66.207860] kobject: 'mq' (ffff88012fc80328): kobject_cleanup, parent           (null)
[   66.220059] kobject: 'mq' (ffff88012fc80328): calling ktype release
[   66.224186] kobject: 'mq': free name
[   66.303491] usb usb2-port2: debounce total 100ms stable 100ms status 0x100
[   66.308020] hub 2-0:1.0: hub_suspend
[   66.312567] usb usb2: bus auto-suspend, wakeup 1
[   66.317115] ehci-pci 0000:00:1d.7: suspend root hub
[   73.506432] usb usb2: usb wakeup-resume
[   73.510952] usb usb2: usb auto-resume
[   73.517565] ehci-pci 0000:00:1d.7: resume root hub
[   73.523109] hub 2-0:1.0: hub_resume
[   73.527494] ehci-pci 0000:00:1d.7: GetStatus port:2 status 001803 0  ACK POWER sig=j CSC CONNECT
[   73.533936] usb usb2-port2: status 0501 change 0001
[   73.643498] hub 2-0:1.0: state 7 ports 6 chg 0004 evt 0000
[   73.647922] ehci-pci 0000:00:1d.7: GetStatus port:2 status 001002 0  ACK POWER sig=se0 CSC
[   73.654465] usb usb2-port2: status 0100, change 0001, 12 Mb/s
[   73.790148] usb usb2-port2: debounce total 100ms stable 100ms status 0x100
[   73.794662] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0000
[   73.800516] hub 2-0:1.0: hub_suspend
[   73.802900] usb usb2: bus auto-suspend, wakeup 1
[   73.806266] ehci-pci 0000:00:1d.7: suspend root hub
[   74.059625] usb usb2: usb wakeup-resume
[   74.064104] usb usb2: usb auto-resume
[   74.072505] ehci-pci 0000:00:1d.7: resume root hub
[   74.077944] hub 2-0:1.0: hub_resume
[   74.082387] ehci-pci 0000:00:1d.7: GetStatus port:2 status 001803 0  ACK POWER sig=j CSC CONNECT
[   74.088859] usb usb2-port2: status 0501 change 0001
[   74.200132] hub 2-0:1.0: state 7 ports 6 chg 0004 evt 0000
[   74.204691] usb usb2-port2: status 0501, change 0000, 480 Mb/s
[   74.267016] ehci-pci 0000:00:1d.7: port 2 reset complete, port enabled
[   74.270060] ehci-pci 0000:00:1d.7: GetStatus port:2 status 001005 0  ACK POWER sig=se0 PE CONNECT
[   74.333445] usb 2-2: new high-speed USB device number 3 using ehci-pci
[   74.338184] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 1
[   74.342895] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 2
[   74.347519] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 3
[   74.349660] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 4
[   74.351660] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 5
[   74.353669] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 6
[   74.355534] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 7
[   74.357404] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 8
[   74.359283] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 9
[   74.361138] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 10
[   74.363028] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 11
[   74.364905] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 12
[   74.366780] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 13
[   74.368662] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 14
[   74.370764] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 15
[   74.372783] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 16
[   74.374782] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 17
[   74.376764] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 18
[   74.378782] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 19
[   74.380528] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 20
[   74.382139] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 21
[   74.383763] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 22
[   74.385404] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 23
[   74.387034] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 24
[   74.388653] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 25
[   74.390283] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 26
[   74.392163] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 27
[   74.393891] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 28
[   74.395656] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 29
[   74.397412] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 30
[   74.399157] ehci-pci 0000:00:1d.7: detected XactErr len 0/64 retry 31
[   74.400779] ehci-pci 0000:00:1d.7: devpath 2 ep0in 3strikes
[   74.402533] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 1
[   74.404013] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 2
[   74.405404] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 3
[   74.406779] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 4
[   74.408160] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 5
[   74.409529] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 6
[   74.411032] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 7
[   74.412537] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 8
[   74.414013] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 9
[   74.415537] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 10
[   74.417014] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 11
[   74.418533] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 12
[   74.419907] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 13
[   74.421283] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 14
[   74.422658] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 15
[   74.423889] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 16
[   74.425157] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 17
[   74.426390] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 18
[   74.427514] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 19
[   74.428657] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 20
[   74.429765] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 21
[   74.430889] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 22
[   74.431904] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 23
[   74.432888] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 24
[   74.433769] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 25
[   74.434639] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 26
[   74.435529] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 27
[   74.436388] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 28
[   74.437138] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 29
[   74.437916] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 30
[   74.438639] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 31
[   74.439408] ehci-pci 0000:00:1d.7: devpath 2 ep0in 3strikes
[   74.440410] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 1
[   74.441144] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 2
[   74.441784] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 3
[   74.442513] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 4
[   74.443160] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 5
[   74.443909] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 6
[   74.444663] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 7
[   74.445409] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 8
[   74.446160] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 9
[   74.446887] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 10
[   74.447534] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 11
[   74.448263] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 12
[   74.448904] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 13
[   74.449639] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 14
[   74.450388] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 15
[   74.451153] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 16
[   74.451888] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 17
[   74.452653] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 18
[   74.453404] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 19
[   74.454139] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 20
[   74.454904] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 21
[   74.455638] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 22
[   74.456403] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 23
[   74.457138] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 24
[   74.457905] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 25
[   74.458639] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 26
[   74.459409] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 27
[   74.460138] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 28
[   74.460784] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 29
[   74.461513] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 30
[   74.462159] ehci-pci 0000:00:1d.7: detected XactErr len 0/8 retry 31
[   74.462888] ehci-pci 0000:00:1d.7: devpath 2 ep0in 3strikes
[   74.520264] ehci-pci 0000:00:1d.7: GetStatus port:2 status 001002 0  ACK POWER sig=se0 CSC
[   74.521029] usb usb2-port2: not reset yet, waiting 50ms
[   74.576793] ehci-pci 0000:00:1d.7: GetStatus port:2 status 001803 0  ACK POWER sig=j CSC CONNECT
[   74.578477] kobject: '2-2' (ffff880133eab0a8): kobject_cleanup, parent           (null)
[   74.580163] kobject: '2-2' (ffff880133eab0a8): calling ktype release
[   74.581823] kobject: '2-2': free name
[   74.584246] usb usb5: usb wakeup-resume
[   74.585392] usb usb5: usb auto-resume
[   74.596720] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0004
[   74.597876] ehci-pci 0000:00:1d.7: GetStatus port:2 status 003002 0  ACK POWER OWNER sig=se0 CSC
[   74.599146] usb usb2-port2: status 0100, change 0001, 12 Mb/s
[   74.603395] kobject: 'state0' (ffff88012ffd1eb0): kobject_cleanup, parent ffff880131779a28
[   74.604738] kobject: 'state0' (ffff88012ffd1eb0): auto cleanup kobject_del
[   74.606108] kobject: 'state0' (ffff88012ffd1eb0): calling ktype release
[   74.607505] kobject: 'state0': free name
[   74.608907] kobject: 'state1' (ffff88012ffd1f70): kobject_cleanup, parent ffff880131779a28
[   74.610421] kobject: 'state1' (ffff88012ffd1f70): auto cleanup kobject_del
[   74.611904] kobject: 'state1' (ffff88012ffd1f70): calling ktype release
[   74.613386] hub 5-0:1.0: hub_resume
[   74.614397] usb usb5-port2: status 0101 change 0001
[   74.616451] kobject: 'state1': free name
[   74.618053] kobject: 'state2' (ffff880131183130): kobject_cleanup, parent ffff880131779a28
[   74.619179] kobject: 'state2' (ffff880131183130): auto cleanup kobject_del
[   74.620346] kobject: 'state2' (ffff880131183130): calling ktype release
[   74.621474] kobject: 'state2': free name
[   74.622621] kobject: 'state3' (ffff880131183070): kobject_cleanup, parent ffff880131779a28
[   74.623838] kobject: 'state3' (ffff880131183070): auto cleanup kobject_del
[   74.625058] kobject: 'state3' (ffff880131183070): calling ktype release
[   74.626263] kobject: 'state3': free name
[   74.627491] kobject: 'state0' (ffff880131779f70): kobject_cleanup, parent ffff880131779de8
[   74.628755] kobject: 'state0' (ffff880131779f70): auto cleanup kobject_del
[   74.630069] kobject: 'state0' (ffff880131779f70): calling ktype release
[   74.631559] kobject: 'state0': free name
[   74.633031] kobject: 'state1' (ffff880131779eb0): kobject_cleanup, parent ffff880131779de8
[   74.634581] kobject: 'state1' (ffff880131779eb0): auto cleanup kobject_del
[   74.636142] kobject: 'state1' (ffff880131779eb0): calling ktype release
[   74.637732] kobject: 'state1': free name
[   74.639295] kobject: 'state2' (ffff880131779d30): kobject_cleanup, parent ffff880131779de8
[   74.640934] kobject: 'state2' (ffff880131779d30): auto cleanup kobject_del
[   74.643013] kobject: 'state2' (ffff880131779d30): calling ktype release
[   74.645127] kobject: 'state2': free name
[   74.647328] kobject: 'state3' (ffff880131779c70): kobject_cleanup, parent ffff880131779de8
[   74.649497] kobject: 'state3' (ffff880131779c70): auto cleanup kobject_del
[   74.651735] kobject: 'state3' (ffff880131779c70): calling ktype release
[   74.653952] kobject: 'state3': free name
[   74.657487] kobject: 'state0' (ffff88012f4f2430): kobject_add_internal: parent: 'cpuidle', set: '<NULL>'
[   74.659068] kobject: 'state0' (ffff88012f4f2430): kobject_uevent_env
[   74.660654] kobject: 'state0' (ffff88012f4f2430): kobject_uevent_env: filter function caused the event to drop!
[   74.662263] kobject: 'state1' (ffff88012f4f28b0): kobject_add_internal: parent: 'cpuidle', set: '<NULL>'
[   74.663933] kobject: 'state1' (ffff88012f4f28b0): kobject_uevent_env
[   74.665577] kobject: 'state1' (ffff88012f4f28b0): kobject_uevent_env: filter function caused the event to drop!
[   74.667275] kobject: 'state2' (ffff88012f4f2730): kobject_add_internal: parent: 'cpuidle', set: '<NULL>'
[   74.668994] kobject: 'state2' (ffff88012f4f2730): kobject_uevent_env
[   74.670736] kobject: 'state2' (ffff88012f4f2730): kobject_uevent_env: filter function caused the event to drop!
[   74.672491] kobject: 'state3' (ffff88012f4f2670): kobject_add_internal: parent: 'cpuidle', set: '<NULL>'
[   74.674299] kobject: 'state3' (ffff88012f4f2670): kobject_uevent_env
[   74.676096] kobject: 'state3' (ffff88012f4f2670): kobject_uevent_env: filter function caused the event to drop!
[   74.678439] kobject: 'state0' (ffff88012f4f2970): kobject_add_internal: parent: 'cpuidle', set: '<NULL>'
[   74.680333] kobject: 'state0' (ffff88012f4f2970): kobject_uevent_env
[   74.682204] kobject: 'state0' (ffff88012f4f2970): kobject_uevent_env: filter function caused the event to drop!
[   74.684140] kobject: 'state1' (ffff88012f4f24f0): kobject_add_internal: parent: 'cpuidle', set: '<NULL>'
[   74.686089] kobject: 'state1' (ffff88012f4f24f0): kobject_uevent_env
[   74.688053] kobject: 'state1' (ffff88012f4f24f0): kobject_uevent_env: filter function caused the event to drop!
[   74.690060] kobject: 'state2' (ffff88012f4f2370): kobject_add_internal: parent: 'cpuidle', set: '<NULL>'
[   74.692073] kobject: 'state2' (ffff88012f4f2370): kobject_uevent_env
[   74.694069] kobject: 'state2' (ffff88012f4f2370): kobject_uevent_env: filter function caused the event to drop!
[   74.696057] kobject: 'state3' (ffff88012f4f25b0): kobject_add_internal: parent: 'cpuidle', set: '<NULL>'
[   74.698065] kobject: 'state3' (ffff88012f4f25b0): kobject_uevent_env
[   74.700031] kobject: 'state3' (ffff88012f4f25b0): kobject_uevent_env: filter function caused the event to drop!
[   74.720194] hub 5-0:1.0: state 7 ports 2 chg 0004 evt 0000
[   74.724829] usb usb5-port2: status 0101, change 0000, 12 Mb/s
[   74.736869] usb usb2-port2: debounce total 100ms stable 100ms status 0x100
[   74.741538] hub 2-0:1.0: hub_suspend
[   74.746192] usb usb2: bus auto-suspend, wakeup 1
[   74.750654] ehci-pci 0000:00:1d.7: suspend root hub
[   74.840114] usb 5-2: new full-speed USB device number 2 using uhci_hcd
[   74.993486] usb 5-2: not running at top speed; connect to a high speed hub
[   75.015442] usb 5-2: default language 0x0409
[   75.032446] usb 5-2: udev 2, busnum 5, minor = 513
[   75.035513] usb 5-2: New USB device found, idVendor=1058, idProduct=10a8
[   75.038467] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   75.041422] usb 5-2: Product: Elements 10A8
[   75.044348] usb 5-2: Manufacturer: Western Digital
[   75.047342] usb 5-2: SerialNumber: 5758333145373354504C3031
[   75.050337] kobject: '5-2' (ffff880133eab0a8): kobject_add_internal: parent: 'usb5', set: 'devices'
[   75.053692] kobject: '5-2' (ffff880133eab0a8): kobject_uevent_env
[   75.056756] kobject: '5-2' (ffff880133eab0a8): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.0/usb5/5-2'
[   75.061467] usb 5-2: usb_probe_device
[   75.064529] usb 5-2: configuration #1 chosen from 1 choice
[   75.070457] usb 5-2: adding 5-2:1.0 (config #1, interface 0)
[   75.073452] kobject: '5-2:1.0' (ffff880133eae840): kobject_add_internal: parent: '5-2', set: 'devices'
[   75.076542] kobject: '5-2:1.0' (ffff880133eae840): kobject_uevent_env
[   75.081203] kobject: '5-2:1.0' (ffff880133eae840): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0'
[   75.086886] usb-storage 5-2:1.0: usb_probe_interface
[   75.089923] usb-storage 5-2:1.0: usb_probe_interface - got id
[   75.092967] usb-storage 5-2:1.0: USB Mass Storage device detected
[   75.096431] scsi host5: usb-storage 5-2:1.0
[   75.098491] kobject: 'host5' (ffff8801357d8370): kobject_add_internal: parent: '5-2:1.0', set: 'devices'
[   75.100547] kobject: 'host5' (ffff8801357d8370): kobject_uevent_env
[   75.102585] kobject: 'host5' (ffff8801357d8370): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/host5'
[   75.104820] kobject: 'scsi_host' (ffff880133f929c0): kobject_add_internal: parent: 'host5', set: '(null)'
[   75.106903] kobject: 'host5' (ffff8801357d8820): kobject_add_internal: parent: 'scsi_host', set: 'devices'
[   75.109019] kobject: 'host5' (ffff8801357d8820): kobject_uevent_env
[   75.111098] kobject: 'host5' (ffff8801357d8820): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/host5/scsi_host/host5'
[   75.113466] kobject: 'ep_8b' (ffff880133eae020): kobject_add_internal: parent: '5-2:1.0', set: 'devices'
[   75.115612] kobject: 'ep_8b' (ffff880133eae020): kobject_uevent_env
[   75.117726] kobject: 'ep_8b' (ffff880133eae020): kobject_uevent_env: filter function caused the event to drop!
[   75.119855] kobject: 'ep_0a' (ffff880133ead820): kobject_add_internal: parent: '5-2:1.0', set: 'devices'
[   75.122027] kobject: 'ep_0a' (ffff880133ead820): kobject_uevent_env
[   75.124204] kobject: 'ep_0a' (ffff880133ead820): kobject_uevent_env: filter function caused the event to drop!
[   75.126344] kobject: 'ep_00' (ffff880133ead020): kobject_add_internal: parent: '5-2', set: 'devices'
[   75.128628] kobject: 'ep_00' (ffff880133ead020): kobject_uevent_env
[   75.130771] kobject: 'ep_00' (ffff880133ead020): kobject_uevent_env: filter function caused the event to drop!
[   75.132900] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0004
[   76.138541] scsi 5:0:0:0: Direct-Access     WD       Elements 10A8    1042 PQ: 0 ANSI: 6
[   76.144066] kobject: '5:0:0:1' (ffff880133e46738): kobject_cleanup, parent           (null)
[   76.149359] kobject: '5:0:0:1' (ffff880133e46738): calling ktype release
[   76.151749] kobject: '5:0:0:1': free name
[   76.173419] kobject: '5:0:0:1' (ffff880133e46288): kobject_cleanup, parent           (null)
[   76.178596] kobject: '5:0:0:1' (ffff880133e46288): calling ktype release
[   76.183834] kobject: '(null)' (ffff880134bd0e40): kobject_cleanup, parent           (null)
[   76.186122] kobject: '(null)' (ffff880134bd0e40): calling ktype release
[   76.188257] kobject: '(null)' (ffff88013550a810): kobject_cleanup, parent           (null)
[   76.190395] kobject: '(null)' (ffff88013550a810): calling ktype release
[   76.190517] kobject: '5:0:0:1': free name
[   76.190526] kobject: 'target5:0:0' (ffff880132af6038): kobject_add_internal: parent: 'host5', set: 'devices'
[   76.190562] kobject: 'target5:0:0' (ffff880132af6038): kobject_uevent_env
[   76.190568] kobject: 'target5:0:0' (ffff880132af6038): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/host5/target5:0:0'
[   76.190605] kobject: '5:0:0:0' (ffff880133e44288): kobject_add_internal: parent: 'target5:0:0', set: 'devices'
[   76.190667] kobject: '5:0:0:0' (ffff880133e44288): kobject_uevent_env
[   76.190670] kobject: '5:0:0:0' (ffff880133e44288): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/host5/target5:0:0/5:0:0:0'
[   76.190702] kobject: 'scsi_disk' (ffff880133f92ae0): kobject_add_internal: parent: '5:0:0:0', set: '(null)'
[   76.190706] kobject: '5:0:0:0' (ffff880133eaf020): kobject_add_internal: parent: 'scsi_disk', set: 'devices'
[   76.190745] kobject: '5:0:0:0' (ffff880133eaf020): kobject_uevent_env
[   76.190749] kobject: '5:0:0:0' (ffff880133eaf020): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/host5/target5:0:0/5:0:0:0/scsi_disk/5:0:0:0'
[   76.190802] kobject: 'scsi_device' (ffff880133f92b40): kobject_add_internal: parent: '5:0:0:0', set: '(null)'
[   76.190806] kobject: '5:0:0:0' (ffff880133e44738): kobject_add_internal: parent: 'scsi_device', set: 'devices'
[   76.190830] kobject: '5:0:0:0' (ffff880133e44738): kobject_uevent_env
[   76.190833] kobject: '5:0:0:0' (ffff880133e44738): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/host5/target5:0:0/5:0:0:0/scsi_device/5:0:0:0'
[   76.190860] kobject: 'scsi_generic' (ffff880133f92ba0): kobject_add_internal: parent: '5:0:0:0', set: '(null)'
[   76.190864] kobject: 'sg2' (ffff880133ea9010): kobject_add_internal: parent: 'scsi_generic', set: 'devices'
[   76.190925] kobject: 'sg2' (ffff880133ea9010): kobject_uevent_env
[   76.190929] kobject: 'sg2' (ffff880133ea9010): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/host5/target5:0:0/5:0:0:0/scsi_generic/sg2'
[   76.190947] sd 5:0:0:0: Attached scsi generic sg2 type 0
[   76.190955] kobject: 'bsg' (ffff880133f92c00): kobject_add_internal: parent: '5:0:0:0', set: '(null)'
[   76.190959] kobject: '5:0:0:0' (ffff8801329ff810): kobject_add_internal: parent: 'bsg', set: 'devices'
[   76.191009] kobject: '5:0:0:0' (ffff8801329ff810): kobject_uevent_env
[   76.191012] kobject: '5:0:0:0' (ffff8801329ff810): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/host5/target5:0:0/5:0:0:0/bsg/5:0:0:0'
[   76.221433] sd 5:0:0:0: [sdb] Spinning up disk...
[   76.258918] kobject: '(null)' (ffff880133eefe48): kobject_cleanup, parent           (null)
[   76.261275] kobject: '(null)' (ffff880133eefe48): calling ktype release
[   76.263707] kobject: '(null)' (ffffe8ffffa07f18): kobject_cleanup, parent           (null)
[   76.266041] kobject: '(null)' (ffffe8ffffa07f18): calling ktype release
[   76.268376] kobject: '(null)' (ffffe8ffffc07f18): kobject_cleanup, parent           (null)
[   76.270729] kobject: '(null)' (ffffe8ffffc07f18): calling ktype release
[   76.273020] kobject: '(null)' (ffff880134bd0e80): kobject_cleanup, parent           (null)
[   76.275353] kobject: '(null)' (ffff880134bd0e80): calling ktype release
[   77.253469] .
[   78.293420] .
[   79.333463] .
[   80.373480] .
[   80.481461] ready
[   80.488456] sd 5:0:0:0: [sdb] 1953458176 512-byte logical blocks: (1.00 TB/931 GiB)
[   80.495469] sd 5:0:0:0: [sdb] Write Protect is off
[   80.497723] sd 5:0:0:0: [sdb] Mode Sense: 53 00 10 08
[   80.504459] sd 5:0:0:0: [sdb] No Caching mode page found
[   80.506631] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[   80.509680] kobject: '8:16' (ffff880130c3c010): kobject_add_internal: parent: 'bdi', set: 'devices'
[   80.512022] kobject: '8:16' (ffff880130c3c010): kobject_uevent_env
[   80.514293] kobject: '8:16' (ffff880130c3c010): fill_kobj_path: path = '/devices/virtual/bdi/8:16'
[   80.517617] kobject: 'block' (ffff880133f92c60): kobject_add_internal: parent: '5:0:0:0', set: '(null)'
[   80.520076] kobject: 'sdb' (ffff880133eaa8b0): kobject_add_internal: parent: 'block', set: 'devices'
[   80.522709] kobject: 'sdb' (ffff880133eaa8b0): kobject_uevent_env
[   80.525013] kobject: 'sdb' (ffff880133eaa8b0): kobject_uevent_env: uevent_suppress caused the event to drop!
[   80.527324] kobject: 'holders' (ffff8801328b9100): kobject_add_internal: parent: 'sdb', set: '<NULL>'
[   80.529479] kobject: 'slaves' (ffff8801328b9900): kobject_add_internal: parent: 'sdb', set: '<NULL>'
[   80.562488]  sdb: sdb1 sdb2
[   80.564700] kobject: 'sdb' (ffff880133eaa8b0): kobject_uevent_env
[   80.567072] kobject: 'sdb' (ffff880133eaa8b0): kobject_uevent_env: uevent_suppress caused the event to drop!
[   80.569236] kobject: 'sdb1' (ffff880130c3d868): kobject_add_internal: parent: 'sdb', set: 'devices'
[   80.571640] kobject: 'sdb1' (ffff880130c3d868): kobject_uevent_env
[   80.573899] kobject: 'sdb1' (ffff880130c3d868): kobject_uevent_env: uevent_suppress caused the event to drop!
[   80.576075] kobject: 'holders' (ffff8801328b98c0): kobject_add_internal: parent: 'sdb1', set: '<NULL>'
[   80.578487] kobject: 'sdb2' (ffff880130c3f868): kobject_add_internal: parent: 'sdb', set: 'devices'
[   80.580872] kobject: 'sdb2' (ffff880130c3f868): kobject_uevent_env
[   80.583147] kobject: 'sdb2' (ffff880130c3f868): kobject_uevent_env: uevent_suppress caused the event to drop!
[   80.585729] kobject: 'holders' (ffff880133c4b480): kobject_add_internal: parent: 'sdb2', set: '<NULL>'
[   80.588210] kobject: 'sdb' (ffff880133eaa8b0): kobject_uevent_env
[   80.590590] kobject: 'sdb' (ffff880133eaa8b0): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/host5/target5:0:0/5:0:0:0/block/sdb'
[   80.593943] kobject: 'sdb1' (ffff880130c3d868): kobject_uevent_env
[   80.596406] kobject: 'sdb1' (ffff880130c3d868): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/host5/target5:0:0/5:0:0:0/block/sdb/sdb1'
[   80.599415] kobject: 'sdb2' (ffff880130c3f868): kobject_uevent_env
[   80.602440] kobject: 'sdb2' (ffff880130c3f868): fill_kobj_path: path = '/devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/host5/target5:0:0/5:0:0:0/block/sdb/sdb2'
[   80.605531] kobject: 'queue' (ffff880134bd02e8): kobject_add_internal: parent: 'sdb', set: '<NULL>'
[   80.608107] kobject: 'mq' (ffff880134bd0328): kobject_add_internal: parent: 'sdb', set: '<NULL>'
[   80.610629] kobject: 'mq' (ffff880134bd0328): kobject_uevent_env
[   80.612951] kobject: 'mq' (ffff880134bd0328): kobject_uevent_env: filter function caused the event to drop!
[   80.615351] kobject: '0' (ffff880133eed648): kobject_add_internal: parent: 'mq', set: '<NULL>'
[   80.617765] kobject: 'cpu0' (ffff88013a9f1458): kobject_add_internal: parent: '0', set: '<NULL>'
[   80.620158] kobject: 'cpu1' (ffff88013abf1458): kobject_add_internal: parent: '0', set: '<NULL>'
[   80.622568] kobject: 'queue' (ffff880134bd02e8): kobject_uevent_env
[   80.624881] kobject: 'queue' (ffff880134bd02e8): kobject_uevent_env: filter function caused the event to drop!
[   80.627420] kobject: 'iosched' (ffff880133eeec10): kobject_add_internal: parent: 'queue', set: '<NULL>'
[   80.629812] kobject: 'iosched' (ffff880133eeec10): kobject_uevent_env
[   80.632080] kobject: 'iosched' (ffff880133eeec10): kobject_uevent_env: filter function caused the event to drop!
[   80.636319] kobject: 'integrity' (ffff880133eaae08): kobject_add_internal: parent: 'sdb', set: '<NULL>'
[   80.640059] kobject: 'integrity' (ffff880133eaae08): kobject_uevent_env
[   80.642343] kobject: 'integrity' (ffff880133eaae08): kobject_uevent_env: filter function caused the event to drop!
[   80.716501] sd 5:0:0:0: [sdb] Attached SCSI disk

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

* Re: USB disk speed regression WD Elements - with bisect result 22547c4cc4fe20698a6a85a55b8788859134b8e4
  2017-07-26 17:49                 ` Zdenek Kabelac
@ 2017-07-27  1:03                   ` Alan Stern
  2017-07-27  9:11                     ` Zdenek Kabelac
  0 siblings, 1 reply; 19+ messages in thread
From: Alan Stern @ 2017-07-27  1:03 UTC (permalink / raw)
  To: Zdenek Kabelac; +Cc: USB list, LKML, dianders, linux, gregkh

[Added linux-usb mailing list to CC:]

Short description of bug: In 4.12 or later, when Zdenek's Western
Digital disk is attached to an EHCI controller, it ends up connecting
at full speed to the companion UHCI controller instead.  But when
commit 22547c4cc4fe ("usb: hub: Wait for connection to be reestablished
after port reset")  is reverted, the disk connects correctly at high
speed.

On Wed, 26 Jul 2017, Zdenek Kabelac wrote:

> Dne 25.7.2017 v 21:50 Alan Stern napsal(a):
> > On Tue, 25 Jul 2017, Zdenek Kabelac wrote:
> > 
> > 
> > 08:18 usb 2-2: USB disconnect, device number 2
> > 08:25 usb 2-2: new high-speed USB device number 3 using ehci-pci
> > 08:26 usb 2-2: new high-speed USB device number 4 using ehci-pci
> > 
> > If the drive were working entirely correctly, it wouldn't do that.
> > 
> > We could continue futzing around with hardware and driver tests for a
> > long time.  But there may be a shortcut: If you have a USB hub, you
> > could try attaching the drive through it.  It's entirely possible that
> > this will fix the problem.
> > 
> > If not, you'll have to start doing some very detailed tests.  As a
> > start, you can enable debugging for the usbcore and ehci_hcd drivers
> > immediately before the test:
> > 
> > echo 'module usbcore =p' >/sys/kernel/debug/dynamic_debug/control
> > echo 'module ehci_hcd =p' >/sys/kernel/debug/dynamic_debug/control
> > dmesg -C
> > 
> > Then after the test, see what shows up in the dmesg output.  And again,
> > we'll want to do a comparison.  In fact, 4.12 with and without the
> > commit you identified would make a better comparison than 4.12 vs. 4.8.
> > 
> 
> 
> Hi
> 
> 
> So here we go with traces - made with freshly compiled recent 4.13-rc2.
> OK trace is with revert patch applied.
> BAD trace is the one with it (essentially vaniala master).
> 
> Trace also has KOBJECT debugging enabled - I think difference is
> nicely visible between them - but I've no explanation for it.
> 
> Both traces start with cable detach followed with attachment.

Okay, I figured out the cause.

The USB stack assumes that if a high-speed device initialization fails
and the device is still connected, it means that the device can't run
properly at high speed and the computer needs to try again at full
speed.  See commit 90da096ee46b ("USB: force handover port to companion
when hub_port_connect_change fails").

In Zdenek's case, the device really does disconnect itself before the
second port reset.  If 22547c4cc4fe is present, it causes an extra
delay -- some 200 ms -- long enough for the device to reconnect again.  
So we appear to be in the situation described above, and the connection
is switched over to the companion controller.

If 22547c4cc4fe is not present, the kernel sees that the device is not
connected at the end of the second reset and gives up trying to
initialize the device.  When the device reconnects about 140 ms later,
the kernel treats it as a new connection and successfully negotiates a
high-speed link.

Zdenek, you check this explanation by commenting out these last two
lines at the end of hub_port_connect() in drivers/usb/core/hub.c:

	if (hcd->driver->relinquish_port && !hub->hdev->parent)
		hcd->driver->relinquish_port(hcd, port1);

That should prevent the connection from being handed over to the UHCI 
companion, allowing the device to operate at high speed.

Alan Stern

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

* Re: USB disk speed regression WD Elements - with bisect result 22547c4cc4fe20698a6a85a55b8788859134b8e4
  2017-07-27  1:03                   ` Alan Stern
@ 2017-07-27  9:11                     ` Zdenek Kabelac
  2017-07-28 18:33                       ` Alan Stern
  0 siblings, 1 reply; 19+ messages in thread
From: Zdenek Kabelac @ 2017-07-27  9:11 UTC (permalink / raw)
  To: Alan Stern; +Cc: USB list, LKML, dianders, linux, gregkh

Dne 27.7.2017 v 03:03 Alan Stern napsal(a):
> [Added linux-usb mailing list to CC:]
> 
> Short description of bug: In 4.12 or later, when Zdenek's Western
> Digital disk is attached to an EHCI controller, it ends up connecting
> at full speed to the companion UHCI controller instead.  But when
> commit 22547c4cc4fe ("usb: hub: Wait for connection to be reestablished
> after port reset")  is reverted, the disk connects correctly at high
> speed.
> 
> On Wed, 26 Jul 2017, Zdenek Kabelac wrote:
> 
>> Dne 25.7.2017 v 21:50 Alan Stern napsal(a):
>>> On Tue, 25 Jul 2017, Zdenek Kabelac wrote:
>>>
>>>
>>> 08:18 usb 2-2: USB disconnect, device number 2
>>> 08:25 usb 2-2: new high-speed USB device number 3 using ehci-pci
>>> 08:26 usb 2-2: new high-speed USB device number 4 using ehci-pci
>>>
>>> If the drive were working entirely correctly, it wouldn't do that.
>>>
>>> We could continue futzing around with hardware and driver tests for a
>>> long time.  But there may be a shortcut: If you have a USB hub, you
>>> could try attaching the drive through it.  It's entirely possible that
>>> this will fix the problem.
>>>
>>> If not, you'll have to start doing some very detailed tests.  As a
>>> start, you can enable debugging for the usbcore and ehci_hcd drivers
>>> immediately before the test:
>>>
>>> echo 'module usbcore =p' >/sys/kernel/debug/dynamic_debug/control
>>> echo 'module ehci_hcd =p' >/sys/kernel/debug/dynamic_debug/control
>>> dmesg -C
>>>
>>> Then after the test, see what shows up in the dmesg output.  And again,
>>> we'll want to do a comparison.  In fact, 4.12 with and without the
>>> commit you identified would make a better comparison than 4.12 vs. 4.8.
>>>
>>
>>
>> Hi
>>
>>
>> So here we go with traces - made with freshly compiled recent 4.13-rc2.
>> OK trace is with revert patch applied.
>> BAD trace is the one with it (essentially vaniala master).
>>
>> Trace also has KOBJECT debugging enabled - I think difference is
>> nicely visible between them - but I've no explanation for it.
>>
>> Both traces start with cable detach followed with attachment.
> 
> Okay, I figured out the cause.
> 
> The USB stack assumes that if a high-speed device initialization fails
> and the device is still connected, it means that the device can't run
> properly at high speed and the computer needs to try again at full
> speed.  See commit 90da096ee46b ("USB: force handover port to companion
> when hub_port_connect_change fails").
> 
> In Zdenek's case, the device really does disconnect itself before the
> second port reset.  If 22547c4cc4fe is present, it causes an extra
> delay -- some 200 ms -- long enough for the device to reconnect again.
> So we appear to be in the situation described above, and the connection
> is switched over to the companion controller.
> 
> If 22547c4cc4fe is not present, the kernel sees that the device is not
> connected at the end of the second reset and gives up trying to
> initialize the device.  When the device reconnects about 140 ms later,
> the kernel treats it as a new connection and successfully negotiates a
> high-speed link.
> 
> Zdenek, you check this explanation by commenting out these last two
> lines at the end of hub_port_connect() in drivers/usb/core/hub.c:
> 
> 	if (hcd->driver->relinquish_port && !hub->hdev->parent)
> 		hcd->driver->relinquish_port(hcd, port1);
> 
> That should prevent the connection from being handed over to the UHCI
> companion, allowing the device to operate at high speed.
>

Hi

Yep - seems this helped - I've dropped revert and commented those 2 lines
and I've used the very same kernel - and speed was all good:

usb 2-2: new high-speed USB device number 2 using ehci-pci
usb 2-2: new high-speed USB device number 3 using ehci-pci
usb 2-2: New USB device found, idVendor=1058, idProduct=10a8
usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3


So while I'm not sure if this is final fix for USB - this solution surely 
solved my WD Element disk attachment issue.

Regards

Zdenek

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

* Re: USB disk speed regression WD Elements - with bisect result 22547c4cc4fe20698a6a85a55b8788859134b8e4
  2017-07-27  9:11                     ` Zdenek Kabelac
@ 2017-07-28 18:33                       ` Alan Stern
  0 siblings, 0 replies; 19+ messages in thread
From: Alan Stern @ 2017-07-28 18:33 UTC (permalink / raw)
  To: Zdenek Kabelac; +Cc: USB list, LKML, dianders, linux, gregkh

On Thu, 27 Jul 2017, Zdenek Kabelac wrote:

> > Zdenek, you check this explanation by commenting out these last two
> > lines at the end of hub_port_connect() in drivers/usb/core/hub.c:
> > 
> > 	if (hcd->driver->relinquish_port && !hub->hdev->parent)
> > 		hcd->driver->relinquish_port(hcd, port1);
> > 
> > That should prevent the connection from being handed over to the UHCI
> > companion, allowing the device to operate at high speed.
> >
> 
> Hi
> 
> Yep - seems this helped - I've dropped revert and commented those 2 lines
> and I've used the very same kernel - and speed was all good:
> 
> usb 2-2: new high-speed USB device number 2 using ehci-pci
> usb 2-2: new high-speed USB device number 3 using ehci-pci
> usb 2-2: New USB device found, idVendor=1058, idProduct=10a8
> usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> 
> 
> So while I'm not sure if this is final fix for USB - this solution surely 
> solved my WD Element disk attachment issue.

Great!  Here's a real patch to test; I think this will be acceptable if 
it fixes your problem.

Alan Stern



Index: usb-4.x/drivers/usb/core/hub.c
===================================================================
--- usb-4.x.orig/drivers/usb/core/hub.c
+++ usb-4.x/drivers/usb/core/hub.c
@@ -4934,9 +4934,10 @@ loop:
 
 done:
 	hub_port_disable(hub, port1, 1);
-	if (hcd->driver->relinquish_port && !hub->hdev->parent)
-		hcd->driver->relinquish_port(hcd, port1);
-
+	if (hcd->driver->relinquish_port && !hub->hdev->parent) {
+		if (status != -ENOTCONN && status != -ENODEV)
+			hcd->driver->relinquish_port(hcd, port1);
+	}
 }
 
 /* Handle physical or logical connection change events.

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

* Re: USB disk speed regression WD Elements - with bisect result 22547c4cc4fe20698a6a85a55b8788859134b8e4
       [not found] <49a43034-9330-e48d-f0d5-896b23ecb552@redhat.com>
@ 2017-07-29  2:09 ` Alan Stern
  0 siblings, 0 replies; 19+ messages in thread
From: Alan Stern @ 2017-07-29  2:09 UTC (permalink / raw)
  To: Zdenek Kabelac; +Cc: USB list, LKML, dianders, linux, gregkh

On Fri, 28 Jul 2017, Zdenek Kabelac wrote:

> Dne 28.7.2017 v 20:33 Alan Stern napsal(a):
> > On Thu, 27 Jul 2017, Zdenek Kabelac wrote:
> > 
> >>> Zdenek, you check this explanation by commenting out these last two
> >>> lines at the end of hub_port_connect() in drivers/usb/core/hub.c:
> >>>
> >>> 	if (hcd->driver->relinquish_port && !hub->hdev->parent)
> >>> 		hcd->driver->relinquish_port(hcd, port1);
> >>>
> >>> That should prevent the connection from being handed over to the UHCI
> >>> companion, allowing the device to operate at high speed.
> >>>
> >>
> >> Hi
> >>
> >> Yep - seems this helped - I've dropped revert and commented those 2 lines
> >> and I've used the very same kernel - and speed was all good:
> >>
> >> usb 2-2: new high-speed USB device number 2 using ehci-pci
> >> usb 2-2: new high-speed USB device number 3 using ehci-pci
> >> usb 2-2: New USB device found, idVendor=1058, idProduct=10a8
> >> usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> >>
> >>
> >> So while I'm not sure if this is final fix for USB - this solution surely
> >> solved my WD Element disk attachment issue.
> > 
> > Great!  Here's a real patch to test; I think this will be acceptable if
> > it fixes your problem.
> > 
> > Alan Stern
> > 
> > 
> > 
> > Index: usb-4.x/drivers/usb/core/hub.c
> > ===================================================================
> > --- usb-4.x.orig/drivers/usb/core/hub.c
> > +++ usb-4.x/drivers/usb/core/hub.c
> > @@ -4934,9 +4934,10 @@ loop:
> >   
> >   done:
> >   	hub_port_disable(hub, port1, 1);
> > -	if (hcd->driver->relinquish_port && !hub->hdev->parent)
> > -		hcd->driver->relinquish_port(hcd, port1);
> > -
> > +	if (hcd->driver->relinquish_port && !hub->hdev->parent) {
> > +		if (status != -ENOTCONN && status != -ENODEV)
> > +			hcd->driver->relinquish_port(hcd, port1);
> > +	}
> >   }
> >   
> >   /* Handle physical or logical connection change events.
> > 
> 
> 
> Hi
> 
> Yep - still good speed - however compilation reported this Warning:
> 
> drivers/usb/core/hub.c:4933:37: warning: ‘status’ may be used uninitialized in 
> this function [-Wmaybe-uninitialized]
>     if (status != -ENOTCONN && status != -ENODEV)
> drivers/usb/core/hub.c:4728:6: note: ‘status’ was declared here
>    int status, i;
> 
> 
> So I've just made assignment of 'status = 0' at declaration place -
> but then you have some other unneeded assigns of =0 left around...
> so possibly worth some minor cleanup...

The initialization actually should be -ENODEV.  I have changed the 
patch and will submit it after the weekend.

Alan Stern

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

end of thread, other threads:[~2017-07-29  2:09 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-24 12:03 USB disk speed regression WD Elements - with bisect result 22547c4cc4fe20698a6a85a55b8788859134b8e4 Zdenek Kabelac
2017-07-24 14:41 ` Alan Stern
2017-07-24 21:03   ` Guenter Roeck
2017-07-25 10:06   ` Zdenek Kabelac
2017-07-25 14:25     ` Alan Stern
2017-07-25 14:34       ` Zdenek Kabelac
2017-07-25 15:03         ` Zdenek Kabelac
2017-07-25 17:02           ` Alan Stern
2017-07-25 17:46             ` Zdenek Kabelac
2017-07-25 19:50               ` Alan Stern
2017-07-26  2:33                 ` Guenter Roeck
2017-07-26 14:28                   ` Alan Stern
2017-07-26 14:36                     ` Zdenek Kabelac
2017-07-26 15:04                       ` Alan Stern
2017-07-26 17:49                 ` Zdenek Kabelac
2017-07-27  1:03                   ` Alan Stern
2017-07-27  9:11                     ` Zdenek Kabelac
2017-07-28 18:33                       ` Alan Stern
     [not found] <49a43034-9330-e48d-f0d5-896b23ecb552@redhat.com>
2017-07-29  2:09 ` Alan Stern

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.