EXT4: new warnings from 4.3.0-rc2

From: Chris Clayton
Date: Mon Sep 21 2015 - 04:59:47 EST


Hi,

I've just built and booted 4.3.0-rc2 and I'm seeing the following new messages on the console during boot up:

[ 2.481399] EXT4-fs (sda2): couldn't mount as ext3 due to feature incompatibilities
[ 2.482426] EXT4-fs (sda2): couldn't mount as ext2 due to feature incompatibilities

They are immediately followed by:

[ 2.507948] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 3.549523] EXT4-fs (sda2): re-mounted. Opts: (null)

and they are the messages I normally see (from 4.2.0 and earlier).

sda2 is my root partition and is mounted OK, so my system is operating as before, but I thought you would want a heads
up about these (slightly alarming) new console messages.

The output from dmesg is attached, in case it helps.

Chris
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 4.3.0-rc2 (chris@laptop) (gcc version 5.2.1 20150915 (GCC) ) #251 SMP PREEMPT Mon Sep 21 07:50:42 BST 2015
[ 0.000000] Command line: root=/dev/sda2 ro resume=/dev/sda6
[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 0x340 bytes, using 'standard' format.
[ 0.000000] x86/fpu: Using 'eager' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000d7216fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d7217000-0x00000000d721dfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000d721e000-0x00000000d7a0cfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d7a0d000-0x00000000d7ca1fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d7ca2000-0x00000000db4dffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000db4e0000-0x00000000db82dfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000db82e000-0x00000000db88afff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000db88b000-0x00000000db9bcfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000db9bd000-0x00000000dbffefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000dbfff000-0x00000000dbffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000dd000000-0x00000000df1fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041fdfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: Notebook W65_67SZ /W65_67SZ , BIOS 1.03.05 02/26/2014
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x41fe00 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-E7FFF uncachable
[ 0.000000] E8000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0000000000 mask 7C00000000 write-back
[ 0.000000] 1 base 0400000000 mask 7FE0000000 write-back
[ 0.000000] 2 base 00E0000000 mask 7FE0000000 uncachable
[ 0.000000] 3 base 00DE000000 mask 7FFE000000 uncachable
[ 0.000000] 4 base 00DD000000 mask 7FFF000000 uncachable
[ 0.000000] 5 base 041FE00000 mask 7FFFE00000 uncachable
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] e820: update [mem 0xdd000000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xdc000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fd820-0x000fd82f] mapped at [ffff8800000fd820]
[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x019c4000, 0x019c4fff] PGTABLE
[ 0.000000] BRK [0x019c5000, 0x019c5fff] PGTABLE
[ 0.000000] BRK [0x019c6000, 0x019c6fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x41fc00000-0x41fdfffff]
[ 0.000000] [mem 0x41fc00000-0x41fdfffff] page 2M
[ 0.000000] BRK [0x019c7000, 0x019c7fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x400000000-0x41fbfffff]
[ 0.000000] [mem 0x400000000-0x41fbfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x3e0000000-0x3ffffffff]
[ 0.000000] [mem 0x3e0000000-0x3ffffffff] page 1G
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xd7216fff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
[ 0.000000] [mem 0x40000000-0xbfffffff] page 1G
[ 0.000000] [mem 0xc0000000-0xd71fffff] page 2M
[ 0.000000] [mem 0xd7200000-0xd7216fff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xd721e000-0xd7a0cfff]
[ 0.000000] [mem 0xd721e000-0xd73fffff] page 4k
[ 0.000000] [mem 0xd7400000-0xd79fffff] page 2M
[ 0.000000] [mem 0xd7a00000-0xd7a0cfff] page 4k
[ 0.000000] BRK [0x019c8000, 0x019c8fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0xd7ca2000-0xdb4dffff]
[ 0.000000] [mem 0xd7ca2000-0xd7dfffff] page 4k
[ 0.000000] [mem 0xd7e00000-0xdb3fffff] page 2M
[ 0.000000] [mem 0xdb400000-0xdb4dffff] page 4k
[ 0.000000] BRK [0x019c9000, 0x019c9fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0xdb82e000-0xdb88afff]
[ 0.000000] [mem 0xdb82e000-0xdb88afff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xdbfff000-0xdbffffff]
[ 0.000000] [mem 0xdbfff000-0xdbffffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x3dfffffff]
[ 0.000000] [mem 0x100000000-0x3dfffffff] page 1G
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 0x00000000DB993088 00008C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000DB99FEA8 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x00000000DB9931A8 00CCFA (v02 ALASKA A M I 00000024 INTL 20091112)
[ 0.000000] ACPI: FACS 0x00000000DB9BB080 000040
[ 0.000000] ACPI: APIC 0x00000000DB99FFB8 000092 (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x00000000DB9A0050 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: ASF! 0x00000000DB9A0098 0000A5 (v32 INTEL HCG 00000001 TFSM 000F4240)
[ 0.000000] ACPI: SSDT 0x00000000DB9A0140 000F92 (v01 TrmRef PtidDevc 00001000 INTL 20091112)
[ 0.000000] ACPI: SSDT 0x00000000DB9A10D8 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 0.000000] ACPI: SSDT 0x00000000DB9A1618 000AD8 (v01 PmRef CpuPm 00003000 INTL 20051117)
[ 0.000000] ACPI: MCFG 0x00000000DB9A20F0 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
[ 0.000000] ACPI: HPET 0x00000000DB9A2130 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
[ 0.000000] ACPI: SSDT 0x00000000DB9A2168 000315 (v01 SataRe SataTabl 00001000 INTL 20091112)
[ 0.000000] ACPI: SSDT 0x00000000DB9A2480 001BFB (v01 SaSsdt SaSsdt 00003000 INTL 20091112)
[ 0.000000] ACPI: SSDT 0x00000000DB9A4080 000EA8 (v01 SgRef SgPeg 00001000 INTL 20091112)
[ 0.000000] ACPI: DMAR 0x00000000DB9A4F28 000090 (v01 INTEL HSW 00000001 INTL 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] [ffffea0000000000-ffffea00107fffff] PMD -> [ffff88040f400000-ffff88041f3fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000041fdfffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009cfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000d7216fff]
[ 0.000000] node 0: [mem 0x00000000d721e000-0x00000000d7a0cfff]
[ 0.000000] node 0: [mem 0x00000000d7ca2000-0x00000000db4dffff]
[ 0.000000] node 0: [mem 0x00000000db82e000-0x00000000db88afff]
[ 0.000000] node 0: [mem 0x00000000dbfff000-0x00000000dbffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000041fdfffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000041fdfffff]
[ 0.000000] On node 0 totalpages: 4173886
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 13963 pages used for memmap
[ 0.000000] DMA32 zone: 893602 pages, LIFO batch:31
[ 0.000000] Normal zone: 51192 pages used for memmap
[ 0.000000] Normal zone: 3276288 pages, LIFO batch:31
[ 0.000000] Reserving Intel graphics stolen memory at 0xdd200000-0xdf1fffff
[ 0.000000] ACPI: PM-Timer IO Port: 0x1808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 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: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xd7217000-0xd721dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xd7a0d000-0xd7ca1fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdb4e0000-0xdb82dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdb88b000-0xdb9bcfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdb9bd000-0xdbffefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdc000000-0xdcffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdd000000-0xdf1fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdf200000-0xf7ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.000000] e820: [mem 0xdf200000-0xf7ffffff] available for PCI devices
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff88041fa00000 s85272 r8192 d29416 u262144
[ 0.000000] pcpu-alloc: s85272 r8192 d29416 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4108646
[ 0.000000] Kernel command line: root=/dev/sda2 ro resume=/dev/sda6
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.000000] Memory: 16331528K/16695544K available (5966K kernel code, 549K rwdata, 2128K rodata, 788K init, 516K bss, 364016K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] NR_IRQS:4352 nr_irqs:488 16
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2494.238 MHz processor
[ 0.000018] Calibrating delay loop (skipped), value calculated using timer frequency.. 4988.47 BogoMIPS (lpj=9976952)
[ 0.000119] pid_max: default: 32768 minimum: 301
[ 0.000168] ACPI: Core revision 20150818
[ 0.006367] ACPI: 7 ACPI AML tables successfully acquired and loaded
[ 0.006498] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.006550] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.006754] CPU: Physical Processor ID: 0
[ 0.006801] CPU: Processor Core ID: 0
[ 0.006849] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.006899] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.007708] mce: CPU supports 9 MCE banks
[ 0.007764] CPU0: Thermal monitoring enabled (TM1)
[ 0.007818] process: using mwait in idle threads
[ 0.007867] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[ 0.007917] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[ 0.008237] Freeing SMP alternatives memory: 24K (ffffffff8193b000 - ffffffff81941000)
[ 0.018272] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.058050] TSC deadline timer enabled
[ 0.058052] smpboot: CPU0: Intel(R) Core(TM) i7-4710MQ CPU @ 2.50GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[ 0.058220] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[ 0.058451] ... version: 3
[ 0.058498] ... bit width: 48
[ 0.058544] ... generic registers: 4
[ 0.058591] ... value mask: 0000ffffffffffff
[ 0.058640] ... max period: 0000ffffffffffff
[ 0.058688] ... fixed-purpose events: 3
[ 0.058735] ... event mask: 000000070000000f
[ 0.090151] x86: Booting SMP configuration:
[ 0.090199] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
[ 0.165595] x86: Booted up 1 node, 8 CPUs
[ 0.165695] smpboot: Total of 8 processors activated (39907.80 BogoMIPS)
[ 0.170551] devtmpfs: initialized
[ 0.170695] PM: Registering ACPI NVS region [mem 0xd7217000-0xd721dfff] (28672 bytes)
[ 0.170749] PM: Registering ACPI NVS region [mem 0xdb88b000-0xdb9bcfff] (1253376 bytes)
[ 0.170860] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.171028] NET: Registered protocol family 16
[ 0.182521] cpuidle: using governor ladder
[ 0.194523] cpuidle: using governor menu
[ 0.194630] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.194686] ACPI: bus type PCI registered
[ 0.194736] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.194819] PCI: Using configuration type 1 for base access
[ 0.195016] perf_event_intel: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[ 0.210719] ACPI: Added _OSI(Module Device)
[ 0.210770] ACPI: Added _OSI(Processor Device)
[ 0.210820] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.211664] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.214025] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.215582] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.215971] ACPI: Dynamic OEM Table Load:
[ 0.216084] ACPI: SSDT 0xFFFF88040DB21800 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 0.216674] ACPI: Dynamic OEM Table Load:
[ 0.216786] ACPI: SSDT 0xFFFF88040DAE2000 0005AA (v01 PmRef ApIst 00003000 INTL 20051117)
[ 0.217331] ACPI: Dynamic OEM Table Load:
[ 0.217440] ACPI: SSDT 0xFFFF88040DB4D600 000119 (v01 PmRef ApCst 00003000 INTL 20051117)
[ 0.218541] ACPI : EC: EC started
[ 0.218795] ACPI: Interpreter enabled
[ 0.218846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150818/hwxface-580)
[ 0.218977] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150818/hwxface-580)
[ 0.219114] ACPI: (supports S0 S3 S4 S5)
[ 0.219161] ACPI: Using IOAPIC for interrupt routing
[ 0.219224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.223698] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.223751] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments]
[ 0.223884] acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
[ 0.224132] PCI host bridge to bus 0000:00
[ 0.224180] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.224230] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.224282] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.224334] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.224387] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.224440] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.224493] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.224546] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 0.224599] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[ 0.224652] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[ 0.224705] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff window]
[ 0.224762] pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000
[ 0.224813] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[ 0.224833] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.224882] pci 0000:00:01.0: System wakeup disabled by ACPI
[ 0.224955] pci 0000:00:02.0: [8086:0416] type 00 class 0x030000
[ 0.224964] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit]
[ 0.224968] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.224971] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.225015] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[ 0.225023] pci 0000:00:03.0: reg 0x10: [mem 0xf7f14000-0xf7f17fff 64bit]
[ 0.225089] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[ 0.225110] pci 0000:00:14.0: reg 0x10: [mem 0xf7f00000-0xf7f0ffff 64bit]
[ 0.225149] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.225171] pci 0000:00:14.0: System wakeup disabled by ACPI
[ 0.225241] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[ 0.225264] pci 0000:00:16.0: reg 0x10: [mem 0xf7f1e000-0xf7f1e00f 64bit]
[ 0.225306] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.225355] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[ 0.225378] pci 0000:00:1a.0: reg 0x10: [mem 0xf7f1c000-0xf7f1c3ff]
[ 0.225436] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.225467] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 0.225538] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[ 0.225557] pci 0000:00:1b.0: reg 0x10: [mem 0xf7f10000-0xf7f13fff 64bit]
[ 0.225598] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.225621] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.225690] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[ 0.225734] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.225775] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.225844] pci 0000:00:1c.1: [8086:8c12] type 01 class 0x060400
[ 0.225889] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.225928] pci 0000:00:1c.1: System wakeup disabled by ACPI
[ 0.225997] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
[ 0.226042] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.226081] pci 0000:00:1c.2: System wakeup disabled by ACPI
[ 0.226151] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[ 0.226196] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.226234] pci 0000:00:1c.3: System wakeup disabled by ACPI
[ 0.226308] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[ 0.226332] pci 0000:00:1d.0: reg 0x10: [mem 0xf7f1b000-0xf7f1b3ff]
[ 0.226390] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.226421] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.226493] pci 0000:00:1f.0: [8086:8c49] type 00 class 0x060100
[ 0.226617] pci 0000:00:1f.2: [8086:8c03] type 00 class 0x010601
[ 0.226634] pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7]
[ 0.226640] pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3]
[ 0.226645] pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097]
[ 0.226651] pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083]
[ 0.226656] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
[ 0.226662] pci 0000:00:1f.2: reg 0x24: [mem 0xf7f1a000-0xf7f1a7ff]
[ 0.226680] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.226719] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[ 0.226732] pci 0000:00:1f.3: reg 0x10: [mem 0xf7f19000-0xf7f190ff 64bit]
[ 0.226749] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
[ 0.226814] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.226902] acpiphp: Slot [1] registered
[ 0.226950] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.227037] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.227089] pci 0000:00:1c.1: bridge window [mem 0xf7e00000-0xf7efffff]
[ 0.227107] pci 0000:03:00.0: [10ec:5229] type 00 class 0xff0000
[ 0.227137] pci 0000:03:00.0: reg 0x10: [mem 0xf7e00000-0xf7e00fff]
[ 0.227227] pci 0000:03:00.0: supports D1 D2
[ 0.227228] pci 0000:03:00.0: PME# supported from D1 D2 D3hot
[ 0.227244] pci 0000:03:00.0: System wakeup disabled by ACPI
[ 0.234664] pci 0000:00:1c.2: PCI bridge to [bus 04]
[ 0.234719] pci 0000:00:1c.2: bridge window [mem 0xf7d00000-0xf7dfffff]
[ 0.234746] pci 0000:04:00.0: [8086:08b1] type 00 class 0x028000
[ 0.234801] pci 0000:04:00.0: reg 0x10: [mem 0xf7d00000-0xf7d01fff 64bit]
[ 0.234923] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.234946] pci 0000:04:00.0: System wakeup disabled by ACPI
[ 0.242679] pci 0000:00:1c.3: PCI bridge to [bus 05]
[ 0.242732] pci 0000:00:1c.3: bridge window [io 0xe000-0xefff]
[ 0.242735] pci 0000:00:1c.3: bridge window [mem 0xf7c00000-0xf7cfffff]
[ 0.242739] pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.242755] pci 0000:05:00.0: [10ec:5289] type 00 class 0xff0000
[ 0.242789] pci 0000:05:00.0: reg 0x10: [mem 0xf7c00000-0xf7c0ffff]
[ 0.242882] pci 0000:05:00.0: supports D1 D2
[ 0.242883] pci 0000:05:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.242903] pci 0000:05:00.0: System wakeup disabled by ACPI
[ 0.242989] pci 0000:05:00.2: [10ec:8168] type 00 class 0x020000
[ 0.243023] pci 0000:05:00.2: reg 0x10: [io 0xe000-0xe0ff]
[ 0.243051] pci 0000:05:00.2: reg 0x18: [mem 0xf0004000-0xf0004fff 64bit pref]
[ 0.243068] pci 0000:05:00.2: reg 0x20: [mem 0xf0000000-0xf0003fff 64bit pref]
[ 0.243109] pci 0000:05:00.2: supports D1 D2
[ 0.243110] pci 0000:05:00.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.243129] pci 0000:05:00.2: System wakeup disabled by ACPI
[ 0.250668] pci_bus 0000:00: on NUMA node 0
[ 0.251192] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.251622] ACPI: PCI Interrupt Link [LNKB] (IRQs *3 4 5 6 10 11 12 14 15)
[ 0.252048] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 10 11 12 14 15)
[ 0.252476] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.252885] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.253356] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.253827] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 0.254235] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.254770] ACPI: Enabled 4 GPEs in block 00 to 3F
[ 0.254899] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.254996] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.255047] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.255102] vgaarb: loaded
[ 0.255146] vgaarb: bridge control possible 0000:00:02.0
[ 0.255225] SCSI subsystem initialized
[ 0.255278] libata version 3.00 loaded.
[ 0.255281] ACPI: bus type USB registered
[ 0.255337] usbcore: registered new interface driver usbfs
[ 0.255391] usbcore: registered new interface driver hub
[ 0.255452] usbcore: registered new device driver usb
[ 0.255510] Linux video capture interface: v2.00
[ 0.255589] Advanced Linux Sound Architecture Driver Initialized.
[ 0.255641] PCI: Using ACPI for IRQ routing
[ 0.255688] PCI: pci_cache_line_size set to 64 bytes
[ 0.255735] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[ 0.255736] e820: reserve RAM buffer [mem 0xd7217000-0xd7ffffff]
[ 0.255736] e820: reserve RAM buffer [mem 0xd7a0d000-0xd7ffffff]
[ 0.255737] e820: reserve RAM buffer [mem 0xdb4e0000-0xdbffffff]
[ 0.255738] e820: reserve RAM buffer [mem 0xdb88b000-0xdbffffff]
[ 0.255738] e820: reserve RAM buffer [mem 0x41fe00000-0x41fffffff]
[ 0.255798] Bluetooth: Core ver 2.20
[ 0.255846] NET: Registered protocol family 31
[ 0.255894] Bluetooth: HCI device and connection manager initialized
[ 0.255945] Bluetooth: HCI socket layer initialized
[ 0.255994] Bluetooth: L2CAP socket layer initialized
[ 0.256044] Bluetooth: SCO socket layer initialized
[ 0.256129] clocksource: Switched to clocksource hpet
[ 0.256252] pnp: PnP ACPI init
[ 0.256332] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.256385] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.256553] system 00:01: [io 0x0680-0x069f] has been reserved
[ 0.256604] system 00:01: [io 0xffff] has been reserved
[ 0.256654] system 00:01: [io 0xffff] has been reserved
[ 0.256703] system 00:01: [io 0xffff] has been reserved
[ 0.256753] system 00:01: [io 0x1c00-0x1cfe] has been reserved
[ 0.256804] system 00:01: [io 0x1d00-0x1dfe] has been reserved
[ 0.256854] system 00:01: [io 0x1e00-0x1efe] has been reserved
[ 0.256905] system 00:01: [io 0x1f00-0x1ffe] has been reserved
[ 0.256955] system 00:01: [io 0x1800-0x18fe] could not be reserved
[ 0.257007] system 00:01: [io 0x164e-0x164f] has been reserved
[ 0.257057] system 00:01: [io 0x3322-0x3323] has been reserved
[ 0.257108] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.257120] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.257146] system 00:03: [io 0x1854-0x1857] has been reserved
[ 0.257197] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.257212] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.257262] pnp 00:05: Plug and Play ACPI device, IDs SYN1212 PNP0f13 (active)
[ 0.257287] system 00:06: [io 0x04d0-0x04d1] has been reserved
[ 0.257338] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.257543] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.257595] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.257647] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.257699] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.257751] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.257802] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.257854] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.257906] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.257958] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[ 0.258010] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.258062] system 00:07: [mem 0xf7ffe000-0xf7ffefff] has been reserved
[ 0.258114] system 00:07: [mem 0xf7fe0000-0xf7fe0fff] has been reserved
[ 0.258166] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.258300] pnp: PnP ACPI: found 8 devices
[ 0.263752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.263844] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.263896] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.263952] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.264003] pci 0000:00:1c.1: bridge window [mem 0xf7e00000-0xf7efffff]
[ 0.264060] pci 0000:00:1c.2: PCI bridge to [bus 04]
[ 0.264111] pci 0000:00:1c.2: bridge window [mem 0xf7d00000-0xf7dfffff]
[ 0.264170] pci 0000:00:1c.3: PCI bridge to [bus 05]
[ 0.264220] pci 0000:00:1c.3: bridge window [io 0xe000-0xefff]
[ 0.264273] pci 0000:00:1c.3: bridge window [mem 0xf7c00000-0xf7cfffff]
[ 0.264326] pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.264383] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.264384] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.264385] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.264386] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[ 0.264387] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[ 0.264387] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[ 0.264388] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[ 0.264389] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff window]
[ 0.264390] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff window]
[ 0.264391] pci_bus 0000:00: resource 13 [mem 0xdf200000-0xfeafffff window]
[ 0.264392] pci_bus 0000:03: resource 1 [mem 0xf7e00000-0xf7efffff]
[ 0.264393] pci_bus 0000:04: resource 1 [mem 0xf7d00000-0xf7dfffff]
[ 0.264393] pci_bus 0000:05: resource 0 [io 0xe000-0xefff]
[ 0.264394] pci_bus 0000:05: resource 1 [mem 0xf7c00000-0xf7cfffff]
[ 0.264395] pci_bus 0000:05: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.264412] NET: Registered protocol family 2
[ 0.264538] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.264690] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.264826] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.264888] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.264961] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.265057] NET: Registered protocol family 1
[ 0.265113] pci 0000:00:02.0: Video device with shadowed ROM
[ 0.265190] PCI: CLS 64 bytes, default 64
[ 0.265200] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.265252] software IO TLB [mem 0xd3217000-0xd7217000] (64MB) mapped at [ffff8800d3217000-ffff8800d7216fff]
[ 0.265347] RAPL PMU detected, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
[ 0.265414] hw unit of domain pp0-core 2^-14 Joules
[ 0.265462] hw unit of domain package 2^-14 Joules
[ 0.265510] hw unit of domain dram 2^-14 Joules
[ 0.265557] hw unit of domain pp1-gpu 2^-14 Joules
[ 0.265642] microcode: CPU0 sig=0x306c3, pf=0x10, revision=0x17
[ 0.265696] microcode: CPU1 sig=0x306c3, pf=0x10, revision=0x17
[ 0.265748] microcode: CPU2 sig=0x306c3, pf=0x10, revision=0x17
[ 0.265802] microcode: CPU3 sig=0x306c3, pf=0x10, revision=0x17
[ 0.265856] microcode: CPU4 sig=0x306c3, pf=0x10, revision=0x17
[ 0.265910] microcode: CPU5 sig=0x306c3, pf=0x10, revision=0x17
[ 0.265964] microcode: CPU6 sig=0x306c3, pf=0x10, revision=0x17
[ 0.266019] microcode: CPU7 sig=0x306c3, pf=0x10, revision=0x17
[ 0.266092] microcode: Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba
[ 0.266292] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.267544] fuse init (API version 7.23)
[ 0.267937] io scheduler noop registered
[ 0.268002] io scheduler cfq registered (default)
[ 0.268377] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.268429] intel_idle: MWAIT substates: 0x42120
[ 0.268430] intel_idle: v0.4 model 0x3C
[ 0.268430] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.268609] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 0.268694] ACPI: AC Adapter [AC] (on-line)
[ 0.268772] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.268828] ACPI: Power Button [PWRB]
[ 0.268892] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 0.268947] ACPI: Sleep Button [SLPB]
[ 0.269010] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[ 0.269079] ACPI: Lid Switch [LID0]
[ 0.269142] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 0.269195] ACPI: Power Button [PWRF]
[ 0.269469] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.269519] ACPI: Thermal Zone [TZ0] (14 C)
[ 0.269874] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 0.269967] ACPI: Battery Slot [BAT0] (battery present)
[ 0.272719] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.272910] Linux agpgart interface v0.103
[ 0.272975] [drm] Initialized drm 1.1.0 20060810
[ 0.273232] pmd_set_huge: Cannot satisfy [mem 0xf7800000-0xf7a00000] with a huge-page mapping due to MTRR override.
[ 0.273395] [drm] Memory usable by graphics device = 2048M
[ 0.273455] [drm] Replacing VGA console driver
[ 0.274733] Console: switching to colour dummy device 80x25
[ 0.280216] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 0.280219] [drm] Driver supports precise vblank timestamp query.
[ 0.280277] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 0.314962] [drm:drm_calc_timestamping_constants] *ERROR* crtc 21: Can't calculate constants, dotclock = 0!
[ 0.319147] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 0.319407] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input4
[ 0.319432] [drm] Initialized i915 1.6.0 20150731 for 0000:00:02.0 on minor 0
[ 0.320016] rtsx_pci 0000:03:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 0, pci->irq = 17
[ 0.320607] rtsx_pci 0000:05:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 0, pci->irq = 16
[ 0.321024] ahci 0000:00:1f.2: version 3.0
[ 0.321048] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[ 0.321070] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x25 impl SATA mode
[ 0.321074] ahci 0000:00:1f.2: flags: 64bit ncq stag led clo pio slum part ems sxs apst
[ 0.331951] fbcon: inteldrmfb (fb0) is primary device
[ 0.336668] scsi host0: ahci
[ 0.336845] scsi host1: ahci
[ 0.337025] scsi host2: ahci
[ 0.337116] scsi host3: ahci
[ 0.337205] scsi host4: ahci
[ 0.337301] scsi host5: ahci
[ 0.337336] ata1: SATA max UDMA/133 abar m2048@0xf7f1a000 port 0xf7f1a100 irq 19
[ 0.337337] ata2: DUMMY
[ 0.337338] ata3: SATA max UDMA/133 abar m2048@0xf7f1a000 port 0xf7f1a200 irq 19
[ 0.337338] ata4: DUMMY
[ 0.337338] ata5: DUMMY
[ 0.337339] ata6: SATA max UDMA/133 abar m2048@0xf7f1a000 port 0xf7f1a380 irq 19
[ 0.337451] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.337455] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 0.337542] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[ 0.337547] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 0.337657] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.337658] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.337659] usb usb1: Product: xHCI Host Controller
[ 0.337660] usb usb1: Manufacturer: Linux 4.3.0-rc2 xhci-hcd
[ 0.337660] usb usb1: SerialNumber: 0000:00:14.0
[ 0.337770] hub 1-0:1.0: USB hub found
[ 0.337805] hub 1-0:1.0: 14 ports detected
[ 0.339692] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.339694] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 0.339863] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.339864] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.339864] usb usb2: Product: xHCI Host Controller
[ 0.339865] usb usb2: Manufacturer: Linux 4.3.0-rc2 xhci-hcd
[ 0.339865] usb usb2: SerialNumber: 0000:00:14.0
[ 0.339994] hub 2-0:1.0: USB hub found
[ 0.340029] hub 2-0:1.0: 4 ports detected
[ 0.340670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.340680] ehci-pci: EHCI PCI platform driver
[ 0.340747] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 0.340751] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 0.340759] ehci-pci 0000:00:1a.0: debug port 2
[ 0.344649] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 0.344652] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7f1c000
[ 0.356293] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 0.356334] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.356335] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.356336] usb usb3: Product: EHCI Host Controller
[ 0.356336] usb usb3: Manufacturer: Linux 4.3.0-rc2 ehci_hcd
[ 0.356337] usb usb3: SerialNumber: 0000:00:1a.0
[ 0.356515] hub 3-0:1.0: USB hub found
[ 0.356519] hub 3-0:1.0: 2 ports detected
[ 0.356698] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 0.356702] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[ 0.356711] ehci-pci 0000:00:1d.0: debug port 2
[ 0.360598] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 0.360606] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7f1b000
[ 0.372315] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 0.372356] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.372356] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.372357] usb usb4: Product: EHCI Host Controller
[ 0.372358] usb usb4: Manufacturer: Linux 4.3.0-rc2 ehci_hcd
[ 0.372359] usb usb4: SerialNumber: 0000:00:1d.0
[ 0.372534] hub 4-0:1.0: USB hub found
[ 0.372537] hub 4-0:1.0: 2 ports detected
[ 0.372641] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.372676] usbcore: registered new interface driver usb-storage
[ 0.372684] usbcore: registered new interface driver ums-realtek
[ 0.372705] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:SYNM] at 0x60,0x64 irq 1,12
[ 0.376977] i8042: Detected active multiplexing controller, rev 1.1
[ 0.378585] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.378600] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 0.378613] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 0.378624] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 0.378635] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 0.378844] mousedev: PS/2 mouse device common for all mice
[ 0.379241] rtc_cmos 00:02: RTC can wake from S4
[ 0.379383] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 0.379403] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.379407] i2c /dev entries driver
[ 0.379716] ACPI Warning: SystemIO range 0x000000000000F040-0x000000000000F05F conflicts with OpRegion 0x000000000000F040-0x000000000000F04F (\_SB_.PCI0.SBUS.SMBI) (20150818/utaddress-254)
[ 0.379716] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 0.379781] usbcore: registered new interface driver uvcvideo
[ 0.379781] USB Video Class driver (1.1.1)
[ 0.382166] usbcore: registered new interface driver usbhid
[ 0.382166] usbhid: USB HID core driver
[ 0.382286] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 0.382290] NET: Registered protocol family 17
[ 0.382296] NET: Registered protocol family 15
[ 0.382388] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[ 0.382600] registered taskstats version 1
[ 0.382971] rtc_cmos 00:02: setting system clock to 2015-09-21 07:07:41 UTC (1442819261)
[ 0.648633] usb 1-7: new full-speed USB device number 2 using xhci_hcd
[ 0.660646] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 0.664386] ata1.00: ATAPI: TSSTcorp CDDVDW SN-208FB, SB00, max UDMA/100
[ 0.668652] usb 3-1: new high-speed USB device number 2 using ehci-pci
[ 0.670834] ata1.00: configured for UDMA/100
[ 0.684669] usb 4-1: new high-speed USB device number 2 using ehci-pci
[ 0.778165] usb 1-7: New USB device found, idVendor=8087, idProduct=07dc
[ 0.778167] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 0.801559] usb 3-1: New USB device found, idVendor=8087, idProduct=8008
[ 0.801560] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 0.801921] hub 3-1:1.0: USB hub found
[ 0.802157] hub 3-1:1.0: 6 ports detected
[ 0.817569] usb 4-1: New USB device found, idVendor=8087, idProduct=8000
[ 0.817570] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 0.817941] hub 4-1:1.0: USB hub found
[ 0.818191] hub 4-1:1.0: 8 ports detected
[ 0.944958] usb 1-8: new high-speed USB device number 3 using xhci_hcd
[ 1.143478] usb 1-8: New USB device found, idVendor=04f2, idProduct=b43b
[ 1.143479] usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 1.143480] usb 1-8: Product: Chicony USB 2.0 Camera
[ 1.143481] usb 1-8: Manufacturer: Chicony Electronics Co.,Ltd.
[ 1.143482] usb 1-8: SerialNumber: 0x0001
[ 1.148061] uvcvideo: Found UVC 1.00 device Chicony USB 2.0 Camera (04f2:b43b)
[ 1.265302] tsc: Refined TSC clocksource calibration: 2494.224 MHz
[ 1.265304] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23f3e9a353a, max_idle_ns: 440795330815 ns
[ 1.531289] Console: switching to colour frame buffer device 200x56
[ 1.576755] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 1.588239] scsi 0:0:0:0: CD-ROM TSSTcorp CDDVDW SN-208FB SB00 PQ: 0 ANSI: 5
[ 1.618136] sr 0:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.619050] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.620023] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 1.620114] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 1.938047] ata3: SATA link down (SStatus 0 SControl 300)
[ 2.258400] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 2.260572] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 2.260575] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 2.261497] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 2.266594] clocksource: Switched to clocksource tsc
[ 2.293810] ata6.00: ATA-8: HGST HTS541010A9E680, JA0OA560, max UDMA/133
[ 2.294770] ata6.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 2.296994] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 2.296997] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 2.297972] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 2.300009] ata6.00: configured for UDMA/133
[ 2.301205] scsi 5:0:0:0: Direct-Access ATA HGST HTS541010A9 A560 PQ: 0 ANSI: 5
[ 2.302462] sd 5:0:0:0: Attached scsi generic sg1 type 0
[ 2.302485] sd 5:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 2.302486] sd 5:0:0:0: [sda] 4096-byte physical blocks
[ 2.302602] sd 5:0:0:0: [sda] Write Protect is off
[ 2.302604] sd 5:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.302656] sd 5:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.437347] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 >
[ 2.439008] sd 5:0:0:0: [sda] Attached SCSI disk
[ 2.459178] ALSA device list:
[ 2.460077] No soundcards found.
[ 2.481399] EXT4-fs (sda2): couldn't mount as ext3 due to feature incompatibilities
[ 2.482426] EXT4-fs (sda2): couldn't mount as ext2 due to feature incompatibilities
[ 2.507948] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.508833] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
[ 2.537855] devtmpfs: mounted
[ 2.538874] Freeing unused kernel memory: 788K (ffffffff81876000 - ffffffff8193b000)
[ 3.549523] EXT4-fs (sda2): re-mounted. Opts: (null)
[ 4.255363] random: nonblocking pool is initialized
[ 4.690142] udevd[150]: starting version 3.1.2
[ 6.079362] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 6.080271] r8169 0000:05:00.2: can't disable ASPM; OS doesn't have ASPM control
[ 6.081716] r8169 0000:05:00.2 eth0: RTL8411 at 0xffffc900000be000, 80:fa:5b:08:d0:3d, XID 08800800 IRQ 19
[ 6.082386] r8169 0000:05:00.2 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 6.094322] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops 0xffffffff8163f640)
[ 6.352272] usbcore: registered new interface driver btusb
[ 6.365927] Bluetooth: hci0: read Intel version: 3707100180012d0d1a
[ 6.366617] Bluetooth: hci0: Intel device is already patched. patch num: 1a
[ 6.883948] snd_hda_codec_via hdaudioC0D0: autoconfig for VT1802: line_outs=1 (0x24/0x0/0x0/0x0/0x0) type:speaker
[ 6.885008] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card1/input12
[ 6.885065] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card1/input13
[ 6.885124] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card1/input14
[ 6.887301] snd_hda_codec_via hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 6.888096] snd_hda_codec_via hdaudioC0D0: hp_outs=1 (0x25/0x0/0x0/0x0/0x0)
[ 6.888760] snd_hda_codec_via hdaudioC0D0: mono: mono_out=0x0
[ 6.889412] snd_hda_codec_via hdaudioC0D0: inputs:
[ 6.890050] snd_hda_codec_via hdaudioC0D0: Internal Mic=0x30
[ 6.890766] snd_hda_codec_via hdaudioC0D0: Mic=0x2b
[ 6.897271] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[ 6.898264] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[ 6.906954] psmouse serio2: synaptics: queried max coordinates: x [..5672], y [..4722]
[ 7.022580] psmouse serio2: synaptics: queried min coordinates: x [1380..], y [1192..]
[ 7.169094] psmouse serio2: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x126800/0x0, board id: 2942, fw id: 1524475
[ 7.207989] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input11
[ 7.663195] r8169 0000:05:00.2 eth0: link down
[ 7.663196] r8169 0000:05:00.2 eth0: link down
[ 8.377465] Bluetooth: RFCOMM TTY layer initialized
[ 8.378346] Bluetooth: RFCOMM socket layer initialized
[ 8.379073] Bluetooth: RFCOMM ver 1.11
[ 8.688597] microcode: CPU0 sig=0x306c3, pf=0x10, revision=0x17
[ 8.690764] microcode: CPU0 updated to revision 0x1a, date = 2014-05-23
[ 8.691717] microcode: CPU1 sig=0x306c3, pf=0x10, revision=0x17
[ 8.693122] microcode: CPU1 updated to revision 0x1a, date = 2014-05-23
[ 8.693920] microcode: CPU2 sig=0x306c3, pf=0x10, revision=0x17
[ 8.695390] microcode: CPU2 updated to revision 0x1a, date = 2014-05-23
[ 8.696278] microcode: CPU3 sig=0x306c3, pf=0x10, revision=0x17
[ 8.697980] microcode: CPU3 updated to revision 0x1a, date = 2014-05-23
[ 8.698781] microcode: CPU4 sig=0x306c3, pf=0x10, revision=0x17
[ 8.700635] microcode: CPU4 updated to revision 0x1a, date = 2014-05-23
[ 8.701882] microcode: CPU5 sig=0x306c3, pf=0x10, revision=0x17
[ 8.703280] microcode: CPU5 updated to revision 0x1a, date = 2014-05-23
[ 8.704014] microcode: CPU6 sig=0x306c3, pf=0x10, revision=0x17
[ 8.705404] microcode: CPU6 updated to revision 0x1a, date = 2014-05-23
[ 8.706154] microcode: CPU7 sig=0x306c3, pf=0x10, revision=0x17
[ 8.707535] microcode: CPU7 updated to revision 0x1a, date = 2014-05-23
[ 9.282054] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
[ 9.314610] r8169 0000:05:00.2 eth0: link up
[ 9.338001] EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: (null)
[ 9.394046] EXT4-fs (sda10): mounted filesystem with ordered data mode. Opts: (null)
[ 9.469182] Adding 16777212k swap on /dev/sda6. Priority:-1 extents:1 across:16777212k
[ 16.234374] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[ 97.626564] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 97.626568] Bluetooth: HIDP socket layer initialized
[ 97.627072] hid-generic 0005:0A5C:0001.0001: unknown main item tag 0x0
[ 97.627125] input: Bluetooth 3.0 mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:256/0005:0A5C:0001.0001/input/input19
[ 97.627197] hid-generic 0005:0A5C:0001.0001: input: BLUETOOTH HID v1.29 Mouse [Bluetooth 3.0 mouse] on 80:19:34:5a:67:51
[ 186.567703] snd_hda_intel 0000:00:1b.0: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.