* [regression,bisected] restore of disks after suspend-to-disk broken in 3.9.x
@ 2013-05-26 13:51 Giacomo Perale
2013-05-27 5:07 ` Zhang Rui
0 siblings, 1 reply; 16+ messages in thread
From: Giacomo Perale @ 2013-05-26 13:51 UTC (permalink / raw)
To: rui.zhang; +Cc: linux-acpi, linux-pm
[-- Attachment #1: Type: text/plain, Size: 5696 bytes --]
Hello,
after upgrading from 3.8.7 to 3.9.x I noticed some slightly longer
delays when resuming from suspend-to-disk and a few new error messages
in the logs:
ata1: link is slow to respond, please be patient (ready=0)
ata3: link is slow to respond, please be patient (ready=0)
ata1: SRST failed (errno=-16)
ata3: SRST failed (errno=-16)
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata1.00: ACPI cmd ef/03:46:00:00:00:a0 (SET FEATURES) filtered out
ata1.00: configured for UDMA/133
sd 0:0:0:0: [sda] Starting disk
ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata3.00: ACPI cmd ef/03:46:00:00:00:a0 (SET FEATURES) filtered out
ata3.00: configured for UDMA/133
sd 2:0:0:0: [sdc] Starting disk
PM: restore of devices complete after 11448.044 msecs
(compared to ~2900 msecs with 3.8.x).
I didn't mind the messages since things were working anyway, but
lately in a couple of cases some disks were dropped and disabled, with
the obvious consequences for the functionality of the system:
ata2: link is slow to respond, please be patient (ready=0)
ata2: SRST failed (errno=-16)
ata2: link is slow to respond, please be patient (ready=0)
ata2: SRST failed (errno=-16)
ata2: link is slow to respond, please be patient (ready=0)
ata2: SRST failed (errno=-16)
ata2: limiting SATA link speed to 1.5 Gbps
ata2: SRST failed (errno=-16)
ata2: reset failed, giving up
ata2.00: disabled
sd 1:0:0:0: [sdb] Starting disk
sd 1:0:0:0: [sdb] START_STOP FAILED
sd 1:0:0:0: [sdb]
Result: hostbyte=0x04 driverbyte=0x00
dpm_run_callback(): scsi_bus_restore+0x0/0x20 returns 262144
PM: Device 1:0:0:0 failed to restore async: error 262144
PM: restore of devices complete after 61130.778 msecs
...
sd 1:0:0:0: [sdb] Unhandled error code
sd 1:0:0:0: [sdb]
Result: hostbyte=0x04 driverbyte=0x00
sd 1:0:0:0: [sdb] CDB:
cdb[0]=0x28: 28 00 00 00 00 6f 00 00 08 00
end_request: I/O error, dev sdb, sector 111
XFS (sdb1): metadata I/O error: block 0x30 ("xfs_trans_read_buf_map")
error 5 numblks 8
ffff88006f710000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
XFS (sdb1): Internal error xfs_dir2_leaf_verify at line 62 of file
fs/xfs/xfs_dir2_leaf.c. Caller 0xffffffff811d17d8
Not having connected the issue with the previous error messages I
initially blamed the disk and replaced it with a new one thinking it
was broken, but the problem persisted so I started a bisection run
that pointed to this commit:
b8bb6cb999858043489c1ddef08eed2127559169 is the first bad commit
commit b8bb6cb999858043489c1ddef08eed2127559169
Author: Zhang Rui <rui.zhang@intel.com>
Date: Thu Nov 22 15:45:02 2012 +0800
step_wise: Unify the code for both throttle and dethrottle
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
:040000 040000 8d313c2dd1dacca2dd01128cf48bb9804e95f258
62bf2c47f021832f423172db87f9e367a91460f2 M drivers
git bisect start
# bad: [c1be5a5b1b355d40e6cf79cc979eb66dafa24ad1] Linux 3.9
git bisect bad c1be5a5b1b355d40e6cf79cc979eb66dafa24ad1
# good: [19f949f52599ba7c3f67a5897ac6be14bfcb1200] Linux 3.8
git bisect good 19f949f52599ba7c3f67a5897ac6be14bfcb1200
# good: [d778df51c09264076fe0208c099ef7d428f21790] mm: vmscan: save
work scanning (almost) empty LRU lists
git bisect good d778df51c09264076fe0208c099ef7d428f21790
# good: [ee89f81252179dcbf6cd65bd48299f5e52292d88] Merge branch
'for-3.9/core' of git://git.kernel.dk/linux-block
git bisect good ee89f81252179dcbf6cd65bd48299f5e52292d88
# bad: [fa4a6732a8e6153435941cb730d7d54c8367fe72] Merge branch
'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
git bisect bad fa4a6732a8e6153435941cb730d7d54c8367fe72
# bad: [37cae6ad4c484030fa972241533c32730ec79b7d] Merge tag
'dm-3.9-changes' of
git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm
git bisect bad 37cae6ad4c484030fa972241533c32730ec79b7d
# bad: [1a32c58bb945970e56f27a1cfb61625a3ac0b88e] Merge tag
'late-mvebu-rebased' of
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
git bisect bad 1a32c58bb945970e56f27a1cfb61625a3ac0b88e
# good: [b6669737d3db7df79fad07180837c23dbe581db5] Merge branch
'for-3.9' of git://linux-nfs.org/~bfields/linux
git bisect good b6669737d3db7df79fad07180837c23dbe581db5
# bad: [7307c00f335a4e986586b12334696098d2fc2bcd] Merge tag
'late-omap' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
git bisect bad 7307c00f335a4e986586b12334696098d2fc2bcd
# bad: [f8f466c81795a3ed2b8a74c8feebc280aec3db81] Merge tag 'late-dt'
of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
git bisect bad f8f466c81795a3ed2b8a74c8feebc280aec3db81
# bad: [4f0a6847815837b63b05fc23878ba391701d8f6a] Thermal: exynos: Add
support for temperature falling interrupt.
git bisect bad 4f0a6847815837b63b05fc23878ba391701d8f6a
# bad: [d6d71ee4a14ae602db343ec48c491851d7ec5267] PM: Introduce Intel
PowerClamp Driver
git bisect bad d6d71ee4a14ae602db343ec48c491851d7ec5267
# bad: [c313637641c3e33388903e16cfde97b2e67adb9e] thermal: db8500: Use
of_match_ptr() macro in db8500_thermal.c
git bisect bad c313637641c3e33388903e16cfde97b2e67adb9e
# bad: [bbf63be4f331358173da26b888a10583fcc92ec0] Thermal: exynos: Add
sysfs node supporting exynos's emulation mode.
git bisect bad bbf63be4f331358173da26b888a10583fcc92ec0
# good: [3dbfff3dfe6714aeefb615c65bec0800dc5a4c51] Introduce
THERMAL_TREND_RAISE/DROP_FULL support for step_wise governor
git bisect good 3dbfff3dfe6714aeefb615c65bec0800dc5a4c51
# bad: [b8bb6cb999858043489c1ddef08eed2127559169] step_wise: Unify the
code for both throttle and dethrottle
git bisect bad b8bb6cb999858043489c1ddef08eed2127559169
Reverting it fixed the problem, as far as I can see. Any idea of what
could be going wrong here?
Thank you,
Giacomo Perale
[-- Attachment #2: dmesg.3.9.0 --]
[-- Type: application/octet-stream, Size: 54846 bytes --]
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.9.2-gentoo (giacomo@KazeNoTani) (gcc version 4.6.3 (Gentoo 4.6.3 p1.13, pie-0.5.2) ) #3 SMP PREEMPT Sat May 25 23:47:57 CEST 2013
[ 0.000000] Command line: root=/dev/sda2 hpet=force
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffeffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007fff0000-0x000000007fff2fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007fff3000-0x000000007fffffff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.2 present.
[ 0.000000] DMI: Unknow Unknow/KN9 Series(NF-CK804), BIOS 6.00 PG 04/28/2008
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x7fff0 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-C7FFF write-protect
[ 0.000000] C8000-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0000000000 mask FF80000000 write-back
[ 0.000000] 1 disabled
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x019f0000, 0x019f0fff] PGTABLE
[ 0.000000] BRK [0x019f1000, 0x019f1fff] PGTABLE
[ 0.000000] BRK [0x019f2000, 0x019f2fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]
[ 0.000000] [mem 0x7fc00000-0x7fdfffff] page 2M
[ 0.000000] BRK [0x019f3000, 0x019f3fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]
[ 0.000000] [mem 0x7c000000-0x7fbfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0x7bffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffeffff]
[ 0.000000] [mem 0x7fe00000-0x7ffeffff] page 4k
[ 0.000000] BRK [0x019f4000, 0x019f4fff] PGTABLE
[ 0.000000] ACPI: RSDP 00000000000f7e00 00014 (v00 Nvidia)
[ 0.000000] ACPI: RSDT 000000007fff3040 00034 (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: FACP 000000007fff30c0 00074 (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: DSDT 000000007fff3180 06422 (v01 NVIDIA AWRDACPI 00001000 MSFT 0100000E)
[ 0.000000] ACPI: FACS 000000007fff0000 00040
[ 0.000000] ACPI: SSDT 000000007fff96c0 0028A (v01 PTLTD POWERNOW 00000001 LTP 00000001)
[ 0.000000] ACPI: MCFG 000000007fff99c0 0003C (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: APIC 000000007fff9600 00072 (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007d600000-ffff88007f5fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009efff]
[ 0.000000] node 0: [mem 0x00100000-0x7ffeffff]
[ 0.000000] On node 0 totalpages: 524174
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 8128 pages used for memmap
[ 0.000000] DMA32 zone: 520176 pages, LIFO batch:31
[ 0.000000] Nvidia board detected. Ignoring ACPI timer override.
[ 0.000000] If you got timer trouble try acpi_use_timer_override
[ 0.000000] Detected use of extended apic ids on hypertransport bus
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ14 used by override.
[ 0.000000] ACPI: IRQ15 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[ 0.000000] e820: [mem 0x80000000-0xdfffffff] available for PCI devices
[ 0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff88007fc00000 s79232 r8192 d23168 u1048576
[ 0.000000] pcpu-alloc: s79232 r8192 d23168 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 515961
[ 0.000000] Kernel command line: root=/dev/sda2 hpet=force
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.000000] __ex_table already sorted, skipping sort
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Node 0: aperture @ 1010000000 size 32 MB
[ 0.000000] Aperture beyond 4GB. Ignoring.
[ 0.000000] Memory: 2050256k/2097088k available (4280k kernel code, 392k absent, 46440k reserved, 4396k data, 756k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
[ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[ 0.000000] NR_IRQS:4352 nr_irqs:512 16
[ 0.000000] spurious 8259A interrupt: IRQ7.
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2499.974 MHz processor
[ 0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
[ 0.002027] Calibrating delay loop (skipped), value calculated using timer frequency.. 4999.94 BogoMIPS (lpj=2499974)
[ 0.002077] pid_max: default: 32768 minimum: 301
[ 0.003034] Mount-cache hash table entries: 256
[ 0.003261] Initializing cgroup subsys devices
[ 0.003287] Initializing cgroup subsys freezer
[ 0.003331] tseg: 0000000000
[ 0.003338] CPU: Physical Processor ID: 0
[ 0.003361] CPU: Processor Core ID: 0
[ 0.003385] mce: CPU supports 5 MCE banks
[ 0.003416] LVT offset 0 assigned for vector 0xf9
[ 0.003442] process: using AMD E400 aware idle routine
[ 0.003467] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4
tlb_flushall_shift: 4
[ 0.003562] Freeing SMP alternatives: 16k freed
[ 0.003595] ACPI: Core revision 20130117
[ 0.005849] ACPI: All ACPI Tables successfully acquired
[ 0.006423] ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1
[ 0.017104] smpboot: CPU0: AMD Athlon(tm) Dual Core Processor 4850e (fam: 0f, model: 6b, stepping: 02)
[ 0.018000] Performance Events: AMD PMU driver.
[ 0.018000] ... version: 0
[ 0.018000] ... bit width: 48
[ 0.018000] ... generic registers: 4
[ 0.018000] ... value mask: 0000ffffffffffff
[ 0.018000] ... max period: 00007fffffffffff
[ 0.018000] ... fixed-purpose events: 0
[ 0.018000] ... event mask: 000000000000000f
[ 0.027069] smpboot: Booting Node 0, Processors #1 OK
[ 0.098085] Brought up 2 CPUs
[ 0.098110] smpboot: Total of 2 processors activated (9999.23 BogoMIPS)
[ 0.098590] devtmpfs: initialized
[ 0.098590] PM: Registering ACPI NVS region [mem 0x7fff0000-0x7fff2fff] (12288 bytes)
[ 0.099158] NET: Registered protocol family 16
[ 0.099264] node 0 link 0: io port [7000, ffff]
[ 0.099267] TOM: 0000000080000000 aka 2048M
[ 0.099291] node 0 link 0: mmio [a0000, bffff]
[ 0.099293] node 0 link 0: mmio [feb00000, fec0ffff]
[ 0.099295] node 0 link 0: mmio [80000000, dfffffff]
[ 0.099296] node 0 link 0: mmio [f0000000, fe02ffff]
[ 0.099298] node 0 link 0: mmio [e0000000, e05fffff]
[ 0.099300] bus: [bus 00-05] on node 0 link 0
[ 0.099302] bus: 00 [io 0x0000-0xffff]
[ 0.099303] bus: 00 [mem 0x000a0000-0x000bffff]
[ 0.099304] bus: 00 [mem 0xfe030000-0xfcffffffff]
[ 0.099304] bus: 00 [mem 0x80000000-0xefffffff]
[ 0.099305] bus: 00 [mem 0xf0000000-0xfe02ffff]
[ 0.099314] ACPI: bus type PCI registered
[ 0.099371] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.099400] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.108006] PCI: Using configuration type 1 for base access
[ 0.108507] bio: create slab <bio-0> at 0
[ 0.108507] ACPI: Added _OSI(Module Device)
[ 0.108507] ACPI: Added _OSI(Processor Device)
[ 0.108507] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.108507] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.109573] ACPI: EC: Look up EC in DSDT
[ 0.112269] ACPI: Interpreter enabled
[ 0.112300] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130117/hwxface-568)
[ 0.112370] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130117/hwxface-568)
[ 0.112445] ACPI: (supports S0 S3 S4 S5)
[ 0.112469] ACPI: Using IOAPIC for interrupt routing
[ 0.112516] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.117820] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-05])
[ 0.118668] PCI host bridge to bus 0000:00
[ 0.118695] pci_bus 0000:00: root bus resource [bus 00-05]
[ 0.118720] pci_bus 0000:00: root bus resource [io 0x0000-0x03af]
[ 0.118745] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7]
[ 0.118770] pci_bus 0000:00: root bus resource [io 0x7000-0xffff]
[ 0.118795] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df]
[ 0.118820] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.118846] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff]
[ 0.118871] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfe02ffff]
[ 0.118896] pci_bus 0000:00: root bus resource [mem 0xfeb00000-0xfebfffff]
[ 0.118922] pci_bus 0000:00: root bus resource [io 0x1c00-0x1c80]
[ 0.118957] pci 0000:00:00.0: [10de:005e] type 00 class 0x058000
[ 0.119117] pci 0000:00:01.0: [10de:0050] type 00 class 0x060100
[ 0.119136] pci 0000:00:01.0: Force enabled HPET at 0xfed00000
[ 0.119183] pci 0000:00:01.1: [10de:0052] type 00 class 0x0c0500
[ 0.119190] pci 0000:00:01.1: reg 10: [io 0xfc00-0xfc1f]
[ 0.119200] pci 0000:00:01.1: reg 20: [io 0x1c00-0x1c3f]
[ 0.119203] pci 0000:00:01.1: reg 24: [io 0x1c40-0x1c7f]
[ 0.119216] pci 0000:00:01.1: PME# supported from D3hot D3cold
[ 0.119272] pci 0000:00:02.0: [10de:005a] type 00 class 0x0c0310
[ 0.119278] pci 0000:00:02.0: reg 10: [mem 0xfe02f000-0xfe02ffff]
[ 0.119300] pci 0000:00:02.0: supports D1 D2
[ 0.119302] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.119331] pci 0000:00:02.0: System wakeup disabled by ACPI
[ 0.119387] pci 0000:00:02.1: [10de:005b] type 00 class 0x0c0320
[ 0.119394] pci 0000:00:02.1: reg 10: [mem 0xfeb00000-0xfeb000ff]
[ 0.119421] pci 0000:00:02.1: supports D1 D2
[ 0.119423] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.119461] pci 0000:00:02.1: System wakeup disabled by ACPI
[ 0.119522] pci 0000:00:06.0: [10de:0053] type 00 class 0x01018a
[ 0.119536] pci 0000:00:06.0: reg 20: [io 0xf000-0xf00f]
[ 0.119585] pci 0000:00:07.0: [10de:0054] type 00 class 0x010185
[ 0.119591] pci 0000:00:07.0: reg 10: [io 0x09f0-0x09f7]
[ 0.119594] pci 0000:00:07.0: reg 14: [io 0x0bf0-0x0bf3]
[ 0.119598] pci 0000:00:07.0: reg 18: [io 0x0970-0x0977]
[ 0.119601] pci 0000:00:07.0: reg 1c: [io 0x0b70-0x0b73]
[ 0.119605] pci 0000:00:07.0: reg 20: [io 0xdc00-0xdc0f]
[ 0.119609] pci 0000:00:07.0: reg 24: [mem 0xfe02d000-0xfe02dfff]
[ 0.119652] pci 0000:00:08.0: [10de:0055] type 00 class 0x010185
[ 0.119658] pci 0000:00:08.0: reg 10: [io 0x09e0-0x09e7]
[ 0.119661] pci 0000:00:08.0: reg 14: [io 0x0be0-0x0be3]
[ 0.119665] pci 0000:00:08.0: reg 18: [io 0x0960-0x0967]
[ 0.119668] pci 0000:00:08.0: reg 1c: [io 0x0b60-0x0b63]
[ 0.119672] pci 0000:00:08.0: reg 20: [io 0xc800-0xc80f]
[ 0.119676] pci 0000:00:08.0: reg 24: [mem 0xfe02c000-0xfe02cfff]
[ 0.119718] pci 0000:00:09.0: [10de:005c] type 01 class 0x060401
[ 0.119737] pci 0000:00:09.0: System wakeup disabled by ACPI
[ 0.119799] pci 0000:00:0a.0: [10de:0057] type 00 class 0x068000
[ 0.119805] pci 0000:00:0a.0: reg 10: [mem 0xfe02b000-0xfe02bfff]
[ 0.119809] pci 0000:00:0a.0: reg 14: [io 0xc400-0xc407]
[ 0.119829] pci 0000:00:0a.0: supports D1 D2
[ 0.119830] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.119859] pci 0000:00:0a.0: System wakeup disabled by ACPI
[ 0.119913] pci 0000:00:0b.0: [10de:005d] type 01 class 0x060400
[ 0.119936] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.119965] pci 0000:00:0b.0: System wakeup disabled by ACPI
[ 0.120020] pci 0000:00:0c.0: [10de:005d] type 01 class 0x060400
[ 0.120043] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.120067] pci 0000:00:0c.0: System wakeup disabled by ACPI
[ 0.120120] pci 0000:00:0d.0: [10de:005d] type 01 class 0x060400
[ 0.120142] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.120167] pci 0000:00:0d.0: System wakeup disabled by ACPI
[ 0.120221] pci 0000:00:0e.0: [10de:005d] type 01 class 0x060400
[ 0.120243] pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.120264] pci 0000:00:0e.0: System wakeup disabled by ACPI
[ 0.120323] pci 0000:00:18.0: [1022:1100] type 00 class 0x060000
[ 0.120364] pci 0000:00:18.1: [1022:1101] type 00 class 0x060000
[ 0.120405] pci 0000:00:18.2: [1022:1102] type 00 class 0x060000
[ 0.120448] pci 0000:00:18.3: [1022:1103] type 00 class 0x060000
[ 0.120582] pci 0000:01:08.0: [1131:7133] type 00 class 0x048000
[ 0.120592] pci 0000:01:08.0: reg 10: [mem 0xfdeff000-0xfdeff7ff]
[ 0.120632] pci 0000:01:08.0: supports D1 D2
[ 0.120662] pci 0000:01:09.0: [1102:0002] type 00 class 0x040100
[ 0.120672] pci 0000:01:09.0: reg 10: [io 0xbc00-0xbc1f]
[ 0.120710] pci 0000:01:09.0: supports D1 D2
[ 0.120740] pci 0000:01:09.1: [1102:7002] type 00 class 0x098000
[ 0.120749] pci 0000:01:09.1: reg 10: [io 0xb800-0xb807]
[ 0.120787] pci 0000:01:09.1: supports D1 D2
[ 0.120830] pci 0000:00:09.0: PCI bridge to [bus 01] (subtractive decode)
[ 0.120857] pci 0000:00:09.0: bridge window [io 0xb000-0xbfff]
[ 0.120859] pci 0000:00:09.0: bridge window [mem 0xfde00000-0xfdefffff]
[ 0.120861] pci 0000:00:09.0: bridge window [mem 0xfdf00000-0xfdffffff pref]
[ 0.120864] pci 0000:00:09.0: bridge window [io 0x0000-0x03af] (subtractive decode)
[ 0.120865] pci 0000:00:09.0: bridge window [io 0x03e0-0x0cf7] (subtractive decode)
[ 0.120867] pci 0000:00:09.0: bridge window [io 0x7000-0xffff] (subtractive decode)
[ 0.120869] pci 0000:00:09.0: bridge window [io 0x03b0-0x03df] (subtractive decode)
[ 0.120871] pci 0000:00:09.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.120873] pci 0000:00:09.0: bridge window [mem 0x80000000-0xdfffffff] (subtractive decode)
[ 0.120874] pci 0000:00:09.0: bridge window [mem 0xf0000000-0xfe02ffff] (subtractive decode)
[ 0.120876] pci 0000:00:09.0: bridge window [mem 0xfeb00000-0xfebfffff] (subtractive decode)
[ 0.120878] pci 0000:00:09.0: bridge window [io 0x1c00-0x1c80] (subtractive decode)
[ 0.120905] pci 0000:00:0b.0: PCI bridge to [bus 02]
[ 0.120931] pci 0000:00:0b.0: bridge window [io 0xa000-0xafff]
[ 0.120933] pci 0000:00:0b.0: bridge window [mem 0xfdd00000-0xfddfffff]
[ 0.120936] pci 0000:00:0b.0: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
[ 0.120961] pci 0000:00:0c.0: PCI bridge to [bus 03]
[ 0.120988] pci 0000:00:0c.0: bridge window [io 0x9000-0x9fff]
[ 0.120990] pci 0000:00:0c.0: bridge window [mem 0xfdb00000-0xfdbfffff]
[ 0.120993] pci 0000:00:0c.0: bridge window [mem 0xfda00000-0xfdafffff 64bit pref]
[ 0.121024] pci 0000:00:0d.0: PCI bridge to [bus 04]
[ 0.121050] pci 0000:00:0d.0: bridge window [io 0x8000-0x8fff]
[ 0.121052] pci 0000:00:0d.0: bridge window [mem 0xfd900000-0xfd9fffff]
[ 0.121055] pci 0000:00:0d.0: bridge window [mem 0xfd800000-0xfd8fffff 64bit pref]
[ 0.121085] pci 0000:05:00.0: [1002:5b63] type 00 class 0x030000
[ 0.121093] pci 0000:05:00.0: reg 10: [mem 0xd0000000-0xdfffffff pref]
[ 0.121099] pci 0000:05:00.0: reg 14: [io 0x7c00-0x7cff]
[ 0.121104] pci 0000:05:00.0: reg 18: [mem 0xfd7f0000-0xfd7fffff]
[ 0.121121] pci 0000:05:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[ 0.121143] pci 0000:05:00.0: supports D1 D2
[ 0.121178] pci 0000:05:00.1: [1002:5b73] type 00 class 0x038000
[ 0.121185] pci 0000:05:00.1: reg 10: [mem 0xfd7e0000-0xfd7effff]
[ 0.121225] pci 0000:05:00.1: supports D1 D2
[ 0.121255] pci 0000:05:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.121290] pci 0000:00:0e.0: PCI bridge to [bus 05]
[ 0.121316] pci 0000:00:0e.0: bridge window [io 0x7000-0x7fff]
[ 0.121318] pci 0000:00:0e.0: bridge window [mem 0xfd700000-0xfd7fffff]
[ 0.121321] pci 0000:00:0e.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.121329] pci_bus 0000:00: on NUMA node 0
[ 0.121334] acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[ 0.121360] acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
[ 0.121541] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 *10 11)
[ 0.121703] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 10 *11)
[ 0.121864] ACPI: PCI Interrupt Link [LNK3] (IRQs *5 10 11)
[ 0.122026] ACPI: PCI Interrupt Link [LNK4] (IRQs 5 10 11) *0, disabled.
[ 0.122224] ACPI: PCI Interrupt Link [LNK5] (IRQs 5 10 11) *0, disabled.
[ 0.122424] ACPI: PCI Interrupt Link [LUBA] (IRQs 5 *10 11)
[ 0.122583] ACPI: PCI Interrupt Link [LUBB] (IRQs 5 10 11) *0, disabled.
[ 0.122783] ACPI: PCI Interrupt Link [LMAC] (IRQs *5 10 11)
[ 0.122942] ACPI: PCI Interrupt Link [LACI] (IRQs 5 10 11) *0, disabled.
[ 0.123139] ACPI: PCI Interrupt Link [LMCI] (IRQs 5 10 11) *0, disabled.
[ 0.123338] ACPI: PCI Interrupt Link [LSMB] (IRQs *5 10 11)
[ 0.123504] ACPI: PCI Interrupt Link [LUB2] (IRQs 5 10 *11)
[ 0.123663] ACPI: PCI Interrupt Link [LIDE] (IRQs 5 10 11) *0, disabled.
[ 0.123867] ACPI: PCI Interrupt Link [LSID] (IRQs 5 *10 11)
[ 0.124040] ACPI: PCI Interrupt Link [LFID] (IRQs 5 10 *11)
[ 0.124207] ACPI: PCI Interrupt Link [LPCA] (IRQs 5 10 11) *0, disabled.
[ 0.124423] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0
[ 0.124577] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0
[ 0.124733] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0
[ 0.124886] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
[ 0.125033] ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
[ 0.125192] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0
[ 0.125408] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22 23) *0, disabled.
[ 0.125642] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0
[ 0.125858] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22 23) *0, disabled.
[ 0.126098] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22 23) *0, disabled.
[ 0.126332] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0
[ 0.127055] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0
[ 0.127271] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
[ 0.127509] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0
[ 0.127728] ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0
[ 0.128006] ACPI: PCI Interrupt Link [APCP] (IRQs 20 21 22 23) *0, disabled.
[ 0.128628] ACPI: Enabled 1 GPEs in block 00 to 1F
[ 0.128697] acpi root: \_SB_.PCI0 notify handler is installed
[ 0.128733] Found 1 acpi root devices
[ 0.128813] vgaarb: device added: PCI:0000:05:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.128813] vgaarb: loaded
[ 0.128813] vgaarb: bridge control possible 0000:05:00.0
[ 0.128813] SCSI subsystem initialized
[ 0.129003] ACPI: bus type ATA registered
[ 0.129036] libata version 3.00 loaded.
[ 0.129053] PCI: Using ACPI for IRQ routing
[ 0.133991] PCI: pci_cache_line_size set to 64 bytes
[ 0.134034] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
[ 0.134036] e820: reserve RAM buffer [mem 0x7fff0000-0x7fffffff]
[ 0.134237] hpet clockevent registered
[ 0.134239] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.134268] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
[ 0.134371] hpet0: 3 comparators, 32-bit 25.000000 MHz counter
[ 0.140023] Switching to clocksource hpet
[ 0.145365] pnp: PnP ACPI init
[ 0.145401] ACPI: bus type PNP registered
[ 0.145560] system 00:00: [io 0x1000-0x107f] has been reserved
[ 0.145586] system 00:00: [io 0x1080-0x10ff] has been reserved
[ 0.145611] system 00:00: [io 0x1400-0x147f] has been reserved
[ 0.145637] system 00:00: [io 0x1480-0x14ff] has been reserved
[ 0.145662] system 00:00: [io 0x1800-0x187f] has been reserved
[ 0.145688] system 00:00: [io 0x1880-0x18ff] has been reserved
[ 0.145715] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.146205] system 00:01: [io 0x0b78-0x0b7b] has been reserved
[ 0.146231] system 00:01: [io 0x0f78-0x0f7b] has been reserved
[ 0.146257] system 00:01: [io 0x0a78-0x0a7b] has been reserved
[ 0.146282] system 00:01: [io 0x0e78-0x0e7b] has been reserved
[ 0.146307] system 00:01: [io 0x0bbc-0x0bbf] has been reserved
[ 0.146333] system 00:01: [io 0x0fbc-0x0fbf] has been reserved
[ 0.146358] system 00:01: [io 0x04d0-0x04d1] has been reserved
[ 0.146383] system 00:01: [io 0x0294-0x0297] has been reserved
[ 0.146409] system 00:01: [io 0x0295-0x0296] has been reserved
[ 0.146434] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.146446] pnp 00:02: [dma 4]
[ 0.146470] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.146509] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.146534] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.146566] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.146935] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.146961] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.147098] system 00:07: [mem 0x000d0000-0x000d3fff] has been reserved
[ 0.147125] system 00:07: [mem 0x000f0000-0x000f7fff] could not be reserved
[ 0.147151] system 00:07: [mem 0x000f8000-0x000fbfff] could not be reserved
[ 0.147177] system 00:07: [mem 0x000fc000-0x000fffff] could not be reserved
[ 0.147202] system 00:07: [mem 0x7fff0000-0x7fffffff] could not be reserved
[ 0.147228] system 00:07: [mem 0xffff0000-0xffffffff] has been reserved
[ 0.147254] system 00:07: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.147280] system 00:07: [mem 0x00100000-0x7ffeffff] could not be reserved
[ 0.147306] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.147332] system 00:07: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.147360] system 00:07: [mem 0xfefff000-0xfeffffff] has been reserved
[ 0.147385] system 00:07: [mem 0xfff80000-0xfff80fff] has been reserved
[ 0.147411] system 00:07: [mem 0xfff90000-0xfffbffff] has been reserved
[ 0.147437] system 00:07: [mem 0xfffed000-0xfffeffff] has been reserved
[ 0.147463] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.147471] pnp: PnP ACPI: found 8 devices
[ 0.147495] ACPI: bus type PNP unregistered
[ 0.152083] pci 0000:00:09.0: PCI bridge to [bus 01]
[ 0.152109] pci 0000:00:09.0: bridge window [io 0xb000-0xbfff]
[ 0.152135] pci 0000:00:09.0: bridge window [mem 0xfde00000-0xfdefffff]
[ 0.152161] pci 0000:00:09.0: bridge window [mem 0xfdf00000-0xfdffffff pref]
[ 0.152188] pci 0000:00:0b.0: PCI bridge to [bus 02]
[ 0.152213] pci 0000:00:0b.0: bridge window [io 0xa000-0xafff]
[ 0.152238] pci 0000:00:0b.0: bridge window [mem 0xfdd00000-0xfddfffff]
[ 0.152264] pci 0000:00:0b.0: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
[ 0.152291] pci 0000:00:0c.0: PCI bridge to [bus 03]
[ 0.152315] pci 0000:00:0c.0: bridge window [io 0x9000-0x9fff]
[ 0.152341] pci 0000:00:0c.0: bridge window [mem 0xfdb00000-0xfdbfffff]
[ 0.152367] pci 0000:00:0c.0: bridge window [mem 0xfda00000-0xfdafffff 64bit pref]
[ 0.152393] pci 0000:00:0d.0: PCI bridge to [bus 04]
[ 0.152418] pci 0000:00:0d.0: bridge window [io 0x8000-0x8fff]
[ 0.152444] pci 0000:00:0d.0: bridge window [mem 0xfd900000-0xfd9fffff]
[ 0.152469] pci 0000:00:0d.0: bridge window [mem 0xfd800000-0xfd8fffff 64bit pref]
[ 0.152500] pci 0000:05:00.0: BAR 6: assigned [mem 0xfd700000-0xfd71ffff pref]
[ 0.152527] pci 0000:00:0e.0: PCI bridge to [bus 05]
[ 0.152551] pci 0000:00:0e.0: bridge window [io 0x7000-0x7fff]
[ 0.152577] pci 0000:00:0e.0: bridge window [mem 0xfd700000-0xfd7fffff]
[ 0.152603] pci 0000:00:0e.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.152635] pci 0000:00:09.0: setting latency timer to 64
[ 0.152641] pci_bus 0000:00: resource 4 [io 0x0000-0x03af]
[ 0.152643] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7]
[ 0.152645] pci_bus 0000:00: resource 6 [io 0x7000-0xffff]
[ 0.152646] pci_bus 0000:00: resource 7 [io 0x03b0-0x03df]
[ 0.152648] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff]
[ 0.152650] pci_bus 0000:00: resource 9 [mem 0x80000000-0xdfffffff]
[ 0.152651] pci_bus 0000:00: resource 10 [mem 0xf0000000-0xfe02ffff]
[ 0.152653] pci_bus 0000:00: resource 11 [mem 0xfeb00000-0xfebfffff]
[ 0.152655] pci_bus 0000:00: resource 12 [io 0x1c00-0x1c80]
[ 0.152657] pci_bus 0000:01: resource 0 [io 0xb000-0xbfff]
[ 0.152658] pci_bus 0000:01: resource 1 [mem 0xfde00000-0xfdefffff]
[ 0.152660] pci_bus 0000:01: resource 2 [mem 0xfdf00000-0xfdffffff pref]
[ 0.152662] pci_bus 0000:01: resource 4 [io 0x0000-0x03af]
[ 0.152663] pci_bus 0000:01: resource 5 [io 0x03e0-0x0cf7]
[ 0.152665] pci_bus 0000:01: resource 6 [io 0x7000-0xffff]
[ 0.152667] pci_bus 0000:01: resource 7 [io 0x03b0-0x03df]
[ 0.152668] pci_bus 0000:01: resource 8 [mem 0x000a0000-0x000bffff]
[ 0.152670] pci_bus 0000:01: resource 9 [mem 0x80000000-0xdfffffff]
[ 0.152672] pci_bus 0000:01: resource 10 [mem 0xf0000000-0xfe02ffff]
[ 0.152673] pci_bus 0000:01: resource 11 [mem 0xfeb00000-0xfebfffff]
[ 0.152675] pci_bus 0000:01: resource 12 [io 0x1c00-0x1c80]
[ 0.152677] pci_bus 0000:02: resource 0 [io 0xa000-0xafff]
[ 0.152678] pci_bus 0000:02: resource 1 [mem 0xfdd00000-0xfddfffff]
[ 0.152680] pci_bus 0000:02: resource 2 [mem 0xfdc00000-0xfdcfffff 64bit pref]
[ 0.152682] pci_bus 0000:03: resource 0 [io 0x9000-0x9fff]
[ 0.152684] pci_bus 0000:03: resource 1 [mem 0xfdb00000-0xfdbfffff]
[ 0.152685] pci_bus 0000:03: resource 2 [mem 0xfda00000-0xfdafffff 64bit pref]
[ 0.152687] pci_bus 0000:04: resource 0 [io 0x8000-0x8fff]
[ 0.152689] pci_bus 0000:04: resource 1 [mem 0xfd900000-0xfd9fffff]
[ 0.152691] pci_bus 0000:04: resource 2 [mem 0xfd800000-0xfd8fffff 64bit pref]
[ 0.152693] pci_bus 0000:05: resource 0 [io 0x7000-0x7fff]
[ 0.152694] pci_bus 0000:05: resource 1 [mem 0xfd700000-0xfd7fffff]
[ 0.152696] pci_bus 0000:05: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.152735] NET: Registered protocol family 2
[ 0.152909] TCP established hash table entries: 16384 (order: 6, 262144 bytes)
[ 0.153063] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[ 0.153205] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.153304] TCP: reno registered
[ 0.153330] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.153373] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.153479] NET: Registered protocol family 1
[ 0.153745] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 23
[ 0.216191] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 22
[ 0.216319] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.216347] pci 0000:00:0b.0: Found disabled HT MSI Mapping
[ 0.216376] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.216402] pci 0000:00:0b.0: Linking AER extended capability
[ 0.216454] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.216482] pci 0000:00:0c.0: Found disabled HT MSI Mapping
[ 0.216511] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.216536] pci 0000:00:0c.0: Linking AER extended capability
[ 0.216590] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.216617] pci 0000:00:0d.0: Found disabled HT MSI Mapping
[ 0.216646] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.216671] pci 0000:00:0d.0: Linking AER extended capability
[ 0.216729] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.216756] pci 0000:00:0e.0: Found disabled HT MSI Mapping
[ 0.216785] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.216810] pci 0000:00:0e.0: Linking AER extended capability
[ 0.216849] pci 0000:05:00.0: Boot video device
[ 0.216853] PCI: CLS 64 bytes, default 64
[ 0.217293] audit: initializing netlink socket (disabled)
[ 0.217329] type=2000 audit(1369519051.217:1): initialized
[ 0.219210] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
[ 0.219521] msgmni has been set to 4004
[ 0.219792] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.219820] io scheduler noop registered
[ 0.219844] io scheduler deadline registered
[ 0.219870] io scheduler cfq registered (default)
[ 0.219988] pcieport 0000:00:0b.0: irq 40 for MSI/MSI-X
[ 0.220053] pcieport 0000:00:0c.0: irq 41 for MSI/MSI-X
[ 0.220092] pcieport 0000:00:0d.0: irq 42 for MSI/MSI-X
[ 0.220128] pcieport 0000:00:0e.0: irq 43 for MSI/MSI-X
[ 0.220372] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.220402] ACPI: Power Button [PWRB]
[ 0.220468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.220494] ACPI: Power Button [PWRF]
[ 0.220555] ACPI: Fan [FAN] (on)
[ 0.222704] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.222730] ACPI: Thermal Zone [THRM] (40 C)
[ 0.223373] loop: module loaded
[ 0.223470] sata_nv 0000:00:07.0: version 3.5
[ 0.223656] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 21
[ 0.223734] sata_nv 0000:00:07.0: setting latency timer to 64
[ 0.223906] scsi0 : sata_nv
[ 0.224079] scsi1 : sata_nv
[ 0.224160] ata1: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xdc00 irq 21
[ 0.224186] ata2: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xdc08 irq 21
[ 0.224393] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 20
[ 0.224451] sata_nv 0000:00:08.0: setting latency timer to 64
[ 0.224602] scsi2 : sata_nv
[ 0.224692] scsi3 : sata_nv
[ 0.224768] ata3: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc800 irq 20
[ 0.224794] ata4: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xc808 irq 20
[ 0.224861] pata_amd 0000:00:06.0: version 0.4.1
[ 0.224902] pata_amd 0000:00:06.0: setting latency timer to 64
[ 0.225125] scsi4 : pata_amd
[ 0.225334] scsi5 : pata_amd
[ 0.225530] ata5: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[ 0.225557] ata6: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[ 0.225661] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 0.228299] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.228346] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.228454] mousedev: PS/2 mouse device common for all mice
[ 0.228561] cpuidle: using governor ladder
[ 0.228585] cpuidle: using governor menu
[ 0.228718] TCP: cubic registered
[ 0.228743] NET: Registered protocol family 17
[ 0.678019] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 0.679020] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 0.682083] ata1.00: ATA-8: WDC WD3200AAKS-22L6A0, 01.03E01, max UDMA/133
[ 0.682110] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 0.682203] ata3.00: ATA-8: WDC WD10EZEX-00RKKA0, 80.00A80, max UDMA/133
[ 0.682230] ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 0.686031] ata3.00: configured for UDMA/133
[ 0.686088] ata1.00: configured for UDMA/133
[ 0.686249] scsi 0:0:0:0: Direct-Access ATA WDC WD3200AAKS-2 01.0 PQ: 0 ANSI: 5
[ 0.686405] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 0.686420] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[ 0.686460] sd 0:0:0:0: [sda] Write Protect is off
[ 0.686462] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.686479] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.690509] sda: sda1 sda2 sda3 sda4
[ 0.690908] sd 0:0:0:0: [sda] Attached SCSI disk
[ 0.989012] ata2: SATA link down (SStatus 0 SControl 300)
[ 0.989138] scsi 2:0:0:0: Direct-Access ATA WDC WD10EZEX-00R 80.0 PQ: 0 ANSI: 5
[ 0.989262] sd 2:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 0.989289] sd 2:0:0:0: [sdb] 4096-byte physical blocks
[ 0.989298] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 0.989404] sd 2:0:0:0: [sdb] Write Protect is off
[ 0.989431] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 0.989465] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.045952] sdb: sdb1 sdb2 sdb3 sdb4
[ 1.046334] sd 2:0:0:0: [sdb] Attached SCSI disk
[ 1.443019] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.446199] ata4.00: ATA-7: WDC WD1600JS-22NCB1, 10.02E02, max UDMA/133
[ 1.446225] ata4.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 1.449199] ata4.00: configured for UDMA/133
[ 1.449306] scsi 3:0:0:0: Direct-Access ATA WDC WD1600JS-22N 10.0 PQ: 0 ANSI: 5
[ 1.449430] sd 3:0:0:0: [sdc] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[ 1.449448] sd 3:0:0:0: Attached scsi generic sg2 type 0
[ 1.449520] sd 3:0:0:0: [sdc] Write Protect is off
[ 1.449556] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 1.449572] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.457321] sdc: sdc1
[ 1.457589] sd 3:0:0:0: [sdc] Attached SCSI disk
[ 1.622286] ata6.00: ATAPI: PIONEER DVD-RW DVR-111D, 1.23, max UDMA/66
[ 1.622317] ata6.01: ATAPI: TOSHIBA DVD-ROM SD-M1612, 1806, max UDMA/33
[ 1.622348] ata6: nv_mode_filter: 0x1f39f&0x1f39f->0x1f39f, BIOS=0x1f000 (0xc5c0) ACPI=0x1f01f (30:60:0x1f)
[ 1.622352] ata6: nv_mode_filter: 0x739f&0x739f->0x739f, BIOS=0x7000 (0xc5c0) ACPI=0x701f (30:60:0x1f)
[ 1.628214] ata6.00: configured for UDMA/66
[ 1.650254] ata6.01: configured for UDMA/33
[ 1.663101] scsi 5:0:0:0: CD-ROM PIONEER DVD-RW DVR-111D 1.23 PQ: 0 ANSI: 5
[ 1.674287] sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
[ 1.674870] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.674977] sr 5:0:0:0: Attached scsi CD-ROM sr0
[ 1.675082] sr 5:0:0:0: Attached scsi generic sg3 type 5
[ 1.680771] scsi 5:0:1:0: CD-ROM TOSHIBA DVD-ROM SD-M1612 1806 PQ: 0 ANSI: 5
[ 1.684389] sr1: scsi3-mmc drive: 40x/48x cd/rw xa/form2 cdda tray
[ 1.684507] sr 5:0:1:0: Attached scsi CD-ROM sr1
[ 1.684588] sr 5:0:1:0: Attached scsi generic sg4 type 5
[ 1.694303] registered taskstats version 1
[ 1.719234] XFS (sda2): Mounting Filesystem
[ 1.908953] XFS (sda2): Ending clean mount
[ 1.908991] VFS: Mounted root (xfs filesystem) readonly on device 8:2.
[ 1.944664] devtmpfs: mounted
[ 1.945342] Freeing unused kernel memory: 756k freed
[ 1.945724] Write protecting the kernel read-only data: 8192k
[ 1.950130] Freeing unused kernel memory: 1852k freed
[ 1.952812] Freeing unused kernel memory: 744k freed
[ 4.460331] systemd-udevd[174]: starting version 197
[ 5.504169] rtc_cmos 00:03: RTC can wake from S4
[ 5.504498] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 5.504533] rtc_cmos 00:03: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[ 6.203157] Linux agpgart interface v0.103
[ 6.222957] [drm] Initialized drm 1.1.0 20060810
[ 6.310432] [drm] radeon kernel modesetting enabled.
[ 6.310647] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[ 6.310870] [drm] initializing kernel modesetting (RV380 0x1002:0x5B63 0x174B:0x1490).
[ 6.310894] [drm] register mmio base: 0xFD7F0000
[ 6.310895] [drm] register mmio size: 65536
[ 6.311425] [drm] Generation 2 PCI interface, using max accessible memory
[ 6.311431] radeon 0000:05:00.0: VRAM: 256M 0x00000000D0000000 - 0x00000000DFFFFFFF (256M used)
[ 6.311433] radeon 0000:05:00.0: GTT: 512M 0x00000000B0000000 - 0x00000000CFFFFFFF
[ 6.311447] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 6.311448] [drm] Driver supports precise vblank timestamp query.
[ 6.311482] radeon 0000:05:00.0: irq 44 for MSI/MSI-X
[ 6.311492] radeon 0000:05:00.0: radeon: using MSI.
[ 6.311511] [drm] radeon: irq initialized.
[ 6.311782] [drm] Detected VRAM RAM=256M, BAR=256M
[ 6.311786] [drm] RAM width 128bits DDR
[ 6.311871] [TTM] Zone kernel: Available graphics memory: 1026812 kiB
[ 6.311873] [TTM] Initializing pool allocator
[ 6.311877] [TTM] Initializing DMA pool allocator
[ 6.311909] [drm] radeon: 256M of VRAM memory ready
[ 6.311910] [drm] radeon: 512M of GTT memory ready.
[ 6.311929] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 6.313373] [drm] radeon: 1 quad pipes, 1 Z pipes initialized.
[ 6.314211] [drm] PCIE GART of 512M enabled (table at 0x00000000D0040000).
[ 6.314237] radeon 0000:05:00.0: WB enabled
[ 6.314241] radeon 0000:05:00.0: fence driver on ring 0 use gpu addr 0x00000000b0000000 and cpu addr 0xffff88007b795000
[ 6.314293] [drm] Loading R300 Microcode
[ 6.341738] [drm] radeon: ring at 0x00000000B0001000
[ 6.341759] [drm] ring test succeeded in 1 usecs
[ 6.341854] [drm] ib test succeeded in 0 usecs
[ 6.342017] [drm] Radeon Display Connectors
[ 6.342018] [drm] Connector 0:
[ 6.342019] [drm] VGA-1
[ 6.342021] [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[ 6.342021] [drm] Encoders:
[ 6.342022] [drm] CRT1: INTERNAL_DAC1
[ 6.342023] [drm] Connector 1:
[ 6.342024] [drm] DVI-I-1
[ 6.342025] [drm] HPD1
[ 6.342026] [drm] DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[ 6.342027] [drm] Encoders:
[ 6.342027] [drm] CRT2: INTERNAL_DAC2
[ 6.342028] [drm] DFP1: INTERNAL_TMDS1
[ 6.342029] [drm] Connector 2:
[ 6.342030] [drm] SVIDEO-1
[ 6.342030] [drm] Encoders:
[ 6.342031] [drm] TV1: INTERNAL_DAC2
[ 6.380308] [drm] fb mappable at 0xD00C0000
[ 6.380310] [drm] vram apper at 0xD0000000
[ 6.380311] [drm] size 5185536
[ 6.380311] [drm] fb depth is 24
[ 6.380312] [drm] pitch is 5760
[ 6.380380] fbcon: radeondrmfb (fb0) is primary device
[ 6.436142] Console: switching to colour frame buffer device 180x56
[ 6.440895] radeon 0000:05:00.0: fb0: radeondrmfb frame buffer device
[ 6.440896] radeon 0000:05:00.0: registered panic notifier
[ 6.440901] [drm] Initialized radeon 2.32.0 20080528 for 0000:05:00.0 on minor 0
[ 6.489934] ACPI: bus type USB registered
[ 6.489967] usbcore: registered new interface driver usbfs
[ 6.489980] usbcore: registered new interface driver hub
[ 6.490054] usbcore: registered new device driver usb
[ 6.514583] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 6.534157] ehci-pci: EHCI PCI platform driver
[ 6.534292] ehci-pci 0000:00:02.1: setting latency timer to 64
[ 6.534295] ehci-pci 0000:00:02.1: EHCI Host Controller
[ 6.534301] ehci-pci 0000:00:02.1: new USB bus registered, assigned bus number 1
[ 6.534311] ehci-pci 0000:00:02.1: debug port 1
[ 6.534326] ehci-pci 0000:00:02.1: cache line size of 64 is not supported
[ 6.534348] ehci-pci 0000:00:02.1: irq 22, io mem 0xfeb00000
[ 6.540016] ehci-pci 0000:00:02.1: USB 2.0 started, EHCI 1.00
[ 6.540276] hub 1-0:1.0: USB hub found
[ 6.540281] hub 1-0:1.0: 10 ports detected
[ 6.569858] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 6.569993] ohci_hcd 0000:00:02.0: setting latency timer to 64
[ 6.569996] ohci_hcd 0000:00:02.0: OHCI Host Controller
[ 6.570014] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
[ 6.570045] ohci_hcd 0000:00:02.0: irq 23, io mem 0xfe02f000
[ 6.623144] hub 2-0:1.0: USB hub found
[ 6.623151] hub 2-0:1.0: 10 ports detected
[ 6.660182] usbcore: registered new interface driver usbhid
[ 6.660185] usbhid: USB HID core driver
[ 6.798474] ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17
[ 6.798550] snd_emu10k1 0000:01:09.0: setting latency timer to 64
[ 6.896697] powernow-k8: fid 0x11 (2500 MHz), vid 0xe
[ 6.896700] powernow-k8: fid 0x10 (2400 MHz), vid 0xf
[ 6.896702] powernow-k8: fid 0xe (2200 MHz), vid 0x11
[ 6.896703] powernow-k8: fid 0xc (2000 MHz), vid 0x13
[ 6.896704] powernow-k8: fid 0xa (1800 MHz), vid 0x15
[ 6.896704] powernow-k8: fid 0x2 (1000 MHz), vid 0x16
[ 6.896747] powernow-k8: Found 1 AMD Athlon(tm) Dual Core Processor 4850e (2 cpu cores) (version 2.20.00)
[ 7.207030] usb 2-1: new low-speed USB device number 2 using ohci_hcd
[ 7.276313] fuse init (API version 7.21)
[ 7.564025] usb 2-4: new low-speed USB device number 3 using ohci_hcd
[ 8.327120] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:02.0/usb2/2-1/2-1:1.0/input/input2
[ 8.327210] hid-generic 0003:046D:C05A.0001: input: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:02.0-1/input0
[ 8.327482] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4:1.0/input/input3
[ 8.327526] hid-generic 0003:046D:C31D.0002: input: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:02.0-4/input0
[ 8.331097] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4:1.1/input/input4
[ 8.331152] hid-generic 0003:046D:C31D.0003: input: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:02.0-4/input1
[ 8.513484] Adding 4000180k swap on /dev/sda3. Priority:-1 extents:1 across:4000180k
[ 8.559817] XFS (sdb3): Mounting Filesystem
[ 8.637340] XFS (sdb3): Ending clean mount
[ 13.054400] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[ 13.054630] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 23
[ 13.054638] forcedeth 0000:00:0a.0: setting latency timer to 64
[ 13.576311] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x5043 @ 1, addr 00:50:8d:94:24:45
[ 13.576316] forcedeth 0000:00:0a.0: highdma csum gbit lnktim desc-v3
[ 13.576573] Loading kernel module for a network device with CAP_SYS_MODULE (deprecated). Use CAP_NET_ADMIN and alias netdev-eth0 instead.
[ 13.577014] forcedeth 0000:00:0a.0 eth0: no link during initialization
[ 15.241829] forcedeth 0000:00:0a.0 eth0: link up
[ 20.191228] ata1.00: configured for UDMA/133
[ 20.191236] ata1: EH complete
[ 20.226106] ata3.00: configured for UDMA/133
[ 20.226115] ata3: EH complete
[ 20.288200] ata4.00: configured for UDMA/133
[ 20.288209] ata4: EH complete
[ 22.034071] w83627ehf: Found W83627EHG chip at 0x290
[ 22.034096] ACPI Warning: 0x0000000000000295-0x0000000000000296 SystemIO conflicts with Region \IP__ 1 (20130117/utaddress-251)
[ 22.034102] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 22.041967] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
[ 22.448717] Linux video capture interface: v2.00
[ 22.490402] saa7130/34: v4l2 driver version 0, 2, 17 loaded
[ 22.490739] ACPI: PCI Interrupt Link [APC1] enabled at IRQ 16
[ 22.490758] saa7133[0]: found at 0000:01:08.0, rev: 209, irq: 16, latency: 84, mmio: 0xfdeff000
[ 22.490762] saa7133[0]: subsystem: 1043:4876, board: ASUSTeK P7131 Hybrid [card=112,insmod option]
[ 22.490779] saa7133[0]: board init: gpio is 0
[ 22.535017] Registered IR keymap rc-asus-pc39
[ 22.535965] input: saa7134 IR (ASUSTeK P7131 Hybri as /devices/pci0000:00/0000:00:09.0/0000:01:08.0/rc/rc0/input5
[ 22.536892] rc0: saa7134 IR (ASUSTeK P7131 Hybri as /devices/pci0000:00/0000:00:09.0/0000:01:08.0/rc/rc0
[ 22.548187] IR RC5(x) protocol handler initialized
[ 22.551986] lirc_dev: IR Remote Control driver registered, major 252
[ 22.561603] rc rc0: lirc_dev: driver ir-lirc-codec (saa7134) registered at minor = 0
[ 22.561610] IR LIRC bridge handler initialized
[ 22.680021] saa7133[0]: i2c eeprom 00: 43 10 76 48 54 20 1c 00 43 43 a9 1c 55 d2 b2 92
[ 22.680042] saa7133[0]: i2c eeprom 10: ff ff ff 0f ff 20 ff ff ff ff ff ff ff ff ff ff
[ 22.680056] saa7133[0]: i2c eeprom 20: 01 40 01 02 03 01 01 03 08 ff 00 d5 ff ff ff ff
[ 22.680071] saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 22.680085] saa7133[0]: i2c eeprom 40: ff 21 00 c2 96 10 03 32 55 50 ff ff ff ff ff ff
[ 22.680099] saa7133[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 22.680113] saa7133[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 22.680127] saa7133[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 22.680141] saa7133[0]: i2c eeprom 80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 22.680155] saa7133[0]: i2c eeprom 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 22.680169] saa7133[0]: i2c eeprom a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 22.680183] saa7133[0]: i2c eeprom b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 22.680197] saa7133[0]: i2c eeprom c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 22.680211] saa7133[0]: i2c eeprom d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 22.680225] saa7133[0]: i2c eeprom e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 22.680239] saa7133[0]: i2c eeprom f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 22.683018] saa7133[0]: i2c scan: found device @ 0x10 [???]
[ 22.694015] saa7133[0]: i2c scan: found device @ 0x96 [???]
[ 22.696020] saa7133[0]: i2c scan: found device @ 0xa0 [eeprom]
[ 22.743031] tuner 3-004b: Tuner -1 found with type(s) Radio TV.
[ 22.778018] tda829x 3-004b: setting tuner address to 61
[ 22.823021] tda829x 3-004b: type set to tda8290+75a
[ 25.803193] saa7133[0]: registered device video0 [v4l2]
[ 25.805070] saa7133[0]: registered device vbi0
[ 25.805260] saa7133[0]: registered device radio0
[ 25.846661] dvb_init() allocating 1 frontend
[ 25.898042] DVB: registering new adapter (saa7133[0])
[ 25.898061] saa7134 0000:01:08.0: DVB: registering adapter 0 frontend 0 (Philips TDA10046H DVB-T)...
[ 25.950021] tda1004x: setting up plls for 48MHz sampling clock
[ 26.111021] tda1004x: found firmware revision a5 -- invalid
[ 26.111026] tda1004x: trying to boot from eeprom
[ 26.432035] tda1004x: found firmware revision a5 -- invalid
[ 26.432039] tda1004x: waiting for firmware upload...
[ 32.702020] tda1004x: found firmware revision 20 -- ok
[ 32.873118] saa7134 ALSA driver for DMA sound loaded
[ 32.873167] saa7133[0]/alsa: saa7133[0] at 0xfdeff000 irq 16 registered as card -1
[ 50.414557] ata1.00: configured for UDMA/133
[ 50.414567] ata1: EH complete
[ 50.425763] ata3.00: configured for UDMA/133
[ 50.425770] ata3: EH complete
[ 50.508269] ata4.00: configured for UDMA/133
[ 50.508276] ata4: EH complete
[ 51.065576] PM: Syncing filesystems ... done.
[ 51.092365] Freezing user space processes ... (elapsed 0.01 seconds) done.
[ 51.103123] ACPI: Preparing to enter system sleep state S4
[ 51.103439] PM: Preallocating image memory... done (allocated 56475 pages)
[ 51.148715] PM: Allocated 225900 kbytes in 0.04 seconds (5647.50 MB/s)
[ 51.148717] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
[ 51.159207] Suspending console(s) (use no_console_suspend to debug)
[ 51.238415] PM: freeze of devices complete after 79.200 msecs
[ 51.238668] PM: late freeze of devices complete after 0.249 msecs
[ 51.238899] PM: noirq freeze of devices complete after 0.229 msecs
[ 51.238938] PM: Saving platform NVS memory
[ 51.238988] Disabling non-boot CPUs ...
[ 51.240280] smpboot: CPU 1 is now offline
[ 51.240678] PM: Creating hibernation image:
[ 51.241273] PM: Need to copy 60409 pages
[ 51.241273] PM: Restoring platform NVS memory
[ 51.241273] Force enabled HPET at resume
[ 51.241273] Enabling non-boot CPUs ...
[ 51.241273] smpboot: Booting Node 0 Processor 1 APIC 0x1
[ 51.251987] CPU1 is up
[ 51.252334] ACPI: Waking up from system sleep state S4
[ 51.252708] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 51.252748] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 51.252790] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 51.252833] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 51.274171] PM: noirq restore of devices complete after 21.637 msecs
[ 51.274296] PM: early restore of devices complete after 0.097 msecs
[ 51.292695] ohci_hcd 0000:00:02.0: setting latency timer to 64
[ 51.292699] ehci-pci 0000:00:02.1: setting latency timer to 64
[ 51.292733] pci 0000:00:09.0: setting latency timer to 64
[ 51.292747] pata_amd 0000:00:06.0: setting latency timer to 64
[ 51.293247] sata_nv 0000:00:07.0: setting latency timer to 64
[ 51.293255] saa7133[0]: board init: gpio is 0
[ 51.293278] radeon 0000:05:00.0: ffff88007c6ae000 unpin not necessary
[ 51.293333] sata_nv 0000:00:08.0: setting latency timer to 64
[ 51.345048] usb usb2: root hub lost power or was reset
[ 51.345075] usb usb1: root hub lost power or was reset
[ 51.345087] ehci-pci 0000:00:02.1: cache line size of 64 is not supported
[ 51.400154] [drm] radeon: 1 quad pipes, 1 Z pipes initialized.
[ 51.401424] [drm] PCIE GART of 512M enabled (table at 0x00000000D0040000).
[ 51.401432] radeon 0000:05:00.0: WB enabled
[ 51.401435] radeon 0000:05:00.0: fence driver on ring 0 use gpu addr 0x00000000b0000000 and cpu addr 0xffff88007b795000
[ 51.401448] [drm] radeon: ring at 0x00000000B0001000
[ 51.401468] [drm] ring test succeeded in 1 usecs
[ 51.401495] [drm] ib test succeeded in 0 usecs
[ 51.482339] ata6.01: ACPI cmd ef/03:42:00:00:00:b0 (SET FEATURES) filtered out
[ 51.482341] ata6.01: ACPI cmd ef/03:0c:00:00:00:b0 (SET FEATURES) filtered out
[ 51.485293] ata6.00: ACPI cmd ef/03:44:00:00:00:a0 (SET FEATURES) filtered out
[ 51.485295] ata6.00: ACPI cmd ef/03:0c:00:00:00:a0 (SET FEATURES) filtered out
[ 51.485305] ata6: nv_mode_filter: 0x1f39f&0x1f39f->0x1f39f, BIOS=0x1f000 (0xc5c0) ACPI=0x1f01f (30:60:0x1f)
[ 51.485308] ata6: nv_mode_filter: 0x739f&0x739f->0x739f, BIOS=0x7000 (0xc5c0) ACPI=0x701f (30:60:0x1f)
[ 51.491213] ata6.00: configured for UDMA/66
[ 51.513255] ata6.01: configured for UDMA/33
[ 51.755022] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 51.755024] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 51.755083] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 51.758139] ata4.00: ACPI cmd ef/03:46:00:00:00:a0 (SET FEATURES) filtered out
[ 51.758186] ata3.00: ACPI cmd ef/03:46:00:00:00:a0 (SET FEATURES) filtered out
[ 51.758275] ata1.00: ACPI cmd ef/03:46:00:00:00:a0 (SET FEATURES) filtered out
[ 51.761191] ata4.00: configured for UDMA/133
[ 51.761233] sd 3:0:0:0: [sdc] Starting disk
[ 51.762644] ata1.00: configured for UDMA/133
[ 51.762680] sd 0:0:0:0: [sda] Starting disk
[ 51.763199] ata3.00: configured for UDMA/133
[ 51.763235] sd 2:0:0:0: [sdb] Starting disk
[ 51.814710] forcedeth 0000:00:0a.0 eth0: no link during initialization
[ 51.920026] usb 2-1: reset low-speed USB device number 2 using ohci_hcd
[ 52.024013] ata2: SATA link down (SStatus 0 SControl 300)
[ 52.553018] usb 2-4: reset low-speed USB device number 3 using ohci_hcd
[ 53.565158] forcedeth 0000:00:0a.0 eth0: link up
[ 53.877017] PM: restore of devices complete after 2584.378 msecs
[ 53.877285] Restarting tasks ... done.
[ 54.041264] ata1.00: configured for UDMA/133
[ 54.041275] ata1: EH complete
[ 54.052278] ata3.00: configured for UDMA/133
[ 54.052288] ata3: EH complete
[ 54.108278] ata4.00: configured for UDMA/133
[ 54.108286] ata4: EH complete
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [regression,bisected] restore of disks after suspend-to-disk broken in 3.9.x
2013-05-26 13:51 [regression,bisected] restore of disks after suspend-to-disk broken in 3.9.x Giacomo Perale
@ 2013-05-27 5:07 ` Zhang Rui
2013-05-27 20:07 ` Giacomo Perale
0 siblings, 1 reply; 16+ messages in thread
From: Zhang Rui @ 2013-05-27 5:07 UTC (permalink / raw)
To: Giacomo Perale; +Cc: linux-acpi, linux-pm
On Sun, 2013-05-26 at 15:51 +0200, Giacomo Perale wrote:
> Hello,
>
> after upgrading from 3.8.7 to 3.9.x I noticed some slightly longer
> delays when resuming from suspend-to-disk and a few new error messages
> in the logs:
>
> ata1: link is slow to respond, please be patient (ready=0)
> ata3: link is slow to respond, please be patient (ready=0)
> ata1: SRST failed (errno=-16)
> ata3: SRST failed (errno=-16)
> ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> ata1.00: ACPI cmd ef/03:46:00:00:00:a0 (SET FEATURES) filtered out
> ata1.00: configured for UDMA/133
> sd 0:0:0:0: [sda] Starting disk
> ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> ata3.00: ACPI cmd ef/03:46:00:00:00:a0 (SET FEATURES) filtered out
> ata3.00: configured for UDMA/133
> sd 2:0:0:0: [sdc] Starting disk
> PM: restore of devices complete after 11448.044 msecs
>
> (compared to ~2900 msecs with 3.8.x).
>
> I didn't mind the messages since things were working anyway, but
> lately in a couple of cases some disks were dropped and disabled, with
> the obvious consequences for the functionality of the system:
>
> ata2: link is slow to respond, please be patient (ready=0)
> ata2: SRST failed (errno=-16)
> ata2: link is slow to respond, please be patient (ready=0)
> ata2: SRST failed (errno=-16)
> ata2: link is slow to respond, please be patient (ready=0)
> ata2: SRST failed (errno=-16)
> ata2: limiting SATA link speed to 1.5 Gbps
> ata2: SRST failed (errno=-16)
> ata2: reset failed, giving up
> ata2.00: disabled
> sd 1:0:0:0: [sdb] Starting disk
> sd 1:0:0:0: [sdb] START_STOP FAILED
> sd 1:0:0:0: [sdb]
> Result: hostbyte=0x04 driverbyte=0x00
> dpm_run_callback(): scsi_bus_restore+0x0/0x20 returns 262144
> PM: Device 1:0:0:0 failed to restore async: error 262144
> PM: restore of devices complete after 61130.778 msecs
> ...
> sd 1:0:0:0: [sdb] Unhandled error code
> sd 1:0:0:0: [sdb]
> Result: hostbyte=0x04 driverbyte=0x00
> sd 1:0:0:0: [sdb] CDB:
> cdb[0]=0x28: 28 00 00 00 00 6f 00 00 08 00
> end_request: I/O error, dev sdb, sector 111
> XFS (sdb1): metadata I/O error: block 0x30 ("xfs_trans_read_buf_map")
> error 5 numblks 8
> ffff88006f710000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> ................
> XFS (sdb1): Internal error xfs_dir2_leaf_verify at line 62 of file
> fs/xfs/xfs_dir2_leaf.c. Caller 0xffffffff811d17d8
>
>
> Not having connected the issue with the previous error messages I
> initially blamed the disk and replaced it with a new one thinking it
> was broken, but the problem persisted so I started a bisection run
> that pointed to this commit:
>
>
> b8bb6cb999858043489c1ddef08eed2127559169 is the first bad commit
> commit b8bb6cb999858043489c1ddef08eed2127559169
> Author: Zhang Rui <rui.zhang@intel.com>
> Date: Thu Nov 22 15:45:02 2012 +0800
>
> step_wise: Unify the code for both throttle and dethrottle
>
> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
>
I do not see how this would affect the sata hibernation/resume.
but anyway, would you please try the four patches in comment #10, #11,
#12 and #13 in
https://bugzilla.kernel.org/show_bug.cgi?id=58301
and check if they help?
thanks,
rui
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [regression,bisected] restore of disks after suspend-to-disk broken in 3.9.x
2013-05-27 5:07 ` Zhang Rui
@ 2013-05-27 20:07 ` Giacomo Perale
2013-05-28 13:01 ` Rafael J. Wysocki
2013-05-30 1:46 ` Zhang Rui
0 siblings, 2 replies; 16+ messages in thread
From: Giacomo Perale @ 2013-05-27 20:07 UTC (permalink / raw)
To: Zhang Rui; +Cc: linux-acpi, linux-pm
[-- Attachment #1: Type: text/plain, Size: 1818 bytes --]
2013/5/27 Zhang Rui <rui.zhang@intel.com>:
> On Sun, 2013-05-26 at 15:51 +0200, Giacomo Perale wrote:
>> Hello,
>>
>> after upgrading from 3.8.7 to 3.9.x I noticed some slightly longer
>> delays when resuming from suspend-to-disk and a few new error messages
>> in the logs:
>>
>>
>> Not having connected the issue with the previous error messages I
>> initially blamed the disk and replaced it with a new one thinking it
>> was broken, but the problem persisted so I started a bisection run
>> that pointed to this commit:
>>
>>
>> b8bb6cb999858043489c1ddef08eed2127559169 is the first bad commit
>> commit b8bb6cb999858043489c1ddef08eed2127559169
>> Author: Zhang Rui <rui.zhang@intel.com>
>> Date: Thu Nov 22 15:45:02 2012 +0800
>>
>> step_wise: Unify the code for both throttle and dethrottle
>>
>> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
>>
> I do not see how this would affect the sata hibernation/resume.
> but anyway, would you please try the four patches in comment #10, #11,
> #12 and #13 in
> https://bugzilla.kernel.org/show_bug.cgi?id=58301
> and check if they help?
>
> thanks,
> rui
>
No luck, with git head and those four patches hibernation is
completely broken, the system doesn't even shut down, it just loses
the disks (I'm attaching what I could get from /proc/kmsg to this
email).
With the fair_share governor or with step_wise _and_ commit
b8bb6cb999858043489c1ddef08eed2127559169 reverted everything is ok
again.
I think there's something wrong in the commit logic (for example, why
are you checking for "instance->target != THERMAL_NO_TARGET" when
update_instance_for_throttle checked for "instance->target ==
THERMAL_NO_TARGET"?) but my attempts to fix it failed, probably
because I'm not sure of what 'continue;' does inside a
list_for_each_entry macro.
Thanks,
Giacomo
[-- Attachment #2: git-head-broken-hibernation.txt --]
[-- Type: text/plain, Size: 64189 bytes --]
<4>saa7133[0]: i2c scan: found device @ 0x10 [???]
<4>saa7133[0]: i2c scan: found device @ 0x96 [???]
<4>saa7133[0]: i2c scan: found device @ 0xa0 [eeprom]
<6>tuner 3-004b: Tuner -1 found with type(s) Radio TV.
<6>tda829x 3-004b: setting tuner address to 61
<6>tda829x 3-004b: type set to tda8290+75a
<6>usb 2-1: USB disconnect, device number 2
<6>saa7133[0]: registered device video0 [v4l2]
<6>saa7133[0]: registered device vbi0
<6>saa7133[0]: registered device radio0
<6>dvb_init() allocating 1 frontend
<6>DVB: registering new adapter (saa7133[0])
<6>saa7134 0000:01:08.0: DVB: registering adapter 0 frontend 0 (Philips TDA10046H DVB-T)...
<6>tda1004x: setting up plls for 48MHz sampling clock
<6>tda1004x: found firmware revision 20 -- ok
<6>saa7134 ALSA driver for DMA sound loaded
<6>saa7133[0]/alsa: saa7133[0] at 0xfdeff000 irq 16 registered as card -1
<6>usb 2-1: new low-speed USB device number 4 using ohci_hcd
<6>input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:02.0/usb2/2-1/2-1:1.0/input/input7
<6>hid-generic 0003:046D:C05A.0004: input: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:02.0-1/input0
<6>ata1.00: configured for UDMA/133
<6>ata1: EH complete
<6>ata3.00: configured for UDMA/133
<6>ata3: EH complete
<6>ata4.00: configured for UDMA/133
<6>ata4: EH complete
<6>PM: Syncing filesystems ... done.
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 16 00 00 08 00
<1>Read-error on swap-device (8:0:40359710)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 1e 00 00 08 00
<1>Read-error on swap-device (8:0:40359718)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 26 00 00 08 00
<1>Read-error on swap-device (8:0:40359726)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 2e 00 00 08 00
<1>Read-error on swap-device (8:0:40359734)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 36 00 00 08 00
<1>Read-error on swap-device (8:0:40359742)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 3e 00 00 08 00
<1>Read-error on swap-device (8:0:40359750)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 46 00 00 08 00
<1>Read-error on swap-device (8:0:40359758)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 4e 00 00 08 00
<1>Read-error on swap-device (8:0:40359766)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 56 00 00 08 00
<1>Read-error on swap-device (8:0:40359774)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 5e 00 00 08 00
<1>Read-error on swap-device (8:0:40359782)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 66 00 00 08 00
<1>Read-error on swap-device (8:0:40359790)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 6e 00 00 08 00
<1>Read-error on swap-device (8:0:40359798)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 76 00 00 08 00
<1>Read-error on swap-device (8:0:40359806)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 7e 00 00 08 00
<1>Read-error on swap-device (8:0:40359814)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 86 00 00 08 00
<1>Read-error on swap-device (8:0:40359822)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 8e 00 00 08 00
<1>Read-error on swap-device (8:0:40359830)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 96 00 00 08 00
<1>Read-error on swap-device (8:0:40359838)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 9e 00 00 08 00
<1>Read-error on swap-device (8:0:40359846)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 a6 00 00 08 00
<1>Read-error on swap-device (8:0:40359854)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 ae 00 00 08 00
<1>Read-error on swap-device (8:0:40359862)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 b6 00 00 08 00
<1>Read-error on swap-device (8:0:40359870)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 be 00 00 08 00
<1>Read-error on swap-device (8:0:40359878)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 c6 00 00 08 00
<1>Read-error on swap-device (8:0:40359886)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 ce 00 00 08 00
<1>Read-error on swap-device (8:0:40359894)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 d6 00 00 08 00
<1>Read-error on swap-device (8:0:40359902)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 de 00 00 08 00
<1>Read-error on swap-device (8:0:40359910)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 e6 00 00 08 00
<1>Read-error on swap-device (8:0:40359918)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 ee 00 00 08 00
<1>Read-error on swap-device (8:0:40359926)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 d7 f6 00 00 08 00
<1>Read-error on swap-device (8:0:40359934)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<4>cdb[0]=0x2a: 2a 00 02 67 d7 fe 00 00 08 00
<6>sd 0:0:0:0: [sda] Unhandled error code
<4>Result: hostbyte=0x04 driverbyte=0x00
<4>cdb[0]=0x2a: 2a 00 02 67 d8 06 00 00 08 00
<6>sd 0:0:0:0: [sda] Unhandled error code
<4>Result: hostbyte=0x04 driverbyte=0x00
<4>cdb[0]=0x2a: 2a 00 02 67 d8 0e 00 00 08 00
<6>sd 0:0:0:0: [sda] Unhandled error code
<4>Result: hostbyte=0x04 driverbyte=0x00
<4>cdb[0]=0x2a: 2a 00 02 67 d8 16 00 00 08 00
<6>sd 0:0:0:0: [sda] Unhandled error code
<4>Result: hostbyte=0x04 driverbyte=0x00
<4>cdb[0]=0x2a: 2a 00 02 67 d8 1e 00 00 08 00
<6>sd 0:0:0:0: [sda] Unhandled error code
<4>Result: hostbyte=0x04 driverbyte=0x00
<4>cdb[0]=0x2a: 2a 00 02 67 d8 26 00 00 08 00
<6>sd 0:0:0:0: [sda] Unhandled error code
<4>Result: hostbyte=0x04 driverbyte=0x00
<4>cdb[0]=0x2a: 2a 00 02 67 d8 2e 00 00 08 00
<6>sd 0:0:0:0: [sda] Unhandled error code
<4>Result: hostbyte=0x04 driverbyte=0x00
<4>cdb[0]=0x2a: 2a 00 02 67 d8 36 00 00 08 00
<6>sd 0:0:0:0: [sda] Unhandled error code
<4>Result: hostbyte=0x04 driverbyte=0x00
<4>cdb[0]=0x2a: 2a 00 02 67 d8 3e 00 00 08 00
<6>sd 0:0:0:0: [sda] Unhandled error code
<4>Result: hostbyte=0x04 driverbyte=0x00
<4>cdb[0]=0x2a: 2a 00 02 67 d8 46 00 00 08 00
<6>sd 0:0:0:0: [sda] Unhandled error code
<4>Result: hostbyte=0x04 driverbyte=0x00
<4>cdb[0]=0x2a: 2a 00 02 67 d8 4e 00 00 08 00
<6>sd 0:0:0:0: [sda] Unhandled error code
<4>Result: hostbyte=0x04 driverbyte=0x00
<4>cdb[0]=0x2a: 2a 00 02 67 d8 56 00 00 08 00
<6>sd 0:0:0:0: [sda] Unhandled error code
<4>Result: hostbyte=0x04 driverbyte=0x00
<4>cdb[0]=0x2a: 2a 00 02 67 d8 5e 00 00 08 00
<6>sd 0:0:0:0: [sda] Unhandled error code
<4>Result: hostbyte=0x04 driverbyte=0x00
<1>Read-error on swap-device (8:0:40360054)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360062)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360070)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360078)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360086)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360094)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360102)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360110)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360118)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360126)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360134)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360142)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360150)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360158)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360166)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360174)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360182)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360190)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360198)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360206)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360214)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360222)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360230)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360238)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360246)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360254)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360262)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360270)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360278)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360286)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360294)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360302)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360310)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360318)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360326)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360334)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360342)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360350)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360358)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360366)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360374)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360382)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360390)
<6>sd 0:0:0:0: [sda]
<6>sd 0:0:0:0: [sda] CDB:
<1>Read-error on swap-device (8:0:40360398)
<4>Result: hostbyte=0x04 driverbyte=0x00
<4>cdb[0]=0x2a: 2a 00 02 67 d9 d6 00 00 08 00
<6>sd 0:0:0:0: [sda] Unhandled error code
<4>Result: hostbyte=0x04 driverbyte=0x00
<4>cdb[0]=0x2a: 2a 00 02 67 d9 de 00 00 08 00
<6>sd 0:0:0:0: [sda] Unhandled error code
<4>Result: hostbyte=0x04 driverbyte=0x00
<4>cdb[0]=0x2a: 2a 00 02 67 d9 e6 00 00 08 00
<6>sd 0:0:0:0: [sda] Unhandled error code
<4>Result: hostbyte=0x04 driverbyte=0x00
<4>cdb[0]=0x2a: 2a 00 02 67 d9 ee 00 00 08 00
<6>sd 0:0:0:0: [sda] Unhandled error code
<4>Result: hostbyte=0x04 driverbyte=0x00
<4>cdb[0]=0x2a: 2a 00 02 67 d9 f6 00 00 08 00
<6>sd 0:0:0:0: [sda] Unhandled error code
<4>Result: hostbyte=0x04 driverbyte=0x00
<4>cdb[0]=0x2a: 2a 00 02 67 d9 fe 00 00 08 00
<6>sd 0:0:0:0: [sda] Unhandled error code
<4>Result: hostbyte=0x04 driverbyte=0x00
<4>cdb[0]=0x2a: 2a 00 02 67 da 06 00 00 08 00
<6>sd 0:0:0:0: [sda] Unhandled error code
<4>Result: hostbyte=0x04 driverbyte=0x00
<4>cdb[0]=0x2a: 2a 00 02 67 da 0e 00 00 08 00
<6>sd 0:0:0:0: [sda] Unhandled error code
<4>Result: hostbyte=0x04 driverbyte=0x00
<4>cdb[0]=0x2a: 2a 00 02 67 da 16 00 00 08 00
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da 1e 00 00 08 00
<1>Read-error on swap-device (8:0:40360486)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da 26 00 00 08 00
<1>Read-error on swap-device (8:0:40360494)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da 2e 00 00 08 00
<1>Read-error on swap-device (8:0:40360502)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da 36 00 00 08 00
<1>Read-error on swap-device (8:0:40360510)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da 3e 00 00 08 00
<1>Read-error on swap-device (8:0:40360518)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da 46 00 00 08 00
<1>Read-error on swap-device (8:0:40360526)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da 4e 00 00 08 00
<1>Read-error on swap-device (8:0:40360534)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da 56 00 00 08 00
<1>Read-error on swap-device (8:0:40360542)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da 5e 00 00 08 00
<1>Read-error on swap-device (8:0:40360550)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da 66 00 00 08 00
<1>Read-error on swap-device (8:0:40360558)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da 6e 00 00 08 00
<1>Read-error on swap-device (8:0:40360566)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da 76 00 00 08 00
<1>Read-error on swap-device (8:0:40360574)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da 7e 00 00 08 00
<1>Read-error on swap-device (8:0:40360582)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da 86 00 00 08 00
<1>Read-error on swap-device (8:0:40360590)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da 8e 00 00 08 00
<1>Read-error on swap-device (8:0:40360598)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da 96 00 00 08 00
<1>Read-error on swap-device (8:0:40360606)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da 9e 00 00 08 00
<1>Read-error on swap-device (8:0:40360614)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da a6 00 00 08 00
<1>Read-error on swap-device (8:0:40360622)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da ae 00 00 08 00
<1>Read-error on swap-device (8:0:40360630)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da b6 00 00 08 00
<1>Read-error on swap-device (8:0:40360638)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da be 00 00 08 00
<1>Read-error on swap-device (8:0:40360646)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da c6 00 00 08 00
<1>Read-error on swap-device (8:0:40360654)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da ce 00 00 08 00
<1>Read-error on swap-device (8:0:40360662)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da d6 00 00 08 00
<1>Read-error on swap-device (8:0:40360670)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da de 00 00 08 00
<1>Read-error on swap-device (8:0:40360678)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da e6 00 00 08 00
<1>Read-error on swap-device (8:0:40360686)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da ee 00 00 08 00
<1>Read-error on swap-device (8:0:40360694)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da f6 00 00 08 00
<1>Read-error on swap-device (8:0:40360702)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 da fe 00 00 08 00
<1>Read-error on swap-device (8:0:40360710)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db 06 00 00 08 00
<1>Read-error on swap-device (8:0:40360718)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db 0e 00 00 08 00
<1>Read-error on swap-device (8:0:40360726)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db 16 00 00 08 00
<1>Read-error on swap-device (8:0:40360734)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db 1e 00 00 08 00
<1>Read-error on swap-device (8:0:40360742)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db 26 00 00 08 00
<1>Read-error on swap-device (8:0:40360750)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db 2e 00 00 08 00
<1>Read-error on swap-device (8:0:40360758)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db 36 00 00 08 00
<1>Read-error on swap-device (8:0:40360766)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db 3e 00 00 08 00
<1>Read-error on swap-device (8:0:40360774)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db 46 00 00 08 00
<1>Read-error on swap-device (8:0:40360782)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db 4e 00 00 08 00
<1>Read-error on swap-device (8:0:40360790)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db 56 00 00 08 00
<1>Read-error on swap-device (8:0:40360798)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db 5e 00 00 08 00
<1>Read-error on swap-device (8:0:40360806)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db 66 00 00 08 00
<1>Read-error on swap-device (8:0:40360814)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db 6e 00 00 08 00
<1>Read-error on swap-device (8:0:40360822)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db 76 00 00 08 00
<1>Read-error on swap-device (8:0:40360830)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db 7e 00 00 08 00
<1>Read-error on swap-device (8:0:40360838)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db 86 00 00 08 00
<1>Read-error on swap-device (8:0:40360846)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db 8e 00 00 08 00
<1>Read-error on swap-device (8:0:40360854)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db 96 00 00 08 00
<1>Read-error on swap-device (8:0:40360862)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db 9e 00 00 08 00
<1>Read-error on swap-device (8:0:40360870)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db a6 00 00 08 00
<1>Read-error on swap-device (8:0:40360878)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db ae 00 00 08 00
<1>Read-error on swap-device (8:0:40360886)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db b6 00 00 08 00
<1>Read-error on swap-device (8:0:40360894)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db be 00 00 08 00
<1>Read-error on swap-device (8:0:40360902)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db c6 00 00 08 00
<1>Read-error on swap-device (8:0:40360910)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db ce 00 00 08 00
<1>Read-error on swap-device (8:0:40360918)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db d6 00 00 08 00
<1>Read-error on swap-device (8:0:40360926)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db de 00 00 08 00
<1>Read-error on swap-device (8:0:40360934)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db e6 00 00 08 00
<1>Read-error on swap-device (8:0:40360942)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db ee 00 00 08 00
<1>Read-error on swap-device (8:0:40360950)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db f6 00 00 08 00
<1>Read-error on swap-device (8:0:40360958)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 db fe 00 00 08 00
<1>Read-error on swap-device (8:0:40360966)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc 06 00 00 08 00
<1>Read-error on swap-device (8:0:40360974)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc 0e 00 00 08 00
<1>Read-error on swap-device (8:0:40360982)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc 16 00 00 08 00
<1>Read-error on swap-device (8:0:40360990)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc 1e 00 00 08 00
<1>Read-error on swap-device (8:0:40360998)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc 26 00 00 08 00
<1>Read-error on swap-device (8:0:40361006)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc 2e 00 00 08 00
<1>Read-error on swap-device (8:0:40361014)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc 36 00 00 08 00
<1>Read-error on swap-device (8:0:40361022)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc 3e 00 00 08 00
<1>Read-error on swap-device (8:0:40361030)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc 46 00 00 08 00
<1>Read-error on swap-device (8:0:40361038)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc 4e 00 00 08 00
<1>Read-error on swap-device (8:0:40361046)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc 56 00 00 08 00
<1>Read-error on swap-device (8:0:40361054)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc 5e 00 00 08 00
<1>Read-error on swap-device (8:0:40361062)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc 66 00 00 08 00
<1>Read-error on swap-device (8:0:40361070)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc 6e 00 00 08 00
<1>Read-error on swap-device (8:0:40361078)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc 76 00 00 08 00
<1>Read-error on swap-device (8:0:40361086)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc 7e 00 00 08 00
<1>Read-error on swap-device (8:0:40361094)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc 86 00 00 08 00
<1>Read-error on swap-device (8:0:40361102)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc 8e 00 00 08 00
<1>Read-error on swap-device (8:0:40361110)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc 96 00 00 08 00
<1>Read-error on swap-device (8:0:40361118)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc 9e 00 00 08 00
<1>Read-error on swap-device (8:0:40361126)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc a6 00 00 08 00
<1>Read-error on swap-device (8:0:40361134)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc ae 00 00 08 00
<1>Read-error on swap-device (8:0:40361142)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc b6 00 00 08 00
<1>Read-error on swap-device (8:0:40361150)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc be 00 00 08 00
<1>Read-error on swap-device (8:0:40361158)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc c6 00 00 08 00
<1>Read-error on swap-device (8:0:40361166)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc ce 00 00 08 00
<1>Read-error on swap-device (8:0:40361174)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc d6 00 00 08 00
<1>Read-error on swap-device (8:0:40361182)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc de 00 00 08 00
<1>Read-error on swap-device (8:0:40361190)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc e6 00 00 08 00
<1>Read-error on swap-device (8:0:40361198)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc ee 00 00 08 00
<1>Read-error on swap-device (8:0:40361206)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc f6 00 00 08 00
<1>Read-error on swap-device (8:0:40361214)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dc fe 00 00 08 00
<1>Read-error on swap-device (8:0:40361222)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd 06 00 00 08 00
<1>Read-error on swap-device (8:0:40361230)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd 0e 00 00 08 00
<1>Read-error on swap-device (8:0:40361238)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd 16 00 00 08 00
<1>Read-error on swap-device (8:0:40361246)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd 1e 00 00 08 00
<1>Read-error on swap-device (8:0:40361254)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd 26 00 00 08 00
<1>Read-error on swap-device (8:0:40361262)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd 2e 00 00 08 00
<1>Read-error on swap-device (8:0:40361270)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd 36 00 00 08 00
<1>Read-error on swap-device (8:0:40361278)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd 3e 00 00 08 00
<1>Read-error on swap-device (8:0:40361286)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd 46 00 00 08 00
<1>Read-error on swap-device (8:0:40361294)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd 4e 00 00 08 00
<1>Read-error on swap-device (8:0:40361302)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd 56 00 00 08 00
<1>Read-error on swap-device (8:0:40361310)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd 5e 00 00 08 00
<1>Read-error on swap-device (8:0:40361318)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd 66 00 00 08 00
<1>Read-error on swap-device (8:0:40361326)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd 6e 00 00 08 00
<1>Read-error on swap-device (8:0:40361334)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd 76 00 00 08 00
<1>Read-error on swap-device (8:0:40361342)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd 7e 00 00 08 00
<1>Read-error on swap-device (8:0:40361350)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd 86 00 00 08 00
<1>Read-error on swap-device (8:0:40361358)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd 8e 00 00 08 00
<1>Read-error on swap-device (8:0:40361366)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd 96 00 00 08 00
<1>Read-error on swap-device (8:0:40361374)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd 9e 00 00 08 00
<1>Read-error on swap-device (8:0:40361382)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd a6 00 00 08 00
<1>Read-error on swap-device (8:0:40361390)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd ae 00 00 08 00
<1>Read-error on swap-device (8:0:40361398)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd b6 00 00 08 00
<1>Read-error on swap-device (8:0:40361406)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd be 00 00 08 00
<1>Read-error on swap-device (8:0:40361414)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd c6 00 00 08 00
<1>Read-error on swap-device (8:0:40361422)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd ce 00 00 08 00
<1>Read-error on swap-device (8:0:40361430)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd d6 00 00 08 00
<1>Read-error on swap-device (8:0:40361438)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd de 00 00 08 00
<1>Read-error on swap-device (8:0:40361446)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd e6 00 00 08 00
<1>Read-error on swap-device (8:0:40361454)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd ee 00 00 08 00
<1>Read-error on swap-device (8:0:40361462)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd f6 00 00 08 00
<1>Read-error on swap-device (8:0:40361470)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 dd fe 00 00 08 00
<1>Read-error on swap-device (8:0:40361478)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de 06 00 00 08 00
<1>Read-error on swap-device (8:0:40361486)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de 0e 00 00 08 00
<1>Read-error on swap-device (8:0:40361494)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de 16 00 00 08 00
<1>Read-error on swap-device (8:0:40361502)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de 1e 00 00 08 00
<1>Read-error on swap-device (8:0:40361510)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de 26 00 00 08 00
<1>Read-error on swap-device (8:0:40361518)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de 2e 00 00 08 00
<1>Read-error on swap-device (8:0:40361526)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de 36 00 00 08 00
<1>Read-error on swap-device (8:0:40361534)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de 3e 00 00 08 00
<1>Read-error on swap-device (8:0:40361542)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de 46 00 00 08 00
<1>Read-error on swap-device (8:0:40361550)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de 4e 00 00 08 00
<1>Read-error on swap-device (8:0:40361558)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de 56 00 00 08 00
<1>Read-error on swap-device (8:0:40361566)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de 5e 00 00 08 00
<1>Read-error on swap-device (8:0:40361574)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de 66 00 00 08 00
<1>Read-error on swap-device (8:0:40361582)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de 6e 00 00 08 00
<1>Read-error on swap-device (8:0:40361590)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de 76 00 00 08 00
<1>Read-error on swap-device (8:0:40361598)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de 7e 00 00 08 00
<1>Read-error on swap-device (8:0:40361606)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de 86 00 00 08 00
<1>Read-error on swap-device (8:0:40361614)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de 8e 00 00 08 00
<1>Read-error on swap-device (8:0:40361622)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de 96 00 00 08 00
<1>Read-error on swap-device (8:0:40361630)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de 9e 00 00 08 00
<1>Read-error on swap-device (8:0:40361638)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de a6 00 00 08 00
<1>Read-error on swap-device (8:0:40361646)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de ae 00 00 08 00
<1>Read-error on swap-device (8:0:40361654)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de b6 00 00 08 00
<1>Read-error on swap-device (8:0:40361662)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de be 00 00 08 00
<1>Read-error on swap-device (8:0:40361670)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de c6 00 00 08 00
<1>Read-error on swap-device (8:0:40361678)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de ce 00 00 08 00
<1>Read-error on swap-device (8:0:40361686)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de d6 00 00 08 00
<1>Read-error on swap-device (8:0:40361694)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de de 00 00 08 00
<1>Read-error on swap-device (8:0:40361702)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de e6 00 00 08 00
<1>Read-error on swap-device (8:0:40361710)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de ee 00 00 08 00
<1>Read-error on swap-device (8:0:40361718)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de f6 00 00 08 00
<1>Read-error on swap-device (8:0:40361726)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 de fe 00 00 08 00
<1>Read-error on swap-device (8:0:40361734)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df 06 00 00 08 00
<1>Read-error on swap-device (8:0:40361742)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df 0e 00 00 08 00
<1>Read-error on swap-device (8:0:40361750)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df 16 00 00 08 00
<1>Read-error on swap-device (8:0:40361758)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df 1e 00 00 08 00
<1>Read-error on swap-device (8:0:40361766)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df 26 00 00 08 00
<1>Read-error on swap-device (8:0:40361774)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df 2e 00 00 08 00
<1>Read-error on swap-device (8:0:40361782)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df 36 00 00 08 00
<1>Read-error on swap-device (8:0:40361790)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df 3e 00 00 08 00
<1>Read-error on swap-device (8:0:40361798)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df 46 00 00 08 00
<1>Read-error on swap-device (8:0:40361806)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df 4e 00 00 08 00
<1>Read-error on swap-device (8:0:40361814)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df 56 00 00 08 00
<1>Read-error on swap-device (8:0:40361822)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df 5e 00 00 08 00
<1>Read-error on swap-device (8:0:40361830)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df 66 00 00 08 00
<1>Read-error on swap-device (8:0:40361838)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df 6e 00 00 08 00
<1>Read-error on swap-device (8:0:40361846)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df 76 00 00 08 00
<1>Read-error on swap-device (8:0:40361854)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df 7e 00 00 08 00
<1>Read-error on swap-device (8:0:40361862)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df 86 00 00 08 00
<1>Read-error on swap-device (8:0:40361870)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df 8e 00 00 08 00
<1>Read-error on swap-device (8:0:40361878)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df 96 00 00 08 00
<1>Read-error on swap-device (8:0:40361886)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df 9e 00 00 08 00
<1>Read-error on swap-device (8:0:40361894)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df a6 00 00 08 00
<1>Read-error on swap-device (8:0:40361902)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df ae 00 00 08 00
<1>Read-error on swap-device (8:0:40361910)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df b6 00 00 08 00
<1>Read-error on swap-device (8:0:40361918)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df be 00 00 08 00
<1>Read-error on swap-device (8:0:40361926)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df c6 00 00 08 00
<1>Read-error on swap-device (8:0:40361934)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df ce 00 00 08 00
<1>Read-error on swap-device (8:0:40361942)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df d6 00 00 08 00
<1>Read-error on swap-device (8:0:40361950)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df de 00 00 08 00
<1>Read-error on swap-device (8:0:40361958)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df e6 00 00 08 00
<1>Read-error on swap-device (8:0:40361966)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df ee 00 00 08 00
<1>Read-error on swap-device (8:0:40361974)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df f6 00 00 08 00
<1>Read-error on swap-device (8:0:40361982)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 df fe 00 00 08 00
<1>Read-error on swap-device (8:0:40361990)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 06 00 00 08 00
<1>Read-error on swap-device (8:0:40361998)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 0e 00 00 08 00
<1>Read-error on swap-device (8:0:40362006)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 16 00 00 08 00
<1>Read-error on swap-device (8:0:40362014)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 1e 00 00 08 00
<1>Read-error on swap-device (8:0:40362022)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 26 00 00 08 00
<1>Read-error on swap-device (8:0:40362030)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 2e 00 00 08 00
<1>Read-error on swap-device (8:0:40362038)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 36 00 00 08 00
<1>Read-error on swap-device (8:0:40362046)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 3e 00 00 08 00
<1>Read-error on swap-device (8:0:40362054)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 46 00 00 08 00
<1>Read-error on swap-device (8:0:40362062)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 4e 00 00 08 00
<1>Read-error on swap-device (8:0:40362070)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 56 00 00 08 00
<1>Read-error on swap-device (8:0:40362078)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 5e 00 00 08 00
<1>Read-error on swap-device (8:0:40362086)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 66 00 00 08 00
<1>Read-error on swap-device (8:0:40362094)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 6e 00 00 08 00
<1>Read-error on swap-device (8:0:40362102)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 76 00 00 08 00
<1>Read-error on swap-device (8:0:40362110)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 7e 00 00 08 00
<1>Read-error on swap-device (8:0:40362118)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 86 00 00 08 00
<1>Read-error on swap-device (8:0:40362126)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 8e 00 00 08 00
<1>Read-error on swap-device (8:0:40362134)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 96 00 00 08 00
<1>Read-error on swap-device (8:0:40362142)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 9e 00 00 08 00
<1>Read-error on swap-device (8:0:40362150)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 a6 00 00 08 00
<1>Read-error on swap-device (8:0:40362158)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 ae 00 00 08 00
<1>Read-error on swap-device (8:0:40362166)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 b6 00 00 08 00
<1>Read-error on swap-device (8:0:40362174)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 be 00 00 08 00
<1>Read-error on swap-device (8:0:40362182)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 c6 00 00 08 00
<1>Read-error on swap-device (8:0:40362190)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 ce 00 00 08 00
<1>Read-error on swap-device (8:0:40362198)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 d6 00 00 08 00
<1>Read-error on swap-device (8:0:40362206)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 de 00 00 08 00
<1>Read-error on swap-device (8:0:40362214)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 e6 00 00 08 00
<1>Read-error on swap-device (8:0:40362222)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 ee 00 00 08 00
<1>Read-error on swap-device (8:0:40362230)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 f6 00 00 08 00
<1>Read-error on swap-device (8:0:40362238)
<6>sd 0:0:0:0: [sda] Unhandled error code
<6>sd 0:0:0:0: [sda]
<4>Result: hostbyte=0x04 driverbyte=0x00
<6>sd 0:0:0:0: [sda] CDB:
<4>cdb[0]=0x2a: 2a 00 02 67 e0 fe 00 00 08 00
<1>Read-error on swap-device (8:0:40362246)
<6>PM: Wrote 247160 kbytes in 1.46 seconds (169.28 MB/s)
<4>Restarting tasks ... done.
<4>XFS (sda2): xfs_log_force: error 5 returned.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [regression,bisected] restore of disks after suspend-to-disk broken in 3.9.x
2013-05-27 20:07 ` Giacomo Perale
@ 2013-05-28 13:01 ` Rafael J. Wysocki
[not found] ` <CAPm-kmsCKB8w2ud8UEdnBP1EFuc-jQ5QWNUOFTqtF3mLjmriHg@mail.gmail.com>
2013-05-30 1:46 ` Zhang Rui
1 sibling, 1 reply; 16+ messages in thread
From: Rafael J. Wysocki @ 2013-05-28 13:01 UTC (permalink / raw)
To: Giacomo Perale; +Cc: Zhang Rui, linux-acpi, linux-pm
On Monday, May 27, 2013 10:07:18 PM Giacomo Perale wrote:
> 2013/5/27 Zhang Rui <rui.zhang@intel.com>:
> > On Sun, 2013-05-26 at 15:51 +0200, Giacomo Perale wrote:
> >> Hello,
> >>
> >> after upgrading from 3.8.7 to 3.9.x I noticed some slightly longer
> >> delays when resuming from suspend-to-disk and a few new error messages
> >> in the logs:
> >>
> >>
> >> Not having connected the issue with the previous error messages I
> >> initially blamed the disk and replaced it with a new one thinking it
> >> was broken, but the problem persisted so I started a bisection run
> >> that pointed to this commit:
> >>
> >>
> >> b8bb6cb999858043489c1ddef08eed2127559169 is the first bad commit
> >> commit b8bb6cb999858043489c1ddef08eed2127559169
> >> Author: Zhang Rui <rui.zhang@intel.com>
> >> Date: Thu Nov 22 15:45:02 2012 +0800
> >>
> >> step_wise: Unify the code for both throttle and dethrottle
> >>
> >> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
> >>
> > I do not see how this would affect the sata hibernation/resume.
> > but anyway, would you please try the four patches in comment #10, #11,
> > #12 and #13 in
> > https://bugzilla.kernel.org/show_bug.cgi?id=58301
> > and check if they help?
> >
> > thanks,
> > rui
> >
>
> No luck, with git head and those four patches hibernation is
> completely broken, the system doesn't even shut down, it just loses
> the disks (I'm attaching what I could get from /proc/kmsg to this
> email).
>
> With the fair_share governor or with step_wise _and_ commit
> b8bb6cb999858043489c1ddef08eed2127559169 reverted everything is ok
> again.
>
> I think there's something wrong in the commit logic (for example, why
> are you checking for "instance->target != THERMAL_NO_TARGET" when
> update_instance_for_throttle checked for "instance->target ==
> THERMAL_NO_TARGET"?) but my attempts to fix it failed, probably
> because I'm not sure of what 'continue;' does inside a
> list_for_each_entry macro.
Can you please attach the output of acpidump from your system?
Rafael
--
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [regression,bisected] restore of disks after suspend-to-disk broken in 3.9.x
2013-05-27 20:07 ` Giacomo Perale
2013-05-28 13:01 ` Rafael J. Wysocki
@ 2013-05-30 1:46 ` Zhang Rui
2013-05-30 8:04 ` Giacomo Perale
1 sibling, 1 reply; 16+ messages in thread
From: Zhang Rui @ 2013-05-30 1:46 UTC (permalink / raw)
To: Giacomo Perale; +Cc: linux-acpi, linux-pm
On Mon, 2013-05-27 at 22:07 +0200, Giacomo Perale wrote:
> 2013/5/27 Zhang Rui <rui.zhang@intel.com>:
> > On Sun, 2013-05-26 at 15:51 +0200, Giacomo Perale wrote:
> >> Hello,
> >>
> >> after upgrading from 3.8.7 to 3.9.x I noticed some slightly longer
> >> delays when resuming from suspend-to-disk and a few new error messages
> >> in the logs:
> >>
> >>
> >> Not having connected the issue with the previous error messages I
> >> initially blamed the disk and replaced it with a new one thinking it
> >> was broken, but the problem persisted so I started a bisection run
> >> that pointed to this commit:
> >>
> >>
> >> b8bb6cb999858043489c1ddef08eed2127559169 is the first bad commit
> >> commit b8bb6cb999858043489c1ddef08eed2127559169
> >> Author: Zhang Rui <rui.zhang@intel.com>
> >> Date: Thu Nov 22 15:45:02 2012 +0800
> >>
> >> step_wise: Unify the code for both throttle and dethrottle
> >>
> >> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
> >>
> > I do not see how this would affect the sata hibernation/resume.
> > but anyway, would you please try the four patches in comment #10, #11,
> > #12 and #13 in
> > https://bugzilla.kernel.org/show_bug.cgi?id=58301
> > and check if they help?
> >
> > thanks,
> > rui
> >
>
> No luck, with git head and those four patches hibernation is
> completely broken, the system doesn't even shut down, it just loses
> the disks (I'm attaching what I could get from /proc/kmsg to this
> email).
>
then can you please try the patch at
https://patchwork.kernel.org/patch/2633071/
on top of the four patches and see if it helps?
thanks,
rui
> With the fair_share governor or with step_wise _and_ commit
> b8bb6cb999858043489c1ddef08eed2127559169 reverted everything is ok
> again.
>
> I think there's something wrong in the commit logic (for example, why
> are you checking for "instance->target != THERMAL_NO_TARGET" when
> update_instance_for_throttle checked for "instance->target ==
> THERMAL_NO_TARGET"?) but my attempts to fix it failed, probably
> because I'm not sure of what 'continue;' does inside a
> list_for_each_entry macro.
>
> Thanks,
> Giacomo
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [regression,bisected] restore of disks after suspend-to-disk broken in 3.9.x
2013-05-30 1:46 ` Zhang Rui
@ 2013-05-30 8:04 ` Giacomo Perale
2013-05-30 10:50 ` Zhang Rui
0 siblings, 1 reply; 16+ messages in thread
From: Giacomo Perale @ 2013-05-30 8:04 UTC (permalink / raw)
To: Zhang Rui; +Cc: linux-acpi, linux-pm
2013/5/30 Zhang Rui <rui.zhang@intel.com>:
> On Mon, 2013-05-27 at 22:07 +0200, Giacomo Perale wrote:
>> 2013/5/27 Zhang Rui <rui.zhang@intel.com>:
>> > On Sun, 2013-05-26 at 15:51 +0200, Giacomo Perale wrote:
>> >> Hello,
>> >>
>> >> after upgrading from 3.8.7 to 3.9.x I noticed some slightly longer
>> >> delays when resuming from suspend-to-disk and a few new error messages
>> >> in the logs:
>> >>
>> >>
>> >> Not having connected the issue with the previous error messages I
>> >> initially blamed the disk and replaced it with a new one thinking it
>> >> was broken, but the problem persisted so I started a bisection run
>> >> that pointed to this commit:
>> >>
>> >>
>> >> b8bb6cb999858043489c1ddef08eed2127559169 is the first bad commit
>> >> commit b8bb6cb999858043489c1ddef08eed2127559169
>> >> Author: Zhang Rui <rui.zhang@intel.com>
>> >> Date: Thu Nov 22 15:45:02 2012 +0800
>> >>
>> >> step_wise: Unify the code for both throttle and dethrottle
>> >>
>> >> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
>> >>
>> > I do not see how this would affect the sata hibernation/resume.
>> > but anyway, would you please try the four patches in comment #10, #11,
>> > #12 and #13 in
>> > https://bugzilla.kernel.org/show_bug.cgi?id=58301
>> > and check if they help?
>> >
>> > thanks,
>> > rui
>> >
>>
>> No luck, with git head and those four patches hibernation is
>> completely broken, the system doesn't even shut down, it just loses
>> the disks (I'm attaching what I could get from /proc/kmsg to this
>> email).
>>
> then can you please try the patch at
> https://patchwork.kernel.org/patch/2633071/
> on top of the four patches and see if it helps?
>
> thanks,
> rui
>
Do you mean without Rafael's patch?
Giacomo
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [regression,bisected] restore of disks after suspend-to-disk broken in 3.9.x
2013-05-30 8:04 ` Giacomo Perale
@ 2013-05-30 10:50 ` Zhang Rui
2013-05-30 17:19 ` Giacomo Perale
0 siblings, 1 reply; 16+ messages in thread
From: Zhang Rui @ 2013-05-30 10:50 UTC (permalink / raw)
To: Giacomo Perale; +Cc: linux-acpi, linux-pm
On Thu, 2013-05-30 at 10:04 +0200, Giacomo Perale wrote:
> 2013/5/30 Zhang Rui <rui.zhang@intel.com>:
> > On Mon, 2013-05-27 at 22:07 +0200, Giacomo Perale wrote:
> >> 2013/5/27 Zhang Rui <rui.zhang@intel.com>:
> >> > On Sun, 2013-05-26 at 15:51 +0200, Giacomo Perale wrote:
> >> >> Hello,
> >> >>
> >> >> after upgrading from 3.8.7 to 3.9.x I noticed some slightly longer
> >> >> delays when resuming from suspend-to-disk and a few new error messages
> >> >> in the logs:
> >> >>
> >> >>
> >> >> Not having connected the issue with the previous error messages I
> >> >> initially blamed the disk and replaced it with a new one thinking it
> >> >> was broken, but the problem persisted so I started a bisection run
> >> >> that pointed to this commit:
> >> >>
> >> >>
> >> >> b8bb6cb999858043489c1ddef08eed2127559169 is the first bad commit
> >> >> commit b8bb6cb999858043489c1ddef08eed2127559169
> >> >> Author: Zhang Rui <rui.zhang@intel.com>
> >> >> Date: Thu Nov 22 15:45:02 2012 +0800
> >> >>
> >> >> step_wise: Unify the code for both throttle and dethrottle
> >> >>
> >> >> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
> >> >>
> >> > I do not see how this would affect the sata hibernation/resume.
> >> > but anyway, would you please try the four patches in comment #10, #11,
> >> > #12 and #13 in
> >> > https://bugzilla.kernel.org/show_bug.cgi?id=58301
> >> > and check if they help?
> >> >
> >> > thanks,
> >> > rui
> >> >
> >>
> >> No luck, with git head and those four patches hibernation is
> >> completely broken, the system doesn't even shut down, it just loses
> >> the disks (I'm attaching what I could get from /proc/kmsg to this
> >> email).
> >>
> > then can you please try the patch at
> > https://patchwork.kernel.org/patch/2633071/
> > on top of the four patches and see if it helps?
> >
> > thanks,
> > rui
> >
>
> Do you mean without Rafael's patch?
>
right.
thanks,
rui
> Giacomo
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [regression,bisected] restore of disks after suspend-to-disk broken in 3.9.x
2013-05-30 10:50 ` Zhang Rui
@ 2013-05-30 17:19 ` Giacomo Perale
2013-06-05 9:09 ` Giacomo Perale
0 siblings, 1 reply; 16+ messages in thread
From: Giacomo Perale @ 2013-05-30 17:19 UTC (permalink / raw)
To: Zhang Rui; +Cc: linux-acpi, linux-pm
2013/5/30 Zhang Rui <rui.zhang@intel.com>:
> On Thu, 2013-05-30 at 10:04 +0200, Giacomo Perale wrote:
>> 2013/5/30 Zhang Rui <rui.zhang@intel.com>:
>> > On Mon, 2013-05-27 at 22:07 +0200, Giacomo Perale wrote:
>> >> 2013/5/27 Zhang Rui <rui.zhang@intel.com>:
>> >> > On Sun, 2013-05-26 at 15:51 +0200, Giacomo Perale wrote:
>> >> >> Hello,
>> >> >>
>> >> >> after upgrading from 3.8.7 to 3.9.x I noticed some slightly longer
>> >> >> delays when resuming from suspend-to-disk and a few new error messages
>> >> >> in the logs:
>> >> >>
>> >> >>
>> >> >> Not having connected the issue with the previous error messages I
>> >> >> initially blamed the disk and replaced it with a new one thinking it
>> >> >> was broken, but the problem persisted so I started a bisection run
>> >> >> that pointed to this commit:
>> >> >>
>> >> >>
>> >> > I do not see how this would affect the sata hibernation/resume.
>> >> > but anyway, would you please try the four patches in comment #10, #11,
>> >> > #12 and #13 in
>> >> > https://bugzilla.kernel.org/show_bug.cgi?id=58301
>> >> > and check if they help?
>> >> >
>> >> > thanks,
>> >> > rui
>> >> >
>> >>
>> >> No luck, with git head and those four patches hibernation is
>> >> completely broken, the system doesn't even shut down, it just loses
>> >> the disks (I'm attaching what I could get from /proc/kmsg to this
>> >> email).
>> >>
>> > then can you please try the patch at
>> > https://patchwork.kernel.org/patch/2633071/
>> > on top of the four patches and see if it helps?
>> >
>> > thanks,
>> > rui
>> >
>>
>> Do you mean without Rafael's patch?
>>
> right.
>
> thanks,
> rui
[cc-ing list]
No difference, system doesn't shut down and disks become unavailable.
Giacomo
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [regression,bisected] restore of disks after suspend-to-disk broken in 3.9.x
2013-05-30 17:19 ` Giacomo Perale
@ 2013-06-05 9:09 ` Giacomo Perale
2013-06-05 13:23 ` Zhang, Rui
0 siblings, 1 reply; 16+ messages in thread
From: Giacomo Perale @ 2013-06-05 9:09 UTC (permalink / raw)
To: Zhang Rui; +Cc: linux-acpi, linux-pm, Rafael J. Wysocki
2013/5/30 Giacomo Perale <giacomo.perale@gmail.com>:
> 2013/5/30 Zhang Rui <rui.zhang@intel.com>:
>> On Thu, 2013-05-30 at 10:04 +0200, Giacomo Perale wrote:
>>> 2013/5/30 Zhang Rui <rui.zhang@intel.com>:
>>> > On Mon, 2013-05-27 at 22:07 +0200, Giacomo Perale wrote:
>>> >> 2013/5/27 Zhang Rui <rui.zhang@intel.com>:
>>> >> > On Sun, 2013-05-26 at 15:51 +0200, Giacomo Perale wrote:
>>> >> >> Hello,
>>> >> >>
>>> >> >> after upgrading from 3.8.7 to 3.9.x I noticed some slightly longer
>>> >> >> delays when resuming from suspend-to-disk and a few new error messages
>>> >> >> in the logs:
>>> >> >>
>>> >> >>
>>> >> >> Not having connected the issue with the previous error messages I
>>> >> >> initially blamed the disk and replaced it with a new one thinking it
>>> >> >> was broken, but the problem persisted so I started a bisection run
>>> >> >> that pointed to this commit:
>>> >> >>
>>> >> >>
>>> >> > I do not see how this would affect the sata hibernation/resume.
>>> >> > but anyway, would you please try the four patches in comment #10, #11,
>>> >> > #12 and #13 in
>>> >> > https://bugzilla.kernel.org/show_bug.cgi?id=58301
>>> >> > and check if they help?
>>> >> >
>>> >> > thanks,
>>> >> > rui
>>> >> >
>>> >>
>>> >> No luck, with git head and those four patches hibernation is
>>> >> completely broken, the system doesn't even shut down, it just loses
>>> >> the disks (I'm attaching what I could get from /proc/kmsg to this
>>> >> email).
>>> >>
>>> > then can you please try the patch at
>>> > https://patchwork.kernel.org/patch/2633071/
>>> > on top of the four patches and see if it helps?
>>> >
>>> > thanks,
>>> > rui
>>> >
>>>
>>> Do you mean without Rafael's patch?
>>>
>> right.
>>
>> thanks,
>> rui
>
> [cc-ing list]
>
> No difference, system doesn't shut down and disks become unavailable.
>
> Giacomo
Any news about this?
Thanks.
Giacomo
^ permalink raw reply [flat|nested] 16+ messages in thread
* RE: [regression,bisected] restore of disks after suspend-to-disk broken in 3.9.x
2013-06-05 9:09 ` Giacomo Perale
@ 2013-06-05 13:23 ` Zhang, Rui
2013-06-21 7:53 ` Zhang Rui
0 siblings, 1 reply; 16+ messages in thread
From: Zhang, Rui @ 2013-06-05 13:23 UTC (permalink / raw)
To: Giacomo Perale
Cc: linux-acpi@vger.kernel.org, linux-pm@vger.kernel.org,
Rafael J. Wysocki
> -----Original Message-----
> From: Giacomo Perale [mailto:giacomo.perale@gmail.com]
> Sent: Wednesday, June 05, 2013 5:09 PM
> To: Zhang, Rui
> Cc: linux-acpi@vger.kernel.org; linux-pm@vger.kernel.org; Rafael J.
> Wysocki
> Subject: Re: [regression,bisected] restore of disks after suspend-to-
> disk broken in 3.9.x
> Importance: High
>
> 2013/5/30 Giacomo Perale <giacomo.perale@gmail.com>:
> > 2013/5/30 Zhang Rui <rui.zhang@intel.com>:
> >> On Thu, 2013-05-30 at 10:04 +0200, Giacomo Perale wrote:
> >>> 2013/5/30 Zhang Rui <rui.zhang@intel.com>:
> >>> > On Mon, 2013-05-27 at 22:07 +0200, Giacomo Perale wrote:
> >>> >> 2013/5/27 Zhang Rui <rui.zhang@intel.com>:
> >>> >> > On Sun, 2013-05-26 at 15:51 +0200, Giacomo Perale wrote:
> >>> >> >> Hello,
> >>> >> >>
> >>> >> >> after upgrading from 3.8.7 to 3.9.x I noticed some slightly
> >>> >> >> longer delays when resuming from suspend-to-disk and a few
> new
> >>> >> >> error messages in the logs:
> >>> >> >>
> >>> >> >>
> >>> >> >> Not having connected the issue with the previous error
> >>> >> >> messages I initially blamed the disk and replaced it with a
> >>> >> >> new one thinking it was broken, but the problem persisted so
> I
> >>> >> >> started a bisection run that pointed to this commit:
> >>> >> >>
> >>> >> >>
> >>> >> > I do not see how this would affect the sata hibernation/resume.
> >>> >> > but anyway, would you please try the four patches in comment
> >>> >> > #10, #11,
> >>> >> > #12 and #13 in
> >>> >> > https://bugzilla.kernel.org/show_bug.cgi?id=58301
> >>> >> > and check if they help?
> >>> >> >
> >>> >> > thanks,
> >>> >> > rui
> >>> >> >
> >>> >>
> >>> >> No luck, with git head and those four patches hibernation is
> >>> >> completely broken, the system doesn't even shut down, it just
> >>> >> loses the disks (I'm attaching what I could get from /proc/kmsg
> >>> >> to this email).
> >>> >>
> >>> > then can you please try the patch at
> >>> > https://patchwork.kernel.org/patch/2633071/
> >>> > on top of the four patches and see if it helps?
> >>> >
> >>> > thanks,
> >>> > rui
> >>> >
> >>>
> >>> Do you mean without Rafael's patch?
> >>>
> >> right.
> >>
> >> thanks,
> >> rui
> >
> > [cc-ing list]
> >
> > No difference, system doesn't shut down and disks become unavailable.
> >
> > Giacomo
>
> Any news about this?
>
I'm proposing a new patch set based on the problem found by Rafael's patch.
And I'll send them out in a day or two, please wait for the update. :)
Thanks,
rui
> Thanks.
>
> Giacomo
^ permalink raw reply [flat|nested] 16+ messages in thread
* RE: [regression,bisected] restore of disks after suspend-to-disk broken in 3.9.x
2013-06-05 13:23 ` Zhang, Rui
@ 2013-06-21 7:53 ` Zhang Rui
2013-06-21 9:51 ` Giacomo Perale
0 siblings, 1 reply; 16+ messages in thread
From: Zhang Rui @ 2013-06-21 7:53 UTC (permalink / raw)
To: Giacomo Perale
Cc: linux-acpi@vger.kernel.org, linux-pm@vger.kernel.org,
Rafael J. Wysocki
On Wed, 2013-06-05 at 13:23 +0000, Zhang, Rui wrote:
>
> > -----Original Message-----
> > From: Giacomo Perale [mailto:giacomo.perale@gmail.com]
> > Sent: Wednesday, June 05, 2013 5:09 PM
> > To: Zhang, Rui
> > Cc: linux-acpi@vger.kernel.org; linux-pm@vger.kernel.org; Rafael J.
> > Wysocki
> > Subject: Re: [regression,bisected] restore of disks after suspend-to-
> > disk broken in 3.9.x
> > Importance: High
> >
> > 2013/5/30 Giacomo Perale <giacomo.perale@gmail.com>:
> > > 2013/5/30 Zhang Rui <rui.zhang@intel.com>:
> > >> On Thu, 2013-05-30 at 10:04 +0200, Giacomo Perale wrote:
> > >>> 2013/5/30 Zhang Rui <rui.zhang@intel.com>:
> > >>> > On Mon, 2013-05-27 at 22:07 +0200, Giacomo Perale wrote:
> > >>> >> 2013/5/27 Zhang Rui <rui.zhang@intel.com>:
> > >>> >> > On Sun, 2013-05-26 at 15:51 +0200, Giacomo Perale wrote:
> > >>> >> >> Hello,
> > >>> >> >>
> > >>> >> >> after upgrading from 3.8.7 to 3.9.x I noticed some slightly
> > >>> >> >> longer delays when resuming from suspend-to-disk and a few
> > new
> > >>> >> >> error messages in the logs:
> > >>> >> >>
> > >>> >> >>
> > >>> >> >> Not having connected the issue with the previous error
> > >>> >> >> messages I initially blamed the disk and replaced it with a
> > >>> >> >> new one thinking it was broken, but the problem persisted so
> > I
> > >>> >> >> started a bisection run that pointed to this commit:
> > >>> >> >>
> > >>> >> >>
> > >>> >> > I do not see how this would affect the sata hibernation/resume.
> > >>> >> > but anyway, would you please try the four patches in comment
> > >>> >> > #10, #11,
> > >>> >> > #12 and #13 in
> > >>> >> > https://bugzilla.kernel.org/show_bug.cgi?id=58301
> > >>> >> > and check if they help?
> > >>> >> >
> > >>> >> > thanks,
> > >>> >> > rui
> > >>> >> >
> > >>> >>
> > >>> >> No luck, with git head and those four patches hibernation is
> > >>> >> completely broken, the system doesn't even shut down, it just
> > >>> >> loses the disks (I'm attaching what I could get from /proc/kmsg
> > >>> >> to this email).
> > >>> >>
> > >>> > then can you please try the patch at
> > >>> > https://patchwork.kernel.org/patch/2633071/
> > >>> > on top of the four patches and see if it helps?
> > >>> >
> > >>> > thanks,
> > >>> > rui
> > >>> >
> > >>>
> > >>> Do you mean without Rafael's patch?
> > >>>
> > >> right.
> > >>
> > >> thanks,
> > >> rui
> > >
> > > [cc-ing list]
> > >
> > > No difference, system doesn't shut down and disks become unavailable.
> > >
> > > Giacomo
> >
> > Any news about this?
> >
>
> I'm proposing a new patch set based on the problem found by Rafael's patch.
> And I'll send them out in a day or two, please wait for the update. :)
>
sorry for the late response.
can you please check if the patch series at
https://patchwork.kernel.org/patch/2733361/
https://patchwork.kernel.org/patch/2733371/
https://patchwork.kernel.org/patch/2733391/
https://patchwork.kernel.org/patch/2733401/
https://patchwork.kernel.org/patch/2733411/
https://patchwork.kernel.org/patch/2733421/
helps or not?
thanks,
rui
> Thanks,
> rui
>
>
> > Thanks.
> >
> > Giacomo
> N�����r��y���b�X��ǧv�^�){.n�+����{��h��\x17��ܨ}���Ơz�&j:+v���\a����zZ+��+zf���h���~����i���z�\x1e�w���?����&�)ߢ^[f
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [regression,bisected] restore of disks after suspend-to-disk broken in 3.9.x
2013-06-21 7:53 ` Zhang Rui
@ 2013-06-21 9:51 ` Giacomo Perale
2013-06-21 12:19 ` Zhang Rui
0 siblings, 1 reply; 16+ messages in thread
From: Giacomo Perale @ 2013-06-21 9:51 UTC (permalink / raw)
To: Zhang Rui
Cc: linux-acpi@vger.kernel.org, linux-pm@vger.kernel.org,
Rafael J. Wysocki
2013/6/21 Zhang Rui <rui.zhang@intel.com>:
> On Wed, 2013-06-05 at 13:23 +0000, Zhang, Rui wrote:
>>
>> > -----Original Message-----
>> > From: Giacomo Perale [mailto:giacomo.perale@gmail.com]
>> > Sent: Wednesday, June 05, 2013 5:09 PM
>> > To: Zhang, Rui
>> > Cc: linux-acpi@vger.kernel.org; linux-pm@vger.kernel.org; Rafael J.
>> > Wysocki
>> > Subject: Re: [regression,bisected] restore of disks after suspend-to-
>> > disk broken in 3.9.x
>> > Importance: High
>> >
>> > 2013/5/30 Giacomo Perale <giacomo.perale@gmail.com>:
>> > > 2013/5/30 Zhang Rui <rui.zhang@intel.com>:
>> > >> On Thu, 2013-05-30 at 10:04 +0200, Giacomo Perale wrote:
>> > >>> 2013/5/30 Zhang Rui <rui.zhang@intel.com>:
>> > >>> > On Mon, 2013-05-27 at 22:07 +0200, Giacomo Perale wrote:
>> > >>> >> 2013/5/27 Zhang Rui <rui.zhang@intel.com>:
>> > >>> >> > On Sun, 2013-05-26 at 15:51 +0200, Giacomo Perale wrote:
>> > >>> >> >> Hello,
>> > >>> >> >>
>> > >>> >> >> after upgrading from 3.8.7 to 3.9.x I noticed some slightly
>> > >>> >> >> longer delays when resuming from suspend-to-disk and a few
>> > new
>> > >>> >> >> error messages in the logs:
>> > >>> >> >>
>> > >>> >> >>
>> > >>> >> >> Not having connected the issue with the previous error
>> > >>> >> >> messages I initially blamed the disk and replaced it with a
>> > >>> >> >> new one thinking it was broken, but the problem persisted so
>> > I
>> > >>> >> >> started a bisection run that pointed to this commit:
>> > >>> >> >>
>> > >>> >> >>
>> > >>> >> > I do not see how this would affect the sata hibernation/resume.
>> > >>> >> > but anyway, would you please try the four patches in comment
>> > >>> >> > #10, #11,
>> > >>> >> > #12 and #13 in
>> > >>> >> > https://bugzilla.kernel.org/show_bug.cgi?id=58301
>> > >>> >> > and check if they help?
>> > >>> >> >
>> > >>> >> > thanks,
>> > >>> >> > rui
>> > >>> >> >
>> > >>> >>
>> > >>> >> No luck, with git head and those four patches hibernation is
>> > >>> >> completely broken, the system doesn't even shut down, it just
>> > >>> >> loses the disks (I'm attaching what I could get from /proc/kmsg
>> > >>> >> to this email).
>> > >>> >>
>> > >>> > then can you please try the patch at
>> > >>> > https://patchwork.kernel.org/patch/2633071/
>> > >>> > on top of the four patches and see if it helps?
>> > >>> >
>> > >>> > thanks,
>> > >>> > rui
>> > >>> >
>> > >>>
>> > >>> Do you mean without Rafael's patch?
>> > >>>
>> > >> right.
>> > >>
>> > >> thanks,
>> > >> rui
>> > >
>> > > [cc-ing list]
>> > >
>> > > No difference, system doesn't shut down and disks become unavailable.
>> > >
>> > > Giacomo
>> >
>> > Any news about this?
>> >
>>
>> I'm proposing a new patch set based on the problem found by Rafael's patch.
>> And I'll send them out in a day or two, please wait for the update. :)
>>
> sorry for the late response.
>
> can you please check if the patch series at
> https://patchwork.kernel.org/patch/2733361/
> https://patchwork.kernel.org/patch/2733371/
> https://patchwork.kernel.org/patch/2733391/
> https://patchwork.kernel.org/patch/2733401/
> https://patchwork.kernel.org/patch/2733411/
> https://patchwork.kernel.org/patch/2733421/
> helps or not?
>
> thanks,
> rui
>
>> Thanks,
>> rui
>>
>>
>> > Thanks.
Are those patches already in git head or do I need to apply them separately?
Thanks
Giacomo
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [regression,bisected] restore of disks after suspend-to-disk broken in 3.9.x
2013-06-21 9:51 ` Giacomo Perale
@ 2013-06-21 12:19 ` Zhang Rui
0 siblings, 0 replies; 16+ messages in thread
From: Zhang Rui @ 2013-06-21 12:19 UTC (permalink / raw)
To: Giacomo Perale
Cc: linux-acpi@vger.kernel.org, linux-pm@vger.kernel.org,
Rafael J. Wysocki
On Fri, 2013-06-21 at 11:51 +0200, Giacomo Perale wrote:
> 2013/6/21 Zhang Rui <rui.zhang@intel.com>:
> > On Wed, 2013-06-05 at 13:23 +0000, Zhang, Rui wrote:
> >>
> >> > -----Original Message-----
> >> > From: Giacomo Perale [mailto:giacomo.perale@gmail.com]
> >> > Sent: Wednesday, June 05, 2013 5:09 PM
> >> > To: Zhang, Rui
> >> > Cc: linux-acpi@vger.kernel.org; linux-pm@vger.kernel.org; Rafael J.
> >> > Wysocki
> >> > Subject: Re: [regression,bisected] restore of disks after suspend-to-
> >> > disk broken in 3.9.x
> >> > Importance: High
> >> >
> >> > 2013/5/30 Giacomo Perale <giacomo.perale@gmail.com>:
> >> > > 2013/5/30 Zhang Rui <rui.zhang@intel.com>:
> >> > >> On Thu, 2013-05-30 at 10:04 +0200, Giacomo Perale wrote:
> >> > >>> 2013/5/30 Zhang Rui <rui.zhang@intel.com>:
> >> > >>> > On Mon, 2013-05-27 at 22:07 +0200, Giacomo Perale wrote:
> >> > >>> >> 2013/5/27 Zhang Rui <rui.zhang@intel.com>:
> >> > >>> >> > On Sun, 2013-05-26 at 15:51 +0200, Giacomo Perale wrote:
> >> > >>> >> >> Hello,
> >> > >>> >> >>
> >> > >>> >> >> after upgrading from 3.8.7 to 3.9.x I noticed some slightly
> >> > >>> >> >> longer delays when resuming from suspend-to-disk and a few
> >> > new
> >> > >>> >> >> error messages in the logs:
> >> > >>> >> >>
> >> > >>> >> >>
> >> > >>> >> >> Not having connected the issue with the previous error
> >> > >>> >> >> messages I initially blamed the disk and replaced it with a
> >> > >>> >> >> new one thinking it was broken, but the problem persisted so
> >> > I
> >> > >>> >> >> started a bisection run that pointed to this commit:
> >> > >>> >> >>
> >> > >>> >> >>
> >> > >>> >> > I do not see how this would affect the sata hibernation/resume.
> >> > >>> >> > but anyway, would you please try the four patches in comment
> >> > >>> >> > #10, #11,
> >> > >>> >> > #12 and #13 in
> >> > >>> >> > https://bugzilla.kernel.org/show_bug.cgi?id=58301
> >> > >>> >> > and check if they help?
> >> > >>> >> >
> >> > >>> >> > thanks,
> >> > >>> >> > rui
> >> > >>> >> >
> >> > >>> >>
> >> > >>> >> No luck, with git head and those four patches hibernation is
> >> > >>> >> completely broken, the system doesn't even shut down, it just
> >> > >>> >> loses the disks (I'm attaching what I could get from /proc/kmsg
> >> > >>> >> to this email).
> >> > >>> >>
> >> > >>> > then can you please try the patch at
> >> > >>> > https://patchwork.kernel.org/patch/2633071/
> >> > >>> > on top of the four patches and see if it helps?
> >> > >>> >
> >> > >>> > thanks,
> >> > >>> > rui
> >> > >>> >
> >> > >>>
> >> > >>> Do you mean without Rafael's patch?
> >> > >>>
> >> > >> right.
> >> > >>
> >> > >> thanks,
> >> > >> rui
> >> > >
> >> > > [cc-ing list]
> >> > >
> >> > > No difference, system doesn't shut down and disks become unavailable.
> >> > >
> >> > > Giacomo
> >> >
> >> > Any news about this?
> >> >
> >>
> >> I'm proposing a new patch set based on the problem found by Rafael's patch.
> >> And I'll send them out in a day or two, please wait for the update. :)
> >>
> > sorry for the late response.
> >
> > can you please check if the patch series at
> > https://patchwork.kernel.org/patch/2733361/
> > https://patchwork.kernel.org/patch/2733371/
> > https://patchwork.kernel.org/patch/2733391/
> > https://patchwork.kernel.org/patch/2733401/
> > https://patchwork.kernel.org/patch/2733411/
> > https://patchwork.kernel.org/patch/2733421/
> > helps or not?
> >
> > thanks,
> > rui
> >
> >> Thanks,
> >> rui
> >>
> >>
> >> > Thanks.
>
> Are those patches already in git head or do I need to apply them separately?
>
you need to apply them manually on top of clean linus' git tree.
thanks,
rui
> Thanks
>
> Giacomo
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2013-06-21 12:19 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-26 13:51 [regression,bisected] restore of disks after suspend-to-disk broken in 3.9.x Giacomo Perale
2013-05-27 5:07 ` Zhang Rui
2013-05-27 20:07 ` Giacomo Perale
2013-05-28 13:01 ` Rafael J. Wysocki
[not found] ` <CAPm-kmsCKB8w2ud8UEdnBP1EFuc-jQ5QWNUOFTqtF3mLjmriHg@mail.gmail.com>
2013-05-28 13:20 ` Rafael J. Wysocki
[not found] ` <CAPm-kmu45=uqR2TXmHKjtNcvRCmOpu7cpOzi6WyWmsTdw-QPPw@mail.gmail.com>
2013-05-28 21:21 ` Rafael J. Wysocki
2013-05-29 1:46 ` Zhang Rui
2013-05-30 1:46 ` Zhang Rui
2013-05-30 8:04 ` Giacomo Perale
2013-05-30 10:50 ` Zhang Rui
2013-05-30 17:19 ` Giacomo Perale
2013-06-05 9:09 ` Giacomo Perale
2013-06-05 13:23 ` Zhang, Rui
2013-06-21 7:53 ` Zhang Rui
2013-06-21 9:51 ` Giacomo Perale
2013-06-21 12:19 ` Zhang Rui
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).