linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Storage related regression in linux-next 20120824
@ 2012-08-27  8:59 Arvydas Sidorenko
  2012-08-27 14:40 ` Jeff Garzik
  0 siblings, 1 reply; 13+ messages in thread
From: Arvydas Sidorenko @ 2012-08-27  8:59 UTC (permalink / raw)
  To: linux-kernel

linux-next 20120824 introduced regression on Mac mini 2011 - /root partition
gets mounted as read-only and it stays so even when trying to reboot into
previously working kernel. In order to make it work on older kernel again
`fsck` needs to be executed:
----------------------------------------------------------------------
#fsck
e2fsck 1.42.5 (29-Jul-2012)
/dev/sda4 contains a file system with errors, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Directory inode 1572866, block #0, offset 0: directory corrupted
Salvage <y>? yes
Missing '.' in directory inode 1572866.
Fix <y>? yes
Setting filetype for dentry '.' in ??? (1572866) to 2.
Missing '..' in directory inode 1572866.
Fix <y>? yes
Setting filetype for entry '..' in ??? (1572866) to 2.
Directory inode 1595924, block #0, offset 0: directory corrupted
Salvage <y>? yes
Missing '.' in directory inode 1595924.
Fix <y>? yes
Setting filetype for dentry '.' in ??? (1595924) to 2.
Missing '..' in directory inode 1595924.
Fix <y>? yes
Setting filetype for entry '..' in ??? (1595924) to 2.
Pass 3: Checking directory connectivity
'..' in /tmp/.ICE-unix (1572866) is <The NULL inode> (0), should be
/tmp (1572866)
Fix <y>? yes
'..' in /tmp/.X11-unix (1595924) is <The NULL inode> (0), should be
/tmp (1572866)
Fix <y>? yes
Pass 4: Checking reference counts
Inode 2 ref count is 19, should be 21. Fix <y>? yes
Inode 1572866 ref count is 6, should be 4. Fix <y>? yes
Pass 5: Checking group summary information

/dev/sda4 ***** FILE SYSTEM WAS MODIFIED *****
/dev/sda4 ***** REBOOT LINUX *****
/dev/sda4 558313/2392064 files (0.1% non-contiguous), 5882159/9563904 blocks
----------------------------------------------------------------------

Root partition uses ext4 filesystem on Intel 330 SSD connected to SATA3.
dmesg shows that journaling was disabled:
----------------------------------------------------------------------
Aborting journal on device sda4-8
EXT4-fs error (device sda4): ext4_journal_start_sb:348: Detected aborted journal
EXT4-fs (sda4): Remounting filesystem read-only
----------------------------------------------------------------------

I haven't bisected to which exactly tree introduces the regression,
but I can tell
that linux-next 20120813 and v3.6-rc3 work fine.

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

* Re: Storage related regression in linux-next 20120824
  2012-08-27  8:59 Storage related regression in linux-next 20120824 Arvydas Sidorenko
@ 2012-08-27 14:40 ` Jeff Garzik
  2012-08-27 16:39   ` Dieter Ries
  2012-08-27 16:39   ` Arvydas Sidorenko
  0 siblings, 2 replies; 13+ messages in thread
From: Jeff Garzik @ 2012-08-27 14:40 UTC (permalink / raw)
  To: Arvydas Sidorenko; +Cc: linux-kernel, IDE/ATA development list

On Mon, Aug 27, 2012 at 4:59 AM, Arvydas Sidorenko <asido4@gmail.com> wrote:
> linux-next 20120824 introduced regression on Mac mini 2011 - /root partition
> gets mounted as read-only and it stays so even when trying to reboot into
> previously working kernel. In order to make it work on older kernel again
> `fsck` needs to be executed:
> ----------------------------------------------------------------------
> Root partition uses ext4 filesystem on Intel 330 SSD connected to SATA3.
> dmesg shows that journaling was disabled:
> ----------------------------------------------------------------------
> I haven't bisected to which exactly tree introduces the regression,
> but I can tell
> that linux-next 20120813 and v3.6-rc3 work fine.

Can you pastebin 'dmesg' and 'lspci'?  Did this occur only once, or is
it reproducible?

     Jeff

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

* Re: Storage related regression in linux-next 20120824
  2012-08-27 14:40 ` Jeff Garzik
@ 2012-08-27 16:39   ` Dieter Ries
  2012-08-29 21:58     ` Storage regression in v3.6-rc3 was: " Dieter Ries
  2012-08-27 16:39   ` Arvydas Sidorenko
  1 sibling, 1 reply; 13+ messages in thread
From: Dieter Ries @ 2012-08-27 16:39 UTC (permalink / raw)
  To: Jeff Garzik
  Cc: Arvydas Sidorenko, linux-kernel, IDE/ATA development list, Dieter Ries

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

Hi,

On 08/27/2012 04:40 PM, Jeff Garzik wrote:
> On Mon, Aug 27, 2012 at 4:59 AM, Arvydas Sidorenko <asido4@gmail.com> wrote:
>> linux-next 20120824 introduced regression on Mac mini 2011 - /root partition
>> gets mounted as read-only and it stays so even when trying to reboot into
>> previously working kernel. In order to make it work on older kernel again
>> `fsck` needs to be executed:
>> ----------------------------------------------------------------------
>> Root partition uses ext4 filesystem on Intel 330 SSD connected to SATA3.
>> dmesg shows that journaling was disabled:
>> ----------------------------------------------------------------------
>> I haven't bisected to which exactly tree introduces the regression,
>> but I can tell
>> that linux-next 20120813 and v3.6-rc3 work fine.

I think I experienced this with v3.6-rc3 today as well. I thought my ssd
(ocz vertex3) was broken first, but then I saw this mail.

Never happened before on 3.5.something.

I am trying to reproduce it right now, it happened 2 times before I read
the mail, I didnt keep the dmesg. Now it's taking it's time to occurr
again...

Anyway, here comes lspci, and a dmesg (without the problem showing up
yet) is attached.

Cheers,

Dieter

00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor
Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core
Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series
Chipset Family MEI Controller #1 (rev 04)
00:16.3 Serial controller: Intel Corporation 6 Series/C200 Series
Chipset Family KT Controller (rev 04)
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network
Connection (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset
Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset
Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
Family PCI Express Root Port 1 (rev b4)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
Family PCI Express Root Port 2 (rev b4)
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
Family PCI Express Root Port 5 (rev b4)
00:1c.6 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
Family PCI Express Root Port 7 (rev b4)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset
Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation QM67 Express Chipset Family LPC
Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset
Family 6 port SATA AHCI Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family
SMBus Controller (rev 04)
03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205
(rev 34)
0d:00.0 SD Host controller: Ricoh Co Ltd PCIe SDXC/MMC Host Controller
(rev ff)
0e:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host
Controller (rev ff)



> 
> Can you pastebin 'dmesg' and 'lspci'?  Did this occur only once, or is
> it reproducible?
> 
>      Jeff
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 



[-- Attachment #2: kernel36rc3failbefore --]
[-- Type: text/plain, Size: 25737 bytes --]

[    0.375270] pnp 00:02: [io  0x00a4-0x00a5]
[    0.375274] pnp 00:02: [io  0x00a8-0x00a9]
[    0.375279] pnp 00:02: [io  0x00ac-0x00ad]
[    0.375283] pnp 00:02: [io  0x00b0-0x00b5]
[    0.375288] pnp 00:02: [io  0x00b8-0x00b9]
[    0.375292] pnp 00:02: [io  0x00bc-0x00bd]
[    0.375297] pnp 00:02: [io  0x0050-0x0053]
[    0.375302] pnp 00:02: [io  0x0072-0x0077]
[    0.375306] pnp 00:02: [io  0x0400-0x047f]
[    0.375311] pnp 00:02: [io  0x0500-0x057f]
[    0.375315] pnp 00:02: [io  0x0800-0x080f]
[    0.375320] pnp 00:02: [io  0x15e0-0x15ef]
[    0.375325] pnp 00:02: [io  0x1600-0x167f]
[    0.375330] pnp 00:02: [mem 0xf8000000-0xfbffffff]
[    0.375335] pnp 00:02: [mem 0x00000000-0x00000fff]
[    0.375340] pnp 00:02: [mem 0xfed1c000-0xfed1ffff]
[    0.375345] pnp 00:02: [mem 0xfed10000-0xfed13fff]
[    0.375350] pnp 00:02: [mem 0xfed18000-0xfed18fff]
[    0.375355] pnp 00:02: [mem 0xfed19000-0xfed19fff]
[    0.375359] pnp 00:02: [mem 0xfed45000-0xfed4bfff]
[    0.375603] system 00:02: [io  0x0400-0x047f] has been reserved
[    0.375697] system 00:02: [io  0x0500-0x057f] has been reserved
[    0.375828] system 00:02: [io  0x0800-0x080f] has been reserved
[    0.375921] system 00:02: [io  0x15e0-0x15ef] has been reserved
[    0.376013] system 00:02: [io  0x1600-0x167f] has been reserved
[    0.376106] system 00:02: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.376203] system 00:02: [mem 0x00000000-0x00000fff] could not be reserved
[    0.376298] system 00:02: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.376394] system 00:02: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.376488] system 00:02: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.376582] system 00:02: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.376676] system 00:02: [mem 0xfed45000-0xfed4bfff] has been reserved
[    0.376783] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.376914] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[    0.377072] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.377112] pnp 00:04: [io  0x0000-0x000f]
[    0.377121] pnp 00:04: [io  0x0080-0x008f]
[    0.377129] pnp 00:04: [io  0x00c0-0x00df]
[    0.377137] pnp 00:04: [dma 4]
[    0.377306] pnp 00:04: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.377332] pnp 00:05: [io  0x0061]
[    0.377480] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.377508] pnp 00:06: [io  0x00f0]
[    0.377529] pnp 00:06: [irq 13]
[    0.377677] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.377703] pnp 00:07: [io  0x0070-0x0071]
[    0.377717] pnp 00:07: [irq 8]
[    0.377911] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.377940] pnp 00:08: [io  0x0060]
[    0.377944] pnp 00:08: [io  0x0064]
[    0.377956] pnp 00:08: [irq 1]
[    0.378103] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.378135] pnp 00:09: [irq 12]
[    0.378289] pnp 00:09: Plug and Play ACPI device, IDs LEN0020 PNP0f13 (active)
[    0.378389] pnp 00:0a: [mem 0xfed40000-0xfed44fff]
[    0.378541] pnp 00:0a: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
[    0.379433] pnp: PnP ACPI: found 11 devices
[    0.379518] ACPI: ACPI bus type pnp unregistered
[    0.395395] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.395510] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.395606] pci 0000:00:1c.1:   bridge window [mem 0xf1500000-0xf15fffff]
[    0.395726] pci 0000:00:1c.4: PCI bridge to [bus 0d]
[    0.395817] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    0.395915] pci 0000:00:1c.4:   bridge window [mem 0xf0d00000-0xf14fffff]
[    0.396013] pci 0000:00:1c.4:   bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
[    0.396138] pci 0000:00:1c.6: PCI bridge to [bus 0e]
[    0.396232] pci 0000:00:1c.6:   bridge window [mem 0xf0c00000-0xf0cfffff]
[    0.396409] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.396415] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.396421] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.396427] pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfebfffff]
[    0.396432] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed4bfff]
[    0.396438] pci_bus 0000:03: resource 1 [mem 0xf1500000-0xf15fffff]
[    0.396444] pci_bus 0000:0d: resource 0 [io  0x3000-0x3fff]
[    0.396449] pci_bus 0000:0d: resource 1 [mem 0xf0d00000-0xf14fffff]
[    0.396454] pci_bus 0000:0d: resource 2 [mem 0xf0400000-0xf0bfffff 64bit pref]
[    0.396460] pci_bus 0000:0e: resource 1 [mem 0xf0c00000-0xf0cfffff]
[    0.396594] NET: Registered protocol family 2
[    0.397157] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    0.399058] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.399480] TCP: Hash tables configured (established 262144 bind 65536)
[    0.399781] TCP: reno registered
[    0.399866] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.400022] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.400384] NET: Registered protocol family 1
[    0.400498] pci 0000:00:02.0: Boot video device
[    0.400824] PCI: CLS 64 bytes, default 64
[    0.400869] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.400965] software IO TLB [mem 0xd6995000-0xda994fff] (64MB) mapped at [ffff8800d6995000-ffff8800da994fff]
[    0.403861] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x17
[    0.403966] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x17
[    0.404078] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x17
[    0.404187] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x17
[    0.404424] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.405309] audit: initializing netlink socket (disabled)
[    0.405415] type=2000 audit(1346081177.281:1): initialized
[    0.407511] VFS: Disk quotas dquot_6.5.2
[    0.407650] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.408283] NTFS driver 2.1.30 [Flags: R/W].
[    0.408434] fuse init (API version 7.20)
[    0.408982] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[    0.409504] OCFS2 1.5.0
[    0.409727] ocfs2: Registered cluster interface o2cb
[    0.409830] OCFS2 DLMFS 1.5.0
[    0.409988] OCFS2 User DLM kernel interface loaded
[    0.410076] OCFS2 Node Manager 1.5.0
[    0.410419] OCFS2 DLM 1.5.0
[    0.410878] Btrfs loaded
[    0.411289] GFS2 installed
[    0.411378] msgmni has been set to 15750
[    0.412047] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[    0.412162] io scheduler noop registered
[    0.412246] io scheduler deadline registered (default)
[    0.412359] io scheduler cfq registered
[    0.414057] intel_idle: MWAIT substates: 0x21120
[    0.414063] intel_idle: v0.4 model 0x2A
[    0.414066] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.414334] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    0.414847] ACPI: AC Adapter [AC] (off-line)
[    0.415462] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    0.415819] ACPI: Lid Switch [LID]
[    0.416106] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[    0.418319] ACPI: Sleep Button [SLPB]
[    0.418627] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.418789] ACPI: Power Button [PWRF]
[    0.419244] ACPI: Requesting acpi_cpufreq
[    0.432027] thermal LNXTHERM:00: registered as thermal_zone0
[    0.432119] ACPI: Thermal Zone [THM0] (50 C)
[    0.432758] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.434279] Real Time Clock Driver v1.12b
[    0.434995] Non-volatile memory driver v1.3
[    0.435235] Linux agpgart interface v0.103
[    0.435770] tpm_tis 00:0a: 1.2 TPM (device-id 0x0, rev-id 78)
[    0.446262] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    0.446426] ACPI: Battery Slot [BAT0] (battery present)
[    0.471671] tpm_tis 00:0a: TPM is disabled/deactivated (0x6)
[    0.471983] [drm] Initialized drm 1.1.0 20060810
[    0.472843] pci 0000:00:00.0: Intel Sandybridge Chipset
[    0.473033] pci 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    0.476204] pci 0000:00:00.0: detected 65536K stolen memory
[    0.476397] i915 0000:00:02.0: setting latency timer to 64
[    0.526478] i915 0000:00:02.0: irq 40 for MSI/MSI-X
[    0.526502] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    0.526625] [drm] Driver supports precise vblank timestamp query.
[    0.526859] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    0.934558] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[    1.033525] fbcon: inteldrmfb (fb0) is primary device
[    1.401426] tsc: Refined TSC clocksource calibration: 2691.258 MHz
[    1.401432] Switching to clocksource tsc
[    1.431063] Console: switching to colour frame buffer device 170x48
[    1.442527] fb0: inteldrmfb frame buffer device
[    1.442607] drm: registered panic notifier
[    1.449896] acpi device:01: registered as cooling_device4
[    1.450256] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
[    1.450592] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    1.450896] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    1.456160] brd: module loaded
[    1.458893] loop: module loaded
[    1.458956] Uniform Multi-Platform E-IDE driver
[    1.470790] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
[    1.470984] Probing IDE interface ide0...
[    1.982863] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[    1.982995] Probing IDE interface ide1...
[    2.495195] ide1 at 0x170-0x177,0x376 on irq 15
[    2.495391] ide-gd driver 1.18
[    2.495524] ide-cd driver 5.00
[    2.495859] ahci 0000:00:1f.2: version 3.0
[    2.495979] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[    2.496241] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1 impl SATA mode
[    2.496388] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck pm led clo pio slum part ems apst 
[    2.496539] ahci 0000:00:1f.2: setting latency timer to 64
[    2.499149] scsi0 : ahci
[    2.499497] scsi1 : ahci
[    2.499807] scsi2 : ahci
[    2.500182] scsi3 : ahci
[    2.500493] scsi4 : ahci
[    2.504383] scsi5 : ahci
[    2.508209] ata1: SATA max UDMA/133 abar m2048@0xf1628000 port 0xf1628100 irq 41
[    2.511868] ata2: DUMMY
[    2.515445] ata3: DUMMY
[    2.518974] ata4: DUMMY
[    2.522431] ata5: DUMMY
[    2.525848] ata6: DUMMY
[    2.529904] tun: Universal TUN/TAP device driver, 1.6
[    2.533343] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.536899] e1000e: Intel(R) PRO/1000 Network Driver - 2.0.0-k
[    2.540295] e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
[    2.543713] e1000e 0000:00:19.0: setting latency timer to 64
[    2.543871] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.547440] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[    2.740513] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) f0:de:f1:62:27:e9
[    2.744048] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[    2.747570] e1000e 0000:00:19.0: eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF
[    2.751186] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.754797] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    2.754806] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    2.758253] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    2.765668] ehci_hcd 0000:00:1a.0: debug port 2
[    2.769066] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[    2.769105] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf162a000
[    2.777649] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    2.781395] hub 1-0:1.0: USB hub found
[    2.784651] hub 1-0:1.0: 3 ports detected
[    2.788015] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    2.788023] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    2.791201] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    2.798339] ehci_hcd 0000:00:1d.0: debug port 2
[    2.801485] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[    2.801521] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf1629000
[    2.810604] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.814160] hub 2-0:1.0: USB hub found
[    2.817302] hub 2-0:1.0: 3 ports detected
[    2.820591] uhci_hcd: USB Universal Host Controller Interface driver
[    2.823782] Initializing USB Mass Storage driver...
[    2.826879] usbcore: registered new interface driver usb-storage
[    2.829875] USB Mass Storage support registered.
[    2.833120] usbcore: registered new interface driver usbserial
[    2.833595] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.835649] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.835655] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.835660] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.845259] usbcore: registered new interface driver usbserial_generic
[    2.845750] ata1.00: ATA-9: OCZ-VERTEX3 MI, 2.06, max UDMA/133
[    2.845754] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.854581] USB Serial support registered for generic
[    2.855541] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.855546] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.855551] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.863920] usbserial: USB Serial Driver core
[    2.865726] ata1.00: configured for UDMA/133
[    2.865955] scsi 0:0:0:0: Direct-Access     ATA      OCZ-VERTEX3 MI   2.06 PQ: 0 ANSI: 5
[    2.866722] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[    2.866895] sd 0:0:0:0: [sda] Write Protect is off
[    2.866903] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.866999] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.868178]  sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 sda9 >
[    2.869848] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.891249] usbcore: registered new interface driver pl2303
[    2.895038] USB Serial support registered for pl2303
[    2.898979] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    2.905900] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.909744] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.913849] mousedev: PS/2 mouse device common for all mice
[    2.918462] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
[    2.922818] md: linear personality registered for level -1
[    2.926472] md: multipath personality registered for level -4
[    2.930165] device-mapper: uevent: version 1.0.3
[    2.934035] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@redhat.com
[    2.937935] device-mapper: multipath: version 1.5.0 loaded
[    2.941632] device-mapper: multipath round-robin: version 1.0.0 loaded
[    2.945329] device-mapper: multipath queue-length: version 0.1.0 loaded
[    2.949163] device-mapper: multipath service-time: version 0.2.0 loaded
[    2.952805] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    2.957419] cpuidle: using governor ladder
[    2.961466] cpuidle: using governor menu
[    2.965591] sdhci: Secure Digital Host Controller Interface driver
[    2.969393] sdhci: Copyright(c) Pierre Ossman
[    2.973149] EFI Variables Facility v0.08 2004-May-17
[    2.977883] thinkpad_acpi: ThinkPad ACPI Extras v0.24
[    2.981654] thinkpad_acpi: http://ibm-acpi.sf.net/
[    2.985425] thinkpad_acpi: ThinkPad BIOS 8DET47WW (1.17 ), EC unknown
[    2.989309] thinkpad_acpi: Lenovo ThinkPad X220, model 4286CTO
[    2.995527] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
[    2.999702] thinkpad_acpi: radio switch found; radios are enabled
[    3.003783] thinkpad_acpi: possible tablet mode switch found; ThinkPad in laptop mode
[    3.007708] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[    3.011704] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[    3.019357] Registered led device: tpacpi::thinklight
[    3.019633] Registered led device: tpacpi::power
[    3.019846] Registered led device: tpacpi::standby
[    3.020027] Registered led device: tpacpi::thinkvantage
[    3.020062] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[    3.024653] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[    3.031357] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input5
[    3.037663] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
[    3.092314] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[    3.211658] hub 1-1:1.0: USB hub found
[    3.215813] hub 1-1:1.0: 6 ports detected
[    3.321966] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[    3.441398] hub 2-1:1.0: USB hub found
[    3.445639] hub 2-1:1.0: 8 ports detected
[    3.523852] usb 1-1.3: new full-speed USB device number 3 using ehci_hcd
[    3.553728] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[    3.558493] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[    3.562987] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    3.570206] TCP: cubic registered
[    3.574138] Initializing XFRM netlink socket
[    3.578042] NET: Registered protocol family 17
[    3.581905] NET: Registered protocol family 15
[    3.585701] Key type dns_resolver registered
[    3.591276] PM: Hibernation image not present or could not be loaded.
[    3.591308] registered taskstats version 1
[    3.600719] ALSA device list:
[    3.601676]   #0: HDA Intel PCH at 0xf1620000 irq 43
[    3.602623]   #29: ThinkPad Console Audio Control at EC reg 0x30, fw unknown
[    3.687628] usb 1-1.6: new high-speed USB device number 4 using ehci_hcd
[    3.928501] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.0, id: 0x1e2b1, caps: 0xd001a3/0x940300/0x120c00, board id: 1611, fw id: 774180
[    3.929562] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[    3.979707] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
[    3.989008] md: Skipping autodetection of RAID arrays. (raid=autodetect will force)
[    3.992230] EXT4-fs warning (device sda9): ext4_clear_journal_err:4419: Filesystem error recorded from previous mount: IO failure
[    3.993274] EXT4-fs warning (device sda9): ext4_clear_journal_err:4420: Marking fs in need of filesystem check.
[    3.995226] EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: (null)
[    3.996259] VFS: Mounted root (ext4 filesystem) readonly on device 8:9.
[    3.998136] devtmpfs: mounted
[    3.999323] Freeing unused kernel memory: 532k freed
[    4.201498] udevd[1048]: starting version 182
[    4.237356] cfg80211: Calling CRDA to update world regulatory domain
[    4.239700] xhci_hcd 0000:0e:00.0: xHCI Host Controller
[    4.239706] xhci_hcd 0000:0e:00.0: new USB bus registered, assigned bus number 3
[    4.239875] xhci_hcd 0000:0e:00.0: irq 18, io mem 0xf0c00000
[    4.239932] xhci_hcd 0000:0e:00.0: irq 44 for MSI/MSI-X
[    4.239936] xhci_hcd 0000:0e:00.0: irq 45 for MSI/MSI-X
[    4.239940] xhci_hcd 0000:0e:00.0: irq 46 for MSI/MSI-X
[    4.239943] xhci_hcd 0000:0e:00.0: irq 47 for MSI/MSI-X
[    4.239947] xhci_hcd 0000:0e:00.0: irq 48 for MSI/MSI-X
[    4.240143] xHCI xhci_add_endpoint called for root hub
[    4.240144] xHCI xhci_check_bandwidth called for root hub
[    4.240176] hub 3-0:1.0: USB hub found
[    4.240184] hub 3-0:1.0: 2 ports detected
[    4.240335] xhci_hcd 0000:0e:00.0: xHCI Host Controller
[    4.240339] xhci_hcd 0000:0e:00.0: new USB bus registered, assigned bus number 4
[    4.242929] Intel(R) Wireless WiFi driver for Linux, in-tree:
[    4.242932] Copyright(c) 2003-2012 Intel Corporation
[    4.243060] iwlwifi 0000:03:00.0: pci_resource_len = 0x00002000
[    4.243063] iwlwifi 0000:03:00.0: pci_resource_base = ffffc900040b8000
[    4.243065] iwlwifi 0000:03:00.0: HW Revision ID = 0x34
[    4.243183] iwlwifi 0000:03:00.0: irq 49 for MSI/MSI-X
[    4.243688] xHCI xhci_add_endpoint called for root hub
[    4.243691] xHCI xhci_check_bandwidth called for root hub
[    4.243728] hub 4-0:1.0: USB hub found
[    4.243744] hub 4-0:1.0: 2 ports detected
[    4.250847] WARNING! power/level is deprecated; use power/control instead
[    4.303121] iwlwifi 0000:03:00.0: loaded firmware version 17.168.5.3 build 42301
[    4.402821] cfg80211: World regulatory domain updated:
[    4.402824] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    4.402826] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    4.402828] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    4.402830] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    4.402832] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    4.402833] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    4.403012] iwldvm: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[    4.403014] iwldvm: Copyright(c) 2003-2012 Intel Corporation
[    4.403039] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
[    4.403040] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[    4.403042] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[    4.403043] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE enabled
[    4.403044] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_P2P disabled
[    4.403046] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Advanced-N 6205 AGN, REV=0xB0
[    4.403110] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[    4.413257] iwlwifi 0000:03:00.0: device EEPROM VER=0x715, CALIB=0x6
[    4.413259] iwlwifi 0000:03:00.0: Device SKU: 0x1F0
[    4.413261] iwlwifi 0000:03:00.0: Valid Tx ant: 0x3, Valid Rx ant: 0x3
[    4.413307] Registered led device: phy0-led
[    4.416706] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[    5.950148] EXT4-fs (sda9): re-mounted. Opts: (null)
[    5.987710] Adding 1953260k swap on /dev/sda6.  Priority:-1 extents:1 across:1953260k SS
[    6.003299] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[    6.005041] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
[    6.616736] NET: Registered protocol family 10
[    6.653769] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[    6.653910] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
[    6.937697] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[    6.937850] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
[    7.056034] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    9.677455] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[    9.924955] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input10
[   12.261683] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[   12.362488] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[   12.362803] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   13.632006] ata1.00: configured for UDMA/133
[   13.632018] ata1: EH complete
[   13.642423] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   13.665236] EXT4-fs (sda9): re-mounted. Opts: commit=600
[   13.669398] EXT4-fs (sda7): re-mounted. Opts: commit=600
[   13.670807] EXT4-fs (sda8): re-mounted. Opts: commit=600
[   17.680135] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[   17.680287] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
[   17.800380] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   18.066986] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[   18.167891] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[   18.168181] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   18.201952] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[   18.202103] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
[   18.324321] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   23.007015] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
[   23.364231] wlan0: authenticate with f4:7f:35:98:97:05
[   23.366424] wlan0: send auth to f4:7f:35:98:97:05 (try 1/3)
[   23.367821] wlan0: authenticated
[   23.367835] iwlwifi 0000:03:00.0: wlan0: disabling HT due to WEP/TKIP use
[   23.367841] wlan0: waiting for beacon from f4:7f:35:98:97:05
[   23.434878] wlan0: associate with f4:7f:35:98:97:05 (try 1/3)
[   23.438805] wlan0: RX AssocResp from f4:7f:35:98:97:05 (capab=0x431 status=0 aid=20)
[   23.440231] wlan0: associated
[   23.440290] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   23.440381] cfg80211: Calling CRDA for country: CH
[   23.454341] cfg80211: Regulatory domain changed to country: CH
[   23.454348] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   23.454354] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   23.454360] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   23.454364] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   23.454368] cfg80211:   (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)

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

* Re: Storage related regression in linux-next 20120824
  2012-08-27 14:40 ` Jeff Garzik
  2012-08-27 16:39   ` Dieter Ries
@ 2012-08-27 16:39   ` Arvydas Sidorenko
  2012-08-27 17:56     ` Arvydas Sidorenko
  1 sibling, 1 reply; 13+ messages in thread
From: Arvydas Sidorenko @ 2012-08-27 16:39 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-kernel, IDE/ATA development list

> Can you pastebin 'dmesg' and 'lspci'?  Did this occur only once, or is
> it reproducible?
>
>       Jeff
It does happen every time when booting into -next 20120824.

#lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor 
Family DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core 
Processor Family PCI Express Root Port (rev 09)
00:01.1 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core 
Processor Family PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series 
Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset 
Family USB Universal Host Controller #5 (rev 05)
00:1a.7 USB controller: Intel Corporation 6 Series/C200 Series Chipset 
Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset 
Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset 
Family PCI Express Root Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset 
Family PCI Express Root Port 2 (rev b5)
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset 
Family PCI Express Root Port 3 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset 
Family USB Universal Host Controller #1 (rev 05)
00:1d.7 USB controller: Intel Corporation 6 Series/C200 Series Chipset 
Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC 
Controller (rev 05)
00:1f.2 IDE interface: Intel Corporation 6 Series/C200 Series Chipset 
Family 4 port SATA IDE Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family 
SMBus Controller (rev 05)
02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765 
Gigabit Ethernet PCIe (rev 10)
02:00.1 SD Host controller: Broadcom Corporation NetXtreme BCM57765 
Memory Card Reader (rev 10)
03:00.0 Network controller: Broadcom Corporation BCM4331 802.11a/b/g/n 
(rev 02)
04:00.0 PCI bridge: Texas Instruments XIO2213A/B/XIO2221 PCI Express to 
PCI Bridge [Cheetah Express] (rev 01)
05:00.0 FireWire (IEEE 1394): Texas Instruments XIO2213A/B/XIO2221 
IEEE-1394b OHCI Controller [Cheetah Express] (rev 01)


#dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.6.0-rc3-next-20120824 (asido@slacker) 
(gcc version 4.6.3 (Gentoo 4.6.3 p1.5, pie-0.5.2) ) #9 SMP Sun Aug 26 
15:54:31 CEST 2012
[    0.000000] Command line: root=/dev/sda4
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] 
reserved
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x00000000000fffff] 
reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] 
reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] 
reserved
[    0.000000] BIOS-e820: [mem 0x0000000040200000-0x000000008ad33fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008ad34000-0x000000008ad5efff] 
ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008ad5f000-0x000000008afa1fff] 
ACPI data
[    0.000000] BIOS-e820: [mem 0x000000008afa2000-0x000000008affefff] 
reserved
[    0.000000] BIOS-e820: [mem 0x000000008afff000-0x000000008affffff] 
ACPI data
[    0.000000] BIOS-e820: [mem 0x000000008b000000-0x000000008f9fffff] 
reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] 
reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] 
reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] 
reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] 
reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] 
reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] 
reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] 
reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] 
reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000026fdfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Apple Inc. Macmini5,1/Mac-8ED6AF5B48C039E1, BIOS 
MM51.88Z.0077.B0F.1110201309 10/20/2011
[    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x26fe00 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-DFFFF write-protect
[    0.000000]   E0000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   1 base 0A0000000 mask FE0000000 uncachable
[    0.000000]   2 base 090000000 mask FF0000000 uncachable
[    0.000000]   3 base 08C000000 mask FFC000000 uncachable
[    0.000000]   4 base 08B800000 mask FFF800000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 
0x7010600070106
[    0.000000] e820: last_pfn = 0x8ad34 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x8ad33fff]
[    0.000000]  [mem 0x00000000-0x8abfffff] page 2M
[    0.000000]  [mem 0x8ac00000-0x8ad33fff] page 4k
[    0.000000] kernel direct mapping tables up to 0x8ad33fff @ [mem 
0x1fba5000-0x1fffffff]
[    0.000000] init_memory_mapping: [mem 0x100000000-0x26fdfffff]
[    0.000000]  [mem 0x100000000-0x26fdfffff] page 2M
[    0.000000] kernel direct mapping tables up to 0x26fdfffff @ [mem 
0x8ad29000-0x8ad33fff]
[    0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 APPLE )
[    0.000000] ACPI: XSDT 000000008ad8e1c0 000B4 (v01 APPLE Apple00 
00000060      01000013)
[    0.000000] ACPI: FACP 000000008ad8c000 000F4 (v04 APPLE Apple00 
00000060 Loki 0000005F)
[    0.000000] ACPI: DSDT 000000008ad81000 0500C (v01 APPLE Macmini 
00050001 INTL 20100915)
[    0.000000] ACPI: FACS 000000008ad3e000 00040
[    0.000000] ACPI: HPET 000000008ad8b000 00038 (v01 APPLE Apple00 
00000001 Loki 0000005F)
[    0.000000] ACPI: APIC 000000008ad8a000 000BC (v02 APPLE Apple00 
00000001 Loki 0000005F)
[    0.000000] ACPI: SBST 000000008ad88000 00030 (v01 APPLE Apple00 
00000001 Loki 0000005F)
[    0.000000] ACPI: ECDT 000000008ad87000 00053 (v01 APPLE Apple00 
00000001 Loki 0000005F)
[    0.000000] ACPI: SSDT 000000008ad7d000 00024 (v01 APPLE SmcDppt 
00001000 INTL 20100915)
[    0.000000] ACPI: SSDT 000000008ad7a000 00643 (v01 APPLE UsbNoRmh 
00001000 INTL 20100915)
[    0.000000] ACPI: SSDT 000000008ad78000 0013F (v01 APPLE SataPrt1 
00001000 INTL 20100915)
[    0.000000] ACPI: SSDT 000000008ad77000 00159 (v02 APPLE IGHda 
00001000 INTL 20100915)
[    0.000000] ACPI: SSDT 000000008ad73000 01580 (v02 APPLE SsdtIGPU 
00001000 INTL 20100915)
[    0.000000] ACPI: SSDT 000000008ad72000 0060E (v01  PmRef Cpu0Ist 
00003000 INTL 20100915)
[    0.000000] ACPI: SSDT 000000008ad71000 009B1 (v01  PmRef CpuPm 
00003000 INTL 20100915)
[    0.000000] ACPI: SSDT 000000008ad70000 00315 (v01  PmRef Cpu0Tst 
00003000 INTL 20100915)
[    0.000000] ACPI: SSDT 000000008ad6f000 0037A (v01  PmRef ApTst 
00003000 INTL 20100915)
[    0.000000] ACPI: MCFG 000000008ad89000 0003C (v01 APPLE Apple00 
00000001 Loki 0000005F)
[    0.000000] ACPI: SSDT 000000008ad80000 000FA (v01 SataRe SataPri 
00001000 INTL 20100915)
[    0.000000] ACPI: SSDT 000000008ad7f000 000FA (v01 SataRe SataSec 
00001000 INTL 20100915)
[    0.000000] ACPI: SSDT 000000008ad7e000 00032 (v01  Apple SsdtS3 
00001000 INTL 20100915)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000026fdfffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x26fdfffff]
[    0.000000]   NODE_DATA [mem 0x26fdfc000-0x26fdfffff]
[    0.000000]  [ffffea0000000000-ffffea0009bfffff] PMD -> 
[ffff880267400000-ffff88026f3fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x26fdfffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00010000-0x0008efff]
[    0.000000]   node   0: [mem 0x00090000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x1fffffff]
[    0.000000]   node   0: [mem 0x20200000-0x3fffffff]
[    0.000000]   node   0: [mem 0x40200000-0x8ad33fff]
[    0.000000]   node   0: [mem 0x100000000-0x26fdfffff]
[    0.000000] On node 0 totalpages: 2074306
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 6 pages reserved
[    0.000000]   DMA zone: 3912 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 16320 pages used for memmap
[    0.000000]   DMA32 zone: 547188 pages, LIFO batch:31
[    0.000000]   Normal zone: 23544 pages used for memmap
[    0.000000]   Normal zone: 1483272 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 
0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: 8 Processors exceeds NR_CPUS limit of 4
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000008f000 - 
0000000000090000
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 
00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 
0000000000100000
[    0.000000] PM: Registered nosave memory: 0000000020000000 - 
0000000020200000
[    0.000000] PM: Registered nosave memory: 0000000040000000 - 
0000000040200000
[    0.000000] PM: Registered nosave memory: 000000008ad34000 - 
000000008ad5f000
[    0.000000] PM: Registered nosave memory: 000000008ad5f000 - 
000000008afa2000
[    0.000000] PM: Registered nosave memory: 000000008afa2000 - 
000000008afff000
[    0.000000] PM: Registered nosave memory: 000000008afff000 - 
000000008b000000
[    0.000000] PM: Registered nosave memory: 000000008b000000 - 
000000008fa00000
[    0.000000] PM: Registered nosave memory: 000000008fa00000 - 
00000000e0000000
[    0.000000] PM: Registered nosave memory: 00000000e0000000 - 
00000000f0000000
[    0.000000] PM: Registered nosave memory: 00000000f0000000 - 
00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 
00000000fec01000
[    0.000000] PM: Registered nosave memory: 00000000fec01000 - 
00000000fed00000
[    0.000000] PM: Registered nosave memory: 00000000fed00000 - 
00000000fed04000
[    0.000000] PM: Registered nosave memory: 00000000fed04000 - 
00000000fed10000
[    0.000000] PM: Registered nosave memory: 00000000fed10000 - 
00000000fed14000
[    0.000000] PM: Registered nosave memory: 00000000fed14000 - 
00000000fed18000
[    0.000000] PM: Registered nosave memory: 00000000fed18000 - 
00000000fed1a000
[    0.000000] PM: Registered nosave memory: 00000000fed1a000 - 
00000000fed1c000
[    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 
00000000fed20000
[    0.000000] PM: Registered nosave memory: 00000000fed20000 - 
00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 
00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 
00000000ff800000
[    0.000000] PM: Registered nosave memory: 00000000ff800000 - 
0000000100000000
[    0.000000] e820: [mem 0x8fa00000-0xdfffffff] available for PCI devices
[    0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 
nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88026fa00000 s78272 
r8192 d24128 u524288
[    0.000000] pcpu-alloc: s78272 r8192 d24128 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  
Total pages: 2034372
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: root=/dev/sda4
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 8084852k/10221568k available (7059k kernel code, 
1924344k absent, 212372k reserved, 5915k data, 600k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, 
CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:4352 nr_irqs:712 16
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.001000] tsc: Detected 2294.757 MHz processor
[    0.000001] Calibrating delay loop (skipped), value calculated using 
timer frequency.. 4589.51 BogoMIPS (lpj=2294757)
[    0.000152] pid_max: default: 32768 minimum: 301
[    0.000246] Security Framework initialized
[    0.000319] SELinux:  Initializing.
[    0.000396] SELinux:  Starting in permissive mode
[    0.000848] Dentry cache hash table entries: 1048576 (order: 11, 
8388608 bytes)
[    0.002653] Inode-cache hash table entries: 524288 (order: 10, 
4194304 bytes)
[    0.003478] Mount-cache hash table entries: 256
[    0.003706] Initializing cgroup subsys cpuacct
[    0.003780] Initializing cgroup subsys freezer
[    0.003871] CPU: Physical Processor ID: 0
[    0.003944] CPU: Processor Core ID: 0
[    0.004020] mce: CPU supports 7 MCE banks
[    0.004102] CPU0: Thermal monitoring enabled (TM1)
[    0.004180] process: using mwait in idle threads
[    0.004266] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
[    0.004266] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
[    0.004266] tlb_flushall_shift: 5
[    0.004526] Freeing SMP alternatives: 24k freed
[    0.004606] ACPI: Core revision 20120711
[    0.010917] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.021489] smpboot: CPU0: Intel(R) Core(TM) i5-2415M CPU @ 2.30GHz 
stepping 07
[    0.123160] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge 
events, Intel PMU driver.
[    0.123429] perf_event_intel: PEBS disabled due to CPU errata, please 
upgrade microcode
[    0.123535] ... version:                3
[    0.123607] ... bit width:              48
[    0.123680] ... generic registers:      4
[    0.123752] ... value mask:             0000ffffffffffff
[    0.123827] ... max period:             000000007fffffff
[    0.123902] ... fixed-purpose events:   3
[    0.123975] ... event mask:             000000070000000f
[    0.124217] smpboot: Booting Node   0, Processors  #1 #2 #3 OK
[    0.164119] Brought up 4 CPUs
[    0.164196] smpboot: Total of 4 processors activated (18358.05 BogoMIPS)
[    0.167186] devtmpfs: initialized
[    0.167382] PM: Registering ACPI NVS region [mem 
0x8ad34000-0x8ad5efff] (176128 bytes)
[    0.167533] RTC time: 16:13:27, date: 08/27/12
[    0.167640] NET: Registered protocol family 16
[    0.167774] kworker/u:0 (28) used greatest stack depth: 6536 bytes left
[    0.167856] kworker/u:0 (29) used greatest stack depth: 5544 bytes left
[    0.168081] ACPI: bus type pci registered
[    0.168236] PCI: MMCONFIG for domain 0000 [bus 00-9c] at [mem 
0xe0000000-0xe9cfffff] (base 0xe0000000)
[    0.168345] PCI: MMCONFIG at [mem 0xe0000000-0xe9cfffff] reserved in E820
[    0.184749] PCI: Using configuration type 1 for base access
[    0.190640] bio: create slab <bio-0> at 0
[    0.190938] ACPI: Added _OSI(Module Device)
[    0.191013] ACPI: Added _OSI(Processor Device)
[    0.191087] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.191165] ACPI: Added _OSI(Processor Aggregator Device)
[    0.192359] ACPI: EC: EC description table is found, configuring boot EC
[    0.196071] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    2.195270] ACPI: SSDT 000000008ad39190 00781 (v01  PmRef Cpu0Cst 
00003001 INTL 20100915)
[    2.195742] ACPI: Dynamic OEM Table Load:
[    2.195897] ACPI: SSDT           (null) 00781 (v01  PmRef Cpu0Cst 
00003001 INTL 20100915)
[    2.201116] ACPI: SSDT 000000008ad3a710 003A4 (v01  PmRef ApIst 
00003000 INTL 20100915)
[    2.201625] ACPI: Dynamic OEM Table Load:
[    2.201776] ACPI: SSDT           (null) 003A4 (v01  PmRef ApIst 
00003000 INTL 20100915)
[    2.205988] ACPI: SSDT 000000008ad38d90 00119 (v01  PmRef ApCst 
00003000 INTL 20100915)
[    2.206454] ACPI: Dynamic OEM Table Load:
[    2.206606] ACPI: SSDT           (null) 00119 (v01  PmRef ApCst 
00003000 INTL 20100915)
[    2.211315] ACPI: Interpreter enabled
[    2.211390] ACPI: (supports S0 S3 S4 S5)
[    2.211635] ACPI: Using IOAPIC for interrupt routing
[    2.219475] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    2.219707] ACPI: No dock devices found.
[    2.219781] PCI: Using host bridge windows from ACPI; if necessary, 
use "pci=nocrs" and report a bug
[    2.220163] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    2.220678] pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for domain 
0000 [bus 00-9c] only partially covers this bridge
[    2.220829] PCI host bridge to bus 0000:00
[    2.220905] pci_bus 0000:00: busn_res: [bus 00-ff] is inserted under 
domain [bus 00-ff]
[    2.220907] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.220983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[    2.221061] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[    2.221138] pci_bus 0000:00: root bus resource [mem 
0x000a0000-0x000bffff]
[    2.221216] pci_bus 0000:00: root bus resource [mem 
0x8fa00000-0xfeafffff]
[    2.221294] pci_bus 0000:00: root bus resource [mem 
0xfed40000-0xfed44fff]
[    2.221379] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[    2.221416] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
[    2.221447] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    2.221459] pci 0000:00:01.1: [8086:0105] type 01 class 0x060400
[    2.221488] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    2.221505] pci 0000:00:02.0: [8086:0126] type 00 class 0x030000
[    2.221515] pci 0000:00:02.0: reg 10: [mem 0xa0000000-0xa03fffff 64bit]
[    2.221521] pci 0000:00:02.0: reg 18: [mem 0x90000000-0x9fffffff 
64bit pref]
[    2.221525] pci 0000:00:02.0: reg 20: [io  0x2000-0x203f]
[    2.221579] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[    2.221601] pci 0000:00:16.0: reg 10: [mem 0xa0907100-0xa090710f 64bit]
[    2.221680] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    2.221708] pci 0000:00:1a.0: [8086:1c2c] type 00 class 0x0c0300
[    2.221751] pci 0000:00:1a.0: reg 20: [io  0x2120-0x213f]
[    2.221817] pci 0000:00:1a.7: [8086:1c2d] type 00 class 0x0c0320
[    2.221837] pci 0000:00:1a.7: reg 10: [mem 0xa0906c00-0xa0906fff]
[    2.221928] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    2.221956] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[    2.221970] pci 0000:00:1b.0: reg 10: [mem 0xa0900000-0xa0903fff 64bit]
[    2.222041] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    2.222064] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[    2.222144] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    2.222169] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
[    2.222249] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    2.222273] pci 0000:00:1c.2: [8086:1c14] type 01 class 0x060400
[    2.222353] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    2.222383] pci 0000:00:1d.0: [8086:1c27] type 00 class 0x0c0300
[    2.222430] pci 0000:00:1d.0: reg 20: [io  0x20c0-0x20df]
[    2.222504] pci 0000:00:1d.7: [8086:1c26] type 00 class 0x0c0320
[    2.222525] pci 0000:00:1d.7: reg 10: [mem 0xa0906800-0xa0906bff]
[    2.222617] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    2.222643] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
[    2.222765] pci 0000:00:1f.2: [8086:1c01] type 00 class 0x01018f
[    2.222780] pci 0000:00:1f.2: reg 10: [io  0x2148-0x214f]
[    2.222788] pci 0000:00:1f.2: reg 14: [io  0x215c-0x215f]
[    2.222796] pci 0000:00:1f.2: reg 18: [io  0x2140-0x2147]
[    2.222808] pci 0000:00:1f.2: reg 1c: [io  0x2158-0x215b]
[    2.222816] pci 0000:00:1f.2: reg 20: [io  0x2060-0x206f]
[    2.222824] pci 0000:00:1f.2: reg 24: [io  0xffe0-0xffef]
[    2.222872] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[    2.222888] pci 0000:00:1f.3: reg 10: [mem 0xa0907000-0xa09070ff 64bit]
[    2.222909] pci 0000:00:1f.3: reg 20: [io  0xefa0-0xefbf]
[    2.222959] pci_bus 0000:01: busn_res: [bus 01] is inserted under 
[bus 00-ff]
[    2.222961] pci 0000:00:01.0: PCI bridge to [bus 01]
[    2.223040] pci 0000:00:01.0:   bridge window [mem 0xa0800000-0xa08fffff]
[    2.223062] pci_bus 0000:06: busn_res: [bus 06-9c] is inserted under 
[bus 00-ff]
[    2.223065] pci 0000:00:01.1: PCI bridge to [bus 06-9c]
[    2.223140] pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
[    2.223142] pci 0000:00:01.1:   bridge window [mem 0xa0a00000-0xa4efffff]
[    2.223145] pci 0000:00:01.1:   bridge window [mem 
0xa4f00000-0xa8efffff 64bit pref]
[    2.223188] pci_bus 0000:02: busn_res: [bus 02] is inserted under 
[bus 00-ff]
[    2.223255] pci 0000:02:00.0: [14e4:16b4] type 00 class 0x020000
[    2.223288] pci 0000:02:00.0: reg 10: [mem 0xa0400000-0xa040ffff 
64bit pref]
[    2.223316] pci 0000:02:00.0: reg 18: [mem 0xa0410000-0xa041ffff 
64bit pref]
[    2.223468] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    2.223540] pci 0000:02:00.1: [14e4:16bc] type 00 class 0x080501
[    2.223573] pci 0000:02:00.1: reg 10: [mem 0xa0420000-0xa042ffff 
64bit pref]
[    2.223753] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold
[    2.225875] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    2.225980] pci 0000:00:1c.0:   bridge window [mem 0xa0700000-0xa07fffff]
[    2.225986] pci 0000:00:1c.0:   bridge window [mem 
0xa0400000-0xa04fffff 64bit pref]
[    2.226034] pci_bus 0000:03: busn_res: [bus 03] is inserted under 
[bus 00-ff]
[    2.226103] pci 0000:03:00.0: [14e4:4331] type 00 class 0x028000
[    2.226149] pci 0000:03:00.0: reg 10: [mem 0xa0600000-0xa0603fff 64bit]
[    2.226417] pci 0000:03:00.0: supports D1 D2
[    2.226419] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    2.227841] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    2.227953] pci 0000:00:1c.1:   bridge window [mem 0xa0600000-0xa06fffff]
[    2.228002] pci_bus 0000:04: busn_res: [bus 04-05] is inserted under 
[bus 00-ff]
[    2.228039] pci 0000:04:00.0: [104c:823e] type 01 class 0x060400
[    2.228223] pci 0000:04:00.0: supports D1 D2
[    2.229828] pci 0000:00:1c.2: PCI bridge to [bus 04-05]
[    2.229945] pci 0000:00:1c.2:   bridge window [mem 0xa0500000-0xa05fffff]
[    2.230062] pci_bus 0000:05: busn_res: [bus 05] is inserted under 
[bus 04-05]
[    2.230086] pci 0000:05:00.0: [104c:823f] type 00 class 0x0c0010
[    2.230119] pci 0000:05:00.0: reg 10: [mem 0xa0504000-0xa05047ff]
[    2.230140] pci 0000:05:00.0: reg 14: [mem 0xa0500000-0xa0503fff]
[    2.230297] pci 0000:05:00.0: supports D1 D2
[    2.230299] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot
[    2.230399] pci 0000:04:00.0: PCI bridge to [bus 05]
[    2.230490] pci 0000:04:00.0:   bridge window [mem 0xa0500000-0xa05fffff]
[    2.230532] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    2.230614] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
[    2.230646] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG1._PRT]
[    2.230684] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    2.230714] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[    2.230740] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[    2.230830]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    2.230974]  pci0000:00: ACPI _OSC control (0x1d) granted
[    2.234433] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 
14 15) *11
[    2.235086] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 
14 15)
[    2.235673] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 
14 15) *11
[    2.236332] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 
14 15)
[    2.236920] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 
14 15) *0, disabled.
[    2.237613] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 
14 15) *10
[    2.238263] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 
14 15) *11
[    2.238914] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 
14 15)
[    2.239591] vgaarb: device added: 
PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    2.239702] vgaarb: loaded
[    2.239773] vgaarb: bridge control possible 0000:00:02.0
[    2.239950] SCSI subsystem initialized
[    2.240026] ACPI: bus type scsi registered
[    2.240170] libata version 3.00 loaded.
[    2.240255] ACPI: bus type usb registered
[    2.240375] usbcore: registered new interface driver usbfs
[    2.240477] usbcore: registered new interface driver hub
[    2.240583] usbcore: registered new device driver usb
[    2.240827] Advanced Linux Sound Architecture Driver Version 1.0.25.
[    2.240905] PCI: Using ACPI for IRQ routing
[    2.242412] PCI: pci_cache_line_size set to 64 bytes
[    2.242581] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    2.242582] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    2.242584] e820: reserve RAM buffer [mem 0x8ad34000-0x8bffffff]
[    2.242586] e820: reserve RAM buffer [mem 0x26fe00000-0x26fffffff]
[    2.242804] cfg80211: Calling CRDA to update world regulatory domain
[    2.242916] NetLabel: Initializing
[    2.242991] NetLabel:  domain hash size = 128
[    2.243065] NetLabel:  protocols = UNLABELED CIPSOv4
[    2.243156] NetLabel:  unlabeled traffic allowed by default
[    2.243308] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    2.243744] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    2.245835] Switching to clocksource hpet
[    2.248152] pnp: PnP ACPI init
[    2.248232] ACPI: bus type pnp registered
[    2.248570] pnp 00:00: [bus 00-ff]
[    2.248573] pnp 00:00: [io  0x0000-0x0cf7 window]
[    2.248574] pnp 00:00: [io  0x0cf8-0x0cff]
[    2.248576] pnp 00:00: [io  0x0d00-0xffff window]
[    2.248578] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    2.248580] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    2.248581] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    2.248583] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    2.248584] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    2.248586] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    2.248587] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    2.248589] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    2.248591] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    2.248592] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    2.248594] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    2.248595] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    2.248597] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    2.248598] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    2.248600] pnp 00:00: [mem 0x8fa00000-0xfeafffff window]
[    2.248602] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[    2.248683] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 
(active)
[    2.248754] pnp 00:01: [io  0x0000-0x001f]
[    2.248756] pnp 00:01: [io  0x0081-0x0091]
[    2.248757] pnp 00:01: [io  0x0093-0x009f]
[    2.248758] pnp 00:01: [io  0x00c0-0x00df]
[    2.248760] pnp 00:01: [dma 4]
[    2.248811] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    2.248819] pnp 00:02: [mem 0xff000000-0xffffffff]
[    2.248864] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    2.248929] pnp 00:03: [irq 0 disabled]
[    2.248938] pnp 00:03: [irq 8]
[    2.248939] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[    2.249002] system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
[    2.249081] system 00:03: Plug and Play ACPI device, IDs PNP0103 
PNP0c01 (active)
[    2.249090] pnp 00:04: [io  0x00f0]
[    2.249095] pnp 00:04: [irq 13]
[    2.249144] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    2.249152] pnp 00:05: [io  0x002e-0x002f]
[    2.249154] pnp 00:05: [io  0x004e-0x004f]
[    2.249155] pnp 00:05: [io  0x0061]
[    2.249157] pnp 00:05: [io  0x0063]
[    2.249158] pnp 00:05: [io  0x0065]
[    2.249160] pnp 00:05: [io  0x0067]
[    2.249161] pnp 00:05: [io  0x0080]
[    2.249162] pnp 00:05: [io  0x0092]
[    2.249165] pnp 00:05: [io  0x00b2-0x00b3]
[    2.249167] pnp 00:05: [io  0x1000-0x100f]
[    2.249168] pnp 00:05: [io  0x0400-0x047f]
[    2.249170] pnp 00:05: [io  0x0500-0x057f]
[    2.249228] system 00:05: [io  0x1000-0x100f] has been reserved
[    2.249314] system 00:05: [io  0x0400-0x047f] has been reserved
[    2.249391] system 00:05: [io  0x0500-0x057f] has been reserved
[    2.249469] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    2.249476] pnp 00:06: [io  0x0070-0x0077]
[    2.249522] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    2.249531] pnp 00:07: [io  0x0300-0x031f]
[    2.249537] pnp 00:07: [irq 6]
[    2.249583] pnp 00:07: Plug and Play ACPI device, IDs APP0001 (active)
[    2.249593] pnp 00:08: [io  0x0700-0x07fe]
[    2.249644] pnp 00:08: Plug and Play ACPI device, IDs APP000b (active)
[    2.249763] pnp 00:09: [mem 0xfed1c000-0xfed1ffff]
[    2.249765] pnp 00:09: [mem 0xfed10000-0xfed17fff]
[    2.249767] pnp 00:09: [mem 0xfed18000-0xfed18fff]
[    2.249768] pnp 00:09: [mem 0xfed19000-0xfed19fff]
[    2.249770] pnp 00:09: [mem 0xe0000000-0xefffffff]
[    2.249771] pnp 00:09: [mem 0xfed20000-0xfed3ffff]
[    2.249773] pnp 00:09: [mem 0xfed90000-0xfed93fff]
[    2.249774] pnp 00:09: [mem 0xfed45000-0xfed8ffff]
[    2.249775] pnp 00:09: [mem 0xff000000-0xffffffff]
[    2.249777] pnp 00:09: [mem 0xfee00000-0xfeefffff]
[    2.249779] pnp 00:09: [mem 0x00000000-0xffffffffffffffff disabled]
[    2.249843] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    2.249921] system 00:09: [mem 0xfed10000-0xfed17fff] could not be 
reserved
[    2.249999] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[    2.250077] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[    2.250155] system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
[    2.250232] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[    2.250318] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
[    2.250395] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[    2.250473] system 00:09: [mem 0xff000000-0xffffffff] could not be 
reserved
[    2.250552] system 00:09: [mem 0xfee00000-0xfeefffff] could not be 
reserved
[    2.250630] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    2.250755] pnp 00:0a: [mem 0x20000000-0x201fffff]
[    2.250757] pnp 00:0a: [mem 0x40000000-0x401fffff]
[    2.250825] system 00:0a: [mem 0x20000000-0x201fffff] has been reserved
[    2.250903] system 00:0a: [mem 0x40000000-0x401fffff] has been reserved
[    2.250981] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[    2.250988] pnp: PnP ACPI: found 11 devices
[    2.251061] ACPI: ACPI bus type pnp unregistered
[    2.259213] pci 0000:00:01.0: PCI bridge to [bus 01]
[    2.259301] pci 0000:00:01.0:   bridge window [mem 0xa0800000-0xa08fffff]
[    2.259381] pci 0000:00:01.1: PCI bridge to [bus 06-9c]
[    2.259457] pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
[    2.259534] pci 0000:00:01.1:   bridge window [mem 0xa0a00000-0xa4efffff]
[    2.259614] pci 0000:00:01.1:   bridge window [mem 
0xa4f00000-0xa8efffff 64bit pref]
[    2.259721] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    2.259799] pci 0000:00:1c.0:   bridge window [mem 0xa0700000-0xa07fffff]
[    2.259878] pci 0000:00:1c.0:   bridge window [mem 
0xa0400000-0xa04fffff 64bit pref]
[    2.259987] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    2.260065] pci 0000:00:1c.1:   bridge window [mem 0xa0600000-0xa06fffff]
[    2.260151] pci 0000:04:00.0: PCI bridge to [bus 05]
[    2.260233] pci 0000:04:00.0:   bridge window [mem 0xa0500000-0xa05fffff]
[    2.260332] pci 0000:00:1c.2: PCI bridge to [bus 04-05]
[    2.260410] pci 0000:00:1c.2:   bridge window [mem 0xa0500000-0xa05fffff]
[    2.260496] pci 0000:00:01.0: enabling device (0000 -> 0002)
[    2.260607] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    2.260609] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    2.260611] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    2.260613] pci_bus 0000:00: resource 7 [mem 0x8fa00000-0xfeafffff]
[    2.260614] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
[    2.260616] pci_bus 0000:01: resource 1 [mem 0xa0800000-0xa08fffff]
[    2.260618] pci_bus 0000:06: resource 0 [io  0x3000-0x3fff]
[    2.260619] pci_bus 0000:06: resource 1 [mem 0xa0a00000-0xa4efffff]
[    2.260621] pci_bus 0000:06: resource 2 [mem 0xa4f00000-0xa8efffff 
64bit pref]
[    2.260623] pci_bus 0000:02: resource 1 [mem 0xa0700000-0xa07fffff]
[    2.260625] pci_bus 0000:02: resource 2 [mem 0xa0400000-0xa04fffff 
64bit pref]
[    2.260627] pci_bus 0000:03: resource 1 [mem 0xa0600000-0xa06fffff]
[    2.260629] pci_bus 0000:04: resource 1 [mem 0xa0500000-0xa05fffff]
[    2.260630] pci_bus 0000:05: resource 1 [mem 0xa0500000-0xa05fffff]
[    2.260655] NET: Registered protocol family 2
[    2.261300] TCP established hash table entries: 524288 (order: 11, 
8388608 bytes)
[    2.262626] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.262833] TCP: Hash tables configured (established 524288 bind 65536)
[    2.262923] TCP: reno registered
[    2.263003] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    2.263109] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    2.263273] NET: Registered protocol family 1
[    2.263418] RPC: Registered named UNIX socket transport module.
[    2.263495] RPC: Registered udp transport module.
[    2.263569] RPC: Registered tcp transport module.
[    2.263643] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.263736] pci 0000:00:02.0: Boot video device
[    2.263760] pci 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0080
[    2.263761] pci 0000:00:1a.0: Performing full reset
[    2.263935] pci 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0080
[    2.263936] pci 0000:00:1d.0: Performing full reset
[    2.264160] PCI: CLS mismatch (256 != 64), using 64 bytes
[    2.264200] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.264294] software IO TLB [mem 0x86d29000-0x8ad28fff] (64MB) mapped 
at [ffff880086d29000-ffff88008ad28fff]
[    2.265018] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x1a
[    2.265098] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x1a
[    2.265179] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x1a
[    2.265265] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x1a
[    2.265396] microcode: Microcode Update Driver: v2.00 
<tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    2.265714] audit: initializing netlink socket (disabled)
[    2.265795] type=2000 audit(1346084009.161:1): initialized
[    2.286766] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.289578] VFS: Disk quotas dquot_6.5.2
[    2.289713] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.290644] NFS: Registering the id_resolver key type
[    2.290727] Key type id_resolver registered
[    2.290800] Key type id_legacy registered
[    2.290937] msgmni has been set to 15790
[    2.291083] SELinux:  Registering netfilter hooks
[    2.291459] Block layer SCSI generic (bsg) driver version 0.4 loaded 
(major 253)
[    2.291565] io scheduler noop registered
[    2.292133] io scheduler deadline registered
[    2.292263] io scheduler cfq registered (default)
[    2.292437] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    2.292547] pcieport 0000:00:01.1: irq 41 for MSI/MSI-X
[    2.292681] pcieport 0000:00:1c.0: irq 42 for MSI/MSI-X
[    2.292803] pcieport 0000:00:1c.1: irq 43 for MSI/MSI-X
[    2.292929] pcieport 0000:00:1c.2: irq 44 for MSI/MSI-X
[    2.293077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    2.293344] input: Power Button as 
/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    2.293453] ACPI: Power Button [PWRB]
[    2.293578] input: Sleep Button as 
/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[    2.293686] ACPI: Sleep Button [SLPB]
[    2.293808] input: Power Button as 
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    2.293914] ACPI: Power Button [PWRF]
[    2.294084] ACPI: Requesting acpi_cpufreq
[    2.296175] Monitor-Mwait will be used to enter C-1 state
[    2.296203] Monitor-Mwait will be used to enter C-2 state
[    2.296234] Monitor-Mwait will be used to enter C-3 state
[    2.296249] ACPI: acpi_idle registered with cpuidle
[    2.300198] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.300895] Non-volatile memory driver v1.3
[    2.300971] Linux agpgart interface v0.103
[    2.301174] [drm] Initialized drm 1.1.0 20060810
[    2.302841] brd: module loaded
[    2.303781] loop: module loaded
[    2.304078] ata_piix 0000:00:1f.2: version 2.13
[    2.304092] ata_piix 0000:00:1f.2: MAP [
[    2.304165]  P0 P2 P1 P3 ]
[    2.455212] ata_piix 0000:00:1f.2: setting latency timer to 64
[    2.455616] scsi0 : ata_piix
[    2.455862] scsi1 : ata_piix
[    2.456073] ata1: SATA max UDMA/133 cmd 0x2148 ctl 0x215c bmdma 
0x2060 irq 19
[    2.456164] ata2: SATA max UDMA/133 cmd 0x2140 ctl 0x2158 bmdma 
0x2068 irq 19
[    2.456433] tg3.c:v3.124 (March 21, 2012)
[    2.475283] tg3 0000:02:00.0: eth0: Tigon3 [partno(BCM957765) rev 
57785100] (PCI Express) MAC address 3c:07:54:6f:0e:4c
[    2.475396] tg3 0000:02:00.0: eth0: attached PHY is 57765 
(10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    2.475506] tg3 0000:02:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] 
ASF[0] TSOcap[1]
[    2.475612] tg3 0000:02:00.0: eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[    2.475844] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[    2.475920] e100: Copyright(c) 1999-2006 Intel Corporation
[    2.476031] e1000: Intel(R) PRO/1000 Network Driver - version 
7.3.21-k8-NAPI
[    2.476109] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    2.476230] sky2: driver version 1.30
[    2.476537] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.476615] ehci_hcd: block sizes: qh 104 qtd 96 itd 192 sitd 96
[    2.476639] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    2.476642] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    2.476773] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned 
bus number 1
[    2.476883] ehci_hcd 0000:00:1a.7: reset hcs_params 0x203206 dbg=2 
cc=3 pcc=2 ordered !ppc ports=6
[    2.476886] ehci_hcd 0000:00:1a.7: reset hcc_params 36881 caching 
frame 1024 64 bit addr
[    2.476896] ehci_hcd 0000:00:1a.7: support lpm
[    2.476903] ehci_hcd 0000:00:1a.7: reset command 0080012 (park)=0 
ithresh=8 Periodic period=1024 Reset HALT
[    2.480779] ehci_hcd 0000:00:1a.7: debug port 2
[    2.480859] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[    2.480860] ehci_hcd 0000:00:1a.7: supports USB remote wakeup
[    2.480876] ehci_hcd 0000:00:1a.7: irq 23, io mem 0xa0906c00
[    2.480954] ehci_hcd 0000:00:1a.7: init command 0010001 (park)=0 
ithresh=1 period=1024 RUN
[    2.486147] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    2.486276] usb usb1: default language 0x0409
[    2.486281] usb usb1: udev 1, busnum 1, minor = 0
[    2.486283] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.486361] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    2.486466] usb usb1: Product: EHCI Host Controller
[    2.486541] usb usb1: Manufacturer: Linux 3.6.0-rc3-next-20120824 
ehci_hcd
[    2.486619] usb usb1: SerialNumber: 0000:00:1a.7
[    2.486781] usb usb1: usb_probe_device
[    2.486784] usb usb1: configuration #1 chosen from 1 choice
[    2.486790] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[    2.486831] hub 1-0:1.0: usb_probe_interface
[    2.486833] hub 1-0:1.0: usb_probe_interface - got id
[    2.486835] hub 1-0:1.0: USB hub found
[    2.486909] hub 1-0:1.0: 6 ports detected
[    2.486983] hub 1-0:1.0: standalone hub
[    2.486985] hub 1-0:1.0: no power switching (usb 1.0)
[    2.486986] hub 1-0:1.0: individual port over-current protection
[    2.486987] hub 1-0:1.0: power on to power good time: 20ms
[    2.486990] hub 1-0:1.0: local power source is good
[    2.486992] hub 1-0:1.0: trying to enable port power on 
non-switchable hub
[    2.487048] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    2.487051] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    2.487189] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned 
bus number 2
[    2.487299] ehci_hcd 0000:00:1d.7: reset hcs_params 0x204208 dbg=2 
cc=4 pcc=2 ordered !ppc ports=8
[    2.487302] ehci_hcd 0000:00:1d.7: reset hcc_params 36881 caching 
frame 1024 64 bit addr
[    2.487311] ehci_hcd 0000:00:1d.7: support lpm
[    2.487316] ehci_hcd 0000:00:1d.7: reset command 0080012 (park)=0 
ithresh=8 Periodic period=1024 Reset HALT
[    2.491211] ehci_hcd 0000:00:1d.7: debug port 2
[    2.491291] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    2.491293] ehci_hcd 0000:00:1d.7: supports USB remote wakeup
[    2.491304] ehci_hcd 0000:00:1d.7: irq 22, io mem 0xa0906800
[    2.491383] ehci_hcd 0000:00:1d.7: init command 0010001 (park)=0 
ithresh=1 period=1024 RUN
[    2.497144] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    2.497272] usb usb2: default language 0x0409
[    2.497277] usb usb2: udev 1, busnum 2, minor = 128
[    2.497279] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    2.497357] usb usb2: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    2.497461] usb usb2: Product: EHCI Host Controller
[    2.497536] usb usb2: Manufacturer: Linux 3.6.0-rc3-next-20120824 
ehci_hcd
[    2.497614] usb usb2: SerialNumber: 0000:00:1d.7
[    2.497769] usb usb2: usb_probe_device
[    2.497771] usb usb2: configuration #1 chosen from 1 choice
[    2.497777] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[    2.497816] hub 2-0:1.0: usb_probe_interface
[    2.497817] hub 2-0:1.0: usb_probe_interface - got id
[    2.497818] hub 2-0:1.0: USB hub found
[    2.497893] hub 2-0:1.0: 8 ports detected
[    2.497967] hub 2-0:1.0: standalone hub
[    2.497968] hub 2-0:1.0: no power switching (usb 1.0)
[    2.497969] hub 2-0:1.0: individual port over-current protection
[    2.497970] hub 2-0:1.0: power on to power good time: 20ms
[    2.497973] hub 2-0:1.0: local power source is good
[    2.497975] hub 2-0:1.0: trying to enable port power on 
non-switchable hub
[    2.498049] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.498136] ohci_hcd: block sizes: ed 80 td 96
[    2.498173] uhci_hcd: USB Universal Host Controller Interface driver
[    2.498271] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    2.498274] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    2.498402] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned 
bus number 3
[    2.498512] uhci_hcd 0000:00:1a.0: detected 2 ports
[    2.498589] uhci_hcd 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0000
[    2.498590] uhci_hcd 0000:00:1a.0: Performing full reset
[    2.498616] uhci_hcd 0000:00:1a.0: irq 21, io base 0x00002120
[    2.498714] usb usb3: default language 0x0409
[    2.498719] usb usb3: udev 1, busnum 3, minor = 256
[    2.498721] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    2.498799] usb usb3: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    2.498903] usb usb3: Product: UHCI Host Controller
[    2.498978] usb usb3: Manufacturer: Linux 3.6.0-rc3-next-20120824 
uhci_hcd
[    2.499056] usb usb3: SerialNumber: 0000:00:1a.0
[    2.499208] usb usb3: usb_probe_device
[    2.499210] usb usb3: configuration #1 chosen from 1 choice
[    2.499215] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[    2.499254] hub 3-0:1.0: usb_probe_interface
[    2.499256] hub 3-0:1.0: usb_probe_interface - got id
[    2.499257] hub 3-0:1.0: USB hub found
[    2.499332] hub 3-0:1.0: 2 ports detected
[    2.499406] hub 3-0:1.0: standalone hub
[    2.499407] hub 3-0:1.0: no power switching (usb 1.0)
[    2.499408] hub 3-0:1.0: individual port over-current protection
[    2.499410] hub 3-0:1.0: power on to power good time: 2ms
[    2.499412] hub 3-0:1.0: local power source is good
[    2.499414] hub 3-0:1.0: trying to enable port power on 
non-switchable hub
[    2.499437] ehci_hcd 0000:00:1a.7: HS companion for 0000:00:1a.0
[    2.499454] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    2.499457] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    2.499582] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned 
bus number 4
[    2.499692] uhci_hcd 0000:00:1d.0: detected 2 ports
[    2.499769] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
[    2.499770] uhci_hcd 0000:00:1d.0: Performing full reset
[    2.499787] uhci_hcd 0000:00:1d.0: irq 19, io base 0x000020c0
[    2.499883] usb usb4: default language 0x0409
[    2.499887] usb usb4: udev 1, busnum 4, minor = 384
[    2.499889] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    2.499967] usb usb4: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    2.500072] usb usb4: Product: UHCI Host Controller
[    2.500166] usb usb4: Manufacturer: Linux 3.6.0-rc3-next-20120824 
uhci_hcd
[    2.500245] usb usb4: SerialNumber: 0000:00:1d.0
[    2.500388] usb usb4: usb_probe_device
[    2.500390] usb usb4: configuration #1 chosen from 1 choice
[    2.500394] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[    2.500432] hub 4-0:1.0: usb_probe_interface
[    2.500433] hub 4-0:1.0: usb_probe_interface - got id
[    2.500435] hub 4-0:1.0: USB hub found
[    2.500510] hub 4-0:1.0: 2 ports detected
[    2.500583] hub 4-0:1.0: standalone hub
[    2.500584] hub 4-0:1.0: no power switching (usb 1.0)
[    2.500586] hub 4-0:1.0: individual port over-current protection
[    2.500587] hub 4-0:1.0: power on to power good time: 2ms
[    2.500590] hub 4-0:1.0: local power source is good
[    2.500591] hub 4-0:1.0: trying to enable port power on 
non-switchable hub
[    2.500616] ehci_hcd 0000:00:1d.7: HS companion for 0000:00:1d.0
[    2.500653] Initializing USB Mass Storage driver...
[    2.500772] usbcore: registered new interface driver usb-storage
[    2.500848] USB Mass Storage support registered.
[    2.500966] usbcore: registered new interface driver libusual
[    2.501178] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    2.502142] i8042: No controller found
[    2.502267] mousedev: PS/2 mouse device common for all mice
[    2.502588] rtc_cmos 00:06: RTC can wake from S4
[    2.502798] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    2.502901] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    2.503124] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) 
initialised: dm-devel@redhat.com
[    2.503331] cpuidle: using governor ladder
[    2.503470] cpuidle: using governor menu
[    2.503544] EFI Variables Facility v0.08 2004-May-17
[    2.504494] usbcore: registered new interface driver usbhid
[    2.504570] usbhid: USB HID core driver
[    2.505257] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[    2.586181] ehci_hcd 0000:00:1a.7: GetStatus port:1 status 001803 0  
ACK POWER sig=j CSC CONNECT
[    2.586198] hub 1-0:1.0: port 1: status 0501 change 0001
[    2.597173] ehci_hcd 0000:00:1d.7: GetStatus port:1 status 001803 0  
ACK POWER sig=j CSC CONNECT
[    2.597189] hub 2-0:1.0: port 1: status 0501 change 0001
[    2.599139] uhci_hcd 0000:00:1a.0: port 1 portsc 0082,00
[    2.600131] uhci_hcd 0000:00:1d.0: port 1 portsc 0082,00
[    2.686150] hub 1-0:1.0: state 7 ports 6 chg 0002 evt 0000
[    2.686187] hub 1-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
[    2.737352] ehci_hcd 0000:00:1a.7: port 1 reset complete, port enabled
[    2.737358] ehci_hcd 0000:00:1a.7: GetStatus port:1 status 001005 0  
ACK POWER sig=se0 PE CONNECT
[    2.788081] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[    2.839297] ehci_hcd 0000:00:1a.7: port 1 reset complete, port enabled
[    2.839304] ehci_hcd 0000:00:1a.7: GetStatus port:1 status 001005 0  
ACK POWER sig=se0 PE CONNECT
[    2.902223] ehci_hcd 0000:00:1a.7: set dev address 2 for port 1
[    2.902235] ehci_hcd 0000:00:1a.7: LPM: no device attached
[    2.902596] usb 1-1: udev 2, busnum 1, minor = 1
[    2.902606] usb 1-1: New USB device found, idVendor=0424, idProduct=2513
[    2.902710] usb 1-1: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
[    2.903108] usb 1-1: usb_probe_device
[    2.903112] usb 1-1: configuration #1 chosen from 1 choice
[    2.903374] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
[    2.903623] hub 1-1:1.0: usb_probe_interface
[    2.903626] hub 1-1:1.0: usb_probe_interface - got id
[    2.903628] hub 1-1:1.0: USB hub found
[    2.903834] hub 1-1:1.0: 3 ports detected
[    2.903953] hub 1-1:1.0: compound device; port removable status: FRR
[    2.903955] hub 1-1:1.0: individual port power switching
[    2.903956] hub 1-1:1.0: individual port over-current protection
[    2.904125] hub 1-1:1.0: TT per port
[    2.904128] hub 1-1:1.0: TT requires at most 8 FS bit times (666 ns)
[    2.904130] hub 1-1:1.0: power on to power good time: 100ms
[    2.904424] hub 1-1:1.0: local power source is good
[    2.904430] hub 1-1:1.0: enabling power on all ports
[    2.904805] hub 2-0:1.0: state 7 ports 8 chg 0002 evt 0000
[    2.904818] hub 2-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
[    2.955112] ehci_hcd 0000:00:1d.7: port 1 reset complete, port enabled
[    2.955119] ehci_hcd 0000:00:1d.7: GetStatus port:1 status 001005 0  
ACK POWER sig=se0 PE CONNECT
[    3.004169] hub 1-1:1.0: port 1: status 0101 change 0001
[    3.005952] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[    3.026624] Netfilter messages via NETLINK v0.30.
[    3.026711] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    3.026941] ctnetlink v0.93: registering with nfnetlink.
[    3.027111] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.027211] TCP: cubic registered
[    3.027283] Initializing XFRM netlink socket
[    3.027555] NET: Registered protocol family 10
[    3.027765] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    3.027874] sit: IPv6 over IPv4 tunneling driver
[    3.028140] NET: Registered protocol family 17
[    3.028230] Key type dns_resolver registered
[    3.028744] PM: Hibernation image not present or could not be loaded.
[    3.028753] registered taskstats version 1
[    3.029428]   Magic number: 8:905:237
[    3.029546] console [netcon0] enabled
[    3.029618] netconsole: network logging started
[    3.030266] ALSA device list:
[    3.030338]   #0: HDA Intel PCH at 0xa0900000 irq 45
[    3.057058] ehci_hcd 0000:00:1d.7: port 1 reset complete, port enabled
[    3.057063] ehci_hcd 0000:00:1d.7: GetStatus port:1 status 001005 0  
ACK POWER sig=se0 PE CONNECT
[    3.103927] usb 1-1: link qh256-0001/ffff8802650cf600 start 1 [1/0 us]
[    3.120112] ehci_hcd 0000:00:1d.7: set dev address 2 for port 1
[    3.120124] ehci_hcd 0000:00:1d.7: LPM: no device attached
[    3.120439] usb 2-1: udev 2, busnum 2, minor = 129
[    3.120448] usb 2-1: New USB device found, idVendor=0424, idProduct=2513
[    3.120543] usb 2-1: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
[    3.120919] usb 2-1: usb_probe_device
[    3.120923] usb 2-1: configuration #1 chosen from 1 choice
[    3.121120] usb 2-1: adding 2-1:1.0 (config #1, interface 0)
[    3.121351] hub 2-1:1.0: usb_probe_interface
[    3.121354] hub 2-1:1.0: usb_probe_interface - got id
[    3.121356] hub 2-1:1.0: USB hub found
[    3.121596] hub 2-1:1.0: 3 ports detected
[    3.121704] hub 2-1:1.0: compound device; port removable status: FRR
[    3.121705] hub 2-1:1.0: individual port power switching
[    3.121707] hub 2-1:1.0: individual port over-current protection
[    3.121895] hub 2-1:1.0: TT per port
[    3.121898] hub 2-1:1.0: TT requires at most 8 FS bit times (666 ns)
[    3.121900] hub 2-1:1.0: power on to power good time: 100ms
[    3.122221] hub 2-1:1.0: local power source is good
[    3.122231] hub 2-1:1.0: enabling power on all ports
[    3.122639] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[    3.122648] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[    3.122655] hub 1-1:1.0: state 7 ports 3 chg 0002 evt 0000
[    3.122850] hub 1-1:1.0: port 1, status 0101, change 0000, 12 Mb/s
[    3.134100] hub 1-1:1.0: port 1 not reset yet, waiting 10ms
[    3.196073] usb 1-1.1: new full-speed USB device number 3 using ehci_hcd
[    3.207064] hub 1-1:1.0: port 1 not reset yet, waiting 10ms
[    3.222056] hub 2-1:1.0: port 1: status 0301 change 0001
[    3.222295] hub 2-1:1.0: port 2: status 0301 change 0001
[    3.222545] hub 2-1:1.0: port 3: status 0101 change 0001
[    3.266842] tsc: Refined TSC clocksource calibration: 2294.786 MHz
[    3.266946] Switching to clocksource tsc
[    3.280798] usb 1-1.1: ep0 maxpacket = 8
[    3.282521] usb 1-1.1: default language 0x0409
[    3.283021] usb 1-1.1: udev 3, busnum 1, minor = 2
[    3.283031] usb 1-1.1: New USB device found, idVendor=0a5c, 
idProduct=4500
[    3.283144] usb 1-1.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[    3.283248] usb 1-1.1: Product: BRCM20702 Hub
[    3.283318] usb 1-1.1: Manufacturer: Apple Inc.
[    3.283673] usb 1-1.1: usb_probe_device
[    3.283677] usb 1-1.1: configuration #1 chosen from 1 choice
[    3.283907] usb 1-1.1: adding 1-1.1:1.0 (config #1, interface 0)
[    3.284113] hub 1-1.1:1.0: usb_probe_interface
[    3.284116] hub 1-1.1:1.0: usb_probe_interface - got id
[    3.284118] hub 1-1.1:1.0: USB hub found
[    3.284384] hub 1-1.1:1.0: 3 ports detected
[    3.284494] hub 1-1.1:1.0: compound device; port removable status: FFF
[    3.284495] hub 1-1.1:1.0: ganged power switching
[    3.284496] hub 1-1.1:1.0: global over-current protection
[    3.284498] hub 1-1.1:1.0: power on to power good time: 100ms
[    3.285035] hub 1-1.1:1.0: local power source is good
[    3.285043] hub 1-1.1:1.0: no over-current condition exists
[    3.285049] hub 1-1.1:1.0: enabling power on all ports
[    3.285530] hub 1-1:1.0: state 7 ports 3 chg 0000 evt 0002
[    3.321803] usb 2-1: link qh256-0001/ffff8802650cf780 start 1 [1/0 us]
[    3.321869] hub 2-1:1.0: state 7 ports 3 chg 000e evt 0000
[    3.322000] hub 2-1:1.0: port 1, status 0301, change 0000, 1.5 Mb/s
[    3.332994] hub 2-1:1.0: port 1 not reset yet, waiting 10ms
[    3.384967] hub 1-1.1:1.0: port 1: status 0101 change 0001
[    3.385468] hub 1-1.1:1.0: port 2: status 0101 change 0001
[    3.385969] hub 1-1.1:1.0: port 3: status 0101 change 0001
[    3.394976] usb 2-1.1: new low-speed USB device number 3 using ehci_hcd
[    3.406958] hub 2-1:1.0: port 1 not reset yet, waiting 10ms
[    3.484225] usb 2-1.1: skipped 1 descriptor after interface
[    3.484672] usb 2-1.1: default language 0x0409
[    3.485688] usb 1-1.1: link qh128-0601/ffff8802650cf880 start 2 [1/2 us]
[    3.487212] usb 2-1.1: udev 3, busnum 2, minor = 130
[    3.487223] usb 2-1.1: New USB device found, idVendor=05ac, 
idProduct=8242
[    3.487325] usb 2-1.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[    3.487428] usb 2-1.1: Product: IR Receiver
[    3.487502] usb 2-1.1: Manufacturer: Apple Computer, Inc.
[    3.487833] usb 2-1.1: usb_probe_device
[    3.487836] usb 2-1.1: configuration #1 chosen from 1 choice
[    3.489715] usb 2-1.1: adding 2-1.1:1.0 (config #1, interface 0)
[    3.489964] usbhid 2-1.1:1.0: usb_probe_interface
[    3.489968] usbhid 2-1.1:1.0: usb_probe_interface - got id
[    3.494139] usbhid 2-1.1:1.0: looking for a minor, starting at 96
[    3.494495] apple 0003:05AC:8242.0001: hiddev0,hidraw0: USB HID v1.11 
Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.7-1.1/input0
[    3.494729] hub 2-1:1.0: port 2, status 0301, change 0000, 1.5 Mb/s
[    3.505776] hub 2-1:1.0: port 2 not reset yet, waiting 10ms
[    3.567714] usb 2-1.2: new low-speed USB device number 4 using ehci_hcd
[    3.580865] hub 2-1:1.0: port 2 not reset yet, waiting 10ms
[    3.666301] usb 2-1.2: skipped 1 descriptor after interface
[    3.666312] usb 2-1.2: skipped 1 descriptor after interface
[    3.667199] usb 2-1.2: default language 0x0409
[    3.676757] usb 2-1.2: udev 4, busnum 2, minor = 131
[    3.676768] usb 2-1.2: New USB device found, idVendor=045e, 
idProduct=00db
[    3.676868] usb 2-1.2: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[    3.676972] usb 2-1.2: Product: Natural® Ergonomic Keyboard 4000
[    3.677049] usb 2-1.2: Manufacturer: Microsoft
[    3.677422] usb 2-1.2: usb_probe_device
[    3.677426] usb 2-1.2: configuration #1 chosen from 1 choice
[    3.678110] usb 2-1.2: adding 2-1.2:1.0 (config #1, interface 0)
[    3.678334] usbhid 2-1.2:1.0: usb_probe_interface
[    3.678337] usbhid 2-1.2:1.0: usb_probe_interface - got id
[    3.685822] input: Microsoft Natural® Ergonomic Keyboard 4000 as 
/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.2/2-1.2:1.0/input/input3
[    3.685943] usb 2-1.2: link qh8-0601/ffff8802650cfb80 start 2 [1/2 us]
[    3.686145] microsoft 0003:045E:00DB.0002: input,hidraw1: USB HID 
v1.11 Keyboard [Microsoft Natural® Ergonomic Keyboard 4000] on 
usb-0000:00:1d.7-1.2/input0
[    3.686274] usb 2-1.2: adding 2-1.2:1.1 (config #1, interface 1)
[    3.686334] usbhid 2-1.2:1.1: usb_probe_interface
[    3.686336] usbhid 2-1.2:1.1: usb_probe_interface - got id
[    3.697654] input: Microsoft Natural® Ergonomic Keyboard 4000 as 
/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.2/2-1.2:1.1/input/input4
[    3.697778] usb 2-1.2: link qh8-0601/ffff8802650cfc80 start 3 [1/2 us]
[    3.698205] microsoft 0003:045E:00DB.0003: input,hidraw2: USB HID 
v1.11 Device [Microsoft Natural® Ergonomic Keyboard 4000] on 
usb-0000:00:1d.7-1.2/input1
[    3.698519] hub 2-1:1.0: port 3, status 0101, change 0000, 12 Mb/s
[    3.709798] hub 2-1:1.0: port 3 not reset yet, waiting 10ms
[    3.767546] ata2.01: failed to resume link (SControl 0)
[    3.779208] ata2.00: SATA link down (SStatus 0 SControl 300)
[    3.779291] ata2.01: SATA link down (SStatus 0 SControl 0)
[    3.779376] usb 2-1.3: new full-speed USB device number 5 using ehci_hcd
[    3.779396] ata1.01: failed to resume link (SControl 0)
[    3.790757] hub 2-1:1.0: port 3 not reset yet, waiting 10ms
[    3.806519] usb usb3: suspend_rh (auto-stop)
[    3.806556] usb usb4: suspend_rh (auto-stop)
[    3.864502] usb 2-1.3: ep0 maxpacket = 8
[    3.866873] usb 2-1.3: skipped 1 descriptor after interface
[    3.866884] usb 2-1.3: skipped 1 descriptor after interface
[    3.867084] usb 2-1.3: default language 0x0409
[    3.867992] usb 2-1.3: udev 5, busnum 2, minor = 132
[    3.868002] usb 2-1.3: New USB device found, idVendor=046d, 
idProduct=c245
[    3.868111] usb 2-1.3: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[    3.868214] usb 2-1.3: Product: Gaming Mouse G400
[    3.868792] usb 2-1.3: Manufacturer: Logitech
[    3.869109] usb 2-1.3: usb_probe_device
[    3.869112] usb 2-1.3: configuration #1 chosen from 1 choice
[    3.869780] usb 2-1.3: adding 2-1.3:1.0 (config #1, interface 0)
[    3.869954] usbhid 2-1.3:1.0: usb_probe_interface
[    3.869955] usbhid 2-1.3:1.0: usb_probe_interface - got id
[    3.871376] input: Logitech Gaming Mouse G400 as 
/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.3/2-1.3:1.0/input/input5
[    3.871920] hid-generic 0003:046D:C245.0004: input,hidraw3: USB HID 
v1.10 Mouse [Logitech Gaming Mouse G400] on usb-0000:00:1d.7-1.3/input0
[    3.872047] usb 2-1.3: adding 2-1.3:1.1 (config #1, interface 1)
[    3.872101] usbhid 2-1.3:1.1: usb_probe_interface
[    3.872103] usbhid 2-1.3:1.1: usb_probe_interface - got id
[    3.873705] usbhid 2-1.3:1.1: looking for a minor, starting at 96
[    3.874106] hid-generic 0003:046D:C245.0005: hiddev0,hidraw4: USB HID 
v1.10 Device [Logitech Gaming Mouse G400] on usb-0000:00:1d.7-1.3/input1
[    3.874239] hub 1-1.1:1.0: state 7 ports 3 chg 000e evt 0000
[    3.874403] hub 1-1.1:1.0: port 1, status 0101, change 0000, 12 Mb/s
[    3.930629] ata1.00: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.930723] ata1.01: SATA link down (SStatus 0 SControl 0)
[    3.934157] ata1.00: ATA-9: INTEL SSDSC2CT120A3, 300i, max UDMA/133
[    3.934266] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    3.936547] usb 1-1.1.1: new full-speed USB device number 4 using 
ehci_hcd
[    3.954145] ata1.00: configured for UDMA/133
[    3.954441] scsi 0:0:0:0: Direct-Access     ATA      INTEL SSDSC2CT12 
300i PQ: 0 ANSI: 5
[    3.955233] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 
GB/111 GiB)
[    3.955381] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.955396] sd 0:0:0:0: [sda] Write Protect is off
[    3.955397] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 10
[    3.955409] sd 0:0:0:0: [sda] Write cache: enabled, read cache: 
enabled, supports DPO and FUA
[    3.957034]  sda: sda1 sda2 sda3 sda4
[    3.957520] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.957647] md: Waiting for all devices to be available before autodetect
[    3.957766] md: If you don't use raid, use raid=noautodetect
[    3.958021] md: Autodetecting RAID arrays.
[    3.958133] md: Scanned 0 and added 0 devices.
[    3.958244] md: autorun ...
[    3.958353] md: ... autorun DONE.
[    3.958829] EXT4-fs (sda4): couldn't mount as ext3 due to feature 
incompatibilities
[    3.959174] EXT4-fs (sda4): couldn't mount as ext2 due to feature 
incompatibilities
[    3.962387] EXT4-fs (sda4): mounted filesystem with ordered data 
mode. Opts: (null)
[    3.962539] VFS: Mounted root (ext4 filesystem) readonly on device 8:4.
[    3.963506] Freeing unused kernel memory: 600k freed
[    3.963687] Write protecting the kernel read-only data: 12288k
[    3.966849] Freeing unused kernel memory: 1120k freed
[    3.971946] Freeing unused kernel memory: 1908k freed
[    4.010363] usb 1-1.1.1: ep0 maxpacket = 8
[    4.013335] usb 1-1.1.1: skipped 1 descriptor after interface
[    4.013412] usb 1-1.1.1: udev 4, busnum 1, minor = 3
[    4.013462] usb 1-1.1.1: New USB device found, idVendor=05ac, 
idProduct=820a
[    4.013575] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
[    4.013902] usb 1-1.1.1: usb_probe_device
[    4.013950] usb 1-1.1.1: configuration #1 chosen from 1 choice
[    4.014102] usb 1-1.1.1: adding 1-1.1.1:1.0 (config #1, interface 0)
[    4.014297] usbhid 1-1.1.1:1.0: usb_probe_interface
[    4.014404] usbhid 1-1.1.1:1.0: usb_probe_interface - got id
[    4.015734] input: HID 05ac:820a as 
/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.0/input/input6
[    4.015890] usb 1-1.1.1: link qh8-0601/ffff8802650cfb00 start 3 [1/2 us]
[    4.016064] hid-generic 0003:05AC:820A.0006: input,hidraw5: USB HID 
v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:1a.7-1.1.1/input0
[    4.016606] hub 1-1.1:1.0: port 2, status 0101, change 0000, 12 Mb/s
[    4.030312] kbd_mode (1031) used greatest stack depth: 5280 bytes left
[    4.036584] loadkeys (1032) used greatest stack depth: 5120 bytes left
[    4.036878] init-early.sh (1024) used greatest stack depth: 4728 
bytes left
[    4.078435] usb 1-1.1.2: new full-speed USB device number 5 using 
ehci_hcd
[    4.152281] usb 1-1.1.2: ep0 maxpacket = 8
[    4.154884] usb 1-1.1.2: skipped 1 descriptor after interface
[    4.154945] usb 1-1.1.2: udev 5, busnum 1, minor = 4
[    4.155003] usb 1-1.1.2: New USB device found, idVendor=05ac, 
idProduct=820b
[    4.155119] usb 1-1.1.2: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
[    4.155414] usb 1-1.1.2: usb_probe_device
[    4.155455] usb 1-1.1.2: configuration #1 chosen from 1 choice
[    4.155643] usb 1-1.1.2: adding 1-1.1.2:1.0 (config #1, interface 0)
[    4.155829] usbhid 1-1.1.2:1.0: usb_probe_interface
[    4.155870] usbhid 1-1.1.2:1.0: usb_probe_interface - got id
[    4.157461] input: HID 05ac:820b as 
/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/input/input7
[    4.157851] hid-generic 0003:05AC:820B.0007: input,hidraw6: USB HID 
v1.11 Mouse [HID 05ac:820b] on usb-0000:00:1a.7-1.1.2/input0
[    4.158256] hub 1-1.1:1.0: port 3, status 0101, change 0000, 12 Mb/s
[    4.220347] usb 1-1.1.3: new full-speed USB device number 6 using 
ehci_hcd
[    4.269619] systemd-udevd[1139]: starting version 189
[    4.269915] start-stop-daem (1137) used greatest stack depth: 4328 
bytes left
[    4.296678] usb 1-1.1.3: skipped 1 descriptor after interface
[    4.296922] usb 1-1.1.3: default language 0x0409
[    4.297434] usb 1-1.1.3: udev 6, busnum 1, minor = 5
[    4.297439] usb 1-1.1.3: New USB device found, idVendor=05ac, 
idProduct=8281
[    4.297442] usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[    4.297445] usb 1-1.1.3: Product: Bluetooth USB Host Controller
[    4.297448] usb 1-1.1.3: Manufacturer: Apple Inc.
[    4.297593] usb 1-1.1.3: usb_probe_device
[    4.297597] usb 1-1.1.3: configuration #1 chosen from 1 choice
[    4.297691] usb 1-1.1.3: adding 1-1.1.3:1.0 (config #1, interface 0)
[    4.297750] usb 1-1.1.3: adding 1-1.1.3:1.1 (config #1, interface 1)
[    4.297779] usb 1-1.1.3: adding 1-1.1.3:1.2 (config #1, interface 2)
[    4.297806] usb 1-1.1.3: adding 1-1.1.3:1.3 (config #1, interface 3)
[    4.297833] hub 2-1:1.0: state 7 ports 3 chg 0000 evt 0008
[    4.297926] hub 1-1.1:1.0: state 7 ports 3 chg 0000 evt 0008
[    4.314332] bcma: bus0: Found chip with id 0x4331, rev 0x02 and 
package 0x09
[    4.314367] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 
0x800, rev 0x25, class 0x0)
[    4.314393] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 
0x812, rev 0x1D, class 0x0)
[    4.314442] bcma: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, 
rev 0x13, class 0x0)
[    4.316581] pci 0000:00:00.0: Intel Sandybridge Chipset
[    4.316689] pci 0000:00:00.0: detected gtt size: 2097152K total, 
262144K mappable
[    4.317734] pci 0000:00:00.0: detected 65536K stolen memory
[    4.317796] i915 0000:00:02.0: setting latency timer to 64
[    4.364945] bcma: bus0: Bus registered
[    4.396878] i915 0000:00:02.0: irq 46 for MSI/MSI-X
[    4.396890] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    4.396891] [drm] Driver supports precise vblank timestamp query.
[    4.396975] vgaarb: device changed decodes: 
PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    4.401954] b43-phy0: Broadcom 4331 WLAN found (core revision 29)
[    4.402409] b43-phy0: Found PHY: Analog 9, Type 7 (HT), Revision 1
[    4.402745] Broadcom 43xx driver loaded [ Features: PNL ]
[    4.444000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    4.444475] Registered led device: b43-phy0::tx
[    4.444583] Registered led device: b43-phy0::rx
[    4.444687] Registered led device: b43-phy0::radio
[    4.452710] Bluetooth: Core ver 2.16
[    4.452726] NET: Registered protocol family 31
[    4.452727] Bluetooth: HCI device and connection manager initialized
[    4.452735] Bluetooth: HCI socket layer initialized
[    4.452739] Bluetooth: L2CAP socket layer initialized
[    4.452746] Bluetooth: SCO socket layer initialized
[    4.453955] btusb 1-1.1.3:1.0: usb_probe_interface
[    4.453960] btusb 1-1.1.3:1.0: usb_probe_interface - got id
[    4.454152] btusb 1-1.1.3:1.2: usb_probe_interface
[    4.454155] btusb 1-1.1.3:1.2: usb_probe_interface - got id
[    4.454164] btusb 1-1.1.3:1.3: usb_probe_interface
[    4.454167] btusb 1-1.1.3:1.3: usb_probe_interface - got id
[    4.454185] usbcore: registered new interface driver btusb
[    4.454373] usb 1-1.1.3: link qh1-3008/ffff88026362e500 start 0 [1/2 us]
[    4.475260] usb 1-1.1.1: unlink qh8-0601/ffff8802650cfb00 start 3 
[1/2 us]
[    4.488133] ehci_hcd 0000:00:1a.7: reused qh ffff8802650cfb00 schedule
[    4.488145] usb 1-1.1.1: link qh8-0601/ffff8802650cfb00 start 3 [1/2 us]
[    4.489146] [drm:intel_disable_transcoder] *ERROR* failed to disable 
transcoder 1
[    4.507214] usb 1-1.1.1: unlink qh8-0601/ffff8802650cfb00 start 3 
[1/2 us]
[    4.522768] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[    4.530220] hub 1-1.1:1.0: state 7 ports 3 chg 0000 evt 0006
[    4.530751] hub 1-1.1:1.0: port 1, status 0100, change 0001, 12 Mb/s
[    4.530761] usb 1-1.1.1: USB disconnect, device number 4
[    4.530766] usb 1-1.1.1: unregistering device
[    4.530771] usb 1-1.1.1: unregistering interface 1-1.1.1:1.0
[    4.556329] usb 1-1.1.1: usb_disable_device nuking all URBs
[    4.614105] [drm] GMBUS [i915 gmbus vga] timed out, falling back to 
bit banging on pin 2
[    4.669136] hub 1-1.1:1.0: debounce: port 1: total 100ms stable 100ms 
status 0x100
[    4.669384] hub 1-1.1:1.0: port 2, status 0100, change 0001, 12 Mb/s
[    4.669388] usb 1-1.1.2: USB disconnect, device number 5
[    4.669389] usb 1-1.1.2: unregistering device
[    4.669392] usb 1-1.1.2: unregistering interface 1-1.1.2:1.0
[    4.713270] usb 1-1.1.2: usb_disable_device nuking all URBs
[    4.815542] fbcon: inteldrmfb (fb0) is primary device
[    4.817230] hub 1-1.1:1.0: debounce: port 2: total 100ms stable 100ms 
status 0x100
[    4.817237] hub 1-1.1:1.0: state 7 ports 3 chg 0000 evt 0000
[    3.955741] ACPI: Invalid Power Resource to register!
[    5.138954] Console: switching to colour frame buffer device 240x67
[    5.143838] fb0: inteldrmfb frame buffer device
[    5.143839] drm: registered panic notifier
[    5.144679] ACPI: Video Device [IGPU] (multi-head: yes  rom: no post: no)
[    5.144721] input: Video Bus as 
/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8
[    5.144821] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on 
minor 0
[    5.144853] ACPI Warning: 0x000000000000efa0-0x000000000000efbf 
SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 
(20120711/utaddress-251)
[    5.144859] ACPI: If an ACPI driver is available for this device, you 
should use it instead of the native driver
[    5.150594] systemd-udevd (1150) used greatest stack depth: 3296 
bytes left
[    5.777001] vboxdrv: Found 4 processor cores.
[    5.777182] vboxdrv: fAsync=0 offMin=0x20f offMax=0x126b
[    5.777227] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 
'normal'.
[    5.777229] vboxdrv: Successfully loaded version 4.1.20 (interface 
0x00190000).
[    5.838256] EXT4-fs (sda4): re-mounted. Opts: discard
[    6.468583] usb 2-1.3: link qh1-0601/ffff880265c25e80 start 0 [1/2 us]
[    6.498242] tg3 0000:02:00.0: irq 47 for MSI/MSI-X
[    6.498248] tg3 0000:02:00.0: irq 48 for MSI/MSI-X
[    6.498253] tg3 0000:02:00.0: irq 49 for MSI/MSI-X
[    6.498258] tg3 0000:02:00.0: irq 50 for MSI/MSI-X
[    6.498263] tg3 0000:02:00.0: irq 51 for MSI/MSI-X
[    6.793668] usb 1-1.1.3: unlink qh1-3008/ffff88026362e500 start 0 
[1/2 us]
[    6.793689] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    6.895972] usb 1-1: clear tt buffer port 1, a6 ep2 t04048d82
[    6.945967] b43-phy0: Loading firmware version 666.2 (2011-02-23 
01:15:07)
[    6.985379] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   10.213293] tg3 0000:02:00.0: eth0: Link is up at 1000 Mbps, full duplex
[   10.213297] tg3 0000:02:00.0: eth0: Flow control is off for TX and 
off for RX
[   10.213298] tg3 0000:02:00.0: eth0: EEE is disabled
[   10.214309] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   11.035530] sd 0:0:0:0: [sda]
[   11.035533] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[   11.035535] sd 0:0:0:0: [sda]
[   11.035536] Sense Key : Illegal Request [current]
[   11.035539] sd 0:0:0:0: [sda]
[   11.035541] Add. Sense: Invalid field in cdb
[   11.035543] sd 0:0:0:0: [sda] CDB:
[   11.035544] Write(10): 2a 08 0b ad d1 78 00 00 08 00
[   11.035550] end_request: critical target error, dev sda, sector 195940728
[   11.035552] end_request: critical target error, dev sda, sector 195940728
[   11.035557] Aborting journal on device sda4-8.
[   11.046413] EXT4-fs error (device sda4): ext4_journal_start_sb:348: 
Detected aborted journal
[   11.046418] EXT4-fs (sda4): Remounting filesystem read-only
[   18.737844] tty_init_dev: 26 callbacks suppressed


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

