You are not logged in.
Hey there,
today I switched to linux-grsec by installing the kernel + paxd. After booting linux-grsec the first time I encountered a few errors which I displayed with "sudo dmesg":
[ 3.763114] grsec: denied kernel module auto-load of fuse by uid 120
[ 9.873579] grsec: denied kernel module auto-load of fuse by uid 1000
When starting iceweasel:
[ 151.744072] grsec: denied RWX mmap of <anonymous mapping> by /usr/lib/iceweasel/iceweasel[iceweasel:1509] uid/euid:1000/1000 gid/egid:100/100, parent /usr/lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
Complete "sudo dmesg" output:
[ 0.000000] microcode: CPU0 microcode updated early to revision 0x1c, date = 2014-07-03
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.3.3.201512282134-1-grsec (builduser@strcat) (gcc version 5.3.0 (GCC) ) #1 SMP PREEMPT Tue Dec 29 08:49:43 EST 2015
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux-grsec root=UUID=e29d170b-22d7-48e6-bf1b-63c34ebd8087 rw quiet intel_iommu=off pcie_aspm=force i915.enable_fbc=1 i915.enable_rc6=7
[ 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-0x0000000000057fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b8463fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000b8464000-0x00000000b846afff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000b846b000-0x00000000b88aefff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000b88af000-0x00000000b8ecafff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b8ecb000-0x00000000ca795fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000ca796000-0x00000000cab48fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cab49000-0x00000000cab69fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000cab6a000-0x00000000cb53efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000cb53f000-0x00000000cbf66fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cbf67000-0x00000000cbffefff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000cbfff000-0x00000000cbffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cd000000-0x00000000cf1fffff] 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-0x000000042fdfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.31 by American Megatrends
[ 0.000000] efi: ACPI 2.0=0xcab4f000 ACPI=0xcab4f000 SMBIOS=0xf04c0 MPS=0xfd770
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: Dell Inc. XPS 15 9530/XPS 15 9530, BIOS A09 07/30/2015
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x42fe00 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-DFFFF uncachable
[ 0.000000] E0000-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 0420000000 mask 7FF0000000 write-back
[ 0.000000] 3 base 00E0000000 mask 7FE0000000 uncachable
[ 0.000000] 4 base 00D0000000 mask 7FF0000000 uncachable
[ 0.000000] 5 base 00CE000000 mask 7FFE000000 uncachable
[ 0.000000] 6 base 00CD000000 mask 7FFF000000 uncachable
[ 0.000000] 7 base 042FE00000 mask 7FFFE00000 uncachable
[ 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 0xcd000000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xcc000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fda40-0x000fda4f] mapped at [ffff8800000fda40]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 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] init_memory_mapping: [mem 0x42fc00000-0x42fdfffff]
[ 0.000000] [mem 0x42fc00000-0x42fdfffff] page 2M
[ 0.000000] BRK [0x12009000, 0x12009fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x420000000-0x42fbfffff]
[ 0.000000] [mem 0x420000000-0x42fbfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x400000000-0x41fffffff]
[ 0.000000] [mem 0x400000000-0x41fffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xb8463fff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
[ 0.000000] [mem 0x40000000-0x7fffffff] page 1G
[ 0.000000] [mem 0x80000000-0xb83fffff] page 2M
[ 0.000000] [mem 0xb8400000-0xb8463fff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xb846b000-0xb88aefff]
[ 0.000000] [mem 0xb846b000-0xb85fffff] page 4k
[ 0.000000] [mem 0xb8600000-0xb87fffff] page 2M
[ 0.000000] [mem 0xb8800000-0xb88aefff] page 4k
[ 0.000000] BRK [0x1200a000, 0x1200afff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0xb8ecb000-0xca795fff]
[ 0.000000] [mem 0xb8ecb000-0xb8ffffff] page 4k
[ 0.000000] [mem 0xb9000000-0xca5fffff] page 2M
[ 0.000000] [mem 0xca600000-0xca795fff] page 4k
[ 0.000000] BRK [0x1200b000, 0x1200bfff] PGTABLE
[ 0.000000] BRK [0x1200c000, 0x1200cfff] PGTABLE
[ 0.000000] BRK [0x1200d000, 0x1200dfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0xcbfff000-0xcbffffff]
[ 0.000000] [mem 0xcbfff000-0xcbffffff] page 4k
[ 0.000000] BRK [0x1200e000, 0x1200efff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
[ 0.000000] [mem 0x100000000-0x3ffffffff] page 1G
[ 0.000000] RAMDISK: [mem 0x377d4000-0x37be1fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000CAB4F000 000024 (v02 DELL )
[ 0.000000] ACPI: XSDT 0x00000000CAB4F0A8 0000CC (v01 DELL CL09 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000CAB5CF30 00010C (v05 DELL CL09 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x00000000CAB4F200 00DD2E (v02 DELL CL09 00000000 INTL 20120711)
[ 0.000000] ACPI: FACS 0x00000000CB527080 000040
[ 0.000000] ACPI: APIC 0x00000000CAB5D040 000092 (v03 DELL CL09 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x00000000CAB5D0D8 000044 (v01 DELL CL09 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 0x00000000CAB5D120 000C9A (v01 TrmRef PtidDevc 00001000 INTL 20091112)
[ 0.000000] ACPI: SSDT 0x00000000CAB5DDC0 000228 (v01 INTEL sensrhub 00000000 INTL 20120711)
[ 0.000000] ACPI: SLIC 0x00000000CAB5DFE8 000176 (v01 DELL CL09 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 0x00000000CAB5E160 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20120711)
[ 0.000000] ACPI: SSDT 0x00000000CAB5E6A0 000AD8 (v01 PmRef CpuPm 00003000 INTL 20120711)
[ 0.000000] ACPI: SSDT 0x00000000CAB5F178 0002DE (v01 PmRef Cpu0Tst 00003000 INTL 20120711)
[ 0.000000] ACPI: SSDT 0x00000000CAB5F458 000348 (v01 PmRef ApTst 00003000 INTL 20120711)
[ 0.000000] ACPI: MCFG 0x00000000CAB5F7A0 00003C (v01 DELL CL09 01072009 MSFT 00000097)
[ 0.000000] ACPI: SSDT 0x00000000CAB5F7E0 004F7F (v01 DptfTa DptfTabl 00001000 INTL 20120711)
[ 0.000000] ACPI: HPET 0x00000000CAB64760 000038 (v01 DELL CL09 01072009 AMI. 00000005)
[ 0.000000] ACPI: SSDT 0x00000000CAB64798 0003AA (v01 SataRe SataTabl 00001000 INTL 20120711)
[ 0.000000] ACPI: SSDT 0x00000000CAB64B48 002B6D (v01 SaSsdt SaSsdt 00003000 INTL 20091112)
[ 0.000000] ACPI: SSDT 0x00000000CAB676B8 000D7C (v01 SgRef SgPeg 00001000 INTL 20120711)
[ 0.000000] ACPI: SSDT 0x00000000CAB68438 00058D (v01 AMITCG PROC 00000001 INTL 20120711)
[ 0.000000] ACPI: MSDM 0x00000000CAB689C8 000055 (v03 DELL CL09 01072009 AMI 00010013)
[ 0.000000] ACPI: DMAR 0x00000000CAB68A20 0000B8 (v01 INTEL HSW 00000001 INTL 00000001)
[ 0.000000] ACPI: SSDT 0x00000000CAB68AD8 00123B (v01 OptRef OptTabl 00001000 INTL 20120711)
[ 0.000000] ACPI: TCPA 0x00000000CAB69D18 000032 (v02 APTIO4 NAPAASF 00000001 MSFT 01000013)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000042fdfffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x42fdfa000-0x42fdfdfff]
[ 0.000000] [ffffea0000000000-ffffea0010bfffff] PMD -> [ffff88041f400000-ffff88042f3fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000042fdfffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.000000] node 0: [mem 0x0000000000059000-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000b8463fff]
[ 0.000000] node 0: [mem 0x00000000b846b000-0x00000000b88aefff]
[ 0.000000] node 0: [mem 0x00000000b8ecb000-0x00000000ca795fff]
[ 0.000000] node 0: [mem 0x00000000cbfff000-0x00000000cbffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000042fdfffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000042fdfffff]
[ 0.000000] On node 0 totalpages: 4169489
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 27 pages reserved
[ 0.000000] DMA zone: 3997 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 12870 pages used for memmap
[ 0.000000] DMA32 zone: 823668 pages, LIFO batch:31
[ 0.000000] Normal zone: 52216 pages used for memmap
[ 0.000000] Normal zone: 3341824 pages, LIFO batch:31
[ 0.000000] Reserving Intel graphics stolen memory at 0xcd200000-0xcf1fffff
[ 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 8, 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] e820: [mem 0xcf200000-0xf7ffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff88042fa00000 s70808 r8192 d31592 u262144
[ 0.000000] pcpu-alloc: s70808 r8192 d31592 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 4104312
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-grsec root=UUID=e29d170b-22d7-48e6-bf1b-63c34ebd8087 rw quiet intel_iommu=off pcie_aspm=force i915.enable_fbc=1 i915.enable_rc6=7
[ 0.000000] DMAR: IOMMU disabled
[ 0.000000] PCIe ASPM is forcibly enabled
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 16106248K/16677956K available (6069K kernel code, 1498K rwdata, 3932K rodata, 2748K init, 1352K bss, 571708K 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] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[ 0.000000] NR_IRQS:8448 nr_irqs:488 16
[ 0.000000] Console: colour dummy device 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] spurious 8259A interrupt: IRQ7.
[ 0.000000] tsc: Detected 2194.788 MHz processor
[ 0.000016] Calibrating delay loop (skipped), value calculated using timer frequency.. 4391.47 BogoMIPS (lpj=7315960)
[ 0.000018] pid_max: default: 32768 minimum: 501
[ 0.000022] ACPI: Core revision 20150818
[ 0.016280] ACPI: 13 ACPI AML tables successfully acquired and loaded
[ 0.017425] Security Framework initialized
[ 0.018328] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.020826] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.021855] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.021871] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.022089] Initializing cgroup subsys io
[ 0.022093] Initializing cgroup subsys memory
[ 0.022099] Initializing cgroup subsys devices
[ 0.022101] Initializing cgroup subsys freezer
[ 0.022102] Initializing cgroup subsys net_cls
[ 0.022104] Initializing cgroup subsys pids
[ 0.022125] CPU: Physical Processor ID: 0
[ 0.022126] CPU: Processor Core ID: 0
[ 0.022129] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.022130] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.022132] PAX: PCID detected
[ 0.022132] PAX: INVPCID detected
[ 0.022133] PAX: strong UDEREF enabled
[ 0.022954] mce: CPU supports 9 MCE banks
[ 0.022967] CPU0: Thermal monitoring enabled (TM1)
[ 0.022975] process: using mwait in idle threads
[ 0.022978] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[ 0.022979] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[ 0.025644] Freeing SMP alternatives memory: 28K (ffffffff91eaf000 - ffffffff91eb6000)
[ 0.047216] DMAR: Host address width 39
[ 0.047219] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.047228] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
[ 0.047229] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.047233] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
[ 0.047234] DMAR: RMRR base: 0x000000cbe8a000 end: 0x000000cbe98fff
[ 0.047235] DMAR: RMRR base: 0x000000cd000000 end: 0x000000cf1fffff
[ 0.047237] DMAR-IR: IOAPIC id 8 under DRHD base 0xfed91000 IOMMU 1
[ 0.047237] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.047238] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.047322] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.047323] x2apic enabled
[ 0.047328] Switched APIC routing to cluster x2apic.
[ 0.047750] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.080790] TSC deadline timer enabled
[ 0.080793] smpboot: CPU0: Intel(R) Core(TM) i7-4702HQ CPU @ 2.20GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[ 0.080808] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[ 0.080825] ... version: 3
[ 0.080826] ... bit width: 48
[ 0.080826] ... generic registers: 4
[ 0.080827] ... value mask: 0000ffffffffffff
[ 0.080828] ... max period: 0000ffffffffffff
[ 0.080829] ... fixed-purpose events: 3
[ 0.080829] ... event mask: 000000070000000f
[ 0.110924] x86: Booting SMP configuration:
[ 0.110926] .... node #0, CPUs: #1
[ 0.122904] microcode: CPU1 microcode updated early to revision 0x1c, date = 2014-07-03
[ 0.122927] PAX: PCID detected
[ 0.122928] PAX: INVPCID detected
[ 0.122928] PAX: strong UDEREF enabled
[ 0.125816] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.135832] #2
[ 0.147807] microcode: CPU2 microcode updated early to revision 0x1c, date = 2014-07-03
[ 0.147830] PAX: PCID detected
[ 0.147830] PAX: INVPCID detected
[ 0.147831] PAX: strong UDEREF enabled
[ 0.160759] #3
[ 0.172738] microcode: CPU3 microcode updated early to revision 0x1c, date = 2014-07-03
[ 0.172761] PAX: PCID detected
[ 0.172762] PAX: INVPCID detected
[ 0.172762] PAX: strong UDEREF enabled
[ 0.196748] #4
[ 0.196749] PAX: PCID detected
[ 0.196749] PAX: INVPCID detected
[ 0.196750] PAX: strong UDEREF enabled
[ 0.220724] #5
[ 0.220724] PAX: PCID detected
[ 0.220725] PAX: INVPCID detected
[ 0.220725] PAX: strong UDEREF enabled
[ 0.244674] #6
[ 0.244674] PAX: PCID detected
[ 0.244675] PAX: INVPCID detected
[ 0.244676] PAX: strong UDEREF enabled
[ 0.268637] #7
[ 0.268637] PAX: PCID detected
[ 0.268638] PAX: INVPCID detected
[ 0.268639] PAX: strong UDEREF enabled
[ 0.271532] x86: Booted up 1 node, 8 CPUs
[ 0.271536] smpboot: Total of 8 processors activated (35130.80 BogoMIPS)
[ 0.278099] devtmpfs: initialized
[ 0.280795] PM: Registering ACPI NVS region [mem 0xb8464000-0xb846afff] (28672 bytes)
[ 0.280797] PM: Registering ACPI NVS region [mem 0xcab6a000-0xcb53efff] (10309632 bytes)
[ 0.280983] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.281046] pinctrl core: initialized pinctrl subsystem
[ 0.281073] RTC time: 12:49:43, date: 01/02/16
[ 0.281160] NET: Registered protocol family 16
[ 0.294635] cpuidle: using governor ladder
[ 0.304651] cpuidle: using governor menu
[ 0.304713] ACPI: bus type PCI registered
[ 0.304715] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.304783] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.304785] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.304793] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[ 0.304883] PCI: Using configuration type 1 for base access
[ 0.305443] perf_event_intel: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[ 0.325055] ACPI: Added _OSI(Module Device)
[ 0.325058] ACPI: Added _OSI(Processor Device)
[ 0.325059] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.325060] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.329818] ACPI: Executed 2 blocks of module-level executable AML code
[ 0.333331] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.334423] ACPI: Dynamic OEM Table Load:
[ 0.334429] ACPI: SSDT 0xFFFF88041D6B1428 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120711)
[ 0.335136] ACPI: Dynamic OEM Table Load:
[ 0.335142] ACPI: SSDT 0xFFFF88041D27A020 0005AA (v01 PmRef ApIst 00003000 INTL 20120711)
[ 0.335882] ACPI: Dynamic OEM Table Load:
[ 0.335886] ACPI: SSDT 0xFFFF88041D24D860 000119 (v01 PmRef ApCst 00003000 INTL 20120711)
[ 0.337537] ACPI : EC: EC started
[ 0.337767] ACPI: Interpreter enabled
[ 0.337773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150818/hwxface-580)
[ 0.337778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150818/hwxface-580)
[ 0.337788] ACPI: (supports S0 S3 S5)
[ 0.337790] ACPI: Using IOAPIC for interrupt routing
[ 0.337812] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.481203] ACPI: Power Resource [NVP3] (on)
[ 0.481227] ACPI: Power Resource [NVP2] (on)
[ 0.483020] ACPI: Power Resource [FN00] (off)
[ 0.483086] ACPI: Power Resource [FN01] (off)
[ 0.483923] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.483927] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.484429] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 0.484779] PCI host bridge to bus 0000:00
[ 0.484782] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.484783] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.484785] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.484786] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.484787] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.484789] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.484790] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.484791] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 0.484792] pci_bus 0000:00: root bus resource [mem 0xcf200000-0xfeafffff window]
[ 0.484798] pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000
[ 0.484875] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[ 0.484903] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.484978] pci 0000:00:01.0: System wakeup disabled by ACPI
[ 0.485013] pci 0000:00:02.0: [8086:0416] type 00 class 0x030000
[ 0.485025] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
[ 0.485030] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.485034] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.485101] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[ 0.485110] pci 0000:00:03.0: reg 0x10: [mem 0xf7a1c000-0xf7a1ffff 64bit]
[ 0.485177] pci 0000:00:04.0: [8086:0c03] type 00 class 0x118000
[ 0.485188] pci 0000:00:04.0: reg 0x10: [mem 0xf7a10000-0xf7a17fff 64bit]
[ 0.485277] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[ 0.485300] pci 0000:00:14.0: reg 0x10: [mem 0xf7a00000-0xf7a0ffff 64bit]
[ 0.485343] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.485379] pci 0000:00:14.0: System wakeup disabled by ACPI
[ 0.485411] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[ 0.485435] pci 0000:00:16.0: reg 0x10: [mem 0xf7a26000-0xf7a2600f 64bit]
[ 0.485480] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.485551] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[ 0.485576] pci 0000:00:1a.0: reg 0x10: [mem 0xf7a24000-0xf7a243ff]
[ 0.485637] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.485685] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 0.485718] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[ 0.485741] pci 0000:00:1b.0: reg 0x10: [mem 0xf7a18000-0xf7a1bfff 64bit]
[ 0.485790] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.485827] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.485860] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[ 0.485912] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.485977] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.486011] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
[ 0.486064] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.486127] pci 0000:00:1c.2: System wakeup disabled by ACPI
[ 0.486159] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[ 0.486212] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.486274] pci 0000:00:1c.3: System wakeup disabled by ACPI
[ 0.486312] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[ 0.486337] pci 0000:00:1d.0: reg 0x10: [mem 0xf7a23000-0xf7a233ff]
[ 0.486398] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.486445] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.486478] pci 0000:00:1f.0: [8086:8c4b] type 00 class 0x060100
[ 0.486623] pci 0000:00:1f.2: [8086:8c03] type 00 class 0x010601
[ 0.486642] pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7]
[ 0.486649] pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3]
[ 0.486656] pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097]
[ 0.486662] pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083]
[ 0.486669] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
[ 0.486676] pci 0000:00:1f.2: reg 0x24: [mem 0xf7a22000-0xf7a227ff]
[ 0.486698] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.486759] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[ 0.486773] pci 0000:00:1f.3: reg 0x10: [mem 0xf7a21000-0xf7a210ff 64bit]
[ 0.486791] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
[ 0.486865] pci 0000:00:1f.6: [8086:8c24] type 00 class 0x118000
[ 0.486888] pci 0000:00:1f.6: reg 0x10: [mem 0xf7a20000-0xf7a20fff 64bit]
[ 0.487020] pci 0000:02:00.0: [10de:0fe4] type 00 class 0x030200
[ 0.487046] pci 0000:02:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[ 0.487059] pci 0000:02:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.487072] pci 0000:02:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.487081] pci 0000:02:00.0: reg 0x24: [io 0xe000-0xe07f]
[ 0.487090] pci 0000:02:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[ 0.487178] pci 0000:02:00.0: System wakeup disabled by ACPI
[ 0.491646] pci 0000:00:01.0: PCI bridge to [bus 02-03]
[ 0.491649] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.491651] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
[ 0.491655] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[ 0.491720] pci 0000:00:1c.0: PCI bridge to [bus 04]
[ 0.491845] pci 0000:06:00.0: [8086:08b1] type 00 class 0x028000
[ 0.491931] pci 0000:06:00.0: reg 0x10: [mem 0xf7900000-0xf7901fff 64bit]
[ 0.492102] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[ 0.492170] pci 0000:06:00.0: System wakeup disabled by ACPI
[ 0.498343] pci 0000:00:1c.2: PCI bridge to [bus 06]
[ 0.498349] pci 0000:00:1c.2: bridge window [mem 0xf7900000-0xf79fffff]
[ 0.498480] pci 0000:07:00.0: [10ec:5249] type 00 class 0xff0000
[ 0.498613] pci 0000:07:00.0: reg 0x10: [mem 0xf7800000-0xf7800fff]
[ 0.498881] pci 0000:07:00.0: supports D1 D2
[ 0.498883] pci 0000:07:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.498952] pci 0000:07:00.0: System wakeup disabled by ACPI
[ 0.505030] pci 0000:00:1c.3: PCI bridge to [bus 07]
[ 0.505035] pci 0000:00:1c.3: bridge window [mem 0xf7800000-0xf78fffff]
[ 0.575567] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.575621] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.575674] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
[ 0.575724] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.575775] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.575826] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.575881] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 0.575932] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 10 11 12 14 15)
[ 0.576337] ACPI: Enabled 4 GPEs in block 00 to 3F
[ 0.576382] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.576455] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.576457] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.576461] vgaarb: loaded
[ 0.576462] vgaarb: bridge control possible 0000:00:02.0
[ 0.576579] PCI: Using ACPI for IRQ routing
[ 0.577813] PCI: pci_cache_line_size set to 64 bytes
[ 0.577893] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.577895] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[ 0.577896] e820: reserve RAM buffer [mem 0xb8464000-0xbbffffff]
[ 0.577897] e820: reserve RAM buffer [mem 0xb88af000-0xbbffffff]
[ 0.577898] e820: reserve RAM buffer [mem 0xca796000-0xcbffffff]
[ 0.577899] e820: reserve RAM buffer [mem 0x42fe00000-0x42fffffff]
[ 0.577993] NetLabel: Initializing
[ 0.577994] NetLabel: domain hash size = 128
[ 0.577995] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.578005] NetLabel: unlabeled traffic allowed by default
[ 0.578029] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.578033] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.580062] clocksource: Switched to clocksource hpet
[ 0.580141] pnp: PnP ACPI init
[ 0.580389] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.580391] system 00:00: [io 0xffff] has been reserved
[ 0.580392] system 00:00: [io 0xffff] has been reserved
[ 0.580393] system 00:00: [io 0xffff] has been reserved
[ 0.580395] system 00:00: [io 0x1c00-0x1cfe] has been reserved
[ 0.580396] system 00:00: [io 0x1d00-0x1dfe] has been reserved
[ 0.580397] system 00:00: [io 0x1e00-0x1efe] has been reserved
[ 0.580398] system 00:00: [io 0x1f00-0x1ffe] has been reserved
[ 0.580400] system 00:00: [io 0x1800-0x18fe] could not be reserved
[ 0.580401] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.580404] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.580422] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.580460] system 00:02: [io 0x1854-0x1857] has been reserved
[ 0.580462] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.580500] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 0.580502] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.580524] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.580549] pnp 00:05: Plug and Play ACPI device, IDs DLL05fe PNP0f13 (active)
[ 0.647142] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.647144] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.647146] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.647148] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.647150] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.647153] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.647155] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.647157] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.647159] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[ 0.647161] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.647163] system 00:06: [mem 0xf7fee000-0xf7feefff] has been reserved
[ 0.647164] system 00:06: [mem 0xf7fd0000-0xf7fdffff] has been reserved
[ 0.647167] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.647523] pnp 00:07: Plug and Play ACPI device, IDs PNP0c31 (active)
[ 0.647525] pnp: PnP ACPI: found 8 devices
[ 0.653834] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.653849] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
[ 0.653851] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[ 0.653853] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 add_align 100000
[ 0.653869] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[ 0.653870] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[ 0.653871] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.653873] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.653874] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.653876] pci 0000:00:1c.0: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.653880] pci 0000:00:1c.0: BAR 14: assigned [mem 0xcf200000-0xcf3fffff]
[ 0.653885] pci 0000:00:1c.0: BAR 15: assigned [mem 0xcf400000-0xcf5fffff 64bit pref]
[ 0.653887] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.653889] pci 0000:00:01.0: PCI bridge to [bus 02-03]
[ 0.653890] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.653893] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
[ 0.653895] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[ 0.653898] pci 0000:00:1c.0: PCI bridge to [bus 04]
[ 0.653901] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.653905] pci 0000:00:1c.0: bridge window [mem 0xcf200000-0xcf3fffff]
[ 0.653908] pci 0000:00:1c.0: bridge window [mem 0xcf400000-0xcf5fffff 64bit pref]
[ 0.653913] pci 0000:00:1c.2: PCI bridge to [bus 06]
[ 0.653918] pci 0000:00:1c.2: bridge window [mem 0xf7900000-0xf79fffff]
[ 0.653924] pci 0000:00:1c.3: PCI bridge to [bus 07]
[ 0.653928] pci 0000:00:1c.3: bridge window [mem 0xf7800000-0xf78fffff]
[ 0.653936] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.653937] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.653938] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.653939] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[ 0.653941] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[ 0.653942] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[ 0.653943] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[ 0.653944] pci_bus 0000:00: resource 11 [mem 0xcf200000-0xfeafffff window]
[ 0.653945] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
[ 0.653947] pci_bus 0000:02: resource 1 [mem 0xf6000000-0xf70fffff]
[ 0.653948] pci_bus 0000:02: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[ 0.653949] pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
[ 0.653950] pci_bus 0000:04: resource 1 [mem 0xcf200000-0xcf3fffff]
[ 0.653951] pci_bus 0000:04: resource 2 [mem 0xcf400000-0xcf5fffff 64bit pref]
[ 0.653952] pci_bus 0000:06: resource 1 [mem 0xf7900000-0xf79fffff]
[ 0.653954] pci_bus 0000:07: resource 1 [mem 0xf7800000-0xf78fffff]
[ 0.653975] NET: Registered protocol family 2
[ 0.654150] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.654317] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.654418] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.654441] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.654483] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.654546] NET: Registered protocol family 1
[ 0.654560] pci 0000:00:02.0: Video device with shadowed ROM
[ 0.654677] PCI: CLS 64 bytes, default 64
[ 0.654725] Unpacking initramfs...
[ 0.702964] Freeing initrd memory: 4152K (ffff8800377d4000 - ffff880037be2000)
[ 0.702995] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.702997] software IO TLB [mem 0xb4464000-0xb8464000] (64MB) mapped at [ffff8800b4464000-ffff8800b8463fff]
[ 0.703047] RAPL PMU detected, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
[ 0.703048] hw unit of domain pp0-core 2^-14 Joules
[ 0.703049] hw unit of domain package 2^-14 Joules
[ 0.703050] hw unit of domain dram 2^-14 Joules
[ 0.703051] hw unit of domain pp1-gpu 2^-14 Joules
[ 0.703122] microcode: CPU0 sig=0x306c3, pf=0x20, revision=0x1c
[ 0.703129] microcode: CPU1 sig=0x306c3, pf=0x20, revision=0x1c
[ 0.703134] microcode: CPU2 sig=0x306c3, pf=0x20, revision=0x1c
[ 0.703140] microcode: CPU3 sig=0x306c3, pf=0x20, revision=0x1c
[ 0.703147] microcode: CPU4 sig=0x306c3, pf=0x20, revision=0x1c
[ 0.703154] microcode: CPU5 sig=0x306c3, pf=0x20, revision=0x1c
[ 0.703161] microcode: CPU6 sig=0x306c3, pf=0x20, revision=0x1c
[ 0.703168] microcode: CPU7 sig=0x306c3, pf=0x20, revision=0x1c
[ 0.703214] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.703250] Scanning for low memory corruption every 60 seconds
[ 0.703472] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.703653] Initialise system trusted keyring
[ 0.703721] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.706137] zbud: loaded
[ 0.706437] VFS: Disk quotas dquot_6.6.0
[ 0.706465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.706599] Key type big_key registered
[ 0.706933] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.706968] io scheduler noop registered
[ 0.706971] io scheduler deadline registered
[ 0.707012] io scheduler cfq registered (default)
[ 0.707758] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[ 0.707760] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[ 0.707763] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[ 0.707781] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[ 0.707784] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[ 0.707801] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
[ 0.707803] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
[ 0.707806] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
[ 0.707822] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[ 0.707824] pci 0000:07:00.0: Signaling PME through PCIe PME interrupt
[ 0.707827] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
[ 0.707833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.707843] pciehp 0000:00:1c.0:pcie04: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[ 0.707870] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
[ 0.707874] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.707889] efifb: probing for efifb
[ 0.707927] efifb: framebuffer at 0xd0000000, mapped to 0xffffc90002000000, using 22528k, total 22528k
[ 0.707928] efifb: mode is 3200x1800x32, linelength=12800, pages=1
[ 0.707929] efifb: scrolling: redraw
[ 0.707930] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.716780] Console: switching to colour frame buffer device 400x112
[ 0.725516] fb0: EFI VGA frame buffer device
[ 0.725530] intel_idle: MWAIT substates: 0x42120
[ 0.725531] intel_idle: v0.4 model 0x3C
[ 0.725532] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.725808] GHES: HEST is not enabled!
[ 0.725843] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.726188] Linux agpgart interface v0.103
[ 0.726727] rtc_cmos 00:01: RTC can wake from S4
[ 0.726839] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 0.726865] rtc_cmos 00:01: alarms up to one month, y3k, 0 bytes nvram, hpet irqs
[ 0.726897] Intel P-state driver initializing.
[ 0.727066] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.728563] NET: Registered protocol family 10
[ 0.729371] NET: Registered protocol family 17
[ 0.730701] registered taskstats version 1
[ 0.730733] Loading compiled-in X.509 certificates
[ 0.730871] zswap: loaded using pool lzo/zbud
[ 0.732506] Magic number: 0:178:834
[ 0.732716] rtc_cmos 00:01: setting system clock to 2016-01-02 12:49:44 UTC (1451738984)
[ 0.734397] Freeing unused kernel memory: 2748K (ffffffff91c00000 - ffffffff91eaf000)
[ 0.746040] random: systemd-tmpfile urandom read with 4 bits of entropy available
[ 0.788111] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.798531] rtsx_pci 0000:07:00.0: enabling device (0000 -> 0002)
[ 0.798677] rtsx_pci 0000:07:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 30
[ 0.800016] ACPI: bus type USB registered
[ 0.800045] usbcore: registered new interface driver usbfs
[ 0.800058] usbcore: registered new interface driver hub
[ 0.800098] usbcore: registered new device driver usb
[ 0.803513] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.807072] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.807130] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.807259] ehci-pci: EHCI PCI platform driver
[ 0.807385] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 0.807390] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 0.807401] ehci-pci 0000:00:1a.0: debug port 2
[ 0.808714] SCSI subsystem initialized
[ 0.811099] libata version 3.00 loaded.
[ 0.811310] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 0.811326] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7a24000
[ 0.820337] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 0.820550] hub 1-0:1.0: USB hub found
[ 0.820556] hub 1-0:1.0: 2 ports detected
[ 0.820852] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 0.820867] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 0.820877] ehci-pci 0000:00:1d.0: debug port 2
[ 0.824783] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 0.824802] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7a23000
[ 0.833706] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 0.833962] hub 2-0:1.0: USB hub found
[ 0.833970] hub 2-0:1.0: 2 ports detected
[ 0.834274] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.834285] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 0.835379] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[ 0.835386] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 0.835676] hub 3-0:1.0: USB hub found
[ 0.835693] hub 3-0:1.0: 14 ports detected
[ 0.838804] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.838807] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[ 0.838958] hub 4-0:1.0: USB hub found
[ 0.838970] hub 4-0:1.0: 6 ports detected
[ 0.840043] ahci 0000:00:1f.2: version 3.0
[ 0.840163] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x2 impl SATA mode
[ 0.840166] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
[ 0.840901] scsi host0: ahci
[ 0.841124] scsi host1: ahci
[ 0.841247] scsi host2: ahci
[ 0.841375] scsi host3: ahci
[ 0.841548] scsi host4: ahci
[ 0.841654] scsi host5: ahci
[ 0.841670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 0.841705] ata1: DUMMY
[ 0.841708] ata2: SATA max UDMA/133 abar m2048@0xf7a22000 port 0xf7a22180 irq 32
[ 0.841709] ata3: DUMMY
[ 0.841709] ata4: DUMMY
[ 0.841710] ata5: DUMMY
[ 0.841711] ata6: DUMMY
[ 1.127355] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.144031] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 1.160733] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.165662] ata2.00: READ LOG DMA EXT failed, trying unqueued
[ 1.165745] ata2.00: failed to get NCQ Send/Recv Log Emask 0x1
[ 1.165748] ata2.00: ATA-9: SAMSUNG SSD SM841 mSATA 512GB, DXM43D0Q, max UDMA/133
[ 1.165750] ata2.00: 1000215216 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.166195] ata2.00: failed to get NCQ Send/Recv Log Emask 0x1
[ 1.166259] ata2.00: configured for UDMA/133
[ 1.166531] scsi 1:0:0:0: Direct-Access ATA SAMSUNG SSD SM84 3D0Q PQ: 0 ANSI: 5
[ 1.170941] ata2.00: Enabling discard_zeroes_data
[ 1.170958] sd 1:0:0:0: [sda] 1000215216 512-byte logical blocks: (512 GB/476 GiB)
[ 1.171015] sd 1:0:0:0: [sda] Write Protect is off
[ 1.171018] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.171034] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.171168] ata2.00: Enabling discard_zeroes_data
[ 1.172801] sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[ 1.173287] ata2.00: Enabling discard_zeroes_data
[ 1.173339] sd 1:0:0:0: [sda] Attached SCSI disk
[ 1.197373] usb 3-6: new full-speed USB device number 2 using xhci_hcd
[ 1.238011] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[ 1.251369] hub 1-1:1.0: USB hub found
[ 1.251453] hub 1-1:1.0: 6 ports detected
[ 1.268131] hub 2-1:1.0: USB hub found
[ 1.268217] hub 2-1:1.0: 8 ports detected
[ 1.284156] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 1.305756] systemd[1]: systemd 228 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 1.306076] systemd[1]: Detected architecture x86-64.
[ 1.306250] systemd[1]: Set hostname to <_____>.
[ 1.361593] systemd[1]: Created slice System Slice.
[ 1.361868] systemd[1]: Created slice system-getty.slice.
[ 1.361887] systemd[1]: Reached target Login Prompts.
[ 1.363031] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 1.363260] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 1.363331] systemd[1]: Listening on udev Control Socket.
[ 1.363348] systemd[1]: Reached target Remote File Systems.
[ 1.363363] systemd[1]: Reached target Encrypted Volumes.
[ 1.363415] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 1.363499] systemd[1]: Listening on Journal Socket.
[ 1.364351] systemd[1]: Mounting POSIX Message Queue File System...
[ 1.365289] systemd[1]: Starting Setup Virtual Console...
[ 1.366320] systemd[1]: Mounting Huge Pages File System...
[ 1.367547] systemd[1]: Mounting Temporary Directory...
[ 1.367637] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 1.367884] systemd[1]: Created slice User and Session Slice.
[ 1.368781] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 1.368927] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 1.369058] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 1.369118] systemd[1]: Listening on udev Kernel Socket.
[ 1.370305] systemd[1]: Starting Set Up Additional Binary Formats...
[ 1.371578] systemd[1]: Starting Load Kernel Modules...
[ 1.374029] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 1.374054] systemd[1]: Reached target Swap.
[ 1.374077] systemd[1]: Reached target Slices.
[ 1.374125] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 1.374180] systemd[1]: Listening on Journal Socket (/dev/log).
[ 1.374909] systemd[1]: Starting Journal Service...
[ 1.377057] systemd[1]: Mounted Huge Pages File System.
[ 1.377084] systemd[1]: Mounted POSIX Message Queue File System.
[ 1.377100] systemd[1]: Mounted Temporary Directory.
[ 1.377758] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 1.377889] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 203 (systemd-binfmt)
[ 1.378263] EXT4-fs (sda7): re-mounted. Opts: data=ordered
[ 1.379682] systemd[1]: Started Remount Root and Kernel File Systems.
[ 1.380825] systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
[ 1.381313] systemd[1]: Failed to start Load Kernel Modules.
[ 1.381444] systemd[1]: systemd-modules-load.service: Unit entered failed state.
[ 1.381449] systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
[ 1.388016] systemd[1]: Mounting Configuration File System...
[ 1.388807] systemd[1]: Starting Apply Kernel Variables...
[ 1.392590] systemd[1]: Starting udev Coldplug all Devices...
[ 1.393459] systemd[1]: Started PaX exception daemon.
[ 1.394440] systemd[1]: Starting Load/Save Random Seed...
[ 1.395317] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[ 1.396170] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 1.398042] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[ 1.398188] systemd[1]: Mounted Configuration File System.
[ 1.398774] systemd[1]: Started Setup Virtual Console.
[ 1.399386] systemd[1]: Started Load/Save Random Seed.
[ 1.400701] systemd[1]: Started Set Up Additional Binary Formats.
[ 1.405046] systemd[1]: Started Apply Kernel Variables.
[ 1.414425] systemd[1]: Started Create Static Device Nodes in /dev.
[ 1.415300] systemd[1]: Starting udev Kernel Device Manager...
[ 1.415377] systemd[1]: Reached target Local File Systems (Pre).
[ 1.445645] systemd[1]: Started udev Coldplug all Devices.
[ 1.453736] systemd[1]: Started udev Kernel Device Manager.
[ 1.468680] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[ 1.468686] ACPI: Power Button [PWRB]
[ 1.468752] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
[ 1.468940] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[ 1.469920] ACPI: Lid Switch [LID0]
[ 1.469999] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[ 1.470003] ACPI: Power Button [PWRF]
[ 1.473569] input: DELL Wireless hotkeys as /devices/virtual/input/input5
[ 1.474280] wmi: Mapper loaded
[ 1.478747] ACPI: AC Adapter [ACAD] (on-line)
[ 1.514932] ACPI: Invalid active2 threshold
[ 1.515095] thermal LNXTHERM:00: registered as thermal_zone8
[ 1.515098] ACPI: Thermal Zone [TZ00] (28 C)
[ 1.515414] thermal LNXTHERM:01: registered as thermal_zone9
[ 1.515416] ACPI: Thermal Zone [TZ01] (-268 C)
[ 1.528449] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 1.528926] EDAC MC: Ver: 3.0.0
[ 1.530504] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 1.532604] EDAC ie31200: No ECC support
[ 1.533278] ACPI Warning: SystemIO range 0x000000000000F040-0x000000000000F05F conflicts with OpRegion 0x000000000000F040-0x000000000000F04F (\_SB_.PCI0.SBUS.SMBI) (20150818/utaddress-254)
[ 1.533283] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 1.534414] usb 3-9: new full-speed USB device number 3 using xhci_hcd
[ 1.538705] AVX2 version of gcm_enc/dec engaged.
[ 1.538708] AES CTR mode by8 optimization enabled
[ 1.551899] mei_me 0000:00:16.0: NFC MEI VERSION: IVN 0x1 Vendor ID 0x1 Type 0x1
[ 1.554427] tpm_tis 00:07: 1.2 TPM (device-id 0x3204, rev-id 64)
[ 1.560859] Intel(R) Wireless WiFi driver for Linux
[ 1.560862] Copyright(c) 2003- 2015 Intel Corporation
[ 1.561076] iwlwifi 0000:06:00.0: enabling device (0000 -> 0002)
[ 1.564928] tpm_tis 00:07: [Hardware Error]: Adjusting reported timeouts: A 10000->750000us B 10000->2000000us C 10000->750000us D 10000->750000us
[ 1.567250] iwlwifi 0000:06:00.0: Direct firmware load for iwlwifi-7260-17.ucode failed with error -2
[ 1.567272] iwlwifi 0000:06:00.0: Direct firmware load for iwlwifi-7260-16.ucode failed with error -2
[ 1.567285] iwlwifi 0000:06:00.0: Direct firmware load for iwlwifi-7260-15.ucode failed with error -2
[ 1.567427] iwlwifi 0000:06:00.0: Direct firmware load for iwlwifi-7260-14.ucode failed with error -2
[ 1.567758] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
[ 1.569960] iwlwifi 0000:06:00.0: loaded firmware version 25.30.13.0 op_mode iwlmvm
[ 1.594622] systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[ 1.598329] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[ 1.599053] [drm] Initialized drm 1.1.0 20060810
[ 1.604549] input: Dell WMI hotkeys as /devices/virtual/input/input8
[ 1.611991] iwlwifi 0000:06:00.0: Detected Intel(R) Dual Band Wireless AC 7260, REV=0x144
[ 1.612082] iwlwifi 0000:06:00.0: L1 Enabled - LTR Enabled
[ 1.612340] iwlwifi 0000:06:00.0: L1 Enabled - LTR Enabled
[ 1.616160] intel_rapl: Found RAPL domain package
[ 1.616165] intel_rapl: Found RAPL domain core
[ 1.616168] intel_rapl: Found RAPL domain uncore
[ 1.616170] intel_rapl: Found RAPL domain dram
[ 1.619189] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3661: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 1.619196] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 1.619198] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[ 1.619200] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
[ 1.619201] snd_hda_codec_realtek hdaudioC1D0: inputs:
[ 1.619204] snd_hda_codec_realtek hdaudioC1D0: Headphone Mic=0x19
[ 1.619206] snd_hda_codec_realtek hdaudioC1D0: Headset Mic=0x1b
[ 1.619208] snd_hda_codec_realtek hdaudioC1D0: Internal Mic=0x12
[ 1.622643] systemd[1]: Started Journal Service.
[ 1.626491] iTCO_vendor_support: vendor-support=0
[ 1.627752] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 1.627951] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
[ 1.629660] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 1.631628] systemd-journald[210]: Received request to flush runtime journal from PID 1
[ 1.632911] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/input9
[ 1.633113] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10
[ 1.635888] Setting dangerous option enable_fbc - tainting kernel
[ 1.635894] Setting dangerous option enable_rc6 - tainting kernel
[ 1.637493] [drm] Memory usable by graphics device = 2048M
[ 1.637498] checking generic (d0000000 1600000) vs hw (d0000000 10000000)
[ 1.637499] fb: switching to inteldrmfb from EFI VGA
[ 1.637538] Console: switching to colour dummy device 80x25
[ 1.637659] [drm] Replacing VGA console driver
[ 1.644706] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.644708] [drm] Driver supports precise vblank timestamp query.
[ 1.644815] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 1.657420] nfc: nfc_init: NFC Core ver 0.1
[ 1.657438] NET: Registered protocol family 39
[ 1.665444] Probing NFC pn544
[ 1.679182] Non-volatile memory driver v1.3
[ 1.685262] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[ 1.685633] ACPI: Video Device [PEGP] (multi-head: yes rom: yes post: no)
[ 1.685680] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4d/LNXVIDEO:00/input/input11
[ 1.686095] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 1.686231] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input12
[ 1.701217] tsc: Refined TSC clocksource calibration: 2194.918 MHz
[ 1.701221] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa37202099, max_idle_ns: 440795206796 ns
[ 1.714653] ACPI: Battery Slot [BAT1] (battery present)
[ 1.751264] [drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
[ 1.765319] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops ffffffffc073bde0)
[ 1.765324] [drm] Initialized i915 1.6.0 20150731 for 0000:00:02.0 on minor 0
[ 1.778402] fbcon: inteldrmfb (fb0) is primary device
[ 1.817169] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 1.821364] iwlwifi 0000:06:00.0 wlp6s0: renamed from wlan0
[ 1.868036] usb 3-11: new high-speed USB device number 4 using xhci_hcd
[ 1.886567] IPv6: ADDRCONF(NETDEV_UP): wlp6s0: link is not ready
[ 1.886668] iwlwifi 0000:06:00.0: L1 Disabled - LTR Enabled
[ 1.886903] iwlwifi 0000:06:00.0: L1 Disabled - LTR Enabled
[ 2.081712] iwlwifi 0000:06:00.0: L1 Disabled - LTR Enabled
[ 2.081946] iwlwifi 0000:06:00.0: L1 Disabled - LTR Enabled
[ 2.094803] random: nonblocking pool is initialized
[ 2.095702] IPv6: ADDRCONF(NETDEV_UP): wlp6s0: link is not ready
[ 2.110173] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.113326] usbcore: registered new interface driver usbhid
[ 2.113326] usbhid: USB HID core driver
[ 2.139919] input: SYNAPTICS Synaptics Large Touch Screen as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/0003:06CB:0AC3.0001/input/input13
[ 2.140076] hid-multitouch 0003:06CB:0AC3.0001: input,hiddev0,hidraw0: USB HID v1.11 Mouse [SYNAPTICS Synaptics Large Touch Screen] on usb-0000:00:14.0-6/input0
[ 2.141802] media: Linux media interface: v0.10
[ 2.142594] mousedev: PS/2 mouse device common for all mice
[ 2.145348] Bluetooth: Core ver 2.20
[ 2.145355] NET: Registered protocol family 31
[ 2.145355] Bluetooth: HCI device and connection manager initialized
[ 2.145357] Bluetooth: HCI socket layer initialized
[ 2.145359] Bluetooth: L2CAP socket layer initialized
[ 2.145360] Bluetooth: SCO socket layer initialized
[ 2.146845] Linux video capture interface: v2.00
[ 2.150673] usbcore: registered new interface driver btusb
[ 2.153018] uvcvideo: Unable to create debugfs directory
[ 2.153048] uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (0bda:573c)
[ 2.158993] input: Integrated_Webcam_HD as /devices/pci0000:00/0000:00:14.0/usb3/3-11/3-11:1.0/input/input15
[ 2.159110] usbcore: registered new interface driver uvcvideo
[ 2.159110] USB Video Class driver (1.1.1)
[ 2.164442] Bluetooth: hci0: read Intel version: 370710018002030d4f
[ 2.164443] Bluetooth: hci0: Intel device is already patched. patch num: 4f
[ 2.607400] psmouse serio1: synaptics: queried max coordinates: x [..5660], y [..4646]
[ 2.670640] psmouse serio1: synaptics: queried min coordinates: x [1386..], y [1252..]
[ 2.702467] clocksource: Switched to clocksource tsc
[ 2.781031] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x126800/0x0, board id: 2733, fw id: 1515627
[ 2.851716] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
[ 2.906827] Console: switching to colour frame buffer device 400x112
[ 2.915315] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 2.931786] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 2.931787] Bluetooth: BNEP filters: protocol multicast
[ 2.931790] Bluetooth: BNEP socket layer initialized
[ 2.951987] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input16
[ 2.952076] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17
[ 2.952152] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input18
[ 3.016167] IPv6: ADDRCONF(NETDEV_UP): wlp6s0: link is not ready
[ 3.554703] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 3.565809] Ebtables v2.0 registered
[ 3.763114] grsec: denied kernel module auto-load of fuse by uid 120
[ 3.913538] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 3.916467] tun: Universal TUN/TAP device driver, 1.6
[ 3.916470] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 3.980275] device virbr0-nic entered promiscuous mode
[ 4.081078] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[ 4.109334] virbr0: port 1(virbr0-nic) entered listening state
[ 4.109346] virbr0: port 1(virbr0-nic) entered listening state
[ 4.110799] IPv6: ADDRCONF(NETDEV_UP): virbr0: link is not ready
[ 4.152158] virbr0: port 1(virbr0-nic) entered disabled state
[ 6.311423] wlp6s0: authenticate with c0:4a:00:38:dc:b0
[ 6.314412] wlp6s0: send auth to c0:4a:00:38:dc:b0 (try 1/3)
[ 6.336592] wlp6s0: authenticated
[ 6.339246] wlp6s0: associate with c0:4a:00:38:dc:b0 (try 1/3)
[ 6.340714] wlp6s0: RX AssocResp from c0:4a:00:38:dc:b0 (capab=0x411 status=0 aid=1)
[ 6.342292] wlp6s0: associated
[ 6.342328] IPv6: ADDRCONF(NETDEV_CHANGE): wlp6s0: link becomes ready
[ 6.438817] wlp6s0: Limiting TX power to 23 (23 - 0) dBm as advertised by c0:4a:00:38:dc:b0
[ 9.873579] grsec: denied kernel module auto-load of fuse by uid 1000
[ 151.744072] grsec: denied RWX mmap of <anonymous mapping> by /usr/lib/iceweasel/iceweasel[iceweasel:1509] uid/euid:1000/1000 gid/egid:100/100, parent /usr/lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
I couldn't really find anything in google but I believe that it isn't wise to have grsec block auto-load? And iceweasel shouldn't be blocked either
Any ideas what I need to configure/change in grsec/paxd?
Thanks !
Setup 1: Thinkpad T14s G3, 14" FHD - R7 6850U - 32GB RAM - 2TB Solidigm P44 Pro NVME
Setup 2: Thinkpad X1E G1, 15.6" FHD - i7-8850H - 32GB RAM - NVIDIA GTX 1050Ti - 2x 1TB Samsung 970 Pro NVME
Accessories: Filco Majestouch TKL MX-Brown Mini Otaku, Benq XL2420T (144Hz), Lo(w)gitech G400, Puretrak Talent, Sennheiser HD800S + Meier Daccord FF + Meier Classic FF
Offline
Pointing out that these issues were submitted by OP on grsec upstream forum and solved there (including help from Arch dev thestinger which maintains paxd).
OP, please add [SOLVED] to thread title!
Thanks
Offline