* Re: Storage related regression in linux-next 20120824
  2012-08-27 16:39   ` Arvydas Sidorenko
@ 2012-08-27 17:56     ` Arvydas Sidorenko
  2012-09-09  7:38       ` Hugh Dickins
  0 siblings, 1 reply; 13+ messages in thread
From: Arvydas Sidorenko @ 2012-08-27 17:56 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-kernel, IDE/ATA development list

On 08/27/2012 06:39 PM, Arvydas Sidorenko wrote:
>> Can you pastebin 'dmesg' and 'lspci'?  Did this occur only once, or is
>> it reproducible?
>>
>>       Jeff
> It does happen every time when booting into -next 20120824.
>
> #lspci
> 00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor 
> Family DRAM Controller (rev 09)
> 00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core 
> Processor Family PCI Express Root Port (rev 09)
> 00:01.1 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core 
> Processor Family PCI Express Root Port (rev 09)
> 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation 
> Core Processor Family Integrated Graphics Controller (rev 09)
> 00:16.0 Communication controller: Intel Corporation 6 Series/C200 
> Series Chipset Family MEI Controller #1 (rev 04)
> 00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset 
> Family USB Universal Host Controller #5 (rev 05)
> 00:1a.7 USB controller: Intel Corporation 6 Series/C200 Series Chipset 
> Family USB Enhanced Host Controller #2 (rev 05)
> 00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset 
> Family High Definition Audio Controller (rev 05)
> 00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset 
> Family PCI Express Root Port 1 (rev b5)
> 00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset 
> Family PCI Express Root Port 2 (rev b5)
> 00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset 
> Family PCI Express Root Port 3 (rev b5)
> 00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset 
> Family USB Universal Host Controller #1 (rev 05)
> 00:1d.7 USB controller: Intel Corporation 6 Series/C200 Series Chipset 
> Family USB Enhanced Host Controller #1 (rev 05)
> 00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC 
> Controller (rev 05)
> 00:1f.2 IDE interface: Intel Corporation 6 Series/C200 Series Chipset 
> Family 4 port SATA IDE Controller (rev 05)
> 00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family 
> SMBus Controller (rev 05)
> 02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765 
> Gigabit Ethernet PCIe (rev 10)
> 02:00.1 SD Host controller: Broadcom Corporation NetXtreme BCM57765 
> Memory Card Reader (rev 10)
> 03:00.0 Network controller: Broadcom Corporation BCM4331 802.11a/b/g/n 
> (rev 02)
> 04:00.0 PCI bridge: Texas Instruments XIO2213A/B/XIO2221 PCI Express 
> to PCI Bridge [Cheetah Express] (rev 01)
> 05:00.0 FireWire (IEEE 1394): Texas Instruments XIO2213A/B/XIO2221 
> IEEE-1394b OHCI Controller [Cheetah Express] (rev 01)
>
>
> #dmesg
> [    0.000000] Initializing cgroup subsys cpuset
> [    0.000000] Initializing cgroup subsys cpu
> [    0.000000] Linux version 3.6.0-rc3-next-20120824 (asido@slacker) 
> (gcc version 4.6.3 (Gentoo 4.6.3 p1.5, pie-0.5.2) ) #9 SMP Sun Aug 26 
> 15:54:31 CEST 2012
> [    0.000000] Command line: root=/dev/sda4
> [    0.000000] e820: BIOS-provided physical RAM map:
> [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] 
> usable
> [    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] 
> reserved
> [    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009fbff] 
> usable
> [    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x00000000000fffff] 
> reserved
> [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] 
> usable
> [    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] 
> reserved
> [    0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] 
> usable
> [    0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] 
> reserved
> [    0.000000] BIOS-e820: [mem 0x0000000040200000-0x000000008ad33fff] 
> usable
> [    0.000000] BIOS-e820: [mem 0x000000008ad34000-0x000000008ad5efff] 
> ACPI NVS
> [    0.000000] BIOS-e820: [mem 0x000000008ad5f000-0x000000008afa1fff] 
> ACPI data
> [    0.000000] BIOS-e820: [mem 0x000000008afa2000-0x000000008affefff] 
> reserved
> [    0.000000] BIOS-e820: [mem 0x000000008afff000-0x000000008affffff] 
> ACPI data
> [    0.000000] BIOS-e820: [mem 0x000000008b000000-0x000000008f9fffff] 
> reserved
> [    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] 
> reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] 
> reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] 
> reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] 
> reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] 
> reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] 
> reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] 
> reserved
> [    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] 
> reserved
> [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000026fdfffff] 
> usable
> [    0.000000] NX (Execute Disable) protection: active
> [    0.000000] SMBIOS 2.4 present.
> [    0.000000] DMI: Apple Inc. Macmini5,1/Mac-8ED6AF5B48C039E1, BIOS 
> MM51.88Z.0077.B0F.1110201309 10/20/2011
> [    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> 
> reserved
> [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
> [    0.000000] No AGP bridge found
> [    0.000000] e820: last_pfn = 0x26fe00 max_arch_pfn = 0x400000000
> [    0.000000] MTRR default type: write-back
> [    0.000000] MTRR fixed ranges enabled:
> [    0.000000]   00000-9FFFF write-back
> [    0.000000]   A0000-BFFFF uncachable
> [    0.000000]   C0000-DFFFF write-protect
> [    0.000000]   E0000-FFFFF uncachable
> [    0.000000] MTRR variable ranges enabled:
> [    0.000000]   0 base 0C0000000 mask FC0000000 uncachable
> [    0.000000]   1 base 0A0000000 mask FE0000000 uncachable
> [    0.000000]   2 base 090000000 mask FF0000000 uncachable
> [    0.000000]   3 base 08C000000 mask FFC000000 uncachable
> [    0.000000]   4 base 08B800000 mask FFF800000 uncachable
> [    0.000000]   5 disabled
> [    0.000000]   6 disabled
> [    0.000000]   7 disabled
> [    0.000000]   8 disabled
> [    0.000000]   9 disabled
> [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 
> 0x7010600070106
> [    0.000000] e820: last_pfn = 0x8ad34 max_arch_pfn = 0x400000000
> [    0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
> [    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 
> 24576
> [    0.000000] init_memory_mapping: [mem 0x00000000-0x8ad33fff]
> [    0.000000]  [mem 0x00000000-0x8abfffff] page 2M
> [    0.000000]  [mem 0x8ac00000-0x8ad33fff] page 4k
> [    0.000000] kernel direct mapping tables up to 0x8ad33fff @ [mem 
> 0x1fba5000-0x1fffffff]
> [    0.000000] init_memory_mapping: [mem 0x100000000-0x26fdfffff]
> [    0.000000]  [mem 0x100000000-0x26fdfffff] page 2M
> [    0.000000] kernel direct mapping tables up to 0x26fdfffff @ [mem 
> 0x8ad29000-0x8ad33fff]
> [    0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 APPLE )
> [    0.000000] ACPI: XSDT 000000008ad8e1c0 000B4 (v01 APPLE Apple00 
> 00000060      01000013)
> [    0.000000] ACPI: FACP 000000008ad8c000 000F4 (v04 APPLE Apple00 
> 00000060 Loki 0000005F)
> [    0.000000] ACPI: DSDT 000000008ad81000 0500C (v01 APPLE Macmini 
> 00050001 INTL 20100915)
> [    0.000000] ACPI: FACS 000000008ad3e000 00040
> [    0.000000] ACPI: HPET 000000008ad8b000 00038 (v01 APPLE Apple00 
> 00000001 Loki 0000005F)
> [    0.000000] ACPI: APIC 000000008ad8a000 000BC (v02 APPLE Apple00 
> 00000001 Loki 0000005F)
> [    0.000000] ACPI: SBST 000000008ad88000 00030 (v01 APPLE Apple00 
> 00000001 Loki 0000005F)
> [    0.000000] ACPI: ECDT 000000008ad87000 00053 (v01 APPLE Apple00 
> 00000001 Loki 0000005F)
> [    0.000000] ACPI: SSDT 000000008ad7d000 00024 (v01 APPLE SmcDppt 
> 00001000 INTL 20100915)
> [    0.000000] ACPI: SSDT 000000008ad7a000 00643 (v01 APPLE UsbNoRmh 
> 00001000 INTL 20100915)
> [    0.000000] ACPI: SSDT 000000008ad78000 0013F (v01 APPLE SataPrt1 
> 00001000 INTL 20100915)
> [    0.000000] ACPI: SSDT 000000008ad77000 00159 (v02 APPLE IGHda 
> 00001000 INTL 20100915)
> [    0.000000] ACPI: SSDT 000000008ad73000 01580 (v02 APPLE SsdtIGPU 
> 00001000 INTL 20100915)
> [    0.000000] ACPI: SSDT 000000008ad72000 0060E (v01  PmRef Cpu0Ist 
> 00003000 INTL 20100915)
> [    0.000000] ACPI: SSDT 000000008ad71000 009B1 (v01  PmRef CpuPm 
> 00003000 INTL 20100915)
> [    0.000000] ACPI: SSDT 000000008ad70000 00315 (v01  PmRef Cpu0Tst 
> 00003000 INTL 20100915)
> [    0.000000] ACPI: SSDT 000000008ad6f000 0037A (v01  PmRef ApTst 
> 00003000 INTL 20100915)
> [    0.000000] ACPI: MCFG 000000008ad89000 0003C (v01 APPLE Apple00 
> 00000001 Loki 0000005F)
> [    0.000000] ACPI: SSDT 000000008ad80000 000FA (v01 SataRe SataPri 
> 00001000 INTL 20100915)
> [    0.000000] ACPI: SSDT 000000008ad7f000 000FA (v01 SataRe SataSec 
> 00001000 INTL 20100915)
> [    0.000000] ACPI: SSDT 000000008ad7e000 00032 (v01  Apple SsdtS3 
> 00001000 INTL 20100915)
> [    0.000000] ACPI: Local APIC address 0xfee00000
> [    0.000000] No NUMA configuration found
> [    0.000000] Faking a node at [mem 
> 0x0000000000000000-0x000000026fdfffff]
> [    0.000000] Initmem setup node 0 [mem 0x00000000-0x26fdfffff]
> [    0.000000]   NODE_DATA [mem 0x26fdfc000-0x26fdfffff]
> [    0.000000]  [ffffea0000000000-ffffea0009bfffff] PMD -> 
> [ffff880267400000-ffff88026f3fffff] on node 0
> [    0.000000] Zone ranges:
> [    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
> [    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
> [    0.000000]   Normal   [mem 0x100000000-0x26fdfffff]
> [    0.000000] Movable zone start for each node
> [    0.000000] Early memory node ranges
> [    0.000000]   node   0: [mem 0x00010000-0x0008efff]
> [    0.000000]   node   0: [mem 0x00090000-0x0009efff]
> [    0.000000]   node   0: [mem 0x00100000-0x1fffffff]
> [    0.000000]   node   0: [mem 0x20200000-0x3fffffff]
> [    0.000000]   node   0: [mem 0x40200000-0x8ad33fff]
> [    0.000000]   node   0: [mem 0x100000000-0x26fdfffff]
> [    0.000000] On node 0 totalpages: 2074306
> [    0.000000]   DMA zone: 64 pages used for memmap
> [    0.000000]   DMA zone: 6 pages reserved
> [    0.000000]   DMA zone: 3912 pages, LIFO batch:0
> [    0.000000]   DMA32 zone: 16320 pages used for memmap
> [    0.000000]   DMA32 zone: 547188 pages, LIFO batch:31
> [    0.000000]   Normal zone: 23544 pages used for memmap
> [    0.000000]   Normal zone: 1483272 pages, LIFO batch:31
> [    0.000000] ACPI: PM-Timer IO Port: 0x408
> [    0.000000] ACPI: Local APIC address 0xfee00000
> [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0xff] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0xff] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0xff] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0xff] disabled)
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
> [    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
> [    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, 
> GSI 0-23
> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high 
> level)
> [    0.000000] ACPI: IRQ0 used by override.
> [    0.000000] ACPI: IRQ2 used by override.
> [    0.000000] ACPI: IRQ9 used by override.
> [    0.000000] Using ACPI (MADT) for SMP configuration information
> [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
> [    0.000000] smpboot: 8 Processors exceeds NR_CPUS limit of 4
> [    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
> [    0.000000] nr_irqs_gsi: 40
> [    0.000000] PM: Registered nosave memory: 000000000008f000 - 
> 0000000000090000
> [    0.000000] PM: Registered nosave memory: 000000000009f000 - 
> 00000000000a0000
> [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 
> 0000000000100000
> [    0.000000] PM: Registered nosave memory: 0000000020000000 - 
> 0000000020200000
> [    0.000000] PM: Registered nosave memory: 0000000040000000 - 
> 0000000040200000
> [    0.000000] PM: Registered nosave memory: 000000008ad34000 - 
> 000000008ad5f000
> [    0.000000] PM: Registered nosave memory: 000000008ad5f000 - 
> 000000008afa2000
> [    0.000000] PM: Registered nosave memory: 000000008afa2000 - 
> 000000008afff000
> [    0.000000] PM: Registered nosave memory: 000000008afff000 - 
> 000000008b000000
> [    0.000000] PM: Registered nosave memory: 000000008b000000 - 
> 000000008fa00000
> [    0.000000] PM: Registered nosave memory: 000000008fa00000 - 
> 00000000e0000000
> [    0.000000] PM: Registered nosave memory: 00000000e0000000 - 
> 00000000f0000000
> [    0.000000] PM: Registered nosave memory: 00000000f0000000 - 
> 00000000fec00000
> [    0.000000] PM: Registered nosave memory: 00000000fec00000 - 
> 00000000fec01000
> [    0.000000] PM: Registered nosave memory: 00000000fec01000 - 
> 00000000fed00000
> [    0.000000] PM: Registered nosave memory: 00000000fed00000 - 
> 00000000fed04000
> [    0.000000] PM: Registered nosave memory: 00000000fed04000 - 
> 00000000fed10000
> [    0.000000] PM: Registered nosave memory: 00000000fed10000 - 
> 00000000fed14000
> [    0.000000] PM: Registered nosave memory: 00000000fed14000 - 
> 00000000fed18000
> [    0.000000] PM: Registered nosave memory: 00000000fed18000 - 
> 00000000fed1a000
> [    0.000000] PM: Registered nosave memory: 00000000fed1a000 - 
> 00000000fed1c000
> [    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 
> 00000000fed20000
> [    0.000000] PM: Registered nosave memory: 00000000fed20000 - 
> 00000000fee00000
> [    0.000000] PM: Registered nosave memory: 00000000fee00000 - 
> 00000000fee01000
> [    0.000000] PM: Registered nosave memory: 00000000fee01000 - 
> 00000000ff800000
> [    0.000000] PM: Registered nosave memory: 00000000ff800000 - 
> 0000000100000000
> [    0.000000] e820: [mem 0x8fa00000-0xdfffffff] available for PCI 
> devices
> [    0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 
> nr_node_ids:1
> [    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88026fa00000 s78272 
> r8192 d24128 u524288
> [    0.000000] pcpu-alloc: s78272 r8192 d24128 u524288 alloc=1*2097152
> [    0.000000] pcpu-alloc: [0] 0 1 2 3
> [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  
> Total pages: 2034372
> [    0.000000] Policy zone: Normal
> [    0.000000] Kernel command line: root=/dev/sda4
> [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
> [    0.000000] __ex_table already sorted, skipping sort
> [    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
> [    0.000000] Checking aperture...
> [    0.000000] No AGP bridge found
> [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
> [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - 
> bailing!
> [    0.000000] Memory: 8084852k/10221568k available (7059k kernel 
> code, 1924344k absent, 212372k reserved, 5915k data, 600k init)
> [    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, 
> CPUs=4, Nodes=1
> [    0.000000] Hierarchical RCU implementation.
> [    0.000000] NR_IRQS:4352 nr_irqs:712 16
> [    0.000000] Extended CMOS year: 2000
> [    0.000000] Console: colour VGA+ 80x25
> [    0.000000] console [tty0] enabled
> [    0.000000] hpet clockevent registered
> [    0.000000] tsc: Fast TSC calibration using PIT
> [    0.001000] tsc: Detected 2294.757 MHz processor
> [    0.000001] Calibrating delay loop (skipped), value calculated 
> using timer frequency.. 4589.51 BogoMIPS (lpj=2294757)
> [    0.000152] pid_max: default: 32768 minimum: 301
> [    0.000246] Security Framework initialized
> [    0.000319] SELinux:  Initializing.
> [    0.000396] SELinux:  Starting in permissive mode
> [    0.000848] Dentry cache hash table entries: 1048576 (order: 11, 
> 8388608 bytes)
> [    0.002653] Inode-cache hash table entries: 524288 (order: 10, 
> 4194304 bytes)
> [    0.003478] Mount-cache hash table entries: 256
> [    0.003706] Initializing cgroup subsys cpuacct
> [    0.003780] Initializing cgroup subsys freezer
> [    0.003871] CPU: Physical Processor ID: 0
> [    0.003944] CPU: Processor Core ID: 0
> [    0.004020] mce: CPU supports 7 MCE banks
> [    0.004102] CPU0: Thermal monitoring enabled (TM1)
> [    0.004180] process: using mwait in idle threads
> [    0.004266] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
> [    0.004266] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
> [    0.004266] tlb_flushall_shift: 5
> [    0.004526] Freeing SMP alternatives: 24k freed
> [    0.004606] ACPI: Core revision 20120711
> [    0.010917] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
> [    0.021489] smpboot: CPU0: Intel(R) Core(TM) i5-2415M CPU @ 2.30GHz 
> stepping 07
> [    0.123160] Performance Events: PEBS fmt1+, 16-deep LBR, 
> SandyBridge events, Intel PMU driver.
> [    0.123429] perf_event_intel: PEBS disabled due to CPU errata, 
> please upgrade microcode
> [    0.123535] ... version:                3
> [    0.123607] ... bit width:              48
> [    0.123680] ... generic registers:      4
> [    0.123752] ... value mask:             0000ffffffffffff
> [    0.123827] ... max period:             000000007fffffff
> [    0.123902] ... fixed-purpose events:   3
> [    0.123975] ... event mask:             000000070000000f
> [    0.124217] smpboot: Booting Node   0, Processors  #1 #2 #3 OK
> [    0.164119] Brought up 4 CPUs
> [    0.164196] smpboot: Total of 4 processors activated (18358.05 
> BogoMIPS)
> [    0.167186] devtmpfs: initialized
> [    0.167382] PM: Registering ACPI NVS region [mem 
> 0x8ad34000-0x8ad5efff] (176128 bytes)
> [    0.167533] RTC time: 16:13:27, date: 08/27/12
> [    0.167640] NET: Registered protocol family 16
> [    0.167774] kworker/u:0 (28) used greatest stack depth: 6536 bytes 
> left
> [    0.167856] kworker/u:0 (29) used greatest stack depth: 5544 bytes 
> left
> [    0.168081] ACPI: bus type pci registered
> [    0.168236] PCI: MMCONFIG for domain 0000 [bus 00-9c] at [mem 
> 0xe0000000-0xe9cfffff] (base 0xe0000000)
> [    0.168345] PCI: MMCONFIG at [mem 0xe0000000-0xe9cfffff] reserved 
> in E820
> [    0.184749] PCI: Using configuration type 1 for base access
> [    0.190640] bio: create slab <bio-0> at 0
> [    0.190938] ACPI: Added _OSI(Module Device)
> [    0.191013] ACPI: Added _OSI(Processor Device)
> [    0.191087] ACPI: Added _OSI(3.0 _SCP Extensions)
> [    0.191165] ACPI: Added _OSI(Processor Aggregator Device)
> [    0.192359] ACPI: EC: EC description table is found, configuring 
> boot EC
> [    0.196071] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
> [    2.195270] ACPI: SSDT 000000008ad39190 00781 (v01  PmRef Cpu0Cst 
> 00003001 INTL 20100915)
> [    2.195742] ACPI: Dynamic OEM Table Load:
> [    2.195897] ACPI: SSDT           (null) 00781 (v01  PmRef Cpu0Cst 
> 00003001 INTL 20100915)
> [    2.201116] ACPI: SSDT 000000008ad3a710 003A4 (v01  PmRef ApIst 
> 00003000 INTL 20100915)
> [    2.201625] ACPI: Dynamic OEM Table Load:
> [    2.201776] ACPI: SSDT           (null) 003A4 (v01  PmRef ApIst 
> 00003000 INTL 20100915)
> [    2.205988] ACPI: SSDT 000000008ad38d90 00119 (v01  PmRef ApCst 
> 00003000 INTL 20100915)
> [    2.206454] ACPI: Dynamic OEM Table Load:
> [    2.206606] ACPI: SSDT           (null) 00119 (v01  PmRef ApCst 
> 00003000 INTL 20100915)
> [    2.211315] ACPI: Interpreter enabled
> [    2.211390] ACPI: (supports S0 S3 S4 S5)
> [    2.211635] ACPI: Using IOAPIC for interrupt routing
> [    2.219475] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data 
> = 0x62
> [    2.219707] ACPI: No dock devices found.
> [    2.219781] PCI: Using host bridge windows from ACPI; if necessary, 
> use "pci=nocrs" and report a bug
> [    2.220163] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
> [    2.220678] pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for 
> domain 0000 [bus 00-9c] only partially covers this bridge
> [    2.220829] PCI host bridge to bus 0000:00
> [    2.220905] pci_bus 0000:00: busn_res: [bus 00-ff] is inserted 
> under domain [bus 00-ff]
> [    2.220907] pci_bus 0000:00: root bus resource [bus 00-ff]
> [    2.220983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
> [    2.221061] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
> [    2.221138] pci_bus 0000:00: root bus resource [mem 
> 0x000a0000-0x000bffff]
> [    2.221216] pci_bus 0000:00: root bus resource [mem 
> 0x8fa00000-0xfeafffff]
> [    2.221294] pci_bus 0000:00: root bus resource [mem 
> 0xfed40000-0xfed44fff]
> [    2.221379] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
> [    2.221416] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
> [    2.221447] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
> [    2.221459] pci 0000:00:01.1: [8086:0105] type 01 class 0x060400
> [    2.221488] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
> [    2.221505] pci 0000:00:02.0: [8086:0126] type 00 class 0x030000
> [    2.221515] pci 0000:00:02.0: reg 10: [mem 0xa0000000-0xa03fffff 
> 64bit]
> [    2.221521] pci 0000:00:02.0: reg 18: [mem 0x90000000-0x9fffffff 
> 64bit pref]
> [    2.221525] pci 0000:00:02.0: reg 20: [io  0x2000-0x203f]
> [    2.221579] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
> [    2.221601] pci 0000:00:16.0: reg 10: [mem 0xa0907100-0xa090710f 
> 64bit]
> [    2.221680] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
> [    2.221708] pci 0000:00:1a.0: [8086:1c2c] type 00 class 0x0c0300
> [    2.221751] pci 0000:00:1a.0: reg 20: [io  0x2120-0x213f]
> [    2.221817] pci 0000:00:1a.7: [8086:1c2d] type 00 class 0x0c0320
> [    2.221837] pci 0000:00:1a.7: reg 10: [mem 0xa0906c00-0xa0906fff]
> [    2.221928] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
> [    2.221956] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
> [    2.221970] pci 0000:00:1b.0: reg 10: [mem 0xa0900000-0xa0903fff 
> 64bit]
> [    2.222041] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
> [    2.222064] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
> [    2.222144] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
> [    2.222169] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
> [    2.222249] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
> [    2.222273] pci 0000:00:1c.2: [8086:1c14] type 01 class 0x060400
> [    2.222353] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
> [    2.222383] pci 0000:00:1d.0: [8086:1c27] type 00 class 0x0c0300
> [    2.222430] pci 0000:00:1d.0: reg 20: [io  0x20c0-0x20df]
> [    2.222504] pci 0000:00:1d.7: [8086:1c26] type 00 class 0x0c0320
> [    2.222525] pci 0000:00:1d.7: reg 10: [mem 0xa0906800-0xa0906bff]
> [    2.222617] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
> [    2.222643] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
> [    2.222765] pci 0000:00:1f.2: [8086:1c01] type 00 class 0x01018f
> [    2.222780] pci 0000:00:1f.2: reg 10: [io  0x2148-0x214f]
> [    2.222788] pci 0000:00:1f.2: reg 14: [io  0x215c-0x215f]
> [    2.222796] pci 0000:00:1f.2: reg 18: [io  0x2140-0x2147]
> [    2.222808] pci 0000:00:1f.2: reg 1c: [io  0x2158-0x215b]
> [    2.222816] pci 0000:00:1f.2: reg 20: [io  0x2060-0x206f]
> [    2.222824] pci 0000:00:1f.2: reg 24: [io  0xffe0-0xffef]
> [    2.222872] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
> [    2.222888] pci 0000:00:1f.3: reg 10: [mem 0xa0907000-0xa09070ff 
> 64bit]
> [    2.222909] pci 0000:00:1f.3: reg 20: [io  0xefa0-0xefbf]
> [    2.222959] pci_bus 0000:01: busn_res: [bus 01] is inserted under 
> [bus 00-ff]
> [    2.222961] pci 0000:00:01.0: PCI bridge to [bus 01]
> [    2.223040] pci 0000:00:01.0:   bridge window [mem 
> 0xa0800000-0xa08fffff]
> [    2.223062] pci_bus 0000:06: busn_res: [bus 06-9c] is inserted 
> under [bus 00-ff]
> [    2.223065] pci 0000:00:01.1: PCI bridge to [bus 06-9c]
> [    2.223140] pci 0000:00:01.1:   bridge window [io 0x3000-0x3fff]
> [    2.223142] pci 0000:00:01.1:   bridge window [mem 
> 0xa0a00000-0xa4efffff]
> [    2.223145] pci 0000:00:01.1:   bridge window [mem 
> 0xa4f00000-0xa8efffff 64bit pref]
> [    2.223188] pci_bus 0000:02: busn_res: [bus 02] is inserted under 
> [bus 00-ff]
> [    2.223255] pci 0000:02:00.0: [14e4:16b4] type 00 class 0x020000
> [    2.223288] pci 0000:02:00.0: reg 10: [mem 0xa0400000-0xa040ffff 
> 64bit pref]
> [    2.223316] pci 0000:02:00.0: reg 18: [mem 0xa0410000-0xa041ffff 
> 64bit pref]
> [    2.223468] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
> [    2.223540] pci 0000:02:00.1: [14e4:16bc] type 00 class 0x080501
> [    2.223573] pci 0000:02:00.1: reg 10: [mem 0xa0420000-0xa042ffff 
> 64bit pref]
> [    2.223753] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold
> [    2.225875] pci 0000:00:1c.0: PCI bridge to [bus 02]
> [    2.225980] pci 0000:00:1c.0:   bridge window [mem 
> 0xa0700000-0xa07fffff]
> [    2.225986] pci 0000:00:1c.0:   bridge window [mem 
> 0xa0400000-0xa04fffff 64bit pref]
> [    2.226034] pci_bus 0000:03: busn_res: [bus 03] is inserted under 
> [bus 00-ff]
> [    2.226103] pci 0000:03:00.0: [14e4:4331] type 00 class 0x028000
> [    2.226149] pci 0000:03:00.0: reg 10: [mem 0xa0600000-0xa0603fff 
> 64bit]
> [    2.226417] pci 0000:03:00.0: supports D1 D2
> [    2.226419] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
> [    2.227841] pci 0000:00:1c.1: PCI bridge to [bus 03]
> [    2.227953] pci 0000:00:1c.1:   bridge window [mem 
> 0xa0600000-0xa06fffff]
> [    2.228002] pci_bus 0000:04: busn_res: [bus 04-05] is inserted 
> under [bus 00-ff]
> [    2.228039] pci 0000:04:00.0: [104c:823e] type 01 class 0x060400
> [    2.228223] pci 0000:04:00.0: supports D1 D2
> [    2.229828] pci 0000:00:1c.2: PCI bridge to [bus 04-05]
> [    2.229945] pci 0000:00:1c.2:   bridge window [mem 
> 0xa0500000-0xa05fffff]
> [    2.230062] pci_bus 0000:05: busn_res: [bus 05] is inserted under 
> [bus 04-05]
> [    2.230086] pci 0000:05:00.0: [104c:823f] type 00 class 0x0c0010
> [    2.230119] pci 0000:05:00.0: reg 10: [mem 0xa0504000-0xa05047ff]
> [    2.230140] pci 0000:05:00.0: reg 14: [mem 0xa0500000-0xa0503fff]
> [    2.230297] pci 0000:05:00.0: supports D1 D2
> [    2.230299] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot
> [    2.230399] pci 0000:04:00.0: PCI bridge to [bus 05]
> [    2.230490] pci 0000:04:00.0:   bridge window [mem 
> 0xa0500000-0xa05fffff]
> [    2.230532] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
> [    2.230614] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
> [    2.230646] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG1._PRT]
> [    2.230684] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
> [    2.230714] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
> [    2.230740] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
> [    2.230830]  pci0000:00: Requesting ACPI _OSC control (0x1d)
> [    2.230974]  pci0000:00: ACPI _OSC control (0x1d) granted
> [    2.234433] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 
> 14 15) *11
> [    2.235086] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 
> 12 14 15)
> [    2.235673] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 
> 14 15) *11
> [    2.236332] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 
> 12 14 15)
> [    2.236920] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 
> 14 15) *0, disabled.
> [    2.237613] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 
> 14 15) *10
> [    2.238263] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 
> 14 15) *11
> [    2.238914] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 
> 12 14 15)
> [    2.239591] vgaarb: device added: 
> PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
> [    2.239702] vgaarb: loaded
> [    2.239773] vgaarb: bridge control possible 0000:00:02.0
> [    2.239950] SCSI subsystem initialized
> [    2.240026] ACPI: bus type scsi registered
> [    2.240170] libata version 3.00 loaded.
> [    2.240255] ACPI: bus type usb registered
> [    2.240375] usbcore: registered new interface driver usbfs
> [    2.240477] usbcore: registered new interface driver hub
> [    2.240583] usbcore: registered new device driver usb
> [    2.240827] Advanced Linux Sound Architecture Driver Version 1.0.25.
> [    2.240905] PCI: Using ACPI for IRQ routing
> [    2.242412] PCI: pci_cache_line_size set to 64 bytes
> [    2.242581] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
> [    2.242582] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
> [    2.242584] e820: reserve RAM buffer [mem 0x8ad34000-0x8bffffff]
> [    2.242586] e820: reserve RAM buffer [mem 0x26fe00000-0x26fffffff]
> [    2.242804] cfg80211: Calling CRDA to update world regulatory domain
> [    2.242916] NetLabel: Initializing
> [    2.242991] NetLabel:  domain hash size = 128
> [    2.243065] NetLabel:  protocols = UNLABELED CIPSOv4
> [    2.243156] NetLabel:  unlabeled traffic allowed by default
> [    2.243308] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
> [    2.243744] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
> [    2.245835] Switching to clocksource hpet
> [    2.248152] pnp: PnP ACPI init
> [    2.248232] ACPI: bus type pnp registered
> [    2.248570] pnp 00:00: [bus 00-ff]
> [    2.248573] pnp 00:00: [io  0x0000-0x0cf7 window]
> [    2.248574] pnp 00:00: [io  0x0cf8-0x0cff]
> [    2.248576] pnp 00:00: [io  0x0d00-0xffff window]
> [    2.248578] pnp 00:00: [mem 0x000a0000-0x000bffff window]
> [    2.248580] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
> [    2.248581] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
> [    2.248583] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
> [    2.248584] pnp 00:00: [mem 0x000cc000-0x000cffff window]
> [    2.248586] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
> [    2.248587] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
> [    2.248589] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
> [    2.248591] pnp 00:00: [mem 0x000dc000-0x000dffff window]
> [    2.248592] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
> [    2.248594] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
> [    2.248595] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
> [    2.248597] pnp 00:00: [mem 0x000ec000-0x000effff window]
> [    2.248598] pnp 00:00: [mem 0x000f0000-0x000fffff window]
> [    2.248600] pnp 00:00: [mem 0x8fa00000-0xfeafffff window]
> [    2.248602] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
> [    2.248683] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 
> PNP0a03 (active)
> [    2.248754] pnp 00:01: [io  0x0000-0x001f]
> [    2.248756] pnp 00:01: [io  0x0081-0x0091]
> [    2.248757] pnp 00:01: [io  0x0093-0x009f]
> [    2.248758] pnp 00:01: [io  0x00c0-0x00df]
> [    2.248760] pnp 00:01: [dma 4]
> [    2.248811] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
> [    2.248819] pnp 00:02: [mem 0xff000000-0xffffffff]
> [    2.248864] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
> [    2.248929] pnp 00:03: [irq 0 disabled]
> [    2.248938] pnp 00:03: [irq 8]
> [    2.248939] pnp 00:03: [mem 0xfed00000-0xfed003ff]
> [    2.249002] system 00:03: [mem 0xfed00000-0xfed003ff] has been 
> reserved
> [    2.249081] system 00:03: Plug and Play ACPI device, IDs PNP0103 
> PNP0c01 (active)
> [    2.249090] pnp 00:04: [io  0x00f0]
> [    2.249095] pnp 00:04: [irq 13]
> [    2.249144] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
> [    2.249152] pnp 00:05: [io  0x002e-0x002f]
> [    2.249154] pnp 00:05: [io  0x004e-0x004f]
> [    2.249155] pnp 00:05: [io  0x0061]
> [    2.249157] pnp 00:05: [io  0x0063]
> [    2.249158] pnp 00:05: [io  0x0065]
> [    2.249160] pnp 00:05: [io  0x0067]
> [    2.249161] pnp 00:05: [io  0x0080]
> [    2.249162] pnp 00:05: [io  0x0092]
> [    2.249165] pnp 00:05: [io  0x00b2-0x00b3]
> [    2.249167] pnp 00:05: [io  0x1000-0x100f]
> [    2.249168] pnp 00:05: [io  0x0400-0x047f]
> [    2.249170] pnp 00:05: [io  0x0500-0x057f]
> [    2.249228] system 00:05: [io  0x1000-0x100f] has been reserved
> [    2.249314] system 00:05: [io  0x0400-0x047f] has been reserved
> [    2.249391] system 00:05: [io  0x0500-0x057f] has been reserved
> [    2.249469] system 00:05: Plug and Play ACPI device, IDs PNP0c02 
> (active)
> [    2.249476] pnp 00:06: [io  0x0070-0x0077]
> [    2.249522] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
> [    2.249531] pnp 00:07: [io  0x0300-0x031f]
> [    2.249537] pnp 00:07: [irq 6]
> [    2.249583] pnp 00:07: Plug and Play ACPI device, IDs APP0001 (active)
> [    2.249593] pnp 00:08: [io  0x0700-0x07fe]
> [    2.249644] pnp 00:08: Plug and Play ACPI device, IDs APP000b (active)
> [    2.249763] pnp 00:09: [mem 0xfed1c000-0xfed1ffff]
> [    2.249765] pnp 00:09: [mem 0xfed10000-0xfed17fff]
> [    2.249767] pnp 00:09: [mem 0xfed18000-0xfed18fff]
> [    2.249768] pnp 00:09: [mem 0xfed19000-0xfed19fff]
> [    2.249770] pnp 00:09: [mem 0xe0000000-0xefffffff]
> [    2.249771] pnp 00:09: [mem 0xfed20000-0xfed3ffff]
> [    2.249773] pnp 00:09: [mem 0xfed90000-0xfed93fff]
> [    2.249774] pnp 00:09: [mem 0xfed45000-0xfed8ffff]
> [    2.249775] pnp 00:09: [mem 0xff000000-0xffffffff]
> [    2.249777] pnp 00:09: [mem 0xfee00000-0xfeefffff]
> [    2.249779] pnp 00:09: [mem 0x00000000-0xffffffffffffffff disabled]
> [    2.249843] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been 
> reserved
> [    2.249921] system 00:09: [mem 0xfed10000-0xfed17fff] could not be 
> reserved
> [    2.249999] system 00:09: [mem 0xfed18000-0xfed18fff] has been 
> reserved
> [    2.250077] system 00:09: [mem 0xfed19000-0xfed19fff] has been 
> reserved
> [    2.250155] system 00:09: [mem 0xe0000000-0xefffffff] has been 
> reserved
> [    2.250232] system 00:09: [mem 0xfed20000-0xfed3ffff] has been 
> reserved
> [    2.250318] system 00:09: [mem 0xfed90000-0xfed93fff] has been 
> reserved
> [    2.250395] system 00:09: [mem 0xfed45000-0xfed8ffff] has been 
> reserved
> [    2.250473] system 00:09: [mem 0xff000000-0xffffffff] could not be 
> reserved
> [    2.250552] system 00:09: [mem 0xfee00000-0xfeefffff] could not be 
> reserved
> [    2.250630] system 00:09: Plug and Play ACPI device, IDs PNP0c02 
> (active)
> [    2.250755] pnp 00:0a: [mem 0x20000000-0x201fffff]
> [    2.250757] pnp 00:0a: [mem 0x40000000-0x401fffff]
> [    2.250825] system 00:0a: [mem 0x20000000-0x201fffff] has been 
> reserved
> [    2.250903] system 00:0a: [mem 0x40000000-0x401fffff] has been 
> reserved
> [    2.250981] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 
> (active)
> [    2.250988] pnp: PnP ACPI: found 11 devices
> [    2.251061] ACPI: ACPI bus type pnp unregistered
> [    2.259213] pci 0000:00:01.0: PCI bridge to [bus 01]
> [    2.259301] pci 0000:00:01.0:   bridge window [mem 
> 0xa0800000-0xa08fffff]
> [    2.259381] pci 0000:00:01.1: PCI bridge to [bus 06-9c]
> [    2.259457] pci 0000:00:01.1:   bridge window [io 0x3000-0x3fff]
> [    2.259534] pci 0000:00:01.1:   bridge window [mem 
> 0xa0a00000-0xa4efffff]
> [    2.259614] pci 0000:00:01.1:   bridge window [mem 
> 0xa4f00000-0xa8efffff 64bit pref]
> [    2.259721] pci 0000:00:1c.0: PCI bridge to [bus 02]
> [    2.259799] pci 0000:00:1c.0:   bridge window [mem 
> 0xa0700000-0xa07fffff]
> [    2.259878] pci 0000:00:1c.0:   bridge window [mem 
> 0xa0400000-0xa04fffff 64bit pref]
> [    2.259987] pci 0000:00:1c.1: PCI bridge to [bus 03]
> [    2.260065] pci 0000:00:1c.1:   bridge window [mem 
> 0xa0600000-0xa06fffff]
> [    2.260151] pci 0000:04:00.0: PCI bridge to [bus 05]
> [    2.260233] pci 0000:04:00.0:   bridge window [mem 
> 0xa0500000-0xa05fffff]
> [    2.260332] pci 0000:00:1c.2: PCI bridge to [bus 04-05]
> [    2.260410] pci 0000:00:1c.2:   bridge window [mem 
> 0xa0500000-0xa05fffff]
> [    2.260496] pci 0000:00:01.0: enabling device (0000 -> 0002)
> [    2.260607] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
> [    2.260609] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
> [    2.260611] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
> [    2.260613] pci_bus 0000:00: resource 7 [mem 0x8fa00000-0xfeafffff]
> [    2.260614] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
> [    2.260616] pci_bus 0000:01: resource 1 [mem 0xa0800000-0xa08fffff]
> [    2.260618] pci_bus 0000:06: resource 0 [io  0x3000-0x3fff]
> [    2.260619] pci_bus 0000:06: resource 1 [mem 0xa0a00000-0xa4efffff]
> [    2.260621] pci_bus 0000:06: resource 2 [mem 0xa4f00000-0xa8efffff 
> 64bit pref]
> [    2.260623] pci_bus 0000:02: resource 1 [mem 0xa0700000-0xa07fffff]
> [    2.260625] pci_bus 0000:02: resource 2 [mem 0xa0400000-0xa04fffff 
> 64bit pref]
> [    2.260627] pci_bus 0000:03: resource 1 [mem 0xa0600000-0xa06fffff]
> [    2.260629] pci_bus 0000:04: resource 1 [mem 0xa0500000-0xa05fffff]
> [    2.260630] pci_bus 0000:05: resource 1 [mem 0xa0500000-0xa05fffff]
> [    2.260655] NET: Registered protocol family 2
> [    2.261300] TCP established hash table entries: 524288 (order: 11, 
> 8388608 bytes)
> [    2.262626] TCP bind hash table entries: 65536 (order: 8, 1048576 
> bytes)
> [    2.262833] TCP: Hash tables configured (established 524288 bind 
> 65536)
> [    2.262923] TCP: reno registered
> [    2.263003] UDP hash table entries: 4096 (order: 5, 131072 bytes)
> [    2.263109] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
> [    2.263273] NET: Registered protocol family 1
> [    2.263418] RPC: Registered named UNIX socket transport module.
> [    2.263495] RPC: Registered udp transport module.
> [    2.263569] RPC: Registered tcp transport module.
> [    2.263643] RPC: Registered tcp NFSv4.1 backchannel transport module.
> [    2.263736] pci 0000:00:02.0: Boot video device
> [    2.263760] pci 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0080
> [    2.263761] pci 0000:00:1a.0: Performing full reset
> [    2.263935] pci 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0080
> [    2.263936] pci 0000:00:1d.0: Performing full reset
> [    2.264160] PCI: CLS mismatch (256 != 64), using 64 bytes
> [    2.264200] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
> [    2.264294] software IO TLB [mem 0x86d29000-0x8ad28fff] (64MB) 
> mapped at [ffff880086d29000-ffff88008ad28fff]
> [    2.265018] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x1a
> [    2.265098] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x1a
> [    2.265179] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x1a
> [    2.265265] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x1a
> [    2.265396] microcode: Microcode Update Driver: v2.00 
> <tigran@aivazian.fsnet.co.uk>, Peter Oruba
> [    2.265714] audit: initializing netlink socket (disabled)
> [    2.265795] type=2000 audit(1346084009.161:1): initialized
> [    2.286766] HugeTLB registered 2 MB page size, pre-allocated 0 pages
> [    2.289578] VFS: Disk quotas dquot_6.5.2
> [    2.289713] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> [    2.290644] NFS: Registering the id_resolver key type
> [    2.290727] Key type id_resolver registered
> [    2.290800] Key type id_legacy registered
> [    2.290937] msgmni has been set to 15790
> [    2.291083] SELinux:  Registering netfilter hooks
> [    2.291459] Block layer SCSI generic (bsg) driver version 0.4 
> loaded (major 253)
> [    2.291565] io scheduler noop registered
> [    2.292133] io scheduler deadline registered
> [    2.292263] io scheduler cfq registered (default)
> [    2.292437] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
> [    2.292547] pcieport 0000:00:01.1: irq 41 for MSI/MSI-X
> [    2.292681] pcieport 0000:00:1c.0: irq 42 for MSI/MSI-X
> [    2.292803] pcieport 0000:00:1c.1: irq 43 for MSI/MSI-X
> [    2.292929] pcieport 0000:00:1c.2: irq 44 for MSI/MSI-X
> [    2.293077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
> [    2.293344] input: Power Button as 
> /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
> [    2.293453] ACPI: Power Button [PWRB]
> [    2.293578] input: Sleep Button as 
> /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
> [    2.293686] ACPI: Sleep Button [SLPB]
> [    2.293808] input: Power Button as 
> /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
> [    2.293914] ACPI: Power Button [PWRF]
> [    2.294084] ACPI: Requesting acpi_cpufreq
> [    2.296175] Monitor-Mwait will be used to enter C-1 state
> [    2.296203] Monitor-Mwait will be used to enter C-2 state
> [    2.296234] Monitor-Mwait will be used to enter C-3 state
> [    2.296249] ACPI: acpi_idle registered with cpuidle
> [    2.300198] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
> [    2.300895] Non-volatile memory driver v1.3
> [    2.300971] Linux agpgart interface v0.103
> [    2.301174] [drm] Initialized drm 1.1.0 20060810
> [    2.302841] brd: module loaded
> [    2.303781] loop: module loaded
> [    2.304078] ata_piix 0000:00:1f.2: version 2.13
> [    2.304092] ata_piix 0000:00:1f.2: MAP [
> [    2.304165]  P0 P2 P1 P3 ]
> [    2.455212] ata_piix 0000:00:1f.2: setting latency timer to 64
> [    2.455616] scsi0 : ata_piix
> [    2.455862] scsi1 : ata_piix
> [    2.456073] ata1: SATA max UDMA/133 cmd 0x2148 ctl 0x215c bmdma 
> 0x2060 irq 19
> [    2.456164] ata2: SATA max UDMA/133 cmd 0x2140 ctl 0x2158 bmdma 
> 0x2068 irq 19
> [    2.456433] tg3.c:v3.124 (March 21, 2012)
> [    2.475283] tg3 0000:02:00.0: eth0: Tigon3 [partno(BCM957765) rev 
> 57785100] (PCI Express) MAC address 3c:07:54:6f:0e:4c
> [    2.475396] tg3 0000:02:00.0: eth0: attached PHY is 57765 
> (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
> [    2.475506] tg3 0000:02:00.0: eth0: RXcsums[1] LinkChgREG[0] 
> MIirq[0] ASF[0] TSOcap[1]
> [    2.475612] tg3 0000:02:00.0: eth0: dma_rwctrl[00000001] 
> dma_mask[64-bit]
> [    2.475844] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
> [    2.475920] e100: Copyright(c) 1999-2006 Intel Corporation
> [    2.476031] e1000: Intel(R) PRO/1000 Network Driver - version 
> 7.3.21-k8-NAPI
> [    2.476109] e1000: Copyright (c) 1999-2006 Intel Corporation.
> [    2.476230] sky2: driver version 1.30
> [    2.476537] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [    2.476615] ehci_hcd: block sizes: qh 104 qtd 96 itd 192 sitd 96
> [    2.476639] ehci_hcd 0000:00:1a.7: setting latency timer to 64
> [    2.476642] ehci_hcd 0000:00:1a.7: EHCI Host Controller
> [    2.476773] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned 
> bus number 1
> [    2.476883] ehci_hcd 0000:00:1a.7: reset hcs_params 0x203206 dbg=2 
> cc=3 pcc=2 ordered !ppc ports=6
> [    2.476886] ehci_hcd 0000:00:1a.7: reset hcc_params 36881 caching 
> frame 1024 64 bit addr
> [    2.476896] ehci_hcd 0000:00:1a.7: support lpm
> [    2.476903] ehci_hcd 0000:00:1a.7: reset command 0080012 (park)=0 
> ithresh=8 Periodic period=1024 Reset HALT
> [    2.480779] ehci_hcd 0000:00:1a.7: debug port 2
> [    2.480859] ehci_hcd 0000:00:1a.7: cache line size of 64 is not 
> supported
> [    2.480860] ehci_hcd 0000:00:1a.7: supports USB remote wakeup
> [    2.480876] ehci_hcd 0000:00:1a.7: irq 23, io mem 0xa0906c00
> [    2.480954] ehci_hcd 0000:00:1a.7: init command 0010001 (park)=0 
> ithresh=1 period=1024 RUN
> [    2.486147] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
> [    2.486276] usb usb1: default language 0x0409
> [    2.486281] usb usb1: udev 1, busnum 1, minor = 0
> [    2.486283] usb usb1: New USB device found, idVendor=1d6b, 
> idProduct=0002
> [    2.486361] usb usb1: New USB device strings: Mfr=3, Product=2, 
> SerialNumber=1
> [    2.486466] usb usb1: Product: EHCI Host Controller
> [    2.486541] usb usb1: Manufacturer: Linux 3.6.0-rc3-next-20120824 
> ehci_hcd
> [    2.486619] usb usb1: SerialNumber: 0000:00:1a.7
> [    2.486781] usb usb1: usb_probe_device
> [    2.486784] usb usb1: configuration #1 chosen from 1 choice
> [    2.486790] usb usb1: adding 1-0:1.0 (config #1, interface 0)
> [    2.486831] hub 1-0:1.0: usb_probe_interface
> [    2.486833] hub 1-0:1.0: usb_probe_interface - got id
> [    2.486835] hub 1-0:1.0: USB hub found
> [    2.486909] hub 1-0:1.0: 6 ports detected
> [    2.486983] hub 1-0:1.0: standalone hub
> [    2.486985] hub 1-0:1.0: no power switching (usb 1.0)
> [    2.486986] hub 1-0:1.0: individual port over-current protection
> [    2.486987] hub 1-0:1.0: power on to power good time: 20ms
> [    2.486990] hub 1-0:1.0: local power source is good
> [    2.486992] hub 1-0:1.0: trying to enable port power on 
> non-switchable hub
> [    2.487048] ehci_hcd 0000:00:1d.7: setting latency timer to 64
> [    2.487051] ehci_hcd 0000:00:1d.7: EHCI Host Controller
> [    2.487189] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned 
> bus number 2
> [    2.487299] ehci_hcd 0000:00:1d.7: reset hcs_params 0x204208 dbg=2 
> cc=4 pcc=2 ordered !ppc ports=8
> [    2.487302] ehci_hcd 0000:00:1d.7: reset hcc_params 36881 caching 
> frame 1024 64 bit addr
> [    2.487311] ehci_hcd 0000:00:1d.7: support lpm
> [    2.487316] ehci_hcd 0000:00:1d.7: reset command 0080012 (park)=0 
> ithresh=8 Periodic period=1024 Reset HALT
> [    2.491211] ehci_hcd 0000:00:1d.7: debug port 2
> [    2.491291] ehci_hcd 0000:00:1d.7: cache line size of 64 is not 
> supported
> [    2.491293] ehci_hcd 0000:00:1d.7: supports USB remote wakeup
> [    2.491304] ehci_hcd 0000:00:1d.7: irq 22, io mem 0xa0906800
> [    2.491383] ehci_hcd 0000:00:1d.7: init command 0010001 (park)=0 
> ithresh=1 period=1024 RUN
> [    2.497144] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
> [    2.497272] usb usb2: default language 0x0409
> [    2.497277] usb usb2: udev 1, busnum 2, minor = 128
> [    2.497279] usb usb2: New USB device found, idVendor=1d6b, 
> idProduct=0002
> [    2.497357] usb usb2: New USB device strings: Mfr=3, Product=2, 
> SerialNumber=1
> [    2.497461] usb usb2: Product: EHCI Host Controller
> [    2.497536] usb usb2: Manufacturer: Linux 3.6.0-rc3-next-20120824 
> ehci_hcd
> [    2.497614] usb usb2: SerialNumber: 0000:00:1d.7
> [    2.497769] usb usb2: usb_probe_device
> [    2.497771] usb usb2: configuration #1 chosen from 1 choice
> [    2.497777] usb usb2: adding 2-0:1.0 (config #1, interface 0)
> [    2.497816] hub 2-0:1.0: usb_probe_interface
> [    2.497817] hub 2-0:1.0: usb_probe_interface - got id
> [    2.497818] hub 2-0:1.0: USB hub found
> [    2.497893] hub 2-0:1.0: 8 ports detected
> [    2.497967] hub 2-0:1.0: standalone hub
> [    2.497968] hub 2-0:1.0: no power switching (usb 1.0)
> [    2.497969] hub 2-0:1.0: individual port over-current protection
> [    2.497970] hub 2-0:1.0: power on to power good time: 20ms
> [    2.497973] hub 2-0:1.0: local power source is good
> [    2.497975] hub 2-0:1.0: trying to enable port power on 
> non-switchable hub
> [    2.498049] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> [    2.498136] ohci_hcd: block sizes: ed 80 td 96
> [    2.498173] uhci_hcd: USB Universal Host Controller Interface driver
> [    2.498271] uhci_hcd 0000:00:1a.0: setting latency timer to 64
> [    2.498274] uhci_hcd 0000:00:1a.0: UHCI Host Controller
> [    2.498402] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned 
> bus number 3
> [    2.498512] uhci_hcd 0000:00:1a.0: detected 2 ports
> [    2.498589] uhci_hcd 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 
> 0x0000
> [    2.498590] uhci_hcd 0000:00:1a.0: Performing full reset
> [    2.498616] uhci_hcd 0000:00:1a.0: irq 21, io base 0x00002120
> [    2.498714] usb usb3: default language 0x0409
> [    2.498719] usb usb3: udev 1, busnum 3, minor = 256
> [    2.498721] usb usb3: New USB device found, idVendor=1d6b, 
> idProduct=0001
> [    2.498799] usb usb3: New USB device strings: Mfr=3, Product=2, 
> SerialNumber=1
> [    2.498903] usb usb3: Product: UHCI Host Controller
> [    2.498978] usb usb3: Manufacturer: Linux 3.6.0-rc3-next-20120824 
> uhci_hcd
> [    2.499056] usb usb3: SerialNumber: 0000:00:1a.0
> [    2.499208] usb usb3: usb_probe_device
> [    2.499210] usb usb3: configuration #1 chosen from 1 choice
> [    2.499215] usb usb3: adding 3-0:1.0 (config #1, interface 0)
> [    2.499254] hub 3-0:1.0: usb_probe_interface
> [    2.499256] hub 3-0:1.0: usb_probe_interface - got id
> [    2.499257] hub 3-0:1.0: USB hub found
> [    2.499332] hub 3-0:1.0: 2 ports detected
> [    2.499406] hub 3-0:1.0: standalone hub
> [    2.499407] hub 3-0:1.0: no power switching (usb 1.0)
> [    2.499408] hub 3-0:1.0: individual port over-current protection
> [    2.499410] hub 3-0:1.0: power on to power good time: 2ms
> [    2.499412] hub 3-0:1.0: local power source is good
> [    2.499414] hub 3-0:1.0: trying to enable port power on 
> non-switchable hub
> [    2.499437] ehci_hcd 0000:00:1a.7: HS companion for 0000:00:1a.0
> [    2.499454] uhci_hcd 0000:00:1d.0: setting latency timer to 64
> [    2.499457] uhci_hcd 0000:00:1d.0: UHCI Host Controller
> [    2.499582] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned 
> bus number 4
> [    2.499692] uhci_hcd 0000:00:1d.0: detected 2 ports
> [    2.499769] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 
> 0x0000
> [    2.499770] uhci_hcd 0000:00:1d.0: Performing full reset
> [    2.499787] uhci_hcd 0000:00:1d.0: irq 19, io base 0x000020c0
> [    2.499883] usb usb4: default language 0x0409
> [    2.499887] usb usb4: udev 1, busnum 4, minor = 384
> [    2.499889] usb usb4: New USB device found, idVendor=1d6b, 
> idProduct=0001
> [    2.499967] usb usb4: New USB device strings: Mfr=3, Product=2, 
> SerialNumber=1
> [    2.500072] usb usb4: Product: UHCI Host Controller
> [    2.500166] usb usb4: Manufacturer: Linux 3.6.0-rc3-next-20120824 
> uhci_hcd
> [    2.500245] usb usb4: SerialNumber: 0000:00:1d.0
> [    2.500388] usb usb4: usb_probe_device
> [    2.500390] usb usb4: configuration #1 chosen from 1 choice
> [    2.500394] usb usb4: adding 4-0:1.0 (config #1, interface 0)
> [    2.500432] hub 4-0:1.0: usb_probe_interface
> [    2.500433] hub 4-0:1.0: usb_probe_interface - got id
> [    2.500435] hub 4-0:1.0: USB hub found
> [    2.500510] hub 4-0:1.0: 2 ports detected
> [    2.500583] hub 4-0:1.0: standalone hub
> [    2.500584] hub 4-0:1.0: no power switching (usb 1.0)
> [    2.500586] hub 4-0:1.0: individual port over-current protection
> [    2.500587] hub 4-0:1.0: power on to power good time: 2ms
> [    2.500590] hub 4-0:1.0: local power source is good
> [    2.500591] hub 4-0:1.0: trying to enable port power on 
> non-switchable hub
> [    2.500616] ehci_hcd 0000:00:1d.7: HS companion for 0000:00:1d.0
> [    2.500653] Initializing USB Mass Storage driver...
> [    2.500772] usbcore: registered new interface driver usb-storage
> [    2.500848] USB Mass Storage support registered.
> [    2.500966] usbcore: registered new interface driver libusual
> [    2.501178] i8042: PNP: No PS/2 controller found. Probing ports 
> directly.
> [    2.502142] i8042: No controller found
> [    2.502267] mousedev: PS/2 mouse device common for all mice
> [    2.502588] rtc_cmos 00:06: RTC can wake from S4
> [    2.502798] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
> [    2.502901] rtc0: alarms up to one month, y3k, 242 bytes nvram, 
> hpet irqs
> [    2.503124] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) 
> initialised: dm-devel@redhat.com
> [    2.503331] cpuidle: using governor ladder
> [    2.503470] cpuidle: using governor menu
> [    2.503544] EFI Variables Facility v0.08 2004-May-17
> [    2.504494] usbcore: registered new interface driver usbhid
> [    2.504570] usbhid: USB HID core driver
> [    2.505257] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
> [    2.586181] ehci_hcd 0000:00:1a.7: GetStatus port:1 status 001803 
> 0  ACK POWER sig=j CSC CONNECT
> [    2.586198] hub 1-0:1.0: port 1: status 0501 change 0001
> [    2.597173] ehci_hcd 0000:00:1d.7: GetStatus port:1 status 001803 
> 0  ACK POWER sig=j CSC CONNECT
> [    2.597189] hub 2-0:1.0: port 1: status 0501 change 0001
> [    2.599139] uhci_hcd 0000:00:1a.0: port 1 portsc 0082,00
> [    2.600131] uhci_hcd 0000:00:1d.0: port 1 portsc 0082,00
> [    2.686150] hub 1-0:1.0: state 7 ports 6 chg 0002 evt 0000
> [    2.686187] hub 1-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
> [    2.737352] ehci_hcd 0000:00:1a.7: port 1 reset complete, port enabled
> [    2.737358] ehci_hcd 0000:00:1a.7: GetStatus port:1 status 001005 
> 0  ACK POWER sig=se0 PE CONNECT
> [    2.788081] usb 1-1: new high-speed USB device number 2 using ehci_hcd
> [    2.839297] ehci_hcd 0000:00:1a.7: port 1 reset complete, port enabled
> [    2.839304] ehci_hcd 0000:00:1a.7: GetStatus port:1 status 001005 
> 0  ACK POWER sig=se0 PE CONNECT
> [    2.902223] ehci_hcd 0000:00:1a.7: set dev address 2 for port 1
> [    2.902235] ehci_hcd 0000:00:1a.7: LPM: no device attached
> [    2.902596] usb 1-1: udev 2, busnum 1, minor = 1
> [    2.902606] usb 1-1: New USB device found, idVendor=0424, 
> idProduct=2513
> [    2.902710] usb 1-1: New USB device strings: Mfr=0, Product=0, 
> SerialNumber=0
> [    2.903108] usb 1-1: usb_probe_device
> [    2.903112] usb 1-1: configuration #1 chosen from 1 choice
> [    2.903374] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
> [    2.903623] hub 1-1:1.0: usb_probe_interface
> [    2.903626] hub 1-1:1.0: usb_probe_interface - got id
> [    2.903628] hub 1-1:1.0: USB hub found
> [    2.903834] hub 1-1:1.0: 3 ports detected
> [    2.903953] hub 1-1:1.0: compound device; port removable status: FRR
> [    2.903955] hub 1-1:1.0: individual port power switching
> [    2.903956] hub 1-1:1.0: individual port over-current protection
> [    2.904125] hub 1-1:1.0: TT per port
> [    2.904128] hub 1-1:1.0: TT requires at most 8 FS bit times (666 ns)
> [    2.904130] hub 1-1:1.0: power on to power good time: 100ms
> [    2.904424] hub 1-1:1.0: local power source is good
> [    2.904430] hub 1-1:1.0: enabling power on all ports
> [    2.904805] hub 2-0:1.0: state 7 ports 8 chg 0002 evt 0000
> [    2.904818] hub 2-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
> [    2.955112] ehci_hcd 0000:00:1d.7: port 1 reset complete, port enabled
> [    2.955119] ehci_hcd 0000:00:1d.7: GetStatus port:1 status 001005 
> 0  ACK POWER sig=se0 PE CONNECT
> [    3.004169] hub 1-1:1.0: port 1: status 0101 change 0001
> [    3.005952] usb 2-1: new high-speed USB device number 2 using ehci_hcd
> [    3.026624] Netfilter messages via NETLINK v0.30.
> [    3.026711] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
> [    3.026941] ctnetlink v0.93: registering with nfnetlink.
> [    3.027111] ip_tables: (C) 2000-2006 Netfilter Core Team
> [    3.027211] TCP: cubic registered
> [    3.027283] Initializing XFRM netlink socket
> [    3.027555] NET: Registered protocol family 10
> [    3.027765] ip6_tables: (C) 2000-2006 Netfilter Core Team
> [    3.027874] sit: IPv6 over IPv4 tunneling driver
> [    3.028140] NET: Registered protocol family 17
> [    3.028230] Key type dns_resolver registered
> [    3.028744] PM: Hibernation image not present or could not be loaded.
> [    3.028753] registered taskstats version 1
> [    3.029428]   Magic number: 8:905:237
> [    3.029546] console [netcon0] enabled
> [    3.029618] netconsole: network logging started
> [    3.030266] ALSA device list:
> [    3.030338]   #0: HDA Intel PCH at 0xa0900000 irq 45
> [    3.057058] ehci_hcd 0000:00:1d.7: port 1 reset complete, port enabled
> [    3.057063] ehci_hcd 0000:00:1d.7: GetStatus port:1 status 001005 
> 0  ACK POWER sig=se0 PE CONNECT
> [    3.103927] usb 1-1: link qh256-0001/ffff8802650cf600 start 1 [1/0 us]
> [    3.120112] ehci_hcd 0000:00:1d.7: set dev address 2 for port 1
> [    3.120124] ehci_hcd 0000:00:1d.7: LPM: no device attached
> [    3.120439] usb 2-1: udev 2, busnum 2, minor = 129
> [    3.120448] usb 2-1: New USB device found, idVendor=0424, 
> idProduct=2513
> [    3.120543] usb 2-1: New USB device strings: Mfr=0, Product=0, 
> SerialNumber=0
> [    3.120919] usb 2-1: usb_probe_device
> [    3.120923] usb 2-1: configuration #1 chosen from 1 choice
> [    3.121120] usb 2-1: adding 2-1:1.0 (config #1, interface 0)
> [    3.121351] hub 2-1:1.0: usb_probe_interface
> [    3.121354] hub 2-1:1.0: usb_probe_interface - got id
> [    3.121356] hub 2-1:1.0: USB hub found
> [    3.121596] hub 2-1:1.0: 3 ports detected
> [    3.121704] hub 2-1:1.0: compound device; port removable status: FRR
> [    3.121705] hub 2-1:1.0: individual port power switching
> [    3.121707] hub 2-1:1.0: individual port over-current protection
> [    3.121895] hub 2-1:1.0: TT per port
> [    3.121898] hub 2-1:1.0: TT requires at most 8 FS bit times (666 ns)
> [    3.121900] hub 2-1:1.0: power on to power good time: 100ms
> [    3.122221] hub 2-1:1.0: local power source is good
> [    3.122231] hub 2-1:1.0: enabling power on all ports
> [    3.122639] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
> [    3.122648] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
> [    3.122655] hub 1-1:1.0: state 7 ports 3 chg 0002 evt 0000
> [    3.122850] hub 1-1:1.0: port 1, status 0101, change 0000, 12 Mb/s
> [    3.134100] hub 1-1:1.0: port 1 not reset yet, waiting 10ms
> [    3.196073] usb 1-1.1: new full-speed USB device number 3 using 
> ehci_hcd
> [    3.207064] hub 1-1:1.0: port 1 not reset yet, waiting 10ms
> [    3.222056] hub 2-1:1.0: port 1: status 0301 change 0001
> [    3.222295] hub 2-1:1.0: port 2: status 0301 change 0001
> [    3.222545] hub 2-1:1.0: port 3: status 0101 change 0001
> [    3.266842] tsc: Refined TSC clocksource calibration: 2294.786 MHz
> [    3.266946] Switching to clocksource tsc
> [    3.280798] usb 1-1.1: ep0 maxpacket = 8
> [    3.282521] usb 1-1.1: default language 0x0409
> [    3.283021] usb 1-1.1: udev 3, busnum 1, minor = 2
> [    3.283031] usb 1-1.1: New USB device found, idVendor=0a5c, 
> idProduct=4500
> [    3.283144] usb 1-1.1: New USB device strings: Mfr=1, Product=2, 
> SerialNumber=0
> [    3.283248] usb 1-1.1: Product: BRCM20702 Hub
> [    3.283318] usb 1-1.1: Manufacturer: Apple Inc.
> [    3.283673] usb 1-1.1: usb_probe_device
> [    3.283677] usb 1-1.1: configuration #1 chosen from 1 choice
> [    3.283907] usb 1-1.1: adding 1-1.1:1.0 (config #1, interface 0)
> [    3.284113] hub 1-1.1:1.0: usb_probe_interface
> [    3.284116] hub 1-1.1:1.0: usb_probe_interface - got id
> [    3.284118] hub 1-1.1:1.0: USB hub found
> [    3.284384] hub 1-1.1:1.0: 3 ports detected
> [    3.284494] hub 1-1.1:1.0: compound device; port removable status: FFF
> [    3.284495] hub 1-1.1:1.0: ganged power switching
> [    3.284496] hub 1-1.1:1.0: global over-current protection
> [    3.284498] hub 1-1.1:1.0: power on to power good time: 100ms
> [    3.285035] hub 1-1.1:1.0: local power source is good
> [    3.285043] hub 1-1.1:1.0: no over-current condition exists
> [    3.285049] hub 1-1.1:1.0: enabling power on all ports
> [    3.285530] hub 1-1:1.0: state 7 ports 3 chg 0000 evt 0002
> [    3.321803] usb 2-1: link qh256-0001/ffff8802650cf780 start 1 [1/0 us]
> [    3.321869] hub 2-1:1.0: state 7 ports 3 chg 000e evt 0000
> [    3.322000] hub 2-1:1.0: port 1, status 0301, change 0000, 1.5 Mb/s
> [    3.332994] hub 2-1:1.0: port 1 not reset yet, waiting 10ms
> [    3.384967] hub 1-1.1:1.0: port 1: status 0101 change 0001
> [    3.385468] hub 1-1.1:1.0: port 2: status 0101 change 0001
> [    3.385969] hub 1-1.1:1.0: port 3: status 0101 change 0001
> [    3.394976] usb 2-1.1: new low-speed USB device number 3 using 
> ehci_hcd
> [    3.406958] hub 2-1:1.0: port 1 not reset yet, waiting 10ms
> [    3.484225] usb 2-1.1: skipped 1 descriptor after interface
> [    3.484672] usb 2-1.1: default language 0x0409
> [    3.485688] usb 1-1.1: link qh128-0601/ffff8802650cf880 start 2 
> [1/2 us]
> [    3.487212] usb 2-1.1: udev 3, busnum 2, minor = 130
> [    3.487223] usb 2-1.1: New USB device found, idVendor=05ac, 
> idProduct=8242
> [    3.487325] usb 2-1.1: New USB device strings: Mfr=1, Product=2, 
> SerialNumber=0
> [    3.487428] usb 2-1.1: Product: IR Receiver
> [    3.487502] usb 2-1.1: Manufacturer: Apple Computer, Inc.
> [    3.487833] usb 2-1.1: usb_probe_device
> [    3.487836] usb 2-1.1: configuration #1 chosen from 1 choice
> [    3.489715] usb 2-1.1: adding 2-1.1:1.0 (config #1, interface 0)
> [    3.489964] usbhid 2-1.1:1.0: usb_probe_interface
> [    3.489968] usbhid 2-1.1:1.0: usb_probe_interface - got id
> [    3.494139] usbhid 2-1.1:1.0: looking for a minor, starting at 96
> [    3.494495] apple 0003:05AC:8242.0001: hiddev0,hidraw0: USB HID 
> v1.11 Device [Apple Computer, Inc. IR Receiver] on 
> usb-0000:00:1d.7-1.1/input0
> [    3.494729] hub 2-1:1.0: port 2, status 0301, change 0000, 1.5 Mb/s
> [    3.505776] hub 2-1:1.0: port 2 not reset yet, waiting 10ms
> [    3.567714] usb 2-1.2: new low-speed USB device number 4 using 
> ehci_hcd
> [    3.580865] hub 2-1:1.0: port 2 not reset yet, waiting 10ms
> [    3.666301] usb 2-1.2: skipped 1 descriptor after interface
> [    3.666312] usb 2-1.2: skipped 1 descriptor after interface
> [    3.667199] usb 2-1.2: default language 0x0409
> [    3.676757] usb 2-1.2: udev 4, busnum 2, minor = 131
> [    3.676768] usb 2-1.2: New USB device found, idVendor=045e, 
> idProduct=00db
> [    3.676868] usb 2-1.2: New USB device strings: Mfr=1, Product=2, 
> SerialNumber=0
> [    3.676972] usb 2-1.2: Product: Natural® Ergonomic Keyboard 4000
> [    3.677049] usb 2-1.2: Manufacturer: Microsoft
> [    3.677422] usb 2-1.2: usb_probe_device
> [    3.677426] usb 2-1.2: configuration #1 chosen from 1 choice
> [    3.678110] usb 2-1.2: adding 2-1.2:1.0 (config #1, interface 0)
> [    3.678334] usbhid 2-1.2:1.0: usb_probe_interface
> [    3.678337] usbhid 2-1.2:1.0: usb_probe_interface - got id
> [    3.685822] input: Microsoft Natural® Ergonomic Keyboard 4000 as 
> /devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.2/2-1.2:1.0/input/input3
> [    3.685943] usb 2-1.2: link qh8-0601/ffff8802650cfb80 start 2 [1/2 us]
> [    3.686145] microsoft 0003:045E:00DB.0002: input,hidraw1: USB HID 
> v1.11 Keyboard [Microsoft Natural® Ergonomic Keyboard 4000] on 
> usb-0000:00:1d.7-1.2/input0
> [    3.686274] usb 2-1.2: adding 2-1.2:1.1 (config #1, interface 1)
> [    3.686334] usbhid 2-1.2:1.1: usb_probe_interface
> [    3.686336] usbhid 2-1.2:1.1: usb_probe_interface - got id
> [    3.697654] input: Microsoft Natural® Ergonomic Keyboard 4000 as 
> /devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.2/2-1.2:1.1/input/input4
> [    3.697778] usb 2-1.2: link qh8-0601/ffff8802650cfc80 start 3 [1/2 us]
> [    3.698205] microsoft 0003:045E:00DB.0003: input,hidraw2: USB HID 
> v1.11 Device [Microsoft Natural® Ergonomic Keyboard 4000] on 
> usb-0000:00:1d.7-1.2/input1
> [    3.698519] hub 2-1:1.0: port 3, status 0101, change 0000, 12 Mb/s
> [    3.709798] hub 2-1:1.0: port 3 not reset yet, waiting 10ms
> [    3.767546] ata2.01: failed to resume link (SControl 0)
> [    3.779208] ata2.00: SATA link down (SStatus 0 SControl 300)
> [    3.779291] ata2.01: SATA link down (SStatus 0 SControl 0)
> [    3.779376] usb 2-1.3: new full-speed USB device number 5 using 
> ehci_hcd
> [    3.779396] ata1.01: failed to resume link (SControl 0)
> [    3.790757] hub 2-1:1.0: port 3 not reset yet, waiting 10ms
> [    3.806519] usb usb3: suspend_rh (auto-stop)
> [    3.806556] usb usb4: suspend_rh (auto-stop)
> [    3.864502] usb 2-1.3: ep0 maxpacket = 8
> [    3.866873] usb 2-1.3: skipped 1 descriptor after interface
> [    3.866884] usb 2-1.3: skipped 1 descriptor after interface
> [    3.867084] usb 2-1.3: default language 0x0409
> [    3.867992] usb 2-1.3: udev 5, busnum 2, minor = 132
> [    3.868002] usb 2-1.3: New USB device found, idVendor=046d, 
> idProduct=c245
> [    3.868111] usb 2-1.3: New USB device strings: Mfr=1, Product=2, 
> SerialNumber=0
> [    3.868214] usb 2-1.3: Product: Gaming Mouse G400
> [    3.868792] usb 2-1.3: Manufacturer: Logitech
> [    3.869109] usb 2-1.3: usb_probe_device
> [    3.869112] usb 2-1.3: configuration #1 chosen from 1 choice
> [    3.869780] usb 2-1.3: adding 2-1.3:1.0 (config #1, interface 0)
> [    3.869954] usbhid 2-1.3:1.0: usb_probe_interface
> [    3.869955] usbhid 2-1.3:1.0: usb_probe_interface - got id
> [    3.871376] input: Logitech Gaming Mouse G400 as 
> /devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.3/2-1.3:1.0/input/input5
> [    3.871920] hid-generic 0003:046D:C245.0004: input,hidraw3: USB HID 
> v1.10 Mouse [Logitech Gaming Mouse G400] on usb-0000:00:1d.7-1.3/input0
> [    3.872047] usb 2-1.3: adding 2-1.3:1.1 (config #1, interface 1)
> [    3.872101] usbhid 2-1.3:1.1: usb_probe_interface
> [    3.872103] usbhid 2-1.3:1.1: usb_probe_interface - got id
> [    3.873705] usbhid 2-1.3:1.1: looking for a minor, starting at 96
> [    3.874106] hid-generic 0003:046D:C245.0005: hiddev0,hidraw4: USB 
> HID v1.10 Device [Logitech Gaming Mouse G400] on 
> usb-0000:00:1d.7-1.3/input1
> [    3.874239] hub 1-1.1:1.0: state 7 ports 3 chg 000e evt 0000
> [    3.874403] hub 1-1.1:1.0: port 1, status 0101, change 0000, 12 Mb/s
> [    3.930629] ata1.00: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
> [    3.930723] ata1.01: SATA link down (SStatus 0 SControl 0)
> [    3.934157] ata1.00: ATA-9: INTEL SSDSC2CT120A3, 300i, max UDMA/133
> [    3.934266] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 
> 0/32)
> [    3.936547] usb 1-1.1.1: new full-speed USB device number 4 using 
> ehci_hcd
> [    3.954145] ata1.00: configured for UDMA/133
> [    3.954441] scsi 0:0:0:0: Direct-Access     ATA      INTEL 
> SSDSC2CT12 300i PQ: 0 ANSI: 5
> [    3.955233] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: 
> (120 GB/111 GiB)
> [    3.955381] sd 0:0:0:0: Attached scsi generic sg0 type 0
> [    3.955396] sd 0:0:0:0: [sda] Write Protect is off
> [    3.955397] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 10
> [    3.955409] sd 0:0:0:0: [sda] Write cache: enabled, read cache: 
> enabled, supports DPO and FUA
> [    3.957034]  sda: sda1 sda2 sda3 sda4
> [    3.957520] sd 0:0:0:0: [sda] Attached SCSI disk
> [    3.957647] md: Waiting for all devices to be available before 
> autodetect
> [    3.957766] md: If you don't use raid, use raid=noautodetect
> [    3.958021] md: Autodetecting RAID arrays.
> [    3.958133] md: Scanned 0 and added 0 devices.
> [    3.958244] md: autorun ...
> [    3.958353] md: ... autorun DONE.
> [    3.958829] EXT4-fs (sda4): couldn't mount as ext3 due to feature 
> incompatibilities
> [    3.959174] EXT4-fs (sda4): couldn't mount as ext2 due to feature 
> incompatibilities
> [    3.962387] EXT4-fs (sda4): mounted filesystem with ordered data 
> mode. Opts: (null)
> [    3.962539] VFS: Mounted root (ext4 filesystem) readonly on device 
> 8:4.
> [    3.963506] Freeing unused kernel memory: 600k freed
> [    3.963687] Write protecting the kernel read-only data: 12288k
> [    3.966849] Freeing unused kernel memory: 1120k freed
> [    3.971946] Freeing unused kernel memory: 1908k freed
> [    4.010363] usb 1-1.1.1: ep0 maxpacket = 8
> [    4.013335] usb 1-1.1.1: skipped 1 descriptor after interface
> [    4.013412] usb 1-1.1.1: udev 4, busnum 1, minor = 3
> [    4.013462] usb 1-1.1.1: New USB device found, idVendor=05ac, 
> idProduct=820a
> [    4.013575] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, 
> SerialNumber=0
> [    4.013902] usb 1-1.1.1: usb_probe_device
> [    4.013950] usb 1-1.1.1: configuration #1 chosen from 1 choice
> [    4.014102] usb 1-1.1.1: adding 1-1.1.1:1.0 (config #1, interface 0)
> [    4.014297] usbhid 1-1.1.1:1.0: usb_probe_interface
> [    4.014404] usbhid 1-1.1.1:1.0: usb_probe_interface - got id
> [    4.015734] input: HID 05ac:820a as 
> /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.0/input/input6
> [    4.015890] usb 1-1.1.1: link qh8-0601/ffff8802650cfb00 start 3 
> [1/2 us]
> [    4.016064] hid-generic 0003:05AC:820A.0006: input,hidraw5: USB HID 
> v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:1a.7-1.1.1/input0
> [    4.016606] hub 1-1.1:1.0: port 2, status 0101, change 0000, 12 Mb/s
> [    4.030312] kbd_mode (1031) used greatest stack depth: 5280 bytes left
> [    4.036584] loadkeys (1032) used greatest stack depth: 5120 bytes left
> [    4.036878] init-early.sh (1024) used greatest stack depth: 4728 
> bytes left
> [    4.078435] usb 1-1.1.2: new full-speed USB device number 5 using 
> ehci_hcd
> [    4.152281] usb 1-1.1.2: ep0 maxpacket = 8
> [    4.154884] usb 1-1.1.2: skipped 1 descriptor after interface
> [    4.154945] usb 1-1.1.2: udev 5, busnum 1, minor = 4
> [    4.155003] usb 1-1.1.2: New USB device found, idVendor=05ac, 
> idProduct=820b
> [    4.155119] usb 1-1.1.2: New USB device strings: Mfr=0, Product=0, 
> SerialNumber=0
> [    4.155414] usb 1-1.1.2: usb_probe_device
> [    4.155455] usb 1-1.1.2: configuration #1 chosen from 1 choice
> [    4.155643] usb 1-1.1.2: adding 1-1.1.2:1.0 (config #1, interface 0)
> [    4.155829] usbhid 1-1.1.2:1.0: usb_probe_interface
> [    4.155870] usbhid 1-1.1.2:1.0: usb_probe_interface - got id
> [    4.157461] input: HID 05ac:820b as 
> /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/input/input7
> [    4.157851] hid-generic 0003:05AC:820B.0007: input,hidraw6: USB HID 
> v1.11 Mouse [HID 05ac:820b] on usb-0000:00:1a.7-1.1.2/input0
> [    4.158256] hub 1-1.1:1.0: port 3, status 0101, change 0000, 12 Mb/s
> [    4.220347] usb 1-1.1.3: new full-speed USB device number 6 using 
> ehci_hcd
> [    4.269619] systemd-udevd[1139]: starting version 189
> [    4.269915] start-stop-daem (1137) used greatest stack depth: 4328 
> bytes left
> [    4.296678] usb 1-1.1.3: skipped 1 descriptor after interface
> [    4.296922] usb 1-1.1.3: default language 0x0409
> [    4.297434] usb 1-1.1.3: udev 6, busnum 1, minor = 5
> [    4.297439] usb 1-1.1.3: New USB device found, idVendor=05ac, 
> idProduct=8281
> [    4.297442] usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, 
> SerialNumber=0
> [    4.297445] usb 1-1.1.3: Product: Bluetooth USB Host Controller
> [    4.297448] usb 1-1.1.3: Manufacturer: Apple Inc.
> [    4.297593] usb 1-1.1.3: usb_probe_device
> [    4.297597] usb 1-1.1.3: configuration #1 chosen from 1 choice
> [    4.297691] usb 1-1.1.3: adding 1-1.1.3:1.0 (config #1, interface 0)
> [    4.297750] usb 1-1.1.3: adding 1-1.1.3:1.1 (config #1, interface 1)
> [    4.297779] usb 1-1.1.3: adding 1-1.1.3:1.2 (config #1, interface 2)
> [    4.297806] usb 1-1.1.3: adding 1-1.1.3:1.3 (config #1, interface 3)
> [    4.297833] hub 2-1:1.0: state 7 ports 3 chg 0000 evt 0008
> [    4.297926] hub 1-1.1:1.0: state 7 ports 3 chg 0000 evt 0008
> [    4.314332] bcma: bus0: Found chip with id 0x4331, rev 0x02 and 
> package 0x09
> [    4.314367] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 
> 0x800, rev 0x25, class 0x0)
> [    4.314393] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 
> 0x812, rev 0x1D, class 0x0)
> [    4.314442] bcma: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, 
> rev 0x13, class 0x0)
> [    4.316581] pci 0000:00:00.0: Intel Sandybridge Chipset
> [    4.316689] pci 0000:00:00.0: detected gtt size: 2097152K total, 
> 262144K mappable
> [    4.317734] pci 0000:00:00.0: detected 65536K stolen memory
> [    4.317796] i915 0000:00:02.0: setting latency timer to 64
> [    4.364945] bcma: bus0: Bus registered
> [    4.396878] i915 0000:00:02.0: irq 46 for MSI/MSI-X
> [    4.396890] [drm] Supports vblank timestamp caching Rev 1 
> (10.10.2010).
> [    4.396891] [drm] Driver supports precise vblank timestamp query.
> [    4.396975] vgaarb: device changed decodes: 
> PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
> [    4.401954] b43-phy0: Broadcom 4331 WLAN found (core revision 29)
> [    4.402409] b43-phy0: Found PHY: Analog 9, Type 7 (HT), Revision 1
> [    4.402745] Broadcom 43xx driver loaded [ Features: PNL ]
> [    4.444000] ieee80211 phy0: Selected rate control algorithm 
> 'minstrel_ht'
> [    4.444475] Registered led device: b43-phy0::tx
> [    4.444583] Registered led device: b43-phy0::rx
> [    4.444687] Registered led device: b43-phy0::radio
> [    4.452710] Bluetooth: Core ver 2.16
> [    4.452726] NET: Registered protocol family 31
> [    4.452727] Bluetooth: HCI device and connection manager initialized
> [    4.452735] Bluetooth: HCI socket layer initialized
> [    4.452739] Bluetooth: L2CAP socket layer initialized
> [    4.452746] Bluetooth: SCO socket layer initialized
> [    4.453955] btusb 1-1.1.3:1.0: usb_probe_interface
> [    4.453960] btusb 1-1.1.3:1.0: usb_probe_interface - got id
> [    4.454152] btusb 1-1.1.3:1.2: usb_probe_interface
> [    4.454155] btusb 1-1.1.3:1.2: usb_probe_interface - got id
> [    4.454164] btusb 1-1.1.3:1.3: usb_probe_interface
> [    4.454167] btusb 1-1.1.3:1.3: usb_probe_interface - got id
> [    4.454185] usbcore: registered new interface driver btusb
> [    4.454373] usb 1-1.1.3: link qh1-3008/ffff88026362e500 start 0 
> [1/2 us]
> [    4.475260] usb 1-1.1.1: unlink qh8-0601/ffff8802650cfb00 start 3 
> [1/2 us]
> [    4.488133] ehci_hcd 0000:00:1a.7: reused qh ffff8802650cfb00 schedule
> [    4.488145] usb 1-1.1.1: link qh8-0601/ffff8802650cfb00 start 3 
> [1/2 us]
> [    4.489146] [drm:intel_disable_transcoder] *ERROR* failed to 
> disable transcoder 1
> [    4.507214] usb 1-1.1.1: unlink qh8-0601/ffff8802650cfb00 start 3 
> [1/2 us]
> [    4.522768] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
> [    4.530220] hub 1-1.1:1.0: state 7 ports 3 chg 0000 evt 0006
> [    4.530751] hub 1-1.1:1.0: port 1, status 0100, change 0001, 12 Mb/s
> [    4.530761] usb 1-1.1.1: USB disconnect, device number 4
> [    4.530766] usb 1-1.1.1: unregistering device
> [    4.530771] usb 1-1.1.1: unregistering interface 1-1.1.1:1.0
> [    4.556329] usb 1-1.1.1: usb_disable_device nuking all URBs
> [    4.614105] [drm] GMBUS [i915 gmbus vga] timed out, falling back to 
> bit banging on pin 2
> [    4.669136] hub 1-1.1:1.0: debounce: port 1: total 100ms stable 
> 100ms status 0x100
> [    4.669384] hub 1-1.1:1.0: port 2, status 0100, change 0001, 12 Mb/s
> [    4.669388] usb 1-1.1.2: USB disconnect, device number 5
> [    4.669389] usb 1-1.1.2: unregistering device
> [    4.669392] usb 1-1.1.2: unregistering interface 1-1.1.2:1.0
> [    4.713270] usb 1-1.1.2: usb_disable_device nuking all URBs
> [    4.815542] fbcon: inteldrmfb (fb0) is primary device
> [    4.817230] hub 1-1.1:1.0: debounce: port 2: total 100ms stable 
> 100ms status 0x100
> [    4.817237] hub 1-1.1:1.0: state 7 ports 3 chg 0000 evt 0000
> [    3.955741] ACPI: Invalid Power Resource to register!
> [    5.138954] Console: switching to colour frame buffer device 240x67
> [    5.143838] fb0: inteldrmfb frame buffer device
> [    5.143839] drm: registered panic notifier
> [    5.144679] ACPI: Video Device [IGPU] (multi-head: yes  rom: no 
> post: no)
> [    5.144721] input: Video Bus as 
> /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8
> [    5.144821] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 
> on minor 0
> [    5.144853] ACPI Warning: 0x000000000000efa0-0x000000000000efbf 
> SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 
> (20120711/utaddress-251)
> [    5.144859] ACPI: If an ACPI driver is available for this device, 
> you should use it instead of the native driver
> [    5.150594] systemd-udevd (1150) used greatest stack depth: 3296 
> bytes left
> [    5.777001] vboxdrv: Found 4 processor cores.
> [    5.777182] vboxdrv: fAsync=0 offMin=0x20f offMax=0x126b
> [    5.777227] vboxdrv: TSC mode is 'synchronous', kernel timer mode 
> is 'normal'.
> [    5.777229] vboxdrv: Successfully loaded version 4.1.20 (interface 
> 0x00190000).
> [    5.838256] EXT4-fs (sda4): re-mounted. Opts: discard
> [    6.468583] usb 2-1.3: link qh1-0601/ffff880265c25e80 start 0 [1/2 us]
> [    6.498242] tg3 0000:02:00.0: irq 47 for MSI/MSI-X
> [    6.498248] tg3 0000:02:00.0: irq 48 for MSI/MSI-X
> [    6.498253] tg3 0000:02:00.0: irq 49 for MSI/MSI-X
> [    6.498258] tg3 0000:02:00.0: irq 50 for MSI/MSI-X
> [    6.498263] tg3 0000:02:00.0: irq 51 for MSI/MSI-X
> [    6.793668] usb 1-1.1.3: unlink qh1-3008/ffff88026362e500 start 0 
> [1/2 us]
> [    6.793689] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
> [    6.895972] usb 1-1: clear tt buffer port 1, a6 ep2 t04048d82
> [    6.945967] b43-phy0: Loading firmware version 666.2 (2011-02-23 
> 01:15:07)
> [    6.985379] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
> [   10.213293] tg3 0000:02:00.0: eth0: Link is up at 1000 Mbps, full 
> duplex
> [   10.213297] tg3 0000:02:00.0: eth0: Flow control is off for TX and 
> off for RX
> [   10.213298] tg3 0000:02:00.0: eth0: EEE is disabled
> [   10.214309] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
> [   11.035530] sd 0:0:0:0: [sda]
> [   11.035533] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
> [   11.035535] sd 0:0:0:0: [sda]
> [   11.035536] Sense Key : Illegal Request [current]
> [   11.035539] sd 0:0:0:0: [sda]
> [   11.035541] Add. Sense: Invalid field in cdb
> [   11.035543] sd 0:0:0:0: [sda] CDB:
> [   11.035544] Write(10): 2a 08 0b ad d1 78 00 00 08 00
> [   11.035550] end_request: critical target error, dev sda, sector 
> 195940728
> [   11.035552] end_request: critical target error, dev sda, sector 
> 195940728
> [   11.035557] Aborting journal on device sda4-8.
> [   11.046413] EXT4-fs error (device sda4): ext4_journal_start_sb:348: 
> Detected aborted journal
> [   11.046418] EXT4-fs (sda4): Remounting filesystem read-only
> [   18.737844] tty_init_dev: 26 callbacks suppressed
>
I believe the problem is in SCSI. Mode sense command catches my attention:
     [    3.955397] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 10
All logs from older kernels has different mode page code: 00 3a 00 00

sg_modes from broken kernel shows DPOFUA set, which is 0x10th bit.
Anyone knowing SCSI better could tell if that might cause the problems?

# From broken kernel:
$ sudo sg_modes --all /dev/sda
     ATA       INTEL SSDSC2CT12  300i   peripheral_type: disk [0x0]
Mode parameter header from MODE SENSE(10):
   Mode data length=60, medium type=0x00, WP=0, DpoFua=1, longlba=0
   Block descriptor length=8
 > Direct access device block descriptors:
    Density code=0x0
  00     00 00 00 00 00 00 02 00

 >> Read-Write error recovery, page_control: current
  00     01 0a 80 00 00 00 00 00  00 00 00 00
 >> Caching, page_control: current
  00     08 12 04 00 00 00 00 00  00 00 00 00 00 00 00 00
  10     00 00 00 00
 >> Control, page_control: current
  00     0a 0a 02 00 00 00 00 00  ff ff 00 1e


# From good kernel:
$ sudo sg_modes --all /dev/sda
     ATA       INTEL SSDSC2CT12  300i   peripheral_type: disk [0x0]
Mode parameter header from MODE SENSE(10):
   Mode data length=60, medium type=0x00, WP=0, DpoFua=0, longlba=0
   Block descriptor length=8
 > Direct access device block descriptors:
    Density code=0x0
  00     00 00 00 00 00 00 02 00

 >> Read-Write error recovery, page_control: current
  00     01 0a 80 00 00 00 00 00  00 00 00 00
 >> Caching, page_control: current
  00     08 12 04 00 00 00 00 00  00 00 00 00 00 00 00 00
  10     00 00 00 00
 >> Control, page_control: current
  00     0a 0a 02 00 00 00 00 00  ff ff 00 1e



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

* Storage regression in v3.6-rc3 was: Storage related regression in linux-next 20120824
  2012-08-27 16:39   ` Dieter Ries
@ 2012-08-29 21:58     ` Dieter Ries
  0 siblings, 0 replies; 13+ messages in thread
From: Dieter Ries @ 2012-08-29 21:58 UTC (permalink / raw)
  To: Jeff Garzik
  Cc: Arvydas Sidorenko, linux-kernel, IDE/ATA development list, Dieter Ries

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

Hi again,

On 08/27/2012 06:39 PM, Dieter Ries wrote:
> On 08/27/2012 04:40 PM, Jeff Garzik wrote:
>> On Mon, Aug 27, 2012 at 4:59 AM, Arvydas Sidorenko <asido4@gmail.com> wrote:
>>> linux-next 20120824 introduced regression on Mac mini 2011 - /root partition
>>> gets mounted as read-only and it stays so even when trying to reboot into
>>> previously working kernel. In order to make it work on older kernel again
>>> `fsck` needs to be executed:
>>> ----------------------------------------------------------------------
>>> Root partition uses ext4 filesystem on Intel 330 SSD connected to SATA3.
>>> dmesg shows that journaling was disabled:
>>> ----------------------------------------------------------------------
>>> I haven't bisected to which exactly tree introduces the regression,
>>> but I can tell
>>> that linux-next 20120813 and v3.6-rc3 work fine.
> 
> I think I experienced this with v3.6-rc3 today as well. I thought my ssd
> (ocz vertex3) was broken first, but then I saw this mail.
> 
> Never happened before on 3.5.something.
> 
> I am trying to reproduce it right now, it happened 2 times before I read
> the mail, I didnt keep the dmesg. Now it's taking it's time to occurr
> again...

It happened again today, and I managed to get a dmesg this time. The
root partition was first, which results in the dmesg you can find
attached. Later the same happened to the home partition, but then I
wasn't able to save a dmesg anymore.

Just to stress this again, this mangles my root partition, resulting in
another forced reboot for fixing it again after a reboot. So I guess
it's possibly dangerous.

It never happened on other kernels, and with 3.6-rc3 it happened on 3
partitions now, as I copied the content of the root partition to
somewhere else on the ssd after it happened first.

>> Can you pastebin 'dmesg' and 'lspci'?  Did this occur only once, or is
>> it reproducible?

Both are attached. I cannot really bisect it, because I cannot trigger
it. It just happens at inconvenien moments...

One funny thing is: The lspci output was different between one boot
where nothing happened, and today after it happened agian. Only 2
revisions changed, but I attached both anyway, the one suffixed "Bad" is
after the problem occured.

>>      Jeff

Cheers,

Dieter

>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at  http://www.tux.org/lkml/
>>
> 
> 


[-- Attachment #2: kernel36rc3faildmesg --]
[-- Type: text/plain, Size: 26825 bytes --]

[    0.400346] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.400686] NET: Registered protocol family 1
[    0.400826] pci 0000:00:02.0: Boot video device
[    0.401127] PCI: CLS 64 bytes, default 64
[    0.401160] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.401254] software IO TLB [mem 0xd6995000-0xda994fff] (64MB) mapped at [ffff8800d6995000-ffff8800da994fff]
[    0.404125] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x17
[    0.404228] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x17
[    0.404330] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x17
[    0.404437] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x17
[    0.404682] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.405546] audit: initializing netlink socket (disabled)
[    0.405656] type=2000 audit(1346226458.281:1): initialized
[    0.407750] VFS: Disk quotas dquot_6.5.2
[    0.407921] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.408512] NTFS driver 2.1.30 [Flags: R/W].
[    0.408656] fuse init (API version 7.20)
[    0.409195] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[    0.409722] OCFS2 1.5.0
[    0.409948] ocfs2: Registered cluster interface o2cb
[    0.410035] OCFS2 DLMFS 1.5.0
[    0.410189] OCFS2 User DLM kernel interface loaded
[    0.410277] OCFS2 Node Manager 1.5.0
[    0.410616] OCFS2 DLM 1.5.0
[    0.411049] Btrfs loaded
[    0.411456] GFS2 installed
[    0.411546] msgmni has been set to 15750
[    0.412221] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[    0.412336] io scheduler noop registered
[    0.412420] io scheduler deadline registered (default)
[    0.412535] io scheduler cfq registered
[    0.414252] intel_idle: MWAIT substates: 0x21120
[    0.414258] intel_idle: v0.4 model 0x2A
[    0.414261] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.414541] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    0.415046] ACPI: AC Adapter [AC] (off-line)
[    0.415731] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    0.416122] ACPI: Lid Switch [LID]
[    0.416400] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[    0.418552] ACPI: Sleep Button [SLPB]
[    0.418883] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.419003] ACPI: Power Button [PWRF]
[    0.419439] ACPI: Requesting acpi_cpufreq
[    0.432196] thermal LNXTHERM:00: registered as thermal_zone0
[    0.432289] ACPI: Thermal Zone [THM0] (35 C)
[    0.433172] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.435130] Real Time Clock Driver v1.12b
[    0.435989] Non-volatile memory driver v1.3
[    0.436230] Linux agpgart interface v0.103
[    0.436717] tpm_tis 00:0a: 1.2 TPM (device-id 0x0, rev-id 78)
[    0.447055] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    0.447205] ACPI: Battery Slot [BAT0] (battery present)
[    0.472755] tpm_tis 00:0a: TPM is disabled/deactivated (0x6)
[    0.473073] [drm] Initialized drm 1.1.0 20060810
[    0.473903] pci 0000:00:00.0: Intel Sandybridge Chipset
[    0.474094] pci 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    0.477256] pci 0000:00:00.0: detected 65536K stolen memory
[    0.477451] i915 0000:00:02.0: setting latency timer to 64
[    0.527434] i915 0000:00:02.0: irq 40 for MSI/MSI-X
[    0.527457] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    0.527549] [drm] Driver supports precise vblank timestamp query.
[    0.527811] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    0.931657] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[    1.030625] fbcon: inteldrmfb (fb0) is primary device
[    1.401540] tsc: Refined TSC clocksource calibration: 2691.258 MHz
[    1.401545] Switching to clocksource tsc
[    1.416243] Console: switching to colour frame buffer device 170x48
[    1.427700] fb0: inteldrmfb frame buffer device
[    1.427780] drm: registered panic notifier
[    1.435055] acpi device:01: registered as cooling_device4
[    1.435423] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
[    1.435741] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    1.436066] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    1.441433] brd: module loaded
[    1.444219] loop: module loaded
[    1.444282] Uniform Multi-Platform E-IDE driver
[    1.456320] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
[    1.456520] Probing IDE interface ide0...
[    1.968968] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[    1.969102] Probing IDE interface ide1...
[    2.481299] ide1 at 0x170-0x177,0x376 on irq 15
[    2.481495] ide-gd driver 1.18
[    2.481632] ide-cd driver 5.00
[    2.481963] ahci 0000:00:1f.2: version 3.0
[    2.482085] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[    2.482348] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1 impl SATA mode
[    2.482499] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck pm led clo pio slum part ems apst 
[    2.482650] ahci 0000:00:1f.2: setting latency timer to 64
[    2.485249] scsi0 : ahci
[    2.485612] scsi1 : ahci
[    2.485919] scsi2 : ahci
[    2.486295] scsi3 : ahci
[    2.486604] scsi4 : ahci
[    2.490502] scsi5 : ahci
[    2.494324] ata1: SATA max UDMA/133 abar m2048@0xf1628000 port 0xf1628100 irq 41
[    2.497992] ata2: DUMMY
[    2.501600] ata3: DUMMY
[    2.505139] ata4: DUMMY
[    2.508604] ata5: DUMMY
[    2.512011] ata6: DUMMY
[    2.516074] tun: Universal TUN/TAP device driver, 1.6
[    2.519498] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.523107] e1000e: Intel(R) PRO/1000 Network Driver - 2.0.0-k
[    2.526511] e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
[    2.529953] e1000e 0000:00:19.0: setting latency timer to 64
[    2.530113] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.533681] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[    2.726566] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) f0:de:f1:62:27:e9
[    2.730076] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[    2.733623] e1000e 0000:00:19.0: eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF
[    2.737214] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.740827] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    2.740836] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    2.744264] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    2.751618] ehci_hcd 0000:00:1a.0: debug port 2
[    2.755015] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[    2.755053] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf162a000
[    2.763753] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    2.767500] hub 1-0:1.0: USB hub found
[    2.770757] hub 1-0:1.0: 3 ports detected
[    2.774111] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    2.774119] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    2.777319] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    2.784472] ehci_hcd 0000:00:1d.0: debug port 2
[    2.787619] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[    2.787654] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf1629000
[    2.796710] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.800267] hub 2-0:1.0: USB hub found
[    2.803391] hub 2-0:1.0: 3 ports detected
[    2.806641] uhci_hcd: USB Universal Host Controller Interface driver
[    2.809836] Initializing USB Mass Storage driver...
[    2.812951] usbcore: registered new interface driver usb-storage
[    2.815942] USB Mass Storage support registered.
[    2.819144] usbcore: registered new interface driver usbserial
[    2.819688] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.825312] usbcore: registered new interface driver usbserial_generic
[    2.828393] USB Serial support registered for generic
[    2.831408] usbserial: USB Serial Driver core
[    2.834500] usbcore: registered new interface driver pl2303
[    2.837685] USB Serial support registered for pl2303
[    2.840955] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    2.847296] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.850425] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.853990] mousedev: PS/2 mouse device common for all mice
[    2.858022] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
[    2.861942] md: linear personality registered for level -1
[    2.865211] md: multipath personality registered for level -4
[    2.868568] device-mapper: uevent: version 1.0.3
[    2.872051] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@redhat.com
[    2.875545] device-mapper: multipath: version 1.5.0 loaded
[    2.875692] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    2.882419] device-mapper: multipath round-robin: version 1.0.0 loaded
[    2.886005] device-mapper: multipath queue-length: version 0.1.0 loaded
[    2.889623] device-mapper: multipath service-time: version 0.2.0 loaded
[    2.893516] cpuidle: using governor ladder
[    2.897413] cpuidle: using governor menu
[    2.901321] sdhci: Secure Digital Host Controller Interface driver
[    2.904884] sdhci: Copyright(c) Pierre Ossman
[    2.908366] EFI Variables Facility v0.08 2004-May-17
[    2.912841] thinkpad_acpi: ThinkPad ACPI Extras v0.24
[    2.916281] thinkpad_acpi: http://ibm-acpi.sf.net/
[    2.919727] thinkpad_acpi: ThinkPad BIOS 8DET47WW (1.17 ), EC unknown
[    2.923175] thinkpad_acpi: Lenovo ThinkPad X220, model 4286CTO
[    2.928406] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
[    2.931894] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.931909] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.932130] thinkpad_acpi: radio switch found; radios are enabled
[    2.932348] thinkpad_acpi: possible tablet mode switch found; ThinkPad in laptop mode
[    2.932395] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[    2.932397] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[    2.937107] Registered led device: tpacpi::thinklight
[    2.937385] Registered led device: tpacpi::power
[    2.937531] Registered led device: tpacpi::standby
[    2.937747] Registered led device: tpacpi::thinkvantage
[    2.937772] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[    2.938148] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[    2.942003] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input5
[    2.944012] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
[    2.964575] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    3.075442] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[    3.160093] ata1.00: ATA-9: OCZ-VERTEX3 MI, 2.06, max UDMA/133
[    3.164056] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    3.194902] hub 1-1:1.0: USB hub found
[    3.199012] hub 1-1:1.0: 6 ports detected
[    3.306065] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[    3.335960] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    3.335975] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    3.340011] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    3.425445] hub 2-1:1.0: USB hub found
[    3.429586] hub 2-1:1.0: 8 ports detected
[    3.458981] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[    3.463440] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[    3.467901] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    3.475810] TCP: cubic registered
[    3.479737] Initializing XFRM netlink socket
[    3.483616] NET: Registered protocol family 17
[    3.487478] NET: Registered protocol family 15
[    3.491310] Key type dns_resolver registered
[    3.497593] PM: Hibernation image not present or could not be loaded.
[    3.497612] registered taskstats version 1
[    3.506462] ALSA device list:
[    3.507417]   #0: HDA Intel PCH at 0xf1620000 irq 43
[    3.508385]   #29: ThinkPad Console Audio Control at EC reg 0x30, fw unknown
[    3.508406] usb 1-1.3: new full-speed USB device number 3 using ehci_hcd
[    3.510333] ata1.00: configured for UDMA/133
[    3.511389] scsi 0:0:0:0: Direct-Access     ATA      OCZ-VERTEX3 MI   2.06 PQ: 0 ANSI: 5
[    3.512594] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[    3.513633] sd 0:0:0:0: [sda] Write Protect is off
[    3.514557] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.514568] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.516537]  sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 sda9 >
[    3.518022] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.669832] usb 1-1.6: new high-speed USB device number 4 using ehci_hcd
[    3.864807] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.0, id: 0x1e2b1, caps: 0xd001a3/0x940300/0x120c00, board id: 1611, fw id: 774180
[    3.865850] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[    3.917722] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
[    3.924841] md: Skipping autodetection of RAID arrays. (raid=autodetect will force)
[    3.928403] EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: (null)
[    3.929471] VFS: Mounted root (ext4 filesystem) readonly on device 8:9.
[    3.931283] devtmpfs: mounted
[    3.932411] Freeing unused kernel memory: 532k freed
[    4.149492] systemd-udevd[1044]: starting version 189
[    4.197370] cfg80211: Calling CRDA to update world regulatory domain
[    4.198832] xhci_hcd 0000:0e:00.0: xHCI Host Controller
[    4.198840] xhci_hcd 0000:0e:00.0: new USB bus registered, assigned bus number 3
[    4.199025] xhci_hcd 0000:0e:00.0: irq 18, io mem 0xf0c00000
[    4.199102] xhci_hcd 0000:0e:00.0: irq 44 for MSI/MSI-X
[    4.199109] xhci_hcd 0000:0e:00.0: irq 45 for MSI/MSI-X
[    4.199115] xhci_hcd 0000:0e:00.0: irq 46 for MSI/MSI-X
[    4.199121] xhci_hcd 0000:0e:00.0: irq 47 for MSI/MSI-X
[    4.199139] xhci_hcd 0000:0e:00.0: irq 48 for MSI/MSI-X
[    4.199351] xHCI xhci_add_endpoint called for root hub
[    4.199353] xHCI xhci_check_bandwidth called for root hub
[    4.199385] hub 3-0:1.0: USB hub found
[    4.199393] hub 3-0:1.0: 2 ports detected
[    4.199460] xhci_hcd 0000:0e:00.0: xHCI Host Controller
[    4.199464] xhci_hcd 0000:0e:00.0: new USB bus registered, assigned bus number 4
[    4.202518] xHCI xhci_add_endpoint called for root hub
[    4.202520] xHCI xhci_check_bandwidth called for root hub
[    4.202553] hub 4-0:1.0: USB hub found
[    4.202563] hub 4-0:1.0: 2 ports detected
[    4.205243] Intel(R) Wireless WiFi driver for Linux, in-tree:
[    4.205246] Copyright(c) 2003-2012 Intel Corporation
[    4.205372] iwlwifi 0000:03:00.0: pci_resource_len = 0x00002000
[    4.205374] iwlwifi 0000:03:00.0: pci_resource_base = ffffc900040b8000
[    4.205376] iwlwifi 0000:03:00.0: HW Revision ID = 0x34
[    4.205467] iwlwifi 0000:03:00.0: irq 49 for MSI/MSI-X
[    4.214353] WARNING! power/level is deprecated; use power/control instead
[    4.390062] iwlwifi 0000:03:00.0: loaded firmware version 17.168.5.3 build 42301
[    4.401912] iwldvm: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[    4.401914] iwldvm: Copyright(c) 2003-2012 Intel Corporation
[    4.401939] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
[    4.401940] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[    4.401942] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[    4.401943] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE enabled
[    4.401944] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_P2P disabled
[    4.401946] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Advanced-N 6205 AGN, REV=0xB0
[    4.402003] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[    4.402141] iwlwifi 0000:03:00.0: RF_KILL bit toggled to enable radio.
[    4.404918] cfg80211: World regulatory domain updated:
[    4.404921] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    4.404922] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    4.404924] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    4.404925] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    4.404926] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    4.404927] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    4.412683] iwlwifi 0000:03:00.0: device EEPROM VER=0x715, CALIB=0x6
[    4.412685] iwlwifi 0000:03:00.0: Device SKU: 0x1F0
[    4.412686] iwlwifi 0000:03:00.0: Valid Tx ant: 0x3, Valid Rx ant: 0x3
[    4.412764] Registered led device: phy0-led
[    4.557440] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[    5.049986] EXT4-fs (sda9): re-mounted. Opts: (null)
[    5.094199] Adding 1953260k swap on /dev/sda6.  Priority:-1 extents:1 across:1953260k SS
[    5.109115] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[    5.110869] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
[    5.789723] NET: Registered protocol family 10
[    5.821792] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[    5.821945] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
[    6.105558] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[    6.105711] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
[    6.220291] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    9.642055] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[    9.891626] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input10
[   11.263670] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[   11.363871] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[   11.364199] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   24.091822] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[   24.091898] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   28.498006] ata1.00: configured for UDMA/133
[   28.498019] ata1: EH complete
[   28.592086] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   28.766242] EXT4-fs (sda9): re-mounted. Opts: commit=600
[   28.770278] EXT4-fs (sda7): re-mounted. Opts: commit=600
[   28.771691] EXT4-fs (sda8): re-mounted. Opts: commit=600
[   38.069095] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
[  147.806156] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[  147.806296] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
[  147.926699] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  148.210355] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[  148.311411] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[  148.311619] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  148.588466] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[  148.689017] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[  148.689348] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  151.871353] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[  151.871435] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  210.566072] e1000e: eth0 NIC Link is Down
[  212.715582] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[  212.815929] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[  212.816223] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  212.864859] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[  212.865012] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
[  212.988246] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  213.269012] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[  213.369202] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[  213.369499] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  889.879803] Bluetooth: Core ver 2.16
[  889.879859] NET: Registered protocol family 31
[  889.879865] Bluetooth: HCI device and connection manager initialized
[  889.879871] Bluetooth: HCI socket layer initialized
[  889.879876] Bluetooth: L2CAP socket layer initialized
[  889.879890] Bluetooth: SCO socket layer initialized
[  897.506385] ehci_hcd 0000:00:1d.0: power state changed by ACPI to D2
[  899.686235] ehci_hcd 0000:00:1a.0: power state changed by ACPI to D2
[ 1081.589714] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[ 1084.721086] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 1084.721156] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 1090.922827] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[ 1090.922980] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
[ 1091.044239] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 1091.378494] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[ 1091.478886] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[ 1091.480111] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 1091.782043] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[ 1091.882283] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[ 1091.882587] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 1094.857584] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[ 1099.107464] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 1099.107550] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 3660.087029] ata1.00: exception Emask 0x0 SAct 0x3 SErr 0x40000 action 0x6 frozen
[ 3660.087049] ata1: SError: { CommWake }
[ 3660.087056] ata1.00: failed command: WRITE FPDMA QUEUED
[ 3660.087070] ata1.00: cmd 61/28:00:d8:75:3e/00:00:0c:00:00/40 tag 0 ncq 20480 out
[ 3660.087070]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 3660.087075] ata1.00: status: { DRDY }
[ 3660.087080] ata1.00: failed command: WRITE FPDMA QUEUED
[ 3660.087088] ata1.00: cmd 61/50:08:10:73:ab/00:00:0c:00:00/40 tag 1 ncq 40960 out
[ 3660.087088]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 3660.087091] ata1.00: status: { DRDY }
[ 3660.087099] ata1: hard resetting link
[ 3660.391483] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 3660.520637] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 3660.520651] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 3660.520658] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 3660.550711] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 3660.550722] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 3660.550729] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 3660.557480] ata1.00: configured for UDMA/133
[ 3660.557814] ata1.00: device reported invalid CHS sector 0
[ 3660.557822] ata1.00: device reported invalid CHS sector 0
[ 3660.557842] sd 0:0:0:0: [sda]  
[ 3660.557847] Result: hostbyte=0x00 driverbyte=0x08
[ 3660.557852] sd 0:0:0:0: [sda]  
[    3.512834] ACPI: Invalid Power Resource to register!
[ 3660.557855] Sense Key : 0xb [current] [descriptor]
[ 3660.557864] Descriptor sense data with sense descriptors (in hex):
[ 3660.557868]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 
[ 3660.557886]         00 00 00 00 
[ 3660.557895] sd 0:0:0:0: [sda]  
[ 3660.557898] ASC=0x0 ASCQ=0x0
[ 3660.557904] sd 0:0:0:0: [sda] CDB: 
[ 3660.557906] cdb[0]=0x2a: 2a 00 0c 3e 75 d8 00 00 28 00
[ 3660.557923] end_request: I/O error, dev sda, sector 205419992
[ 3660.557942] Buffer I/O error on device sda9, logical block 1237559
[ 3660.557950] Buffer I/O error on device sda9, logical block 1237560
[ 3660.557953] Buffer I/O error on device sda9, logical block 1237561
[ 3660.557956] Buffer I/O error on device sda9, logical block 1237562
[ 3660.557957] Buffer I/O error on device sda9, logical block 1237563
[ 3660.557967] EXT4-fs warning (device sda9): ext4_end_bio:250: I/O error writing to inode 795189 (offset 0 size 20480 starting block 25677504)
[ 3660.557985] sd 0:0:0:0: [sda]  
[ 3660.557986] Result: hostbyte=0x00 driverbyte=0x08
[ 3660.557988] sd 0:0:0:0: [sda]  
[ 3660.557989] Sense Key : 0xb [current] [descriptor]
[ 3660.557992] Descriptor sense data with sense descriptors (in hex):
[ 3660.557993]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 
[ 3660.558001]         00 00 00 00 
[ 3660.558005] sd 0:0:0:0: [sda]  
[ 3660.558006] ASC=0x0 ASCQ=0x0
[ 3660.558008] sd 0:0:0:0: [sda] CDB: 
[ 3660.558009] cdb[0]=0x2a: 2a 00 0c ab 73 10 00 00 50 00
[ 3660.558016] end_request: I/O error, dev sda, sector 212562704
[ 3660.558031] ata1: EH complete
[ 3660.558067] Aborting journal on device sda9-8.
[ 3660.558071] EXT4-fs error (device sda9) in ext4_reserve_inode_write:4543: Journal has aborted
[ 3660.558133] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3660.558456] EXT4-fs error (device sda9) in ext4_orphan_add:2422: Journal has aborted
[ 3660.559219] EXT4-fs error (device sda9) in ext4_reserve_inode_write:4543: Journal has aborted
[ 3660.559230] EXT4-fs error (device sda9): ext4_journal_start_sb:348: Detected aborted journal
[ 3660.559252] EXT4-fs (sda9): Remounting filesystem read-only
[ 5714.704702] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[ 5723.457642] ehci_hcd 0000:00:1a.0: power state changed by ACPI to D2
[ 5727.104589] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[ 5727.388157] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[ 5732.729641] usb 2-1.2: new high-speed USB device number 3 using ehci_hcd
[ 5732.831456] scsi6 : usb-storage 2-1.2:1.0
[ 5733.834996] scsi 6:0:0:0: Direct-Access     Generic  USB  SD Reader   1.00 PQ: 0 ANSI: 0 CCS
[ 5733.838741] sd 6:0:0:0: [sdb] 15556608 512-byte logical blocks: (7.96 GB/7.41 GiB)
[ 5733.839959] sd 6:0:0:0: [sdb] Write Protect is off
[ 5733.839973] sd 6:0:0:0: [sdb] Mode Sense: 4b 00 00 08
[ 5733.840519] sd 6:0:0:0: [sdb] No Caching mode page present
[ 5733.840530] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 5733.844110] sd 6:0:0:0: [sdb] No Caching mode page present
[ 5733.844126] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 5733.845612]  sdb: sdb1
[ 5733.847684] sd 6:0:0:0: [sdb] No Caching mode page present
[ 5733.847691] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 5733.847698] sd 6:0:0:0: [sdb] Attached SCSI removable disk

[-- Attachment #3: kernel36rc3faillspciBad --]
[-- Type: text/plain, Size: 1869 bytes --]

00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:16.3 Serial controller: Intel Corporation 6 Series/C200 Series Chipset Family KT Controller (rev 04)
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b4)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b4)
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b4)
00:1c.6 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 7 (rev b4)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation QM67 Express Chipset Family LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 04)
03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 (rev 34)
0d:00.0 SD Host controller: Ricoh Co Ltd PCIe SDXC/MMC Host Controller (rev 04)
0e:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04)

[-- Attachment #4: kernel36rc3faillspci --]
[-- Type: text/plain, Size: 1851 bytes --]

00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:16.3 Serial controller: Intel Corporation 6 Series/C200 Series Chipset Family KT Controller (rev 04)
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b4)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b4)
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b4)
00:1c.6 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 7 (rev b4)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation QM67 Express Chipset Family LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 04)
03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 (rev 34)
0d:00.0 SD Host controller: Ricoh Co Ltd Device e823 (rev ff)
0e:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev ff)

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

* Re: Storage related regression in linux-next 20120824
  2012-08-27 17:56     ` Arvydas Sidorenko
@ 2012-09-09  7:38       ` Hugh Dickins
  2012-09-09 20:11         ` Arvydas Sidorenko
  0 siblings, 1 reply; 13+ messages in thread
From: Hugh Dickins @ 2012-09-09  7:38 UTC (permalink / raw)
  To: Arvydas Sidorenko
  Cc: Jeff Garzik, Zheng Liu, linux-kernel, IDE/ATA development list

On Mon, 27 Aug 2012, Arvydas Sidorenko wrote:
> On 08/27/2012 06:39 PM, Arvydas Sidorenko wrote:
> > > Can you pastebin 'dmesg' and 'lspci'?  Did this occur only once, or is
> > > it reproducible?
> > > 
> > >       Jeff
> > It does happen every time when booting into -next 20120824.

I don't know what went into next-20120824 versus next-20120813 (which
you reported to be good), but I'm seeing similar behaviour on PowerMac
G5 on Thursday's mmotm based on next-20120907 - critical target error,
root remounted read-only, the reboot with good kernel then has to fsck
(although fsck doesn't find anything interesting to fix in my case).

> > [   11.035530] sd 0:0:0:0: [sda]
> > [   11.035533] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
> > [   11.035535] sd 0:0:0:0: [sda]
> > [   11.035536] Sense Key : Illegal Request [current]
> > [   11.035539] sd 0:0:0:0: [sda]
> > [   11.035541] Add. Sense: Invalid field in cdb
> > [   11.035543] sd 0:0:0:0: [sda] CDB:
> > [   11.035544] Write(10): 2a 08 0b ad d1 78 00 00 08 00
> > [   11.035550] end_request: critical target error, dev sda, sector
> > 195940728
> > [   11.035552] end_request: critical target error, dev sda, sector
> > 195940728
> > [   11.035557] Aborting journal on device sda4-8.
> > [   11.046413] EXT4-fs error (device sda4): ext4_journal_start_sb:348:
> > Detected aborted journal
> > [   11.046418] EXT4-fs (sda4): Remounting filesystem read-only
> > 
> I believe the problem is in SCSI. Mode sense command catches my attention:
>     [    3.955397] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 10
> All logs from older kernels has different mode page code: 00 3a 00 00
> 
> sg_modes from broken kernel shows DPOFUA set, which is 0x10th bit.
> Anyone knowing SCSI better could tell if that might cause the problems?

I think you know your way around SCSI/libata much better than I do.

I just bisected linux-next, and it comes down to the commit below, which
introduces the regression for me, and I'm guessing for you also.  Maybe
it can be fixed up to satisfy us, but otherwise will have to be reverted:
we don't invert a default if it's going to break older working systems.

A good workaround for me meanwhile is to add boot option "libata.fua=0":
please try that (or reverting the commit) and let us know the result.

Thanks,
Hugh

commit 91895b786e631ab47b618c901231f22b5a44115b
Author: Zheng Liu <wenqing.lz@taobao.com>
Date:   Tue May 8 11:24:03 2012 +0800

    libata: enable SATA disk fua detection on default
    
    Currently, SATA disk fua detection is disabled on default because most of
    devices don't support this feature at that time.  With the development of
    technology, more and more SATA disks support this feature.  So now we can enable
    this detection on default.
    
    Although fua detection is defined as a kernel module parameter, it is too hard
    to set its value because it must be loaded and set before system starts up.
    That needs to modify initrd file.  So it is inconvenient for administrator who
    needs to manage a huge number of servers.
    
    Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
    Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 5eee1c1..c3fbdca 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -135,9 +135,9 @@ int atapi_passthru16 = 1;
 module_param(atapi_passthru16, int, 0444);
 MODULE_PARM_DESC(atapi_passthru16, "Enable ATA_16 passthru for ATAPI devices (0=off, 1=on [default])");
 
-int libata_fua = 0;
+int libata_fua = 1;
 module_param_named(fua, libata_fua, int, 0444);
-MODULE_PARM_DESC(fua, "FUA support (0=off [default], 1=on)");
+MODULE_PARM_DESC(fua, "FUA support (0=off, 1=on [default])");
 
 static int ata_ignore_hpa;
 module_param_named(ignore_hpa, ata_ignore_hpa, int, 0644);

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

* Re: Storage related regression in linux-next 20120824
  2012-09-09  7:38       ` Hugh Dickins
@ 2012-09-09 20:11         ` Arvydas Sidorenko
  2012-09-09 20:28           ` Jeff Garzik
  0 siblings, 1 reply; 13+ messages in thread
From: Arvydas Sidorenko @ 2012-09-09 20:11 UTC (permalink / raw)
  To: Hugh Dickins
  Cc: Jeff Garzik, Zheng Liu, linux-kernel, IDE/ATA development list

> I think you know your way around SCSI/libata much better than I do.
>
> I just bisected linux-next, and it comes down to the commit below, which
> introduces the regression for me, and I'm guessing for you also.  Maybe
> it can be fixed up to satisfy us, but otherwise will have to be reverted:
> we don't invert a default if it's going to break older working systems.
>
> A good workaround for me meanwhile is to add boot option "libata.fua=0":
> please try that (or reverting the commit) and let us know the result.
>
> Thanks,
> Hugh
>
> commit 91895b786e631ab47b618c901231f22b5a44115b
> Author: Zheng Liu <wenqing.lz@taobao.com>
> Date:   Tue May 8 11:24:03 2012 +0800
>
>     libata: enable SATA disk fua detection on default
>
>     Currently, SATA disk fua detection is disabled on default because most of
>     devices don't support this feature at that time.  With the development of
>     technology, more and more SATA disks support this feature.  So now we can enable
>     this detection on default.
>
>     Although fua detection is defined as a kernel module parameter, it is too hard
>     to set its value because it must be loaded and set before system starts up.
>     That needs to modify initrd file.  So it is inconvenient for administrator who
>     needs to manage a huge number of servers.
>
>     Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
>     Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
>
> diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
> index 5eee1c1..c3fbdca 100644
> --- a/drivers/ata/libata-core.c
> +++ b/drivers/ata/libata-core.c
> @@ -135,9 +135,9 @@ int atapi_passthru16 = 1;
>  module_param(atapi_passthru16, int, 0444);
>  MODULE_PARM_DESC(atapi_passthru16, "Enable ATA_16 passthru for ATAPI devices (0=off, 1=on [default])");
>
> -int libata_fua = 0;
> +int libata_fua = 1;
>  module_param_named(fua, libata_fua, int, 0444);
> -MODULE_PARM_DESC(fua, "FUA support (0=off [default], 1=on)");
> +MODULE_PARM_DESC(fua, "FUA support (0=off, 1=on [default])");
>
>  static int ata_ignore_hpa;
>  module_param_named(ignore_hpa, ata_ignore_hpa, int, 0644);

Indeed, disabling FUA explicitly solved the issue on my disk as well.
Hugh, what hard drive you have this issue on?

I believe there are two solutions:
- Revert FUA default back to '0'
- Start filling SATA drive blacklist in function:
> static int ata_dev_supports_fua(u16 *id)

Arvydas

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

* Re: Storage related regression in linux-next 20120824
  2012-09-09 20:11         ` Arvydas Sidorenko
@ 2012-09-09 20:28           ` Jeff Garzik
  2012-09-09 20:36             ` Hugh Dickins
  2012-09-10 17:43             ` Hugh Dickins
  0 siblings, 2 replies; 13+ messages in thread
From: Jeff Garzik @ 2012-09-09 20:28 UTC (permalink / raw)
  To: Arvydas Sidorenko
  Cc: Hugh Dickins, Zheng Liu, linux-kernel, IDE/ATA development list,
	Linus Torvalds

On 09/09/2012 04:11 PM, Arvydas Sidorenko wrote:
>> I think you know your way around SCSI/libata much better than I do.
>>
>> I just bisected linux-next, and it comes down to the commit below, which
>> introduces the regression for me, and I'm guessing for you also.  Maybe
>> it can be fixed up to satisfy us, but otherwise will have to be reverted:
>> we don't invert a default if it's going to break older working systems.
>>
>> A good workaround for me meanwhile is to add boot option "libata.fua=0":
>> please try that (or reverting the commit) and let us know the result.
>>
>> Thanks,
>> Hugh
>>
>> commit 91895b786e631ab47b618c901231f22b5a44115b
>> Author: Zheng Liu <wenqing.lz@taobao.com>
>> Date:   Tue May 8 11:24:03 2012 +0800
>>
>>      libata: enable SATA disk fua detection on default
>>
>>      Currently, SATA disk fua detection is disabled on default because most of
>>      devices don't support this feature at that time.  With the development of
>>      technology, more and more SATA disks support this feature.  So now we can enable
>>      this detection on default.
>>
>>      Although fua detection is defined as a kernel module parameter, it is too hard
>>      to set its value because it must be loaded and set before system starts up.
>>      That needs to modify initrd file.  So it is inconvenient for administrator who
>>      needs to manage a huge number of servers.
>>
>>      Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
>>      Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
>>
>> diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
>> index 5eee1c1..c3fbdca 100644
>> --- a/drivers/ata/libata-core.c
>> +++ b/drivers/ata/libata-core.c
>> @@ -135,9 +135,9 @@ int atapi_passthru16 = 1;
>>   module_param(atapi_passthru16, int, 0444);
>>   MODULE_PARM_DESC(atapi_passthru16, "Enable ATA_16 passthru for ATAPI devices (0=off, 1=on [default])");
>>
>> -int libata_fua = 0;
>> +int libata_fua = 1;
>>   module_param_named(fua, libata_fua, int, 0444);
>> -MODULE_PARM_DESC(fua, "FUA support (0=off [default], 1=on)");
>> +MODULE_PARM_DESC(fua, "FUA support (0=off, 1=on [default])");
>>
>>   static int ata_ignore_hpa;
>>   module_param_named(ignore_hpa, ata_ignore_hpa, int, 0644);
>
> Indeed, disabling FUA explicitly solved the issue on my disk as well.
> Hugh, what hard drive you have this issue on?
>
> I believe there are two solutions:
> - Revert FUA default back to '0'
> - Start filling SATA drive blacklist in function:

I think the right thing to do for release is disable it (again), then we 
can try again later with better logic.

I'll send Linus a patch to disable.

It is entirely possible that this is a software problem, where we 
missing some detail turning on FUA (thereby engaging some less traveled 
core block layer machinery), or even a remote possibility of triggering 
a filesystem bug.

	Jeff






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

* Re: Storage related regression in linux-next 20120824
  2012-09-09 20:28           ` Jeff Garzik
@ 2012-09-09 20:36             ` Hugh Dickins
  2012-09-09 20:50               ` Jeff Garzik
  2012-09-10 17:43             ` Hugh Dickins
  1 sibling, 1 reply; 13+ messages in thread
From: Hugh Dickins @ 2012-09-09 20:36 UTC (permalink / raw)
  To: Jeff Garzik
  Cc: Arvydas Sidorenko, Zheng Liu, linux-kernel,
	IDE/ATA development list, Linus Torvalds

On Sun, Sep 9, 2012 at 1:28 PM, Jeff Garzik <jgarzik@pobox.com> wrote:
> I'll send Linus a patch to disable.

Thanks, but no, the change in question hasn't reached Linus yet, it's
just a linux-next or mmotm thing - isn't it?

I'll reply again later, but just about to rush out, and thought it
best to clear this up quickly.

Hugh

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

* Re: Storage related regression in linux-next 20120824
  2012-09-09 20:36             ` Hugh Dickins
@ 2012-09-09 20:50               ` Jeff Garzik
  2012-09-12  4:36                 ` Zheng Liu
  0 siblings, 1 reply; 13+ messages in thread
From: Jeff Garzik @ 2012-09-09 20:50 UTC (permalink / raw)
  To: Hugh Dickins
  Cc: Arvydas Sidorenko, Zheng Liu, linux-kernel,
	IDE/ATA development list, Linus Torvalds

On 09/09/2012 04:36 PM, Hugh Dickins wrote:
> On Sun, Sep 9, 2012 at 1:28 PM, Jeff Garzik <jgarzik@pobox.com> wrote:
>> I'll send Linus a patch to disable.
>
> Thanks, but no, the change in question hasn't reached Linus yet, it's
> just a linux-next or mmotm thing - isn't it?

Yep, libata-dev#upstream.  Sorry, got my own branches confused for a 
second there.

	Jeff





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

* Re: Storage related regression in linux-next 20120824
  2012-09-09 20:28           ` Jeff Garzik
  2012-09-09 20:36             ` Hugh Dickins
@ 2012-09-10 17:43             ` Hugh Dickins
  1 sibling, 0 replies; 13+ messages in thread
From: Hugh Dickins @ 2012-09-10 17:43 UTC (permalink / raw)
  To: Jeff Garzik
  Cc: Arvydas Sidorenko, Dieter Ries, Zheng Liu, linux-kernel,
	IDE/ATA development list, Linus Torvalds

On Sun, 9 Sep 2012, Jeff Garzik wrote:
> On 09/09/2012 04:11 PM, Arvydas Sidorenko wrote:
> > > I think you know your way around SCSI/libata much better than I do.
> > > 
> > > I just bisected linux-next, and it comes down to the commit below, which
> > > introduces the regression for me, and I'm guessing for you also.  Maybe
> > > it can be fixed up to satisfy us, but otherwise will have to be reverted:
> > > we don't invert a default if it's going to break older working systems.
> > > 
> > > A good workaround for me meanwhile is to add boot option "libata.fua=0":
> > > please try that (or reverting the commit) and let us know the result.
> > > 
> > > Thanks,
> > > Hugh
> > > 
> > > commit 91895b786e631ab47b618c901231f22b5a44115b
> > > Author: Zheng Liu <wenqing.lz@taobao.com>
> > > Date:   Tue May 8 11:24:03 2012 +0800
> > > 
> > >      libata: enable SATA disk fua detection on default
> > > 
> > >      Currently, SATA disk fua detection is disabled on default because
> > > most of
> > >      devices don't support this feature at that time.  With the
> > > development of
> > >      technology, more and more SATA disks support this feature.  So now
> > > we can enable
> > >      this detection on default.
> > > 
> > >      Although fua detection is defined as a kernel module parameter, it
> > > is too hard
> > >      to set its value because it must be loaded and set before system
> > > starts up.
> > >      That needs to modify initrd file.  So it is inconvenient for
> > > administrator who
> > >      needs to manage a huge number of servers.
> > > 
> > >      Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
> > >      Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
> > > 
> > > diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
> > > index 5eee1c1..c3fbdca 100644
> > > --- a/drivers/ata/libata-core.c
> > > +++ b/drivers/ata/libata-core.c
> > > @@ -135,9 +135,9 @@ int atapi_passthru16 = 1;
> > >   module_param(atapi_passthru16, int, 0444);
> > >   MODULE_PARM_DESC(atapi_passthru16, "Enable ATA_16 passthru for ATAPI
> > > devices (0=off, 1=on [default])");
> > > 
> > > -int libata_fua = 0;
> > > +int libata_fua = 1;
> > >   module_param_named(fua, libata_fua, int, 0444);
> > > -MODULE_PARM_DESC(fua, "FUA support (0=off [default], 1=on)");
> > > +MODULE_PARM_DESC(fua, "FUA support (0=off, 1=on [default])");
> > > 
> > >   static int ata_ignore_hpa;
> > >   module_param_named(ignore_hpa, ata_ignore_hpa, int, 0644);
> > 
> > Indeed, disabling FUA explicitly solved the issue on my disk as well.

Good, thanks for letting us know.

> > Hugh, what hard drive you have this issue on?

The machine is a PowerMac G5, and here are (I think)
the relevant lines from dmesg (from a libata.fua=0 bootup):

ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: ATA-7: WDC WD2500JS-41MVB1, 10.02E01, max UDMA/133
ata1.00: 488397168 sectors, multi 16: LBA48 
ata1.00: configured for UDMA/133
scsi 0:0:0:0: Direct-Access     ATA      WDC WD2500JS-41M 10.0 PQ: 0 ANSI: 5
sd 0:0:0:0: Attached scsi generic sg0 type 0
sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sda: [mac] sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 sda14 sda15
sd 0:0:0:0: [sda] Attached SCSI disk

I have not jotted down the more interesting lines near the critical
target failure on a bad libata.fua=1 boot, but can certainly do so
later if we think they may help. 

> > 
> > I believe there are two solutions:
> > - Revert FUA default back to '0'
> > - Start filling SATA drive blacklist in function:
> 
> I think the right thing to do for release is disable it (again), then we can
> try again later with better logic.
> 
> I'll send Linus a patch to disable.

We've got some time to play before it goes to Linus (agreed in later mail),
and we've got a good libata.fua=0 workaround for now, with only Arvydas and
me complaining (there was a report from Dieter Ries in the thread, but that
was actually on 3.6-rc3, so must be something else).

So I think it would be okay to keep the commit in your tree for the moment,
if anyone has ideas of what we could try out.  Looking at the code, I see
that libata.fua=1 _ought_ to be harmless, but somehow is not.

I notice in the dmesg above that the SCSI end is reporting "doesn't support
DPO or FUA" whereas the ATA must be believing that FUA is supported on that
device.

I'm probably making a fool of myself by speculating in this area,
but I wonder if we could update the ATA view from the SCSI view
once it's known.

> 
> It is entirely possible that this is a software problem, where we missing
> some detail turning on FUA (thereby engaging some less traveled core block
> layer machinery), or even a remote possibility of triggering a filesystem
> bug.

Please let me know if you have anything for me to try,
or just want more debug output to help.

Thanks,
Hugh

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

* Re: Storage related regression in linux-next 20120824
  2012-09-09 20:50               ` Jeff Garzik
@ 2012-09-12  4:36                 ` Zheng Liu
  0 siblings, 0 replies; 13+ messages in thread
From: Zheng Liu @ 2012-09-12  4:36 UTC (permalink / raw)
  To: Jeff Garzik
  Cc: Hugh Dickins, Arvydas Sidorenko, Zheng Liu, linux-kernel,
	IDE/ATA development list, Linus Torvalds

On Sun, Sep 09, 2012 at 04:50:47PM -0400, Jeff Garzik wrote:
> On 09/09/2012 04:36 PM, Hugh Dickins wrote:
> >On Sun, Sep 9, 2012 at 1:28 PM, Jeff Garzik <jgarzik@pobox.com> wrote:
> >>I'll send Linus a patch to disable.
> >
> >Thanks, but no, the change in question hasn't reached Linus yet, it's
> >just a linux-next or mmotm thing - isn't it?
> 
> Yep, libata-dev#upstream.  Sorry, got my own branches confused for a
> second there.

Sorry for delay reply.  In our product system, we tested a lot of
different brands of SATA disks, and it is OK after fua is enabled on
default.  Certainly we can't test all disks. :-(

So I think we quite have to revert my patch now, and try to fix the
current problem.

Regards,
Zheng

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

end of thread, other threads:[~2012-09-12  4:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-27  8:59 Storage related regression in linux-next 20120824 Arvydas Sidorenko
2012-08-27 14:40 ` Jeff Garzik
2012-08-27 16:39   ` Dieter Ries
2012-08-29 21:58     ` Storage regression in v3.6-rc3 was: " Dieter Ries
2012-08-27 16:39   ` Arvydas Sidorenko
2012-08-27 17:56     ` Arvydas Sidorenko
2012-09-09  7:38       ` Hugh Dickins
2012-09-09 20:11         ` Arvydas Sidorenko
2012-09-09 20:28           ` Jeff Garzik
2012-09-09 20:36             ` Hugh Dickins
2012-09-09 20:50               ` Jeff Garzik
2012-09-12  4:36                 ` Zheng Liu
2012-09-10 17:43             ` Hugh Dickins

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).