lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 28 Feb 2017 12:05:22 +0800
From:   Dou Liyang <douly.fnst@...fujitsu.com>
To:     Marco Berizzi <pupilla@...ero.it>, <linux-kernel@...r.kernel.org>
Subject: Re: CPU: 0 PID: 0 at arch/x86/kernel/apic/apic.c:2066

Hi Marco,

After Linux-4.9, we also mapped the logical CPU IDs for the disabled CPUs.

The reason of the warning maybe that:

The max number of the CPU in "dl360g5" is 2 (NR_CPUS:2), but, the
kernel mapped one of the number to a disabled CPUs, so one of the
enable CPUs will never have a cpu_id, so it will never be online.

you can dump the ACPI table of the machine to confirm the reason.


Thanks,

Liyang

At 02/27/2017 07:50 PM, Marco Berizzi wrote:
> Hi Folks,
>
> I'm getting this error with linux-4.10.1 on a very old hp netserver dl360g5
> running slackware 14.2
> The last working version is linux-4.8.17 (where I don't see this error, and
> both cpu0 and cpu1 are enabled.)
>
> [    0.000000] ------------[ cut here ]------------
> [    0.000000] WARNING: CPU: 0 PID: 0 at arch/x86/kernel/apic/apic.c:2066
> __generic_processor_info+0x289/0x350
> [    0.000000] Only 1 processors supported.Processor 2/0x2 and the rest are
> ignored.
> [    0.000000] Modules linked in:
> [    0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 4.10.1 #1
> [    0.000000] Hardware name: HP ProLiant DL360 G5, BIOS P58 05/02/2011
> [    0.000000] Call Trace:
> [    0.000000]  ? dump_stack+0x46/0x5d
> [    0.000000]  ? __warn+0xb4/0xd0
> [    0.000000]  ? warn_slowpath_fmt+0x4a/0x50
> [    0.000000]  ? __early_ioremap+0x13c/0x1b8
> [    0.000000]  ? __generic_processor_info+0x289/0x350
> [    0.000000]  ? acpi_register_lapic+0x3d/0x6c
> [    0.000000]  ? acpi_parse_lapic+0x3e/0x43
> [    0.000000]  ? acpi_parse_entries_array+0xf4/0x152
> [    0.000000]  ? acpi_table_parse_entries_array+0x9f/0xb8
> [    0.000000]  ? acpi_boot_init+0xde/0x494
> [    0.000000]  ? acpi_parse_ioapic+0x74/0x74
> [    0.000000]  ? dmi_ignore_irq0_timer_override+0x26/0x26
> [    0.000000]  ? setup_arch+0x611/0x674
> [    0.000000]  ? start_kernel+0x4d/0x31f
> [    0.000000]  ? start_cpu+0x14/0x14
> [    0.000000] ---[ end trace 0000000000000000 ]---
>
> Any response are welcome.
> This is the full dmesg and config:
>
> [    0.000000] Linux version 4.10.1 (root@...ppist) (gcc version 5.3.0 (GCC) )
> #1 SMP Mon Feb 27 12:14:49 CET 2017
> [    0.000000] Command line: BOOT_IMAGE=Linux ro root=6802 vt.default_utf8=0
> [    0.000000] x86/fpu: Legacy x87 FPU detected.
> [    0.000000] e820: BIOS-provided physical RAM map:
> [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
> [    0.000000] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
> [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007fe43fff] usable
> [    0.000000] BIOS-e820: [mem 0x000000007fe44000-0x000000007fe4bfff] ACPI
> data
> [    0.000000] BIOS-e820: [mem 0x000000007fe4c000-0x000000007fe4cfff] usable
> [    0.000000] BIOS-e820: [mem 0x000000007fe4d000-0x000000007fffffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fecfffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee0ffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
> [    0.000000] NX (Execute Disable) protection: active
> [    0.000000] SMBIOS 2.4 present.
> [    0.000000] DMI: HP ProLiant DL360 G5, BIOS P58 05/02/2011
> [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
> [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
> [    0.000000] e820: last_pfn = 0x7fe4d max_arch_pfn = 0x400000000
> [    0.000000] MTRR default type: write-back
> [    0.000000] MTRR fixed ranges enabled:
> [    0.000000]   00000-9FFFF write-back
> [    0.000000]   A0000-BFFFF uncachable
> [    0.000000]   C0000-FFFFF write-protect
> [    0.000000] MTRR variable ranges enabled:
> [    0.000000]   0 base 0080000000 mask 3F80000000 uncachable
> [    0.000000]   1 base 1000000000 mask 3000000000 uncachable
> [    0.000000]   2 base 2000000000 mask 2000000000 uncachable
> [    0.000000]   3 disabled
> [    0.000000]   4 disabled
> [    0.000000]   5 disabled
> [    0.000000]   6 disabled
> [    0.000000]   7 disabled
> [    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT
> [    0.000000] found SMP MP-table at [mem 0x000f4f80-0x000f4f8f] mapped at
> [ffff8800000f4f80]
> [    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
> [    0.000000] BRK [0x01778000, 0x01778fff] PGTABLE
> [    0.000000] BRK [0x01779000, 0x01779fff] PGTABLE
> [    0.000000] BRK [0x0177a000, 0x0177afff] PGTABLE
> [    0.000000] BRK [0x0177b000, 0x0177bfff] PGTABLE
> [    0.000000] BRK [0x0177c000, 0x0177cfff] PGTABLE
> [    0.000000] ACPI: Early table checksum verification disabled
> [    0.000000] ACPI: RSDP 0x00000000000F4F00 000024 (v02 HP    )
> [    0.000000] ACPI: XSDT 0x000000007FE447C0 00007C (v01 HP     ProLiant
> 00000002 Ò?   0000162E)
> [    0.000000] ACPI: FACP 0x000000007FE44840 0000F4 (v03 HP     ProLiant
> 00000002 Ò?   0000162E)
> [    0.000000] ACPI BIOS Warning (bug): Invalid length for
> FADT/Pm1aControlBlock: 32, using default 16 (20160930/tbfadt-708)
> [    0.000000] ACPI BIOS Warning (bug): Invalid length for
> FADT/Pm2ControlBlock: 32, using default 8 (20160930/tbfadt-708)
> [    0.000000] ACPI: DSDT 0x000000007FE44940 002148 (v01 HP     DSDT
> 00000001 INTL 20030228)
> [    0.000000] ACPI: FACS 0x000000007FE44100 000040
> [    0.000000] ACPI: FACS 0x000000007FE44100 000040
> [    0.000000] ACPI: SPCR 0x000000007FE44140 000050 (v01 HP     SPCRRBSU
> 00000001 Ò?   0000162E)
> [    0.000000] ACPI: MCFG 0x000000007FE441C0 00003C (v01 HP     ProLiant
> 00000001      00000000)
> [    0.000000] ACPI: HPET 0x000000007FE44200 000038 (v01 HP     ProLiant
> 00000002 Ò?   0000162E)
> [    0.000000] ACPI: SPMI 0x000000007FE44240 000040 (v05 HP     ProLiant
> 00000001 Ò?   0000162E)
> [    0.000000] ACPI: ERST 0x000000007FE44280 0001D0 (v01 HP     ProLiant
> 00000001 Ò?   0000162E)
> [    0.000000] ACPI: APIC 0x000000007FE44480 00009E (v01 HP     ProLiant
> 00000002      00000000)
> [    0.000000] ACPI: FFFF 0x000000007FE44540 000176 (v01 HP     ProLiant
> 00000001 Ò?   0000162E)
> [    0.000000] ACPI: BERT 0x000000007FE446C0 000030 (v01 HP     ProLiant
> 00000001 Ò?   0000162E)
> [    0.000000] ACPI: HEST 0x000000007FE44700 0000BC (v01 HP     ProLiant
> 00000001 Ò?   0000162E)
> [    0.000000] ACPI: SSDT 0x000000007FE49000 000C85 (v01 HP     SSDTP
> 00000001 INTL 20061109)
> [    0.000000] ACPI: Local APIC address 0xfee00000
> [    0.000000] Zone ranges:
> [    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
> [    0.000000]   DMA32    [mem 0x0000000001000000-0x000000007fe4cfff]
> [    0.000000]   Normal   empty
> [    0.000000] Movable zone start for each node
> [    0.000000] Early memory node ranges
> [    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
> [    0.000000]   node   0: [mem 0x0000000000100000-0x000000007fe43fff]
> [    0.000000]   node   0: [mem 0x000000007fe4c000-0x000000007fe4cfff]
> [    0.000000] Initmem setup node 0 [mem 0x0000000000001000-
> 0x000000007fe4cfff]
> [    0.000000] On node 0 totalpages: 523747
> [    0.000000]   DMA zone: 64 pages used for memmap
> [    0.000000]   DMA zone: 21 pages reserved
> [    0.000000]   DMA zone: 3998 pages, LIFO batch:0
> [    0.000000]   DMA32 zone: 8122 pages used for memmap
> [    0.000000]   DMA32 zone: 519749 pages, LIFO batch:31
> [    0.000000] ACPI: PM-Timer IO Port: 0x908
> [    0.000000] ACPI: Local APIC address 0xfee00000
> [    0.000000] ------------[ cut here ]------------
> [    0.000000] WARNING: CPU: 0 PID: 0 at arch/x86/kernel/apic/apic.c:2066
> __generic_processor_info+0x289/0x350
> [    0.000000] Only 1 processors supported.Processor 2/0x2 and the rest are
> ignored.
> [    0.000000] Modules linked in:
> [    0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 4.10.1 #1
> [    0.000000] Hardware name: HP ProLiant DL360 G5, BIOS P58 05/02/2011
> [    0.000000] Call Trace:
> [    0.000000]  ? dump_stack+0x46/0x5d
> [    0.000000]  ? __warn+0xb4/0xd0
> [    0.000000]  ? warn_slowpath_fmt+0x4a/0x50
> [    0.000000]  ? __early_ioremap+0x13c/0x1b8
> [    0.000000]  ? __generic_processor_info+0x289/0x350
> [    0.000000]  ? acpi_register_lapic+0x3d/0x6c
> [    0.000000]  ? acpi_parse_lapic+0x3e/0x43
> [    0.000000]  ? acpi_parse_entries_array+0xf4/0x152
> [    0.000000]  ? acpi_table_parse_entries_array+0x9f/0xb8
> [    0.000000]  ? acpi_boot_init+0xde/0x494
> [    0.000000]  ? acpi_parse_ioapic+0x74/0x74
> [    0.000000]  ? dmi_ignore_irq0_timer_override+0x26/0x26
> [    0.000000]  ? setup_arch+0x611/0x674
> [    0.000000]  ? start_kernel+0x4d/0x31f
> [    0.000000]  ? start_cpu+0x14/0x14
> [    0.000000] ---[ end trace 0000000000000000 ]---
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
> [    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
> [    0.000000] IOAPIC[1]: apic_id 9, version 32, address 0xfec80000, GSI 24-47
> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
> [    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: 0x8086a201 base: 0xfed00000
> [    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
> [    0.000000] e820: [mem 0x80000000-0xdfffffff] available for PCI devices
> [    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles:
> 0xffffffff, max_idle_ns: 1910969940391419 ns
> [    0.000000] setup_percpu: NR_CPUS:2 nr_cpumask_bits:2 nr_cpu_ids:1
> nr_node_ids:1
> [    0.000000] percpu: Embedded 32 pages/cpu @ffff88007fc00000 s93528 r8192
> d29352 u2097152
> [    0.000000] pcpu-alloc: s93528 r8192 d29352 u2097152 alloc=1*2097152
> [    0.000000] pcpu-alloc: [0] 0
> [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total
> pages: 515540
> [    0.000000] Kernel command line: BOOT_IMAGE=Linux ro root=6802 vt.
> default_utf8=0
> [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
> [    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152
> bytes)
> [    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576
> bytes)
> [    0.000000] Memory: 2051204K/2094988K available (3789K kernel code, 321K
> rwdata, 1092K rodata, 684K init, 468K bss, 43784K reserved, 0K cma-reserved)
> [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
> [    0.000000] Hierarchical RCU implementation.
> [    0.000000]     Build-time adjustment of leaf fanout to 64.
> [    0.000000]     RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
> [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1
> [    0.000000] NR_IRQS:4352 nr_irqs:256 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 3000.128 MHz processor
> [    0.001002] Calibrating delay loop (skipped), value calculated using timer
> frequency.. 6000.25 BogoMIPS (lpj=3000128)
> [    0.001357] pid_max: default: 32768 minimum: 301
> [    0.002006] ACPI: Core revision 20160930
> [    0.003569] ACPI: 2 ACPI AML tables successfully acquired and loaded
> [    0.003783] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
> [    0.003979] Mountpoint-cache hash table entries: 4096 (order: 3, 32768
> bytes)
> [    0.004178] CPU: Physical Processor ID: 0
> [    0.004364] CPU: Processor Core ID: 0
> [    0.004551] process: using mwait in idle threads
> [    0.004743] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
> [    0.005002] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
> [    0.008698] Freeing SMP alternatives memory: 20K
> [    0.009087] smpboot: Max logical packages: 4
> [    0.009724] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
> [    0.020000] smpboot: CPU0: Intel(R) Xeon(R) CPU            5160  @ 3.00GHz
> (family: 0x6, model: 0xf, stepping: 0xb)
> [    0.020000] Performance Events: PEBS fmt0+, Core2 events, Broken BIOS
> detected, complain to your hardware vendor.
> [    0.020000] [Firmware Bug]: the BIOS has corrupted hw-PMU resources (MSR
> 186 is 43003c)
> [    0.020000] Intel PMU driver.
> [    0.020001] core: PEBS disabled due to CPU errata
> [    0.020191] ... version:                2
> [    0.020378] ... bit width:              40
> [    0.020565] ... generic registers:      2
> [    0.020751] ... value mask:             000000ffffffffff
> [    0.021001] ... max period:             000000007fffffff
> [    0.021192] ... fixed-purpose events:   3
> [    0.021379] ... event mask:             0000000700000003
> [    0.021688] smp: Bringing up secondary CPUs ...
> [    0.021876] smp: Brought up 1 node, 1 CPU
> [    0.022001] smpboot: Total of 1 processors activated (6000.25 BogoMIPS)
> [    0.023176] devtmpfs: initialized
> [    0.024031] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff,
> max_idle_ns: 1911260446275000 ns
> [    0.024385] futex hash table entries: 256 (order: 2, 16384 bytes)
> [    0.024591] xor: measuring software checksum speed
> [    0.034001]    prefetch64-sse: 17404.000 MB/sec
> [    0.044001]    generic_sse: 14624.000 MB/sec
> [    0.044189] xor: using function: prefetch64-sse (17404.000 MB/sec)
> [    0.044514] NET: Registered protocol family 16
> [    0.044793] cpuidle: using governor menu
> [    0.044982] PCCT header not found.
> [    0.045016] ACPI: bus type PCI registered
> [    0.045207] PCI: Using configuration type 1 for base access
> [    0.045402] PCI: HP ProLiant DL360 detected, enabling pci=bfsort.
> [    0.064014] raid6: sse2x1   gen()  3757 MB/s
> [    0.081002] raid6: sse2x1   xor()  5228 MB/s
> [    0.098007] raid6: sse2x2   gen()  7667 MB/s
> [    0.115003] raid6: sse2x2   xor()  6285 MB/s
> [    0.132003] raid6: sse2x4   gen()  8484 MB/s
> [    0.149003] raid6: sse2x4   xor()  6527 MB/s
> [    0.149191] raid6: using algorithm sse2x4 gen() 8484 MB/s
> [    0.149383] raid6: .... xor() 6527 MB/s, rmw enabled
> [    0.149574] raid6: using ssse3x2 recovery algorithm
> [    0.149773] ACPI: Added _OSI(Module Device)
> [    0.149960] ACPI: Added _OSI(Processor Device)
> [    0.150001] ACPI: Added _OSI(3.0 _SCP Extensions)
> [    0.150190] ACPI: Added _OSI(Processor Aggregator Device)
> [    0.151269] ACPI Error: Field [CDW3] at 96 exceeds Buffer [NULL] size 64
> (bits) (20160930/dsopcode-236)
> [    0.151623] ACPI Error: Method parse/execution failed [\_SB._OSC] (Node
> ffff88007d0341b8), AE_AML_BUFFER_LIMIT (20160930/psparse-543)
> [    0.152150] ACPI: Dynamic OEM Table Load:
> [    0.152342] ACPI: SSDT 0xFFFF88007D2CF800 000297 (v01 HP     SSDT0
> 00000001 INTL 20061109)
> [    0.152799] ACPI: Dynamic OEM Table Load:
> [    0.152969] ACPI: SSDT 0xFFFF88007D2A2180 0000AD (v01 HP     CPU0CST
> 00000001 INTL 20061109)
> [    0.153168] ACPI: Interpreter enabled
> [    0.155003] ACPI: (supports S0 S5)
> [    0.155189] ACPI: Using IOAPIC for interrupt routing
> [    0.155396] PCI: Using host bridge windows from ACPI; if necessary, use
> "pci=nocrs" and report a bug
> [    0.157518] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
> [    0.157715] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
> [    0.157914] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
> [    0.158049] PCI host bridge to bus 0000:00
> [    0.158238] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
> [    0.158434] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
> [    0.158631] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff
> window]
> [    0.158829] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff
> window]
> [    0.159001] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff
> window]
> [    0.159200] pci_bus 0000:00: root bus resource [bus 00-7f]
> [    0.159402] pci 0000:00:00.0: [8086:25d8] type 00 class 0x060000
> [    0.159441] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
> [    0.159480] pci 0000:00:02.0: [8086:25e2] type 01 class 0x060400
> [    0.159511] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
> [    0.159545] pci 0000:00:03.0: [8086:25e3] type 01 class 0x060400
> [    0.159576] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
> [    0.159612] pci 0000:00:04.0: [8086:25f8] type 01 class 0x060400
> [    0.159642] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
> [    0.159678] pci 0000:00:05.0: [8086:25e5] type 01 class 0x060400
> [    0.159708] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
> [    0.159740] pci 0000:00:06.0: [8086:25e6] type 01 class 0x060400
> [    0.159770] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
> [    0.159805] pci 0000:00:07.0: [8086:25e7] type 01 class 0x060400
> [    0.159835] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
> [    0.160014] pci 0000:00:10.0: [8086:25f0] type 00 class 0x060000
> [    0.160060] pci 0000:00:10.1: [8086:25f0] type 00 class 0x060000
> [    0.160105] pci 0000:00:10.2: [8086:25f0] type 00 class 0x060000
> [    0.160153] pci 0000:00:11.0: [8086:25f1] type 00 class 0x060000
> [    0.160198] pci 0000:00:13.0: [8086:25f3] type 00 class 0x060000
> [    0.160241] pci 0000:00:15.0: [8086:25f5] type 00 class 0x060000
> [    0.160285] pci 0000:00:16.0: [8086:25f6] type 00 class 0x060000
> [    0.160338] pci 0000:00:1d.0: [8086:2688] type 00 class 0x0c0300
> [    0.160388] pci 0000:00:1d.0: reg 0x20: [io  0x1000-0x101f]
> [    0.160446] pci 0000:00:1d.1: [8086:2689] type 00 class 0x0c0300
> [    0.160496] pci 0000:00:1d.1: reg 0x20: [io  0x1020-0x103f]
> [    0.160559] pci 0000:00:1d.2: [8086:268a] type 00 class 0x0c0300
> [    0.160609] pci 0000:00:1d.2: reg 0x20: [io  0x1040-0x105f]
> [    0.160670] pci 0000:00:1d.3: [8086:268b] type 00 class 0x0c0300
> [    0.160704] pci 0000:00:1d.3: reg 0x20: [io  0x1060-0x107f]
> [    0.160758] pci 0000:00:1d.7: [8086:268c] type 00 class 0x0c0320
> [    0.160772] pci 0000:00:1d.7: reg 0x10: [mem 0xf7df0000-0xf7df03ff]
> [    0.160841] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
> [    0.160878] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
> [    0.160952] pci 0000:00:1f.0: [8086:2670] type 00 class 0x060100
> [    0.161056] pci 0000:00:1f.1: [8086:269e] type 00 class 0x01018a
> [    0.161067] pci 0000:00:1f.1: reg 0x10: [io  0x01f0-0x01f7]
> [    0.161075] pci 0000:00:1f.1: reg 0x14: [io  0x03f4-0x03f7]
> [    0.161082] pci 0000:00:1f.1: reg 0x18: [io  0x0170-0x0177]
> [    0.161089] pci 0000:00:1f.1: reg 0x1c: [io  0x0374-0x0377]
> [    0.161096] pci 0000:00:1f.1: reg 0x20: [io  0x0500-0x050f]
> [    0.161112] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io  0x01f0-
> 0x01f7]
> [    0.161310] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
> [    0.161505] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io  0x0170-
> 0x0177]
> [    0.161702] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
> [    0.162183] pci 0000:09:00.0: [8086:3500] type 01 class 0x060400
> [    0.163641] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
> [    0.164137] pci 0000:09:00.3: [8086:350c] type 01 class 0x060400
> [    0.165595] pci 0000:09:00.3: PME# supported from D0 D3hot D3cold
> [    0.165916] pci 0000:09:00.0: disabling ASPM on pre-1.1 PCIe device.  You
> can enable it with 'pcie_aspm=force'
> [    0.166107] pci 0000:00:02.0: PCI bridge to [bus 09-12]
> [    0.166300] pci 0000:00:02.0:   bridge window [mem 0xfde00000-0xfdefffff]
> [    0.167275] pci 0000:0a:00.0: [8086:3510] type 01 class 0x060400
> [    0.168871] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
> [    0.169137] pci 0000:0a:00.0: disabling ASPM on pre-1.1 PCIe device.  You
> can enable it with 'pcie_aspm=force'
> [    0.169687] pci 0000:0a:01.0: [8086:3514] type 01 class 0x060400
> [    0.171276] pci 0000:0a:01.0: PME# supported from D0 D3hot D3cold
> [    0.171504] pci 0000:0a:00.0: disabling ASPM on pre-1.1 PCIe device.  You
> can enable it with 'pcie_aspm=force'
> [    0.172092] pci 0000:0a:02.0: [8086:3518] type 01 class 0x060400
> [    0.173642] pci 0000:0a:02.0: PME# supported from D0 D3hot D3cold
> [    0.173870] pci 0000:0a:00.0: disabling ASPM on pre-1.1 PCIe device.  You
> can enable it with 'pcie_aspm=force'
> [    0.174655] pci 0000:09:00.0: PCI bridge to [bus 0a-0f]
> [    0.175770] pci 0000:0a:00.0: PCI bridge to [bus 0b-0d]
> [    0.176770] pci 0000:0a:01.0: PCI bridge to [bus 0e]
> [    0.177775] pci 0000:0a:02.0: PCI bridge to [bus 0f]
> [    0.180504] pci 0000:09:00.3: PCI bridge to [bus 10-12]
> [    0.181121] pci 0000:06:00.0: [103c:3230] type 00 class 0x010400
> [    0.181135] pci 0000:06:00.0: reg 0x10: [mem 0xfdd00000-0xfddfffff 64bit]
> [    0.181142] pci 0000:06:00.0: reg 0x18: [io  0x4000-0x40ff]
> [    0.181153] pci 0000:06:00.0: reg 0x1c: [mem 0xfdcf0000-0xfdcf0fff 64bit]
> [    0.181167] pci 0000:06:00.0: reg 0x30: [mem 0x00000000-0x0003ffff pref]
> [    0.181203] pci 0000:06:00.0: supports D1
> [    0.181226] pci 0000:06:00.0: disabling ASPM on pre-1.1 PCIe device.  You
> can enable it with 'pcie_aspm=force'
> [    0.181583] pci 0000:00:03.0: PCI bridge to [bus 06-08]
> [    0.181775] pci 0000:00:03.0:   bridge window [io  0x4000-0x4fff]
> [    0.181777] pci 0000:00:03.0:   bridge window [mem 0xfdc00000-0xfddfffff]
> [    0.181812] pci 0000:13:00.0: [8086:105e] type 00 class 0x020000
> [    0.181822] pci 0000:13:00.0: reg 0x10: [mem 0xfdfe0000-0xfdffffff]
> [    0.181830] pci 0000:13:00.0: reg 0x14: [mem 0xfdfc0000-0xfdfdffff]
> [    0.181837] pci 0000:13:00.0: reg 0x18: [io  0x5000-0x501f]
> [    0.181865] pci 0000:13:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
> [    0.181900] pci 0000:13:00.0: PME# supported from D0 D3hot D3cold
> [    0.181943] pci 0000:13:00.1: [8086:105e] type 00 class 0x020000
> [    0.181953] pci 0000:13:00.1: reg 0x10: [mem 0xfdfa0000-0xfdfbffff]
> [    0.181961] pci 0000:13:00.1: reg 0x14: [mem 0xfdf80000-0xfdf9ffff]
> [    0.181969] pci 0000:13:00.1: reg 0x18: [io  0x5020-0x503f]
> [    0.182007] pci 0000:13:00.1: reg 0x30: [mem 0x00000000-0x0001ffff pref]
> [    0.182042] pci 0000:13:00.1: PME# supported from D0 D3hot D3cold
> [    0.182083] pci 0000:13:00.0: disabling ASPM on pre-1.1 PCIe device.  You
> can enable it with 'pcie_aspm=force'
> [    0.182441] pci 0000:00:04.0: PCI bridge to [bus 13-15]
> [    0.182633] pci 0000:00:04.0:   bridge window [io  0x5000-0x5fff]
> [    0.182635] pci 0000:00:04.0:   bridge window [mem 0xfdf00000-0xfdffffff]
> [    0.182658] pci 0000:00:05.0: PCI bridge to [bus 16]
> [    0.182881] pci 0000:02:00.0: [1166:0103] type 01 class 0x060400
> [    0.182930] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
> [    0.182955] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You
> can enable it with 'pcie_aspm=force'
> [    0.183005] pci 0000:00:06.0: PCI bridge to [bus 02-03]
> [    0.183199] pci 0000:00:06.0:   bridge window [mem 0xf8000000-0xf9ffffff]
> [    0.183236] pci 0000:03:00.0: [14e4:164c] type 00 class 0x020000
> [    0.183252] pci 0000:03:00.0: reg 0x10: [mem 0xf8000000-0xf9ffffff 64bit]
> [    0.183284] pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
> [    0.183320] pci 0000:03:00.0: PME# supported from D3hot D3cold
> [    0.183370] pci 0000:02:00.0: PCI bridge to [bus 03]
> [    0.183565] pci 0000:02:00.0:   bridge window [mem 0xf8000000-0xf9ffffff]
> [    0.183604] pci 0000:04:00.0: [1166:0103] type 01 class 0x060400
> [    0.183653] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
> [    0.183679] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device.  You
> can enable it with 'pcie_aspm=force'
> [    0.184005] pci 0000:00:07.0: PCI bridge to [bus 04-05]
> [    0.184198] pci 0000:00:07.0:   bridge window [mem 0xfa000000-0xfbffffff]
> [    0.184236] pci 0000:05:00.0: [14e4:164c] type 00 class 0x020000
> [    0.184253] pci 0000:05:00.0: reg 0x10: [mem 0xfa000000-0xfbffffff 64bit]
> [    0.184284] pci 0000:05:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
> [    0.184320] pci 0000:05:00.0: PME# supported from D3hot D3cold
> [    0.184369] pci 0000:04:00.0: PCI bridge to [bus 05]
> [    0.184564] pci 0000:04:00.0:   bridge window [mem 0xfa000000-0xfbffffff]
> [    0.184603] pci 0000:01:03.0: [1002:515e] type 00 class 0x030000
> [    0.184619] pci 0000:01:03.0: reg 0x10: [mem 0xd8000000-0xdfffffff pref]
> [    0.184628] pci 0000:01:03.0: reg 0x14: [io  0x3000-0x30ff]
> [    0.184637] pci 0000:01:03.0: reg 0x18: [mem 0xf7ff0000-0xf7ffffff]
> [    0.185012] pci 0000:01:03.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
> [    0.185040] pci 0000:01:03.0: supports D1 D2
> [    0.185072] pci 0000:01:04.0: [0e11:b203] type 00 class 0x088000
> [    0.185087] pci 0000:01:04.0: reg 0x10: [io  0x2800-0x28ff]
> [    0.185097] pci 0000:01:04.0: reg 0x14: [mem 0xf7fe0000-0xf7fe01ff]
> [    0.185166] pci 0000:01:04.0: PME# supported from D0 D3hot D3cold
> [    0.185203] pci 0000:01:04.2: [0e11:b204] type 00 class 0x088000
> [    0.185220] pci 0000:01:04.2: reg 0x10: [io  0x3400-0x34ff]
> [    0.185230] pci 0000:01:04.2: reg 0x14: [mem 0xf7fd0000-0xf7fd07ff]
> [    0.185241] pci 0000:01:04.2: reg 0x18: [mem 0xf7fc0000-0xf7fc1fff]
> [    0.185251] pci 0000:01:04.2: reg 0x1c: [mem 0xf7f00000-0xf7f7ffff]
> [    0.185280] pci 0000:01:04.2: reg 0x30: [mem 0x00000000-0x0000ffff pref]
> [    0.185311] pci 0000:01:04.2: PME# supported from D0 D3hot D3cold
> [    0.185348] pci 0000:01:04.4: [103c:3300] type 00 class 0x0c0300
> [    0.185401] pci 0000:01:04.4: reg 0x20: [io  0x3800-0x381f]
> [    0.185452] pci 0000:01:04.4: PME# supported from D0 D3hot D3cold
> [    0.185484] pci 0000:01:04.6: [103c:3302] type 00 class 0x0c0701
> [    0.185498] pci 0000:01:04.6: reg 0x10: [mem 0xf7ef0000-0xf7ef00ff]
> [    0.185568] pci 0000:01:04.6: PME# supported from D0 D3hot D3cold
> [    0.185622] pci 0000:00:1e.0: PCI bridge to [bus 01] (subtractive decode)
> [    0.185784] pci 0000:00:1e.0:   bridge window [io  0x2000-0x3fff]
> [    0.185787] pci 0000:00:1e.0:   bridge window [mem 0xf7e00000-0xf7ffffff]
> [    0.185791] pci 0000:00:1e.0:   bridge window [mem 0xd8000000-0xdfffffff
> 64bit pref]
> [    0.185792] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window]
> (subtractive decode)
> [    0.185793] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window]
> (subtractive decode)
> [    0.185795] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff
> window] (subtractive decode)
> [    0.185796] pci 0000:00:1e.0:   bridge window [mem 0x80000000-0xdfffffff
> window] (subtractive decode)
> [    0.185797] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfebfffff
> window] (subtractive decode)
> [    0.185816] pci_bus 0000:00: on NUMA node 0
> [    0.186002] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 7 10 11)
> [    0.186196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *7 10 11)
> [    0.186388] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 7 *10 11)
> [    0.186581] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 *10 11)
> [    0.186806] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 7 10 11) *0, disabled.
> [    0.187033] ACPI: PCI Interrupt Link [LNKF] (IRQs *5 7 10 11)
> [    0.187259] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 7 *10 11)
> [    0.187485] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 *7 10 11)
> [    0.189277] pci 0000:01:03.0: vgaarb: setting as boot VGA device
> [    0.189472] pci 0000:01:03.0: vgaarb: VGA device added: decodes=io+mem,
> owns=io+mem,locks=none
> [    0.189821] pci 0000:01:03.0: vgaarb: bridge control possible
> [    0.190003] vgaarb: loaded
> [    0.190235] SCSI subsystem initialized
> [    0.190440] PCI: Using ACPI for IRQ routing
> [    0.190628] PCI: pci_cache_line_size set to 64 bytes
> [    0.190937] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
> [    0.190938] e820: reserve RAM buffer [mem 0x7fe44000-0x7fffffff]
> [    0.190939] e820: reserve RAM buffer [mem 0x7fe4d000-0x7fffffff]
> [    0.191064] HPET: 3 timers in total, 0 timers will be used for per-cpu
> timer
> [    0.191443] clocksource: Switched to clocksource hpet
> [    0.191670] pnp: PnP ACPI init
> [    0.191975] system 00:00: [io  0x0408-0x040f] has been reserved
> [    0.191975] system 00:00: [io  0x04d0-0x04d1] has been reserved
> [    0.191975] system 00:00: [io  0x0700-0x071f] has been reserved
> [    0.192132] system 00:00: [io  0x0800-0x083f] has been reserved
> [    0.192326] system 00:00: [io  0x0900-0x097f] has been reserved
> [    0.192520] system 00:00: [io  0x0c80-0x0c83] has been reserved
> [    0.192713] system 00:00: [io  0x0cd4-0x0cd7] has been reserved
> [    0.192906] system 00:00: [io  0x0f50-0x0f58] has been reserved
> [    0.193104] system 00:00: [io  0x0ca0-0x0ca1] has been reserved
> [    0.193297] system 00:00: [io  0x0ca4-0x0ca5] has been reserved
> [    0.193491] system 00:00: [io  0x02f8-0x02ff] has been reserved
> [    0.193684] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
> [    0.193880] system 00:00: [mem 0xfe000000-0xfebfffff] has been reserved
> [    0.194081] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.194111] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
> [    0.194126] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 PNP0f0e
> (active)
> [    0.194274] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 PNP0500
> (active)
> [    0.194379] pnp: PnP ACPI: found 4 devices
> [    0.200509] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff,
> max_idle_ns: 2085701024 ns
> [    0.201634] pci 0000:0a:00.0: PCI bridge to [bus 0b-0d]
> [    0.202099] pci 0000:0a:01.0: PCI bridge to [bus 0e]
> [    0.202511] pci 0000:0a:02.0: PCI bridge to [bus 0f]
> [    0.202878] pci 0000:09:00.0: PCI bridge to [bus 0a-0f]
> [    0.203244] pci 0000:09:00.3: PCI bridge to [bus 10-12]
> [    0.203610] pci 0000:00:02.0: PCI bridge to [bus 09-12]
> [    0.203803] pci 0000:00:02.0:   bridge window [mem 0xfde00000-0xfdefffff]
> [    0.204009] pci 0000:06:00.0: BAR 6: assigned [mem 0xfdc00000-0xfdc3ffff
> pref]
> [    0.204207] pci 0000:00:03.0: PCI bridge to [bus 06-08]
> [    0.204398] pci 0000:00:03.0:   bridge window [io  0x4000-0x4fff]
> [    0.204593] pci 0000:00:03.0:   bridge window [mem 0xfdc00000-0xfddfffff]
> [    0.204793] pci 0000:13:00.0: BAR 6: assigned [mem 0xfdf00000-0xfdf1ffff
> pref]
> [    0.204991] pci 0000:13:00.1: BAR 6: assigned [mem 0xfdf20000-0xfdf3ffff
> pref]
> [    0.205192] pci 0000:00:04.0: PCI bridge to [bus 13-15]
> [    0.205384] pci 0000:00:04.0:   bridge window [io  0x5000-0x5fff]
> [    0.205579] pci 0000:00:04.0:   bridge window [mem 0xfdf00000-0xfdffffff]
> [    0.205778] pci 0000:00:05.0: PCI bridge to [bus 16]
> [    0.205974] pci 0000:03:00.0: BAR 6: no space for [mem size 0x00020000
> pref]
> [    0.206174] pci 0000:03:00.0: BAR 6: failed to assign [mem size 0x00020000
> pref]
> [    0.206372] pci 0000:02:00.0: PCI bridge to [bus 03]
> [    0.206564] pci 0000:02:00.0:   bridge window [mem 0xf8000000-0xf9ffffff]
> [    0.206765] pci 0000:00:06.0: PCI bridge to [bus 02-03]
> [    0.206958] pci 0000:00:06.0:   bridge window [mem 0xf8000000-0xf9ffffff]
> [    0.207160] pci 0000:05:00.0: BAR 6: no space for [mem size 0x00020000
> pref]
> [    0.207357] pci 0000:05:00.0: BAR 6: failed to assign [mem size 0x00020000
> pref]
> [    0.207556] pci 0000:04:00.0: PCI bridge to [bus 05]
> [    0.207749] pci 0000:04:00.0:   bridge window [mem 0xfa000000-0xfbffffff]
> [    0.207949] pci 0000:00:07.0: PCI bridge to [bus 04-05]
> [    0.208146] pci 0000:00:07.0:   bridge window [mem 0xfa000000-0xfbffffff]
> [    0.208347] pci 0000:01:03.0: BAR 6: assigned [mem 0xf7e00000-0xf7e1ffff
> pref]
> [    0.208544] pci 0000:01:04.2: BAR 6: assigned [mem 0xf7e20000-0xf7e2ffff
> pref]
> [    0.208742] pci 0000:00:1e.0: PCI bridge to [bus 01]
> [    0.208934] pci 0000:00:1e.0:   bridge window [io  0x2000-0x3fff]
> [    0.209133] pci 0000:00:1e.0:   bridge window [mem 0xf7e00000-0xf7ffffff]
> [    0.209331] pci 0000:00:1e.0:   bridge window [mem 0xd8000000-0xdfffffff
> 64bit pref]
> [    0.209533] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
> [    0.209534] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
> [    0.209535] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
> [    0.209536] pci_bus 0000:00: resource 7 [mem 0x80000000-0xdfffffff window]
> [    0.209537] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfebfffff window]
> [    0.209539] pci_bus 0000:09: resource 1 [mem 0xfde00000-0xfdefffff]
> [    0.209540] pci_bus 0000:06: resource 0 [io  0x4000-0x4fff]
> [    0.209541] pci_bus 0000:06: resource 1 [mem 0xfdc00000-0xfddfffff]
> [    0.209542] pci_bus 0000:13: resource 0 [io  0x5000-0x5fff]
> [    0.209543] pci_bus 0000:13: resource 1 [mem 0xfdf00000-0xfdffffff]
> [    0.209545] pci_bus 0000:02: resource 1 [mem 0xf8000000-0xf9ffffff]
> [    0.209546] pci_bus 0000:03: resource 1 [mem 0xf8000000-0xf9ffffff]
> [    0.209547] pci_bus 0000:04: resource 1 [mem 0xfa000000-0xfbffffff]
> [    0.209548] pci_bus 0000:05: resource 1 [mem 0xfa000000-0xfbffffff]
> [    0.209549] pci_bus 0000:01: resource 0 [io  0x2000-0x3fff]
> [    0.209550] pci_bus 0000:01: resource 1 [mem 0xf7e00000-0xf7ffffff]
> [    0.209551] pci_bus 0000:01: resource 2 [mem 0xd8000000-0xdfffffff 64bit
> pref]
> [    0.209553] pci_bus 0000:01: resource 4 [io  0x0000-0x0cf7 window]
> [    0.209554] pci_bus 0000:01: resource 5 [io  0x0d00-0xffff window]
> [    0.209555] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff window]
> [    0.209556] pci_bus 0000:01: resource 7 [mem 0x80000000-0xdfffffff window]
> [    0.209557] pci_bus 0000:01: resource 8 [mem 0xf0000000-0xfebfffff window]
> [    0.209596] NET: Registered protocol family 2
> [    0.209900] TCP established hash table entries: 16384 (order: 5, 131072
> bytes)
> [    0.210150] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
> [    0.210420] TCP: Hash tables configured (established 16384 bind 16384)
> [    0.210667] UDP hash table entries: 1024 (order: 3, 32768 bytes)
> [    0.210868] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
> [    0.211097] NET: Registered protocol family 1
> [    0.224088] pci 0000:01:03.0: Video device with shadowed ROM at [mem
> 0x000c0000-0x000dffff]
> [    0.225368] PCI: CLS 64 bytes, default 64
> [    0.225408] platform rtc_cmos: registered platform RTC device (no PNP
> device found)
> [    0.225887] workingset: timestamp_bits=62 max_order=19 bucket_order=0
> [    0.227995] Block layer SCSI generic (bsg) driver version 0.4 loaded (major
> 253)
> [    0.228165] io scheduler noop registered
> [    0.228319] io scheduler deadline registered
> [    0.228509] io scheduler cfq registered (default)
> [    0.231788] HP CISS Driver (v 3.6.26)
> [    0.232030] cciss 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM
> control
> [    0.312433] cciss 0000:06:00.0: cciss0: <0x3230> at PCI 0000:06:00.0 IRQ 24
> using DAC
> [    0.313948]  cciss/c0d0: p1 p2 p3 p4
> [    0.314315] NET: Registered protocol family 17
> [    0.314620] registered taskstats version 1
> [    0.315133] Btrfs loaded, crc32c=crc32c-generic
> [    0.321821] BTRFS: device fsid c089800c-a6f2-492b-a677-78a74d761969 devid 1
> transid 1418 /dev/root
> [    0.326128] BTRFS info (device cciss/c0d0p2): disk space caching is enabled
> [    0.326291] BTRFS info (device cciss/c0d0p2): has skinny extents
> [    0.418784] VFS: Mounted root (btrfs filesystem) readonly on device 0:12.
> [    0.419786] Freeing unused kernel memory: 684K
> [    0.419942] Write protecting the kernel read-only data: 6144k
> [    0.420277] Freeing unused kernel memory: 296K
> [    0.422470] Freeing unused kernel memory: 956K
> [    0.758531] random: fast init done
> [    0.833878] loop: module loaded
> [    1.191155] udevd[594]: starting eudev-3.1.5
> [    1.229692] Warning: Processor Platform Limit event detected, but not
> handled.
> [    1.229856] Consider compiling CPUfreq support into your kernel.
> [    1.233842] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:
> 00/input/input0
> [    1.234014] ACPI: Power Button [PWRF]
> [    1.238961] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,
> 0x64 irq 1,12
> [    1.240909] serio: i8042 KBD port at 0x60,0x64 irq 1
> [    1.241073] serio: i8042 AUX port at 0x60,0x64 irq 12
> [    1.242166] pps_core: LinuxPPS API ver. 1 registered
> [    1.242323] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo
> Giometti <giometti@...ux.it>
> [    1.245843] PTP clock support registered
> [    1.248011] tsc: Refined TSC clocksource calibration: 3000.106 MHz
> [    1.248174] clocksource: tsc: mask: 0xffffffffffffffff max_cycles:
> 0x2b3ea998311, max_idle_ns: 440795342554 ns
> [    1.249337] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
> [    1.249495] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
> [    1.249792] e1000e 0000:13:00.0: Interrupt Throttling Rate (ints/sec) set
> to dynamic conservative mode
> [    1.250555] thermal LNXTHERM:00: registered as thermal_zone0
> [    1.250713] ACPI: Thermal Zone [THM0] (8 C)
> [    1.251798] bnx2: QLogic bnx2 Gigabit Ethernet Driver v2.2.6 (January 29,
> 2014)
> [    1.257394] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
> [    1.278082] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a
> 16550A
> [    1.282090] ACPI: bus type USB registered
> [    1.282261] usbcore: registered new interface driver usbfs
> [    1.282424] usbcore: registered new interface driver hub
> [    1.282590] usbcore: registered new device driver usb
> [    1.289163] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [    1.289675] ehci-pci: EHCI PCI platform driver
> [    1.289937] ehci-pci 0000:00:1d.7: EHCI Host Controller
> [    1.290106] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus
> number 1
> [    1.290275] ehci-pci 0000:00:1d.7: debug port 1
> [    1.294323] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
> [    1.294337] ehci-pci 0000:00:1d.7: irq 16, io mem 0xf7df0000
> [    1.301010] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
> [    1.301267] hub 1-0:1.0: USB hub found
> [    1.301425] hub 1-0:1.0: 8 ports detected
> [    1.302324] uhci_hcd: USB Universal Host Controller Interface driver
> [    1.302531] uhci_hcd 0000:00:1d.0: UHCI Host Controller
> [    1.302691] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus
> number 2
> [    1.302870] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00001000
> [    1.303182] hub 2-0:1.0: USB hub found
> [    1.303339] hub 2-0:1.0: 2 ports detected
> [    1.303567] uhci_hcd 0000:00:1d.1: UHCI Host Controller
> [    1.303727] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus
> number 3
> [    1.303910] uhci_hcd 0000:00:1d.1: irq 17, io base 0x00001020
> [    1.304170] hub 3-0:1.0: USB hub found
> [    1.304327] hub 3-0:1.0: 2 ports detected
> [    1.304552] uhci_hcd 0000:00:1d.2: UHCI Host Controller
> [    1.304712] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus
> number 4
> [    1.304894] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001040
> [    1.305144] hub 4-0:1.0: USB hub found
> [    1.305302] hub 4-0:1.0: 2 ports detected
> [    1.306100] uhci_hcd 0000:00:1d.3: UHCI Host Controller
> [    1.306260] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus
> number 5
> [    1.306441] uhci_hcd 0000:00:1d.3: irq 19, io base 0x00001060
> [    1.307074] hub 5-0:1.0: USB hub found
> [    1.307233] hub 5-0:1.0: 2 ports detected
> [    1.308557] uhci_hcd 0000:01:04.4: UHCI Host Controller
> [    1.308717] uhci_hcd 0000:01:04.4: new USB bus registered, assigned bus
> number 6
> [    1.308888] uhci_hcd 0000:01:04.4: port count misdetected? forcing to 2
> ports
> [    1.309864] uhci_hcd 0000:01:04.4: irq 22, io base 0x00003800
> [    1.312079] hub 6-0:1.0: USB hub found
> [    1.312237] hub 6-0:1.0: 2 ports detected
> [    1.347121] random: crng init done
> [    1.370626] rtc_cmos rtc_cmos: RTC can wake from S4
> [    1.370914] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
> [    1.371102] rtc_cmos rtc_cmos: alarms up to one year, y3k, 114 bytes nvram,
> hpet irqs
> [    1.423211] intel_rng: FWH not detected
> [    1.436576] e1000e 0000:13:00.0 eth0: (PCI Express:2.5GT/s:Width x4) 00:1b:
> 78:5c:ad:d8
> [    1.436740] e1000e 0000:13:00.0 eth0: Intel(R) PRO/1000 Network Connection
> [    1.436973] e1000e 0000:13:00.0 eth0: MAC: 0, PHY: 4, PBA No: D51930-003
> [    1.437261] e1000e 0000:13:00.1: Interrupt Throttling Rate (ints/sec) set
> to dynamic conservative mode
> [    1.469943] input: AT Translated Set 2 keyboard as
> /devices/platform/i8042/serio0/input/input1
> [    1.612681] e1000e 0000:13:00.1 eth1: (PCI Express:2.5GT/s:Width x4) 00:1b:
> 78:5c:ad:d9
> [    1.612848] e1000e 0000:13:00.1 eth1: Intel(R) PRO/1000 Network Connection
> [    1.613087] e1000e 0000:13:00.1 eth1: MAC: 0, PHY: 4, PBA No: D51930-003
> [    1.614668] e1000e 0000:13:00.1 eth125: renamed from eth1
> [    1.614903] e1000e 0000:13:00.1 eth2: renamed from eth125
> [    1.624025] usb 6-1: new full-speed USB device number 2 using uhci_hcd
> [    1.630284] bnx2 0000:03:00.0 eth1: Broadcom NetXtreme II BCM5708 1000Base-
> T (B2) PCI-X 64-bit 133MHz found at mem f8000000, IRQ 18, node addr 00:1e:0b:47:
> cf:fc
> [    1.645321] BTRFS: device fsid 71e21ca8-c9f3-4204-a4ba-e35f61a67a65 devid 1
> transid 508 /dev/cciss/c0d0p3
> [    1.875022] usb 6-2: new full-speed USB device number 3 using uhci_hcd
> [    1.990436] bnx2 0000:05:00.0 eth3: Broadcom NetXtreme II BCM5708 1000Base-
> T (B2) PCI-X 64-bit 133MHz found at mem fa000000, IRQ 19, node addr 00:1e:0b:47:
> cf:f4
> [    2.022016] hub 6-2:1.0: USB hub found
> [    2.024250] hub 6-2:1.0: 7 ports detected
> [    2.109769] usbcore: registered new interface driver usbhid
> [    2.109931] usbhid: USB HID core driver
> [    2.111532] input: HP Virtual Keyboard as /devices/pci0000:00/0000:00:1e.
> 0/0000:01:04.4/usb6/6-1/6-1:1.0/0003:03F0:1027.0001/input/input3
> [    2.163038] hid-generic 0003:03F0:1027.0001: input: USB HID v1.01 Keyboard
> [HP Virtual Keyboard] on usb-0000:01:04.4-1/input0
> [    2.163483] input: HP Virtual Keyboard as /devices/pci0000:00/0000:00:1e.
> 0/0000:01:04.4/usb6/6-1/6-1:1.1/0003:03F0:1027.0002/input/input4
> [    2.163775] hid-generic 0003:03F0:1027.0002: input: USB HID v1.01 Mouse [HP
> Virtual Keyboard] on usb-0000:01:04.4-1/input1
> [    2.194200] Adding 22341212k swap on /dev/cciss/c0d0p4.  Priority:-1
> extents:1 across:22341212k
> [    2.256050] clocksource: Switched to clocksource tsc
> [    3.207838] BTRFS info (device cciss/c0d0p2): disk space caching is enabled
> [    6.350609] BTRFS info (device cciss/c0d0p3): disk space caching is enabled
> [    6.350774] BTRFS info (device cciss/c0d0p3): has skinny extents
> [    7.808807] intel_rng: FWH not detected
> [    8.965881] bnx2 0000:03:00.0 eth1: using MSI
> [    9.333879] bnx2 0000:05:00.0 eth3: using MSI
> [    9.441023] Netfilter messages via NETLINK v0.30.
> [    9.473144] nf_tables: (c) 2007-2009 Patrick McHardy <kaber@...sh.net>
> [    9.481456] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
> [    9.845420] u32 classifier
> [    9.845422]     Performance counters on
> [    9.845422]     Actions configured
> [   55.317026] usb 1-5: new high-speed USB device number 2 using ehci-pci
> [   55.464284] usb-storage 1-5:1.0: USB Mass Storage device detected
> [   55.464655] scsi host0: usb-storage 1-5:1.0
> [   55.464703] usbcore: registered new interface driver usb-storage
> [   56.480569] scsi 0:0:0:0: Direct-Access     Kingston HyperX Savage    PMAP
> PQ: 0 ANSI: 6
> [   56.481925] sd 0:0:0:0: [sda] 245891072 512-byte logical blocks: (126
> GB/117 GiB)
> [   56.482798] sd 0:0:0:0: [sda] Write Protect is off
> [   56.482800] sd 0:0:0:0: [sda] Mode Sense: 2b 00 00 08
> [   56.483673] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled,
> doesn't support DPO or FUA
> [   56.548179]  sda: sda1
> [   56.552063] sd 0:0:0:0: [sda] Attached SCSI removable disk
> [   60.468218] fuse init (API version 7.26)
>
> #
> # Automatically generated file; DO NOT EDIT.
> # Linux/x86 4.10.1 Kernel Configuration
> #
> CONFIG_64BIT=y
> CONFIG_X86_64=y
> CONFIG_X86=y
> CONFIG_INSTRUCTION_DECODER=y
> CONFIG_OUTPUT_FORMAT="elf64-x86-64"
> CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
> CONFIG_LOCKDEP_SUPPORT=y
> CONFIG_STACKTRACE_SUPPORT=y
> CONFIG_MMU=y
> CONFIG_ARCH_MMAP_RND_BITS_MIN=28
> CONFIG_ARCH_MMAP_RND_BITS_MAX=32
> CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
> CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16
> CONFIG_NEED_DMA_MAP_STATE=y
> CONFIG_NEED_SG_DMA_LENGTH=y
> CONFIG_GENERIC_ISA_DMA=y
> CONFIG_GENERIC_BUG=y
> CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
> CONFIG_GENERIC_HWEIGHT=y
> CONFIG_ARCH_MAY_HAVE_PC_FDC=y
> CONFIG_RWSEM_XCHGADD_ALGORITHM=y
> CONFIG_GENERIC_CALIBRATE_DELAY=y
> CONFIG_ARCH_HAS_CPU_RELAX=y
> CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
> CONFIG_HAVE_SETUP_PER_CPU_AREA=y
> CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
> CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
> CONFIG_ARCH_HIBERNATION_POSSIBLE=y
> CONFIG_ARCH_SUSPEND_POSSIBLE=y
> CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
> CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
> CONFIG_ZONE_DMA32=y
> CONFIG_AUDIT_ARCH=y
> CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
> CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
> CONFIG_X86_64_SMP=y
> CONFIG_ARCH_SUPPORTS_UPROBES=y
> CONFIG_FIX_EARLYCON_MEM=y
> CONFIG_DEBUG_RODATA=y
> CONFIG_PGTABLE_LEVELS=4
> CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
> CONFIG_IRQ_WORK=y
> CONFIG_BUILDTIME_EXTABLE_SORT=y
> CONFIG_THREAD_INFO_IN_TASK=y
>
> #
> # General setup
> #
> CONFIG_INIT_ENV_ARG_LIMIT=32
> CONFIG_CROSS_COMPILE=""
> # CONFIG_COMPILE_TEST is not set
> CONFIG_LOCALVERSION=""
> # CONFIG_LOCALVERSION_AUTO is not set
> CONFIG_HAVE_KERNEL_GZIP=y
> CONFIG_HAVE_KERNEL_BZIP2=y
> CONFIG_HAVE_KERNEL_LZMA=y
> CONFIG_HAVE_KERNEL_XZ=y
> CONFIG_HAVE_KERNEL_LZO=y
> CONFIG_HAVE_KERNEL_LZ4=y
> CONFIG_KERNEL_GZIP=y
> # CONFIG_KERNEL_BZIP2 is not set
> # CONFIG_KERNEL_LZMA is not set
> # CONFIG_KERNEL_XZ is not set
> # CONFIG_KERNEL_LZO is not set
> # CONFIG_KERNEL_LZ4 is not set
> CONFIG_DEFAULT_HOSTNAME="(none)"
> CONFIG_SWAP=y
> CONFIG_SYSVIPC=y
> CONFIG_SYSVIPC_SYSCTL=y
> CONFIG_POSIX_MQUEUE=y
> CONFIG_POSIX_MQUEUE_SYSCTL=y
> CONFIG_CROSS_MEMORY_ATTACH=y
> CONFIG_FHANDLE=y
> # CONFIG_USELIB is not set
> # CONFIG_AUDIT is not set
> CONFIG_HAVE_ARCH_AUDITSYSCALL=y
>
> #
> # IRQ subsystem
> #
> CONFIG_GENERIC_IRQ_PROBE=y
> CONFIG_GENERIC_IRQ_SHOW=y
> CONFIG_GENERIC_PENDING_IRQ=y
> CONFIG_IRQ_DOMAIN=y
> CONFIG_IRQ_DOMAIN_HIERARCHY=y
> CONFIG_GENERIC_MSI_IRQ=y
> CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
> CONFIG_IRQ_FORCED_THREADING=y
> CONFIG_SPARSE_IRQ=y
> CONFIG_CLOCKSOURCE_WATCHDOG=y
> CONFIG_ARCH_CLOCKSOURCE_DATA=y
> CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y
> CONFIG_GENERIC_TIME_VSYSCALL=y
> CONFIG_GENERIC_CLOCKEVENTS=y
> CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
> CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
> CONFIG_GENERIC_CMOS_UPDATE=y
>
> #
> # Timers subsystem
> #
> CONFIG_TICK_ONESHOT=y
> CONFIG_NO_HZ_COMMON=y
> # CONFIG_HZ_PERIODIC is not set
> CONFIG_NO_HZ_IDLE=y
> # CONFIG_NO_HZ_FULL is not set
> CONFIG_NO_HZ=y
> CONFIG_HIGH_RES_TIMERS=y
>
> #
> # CPU/Task time and stats accounting
> #
> CONFIG_TICK_CPU_ACCOUNTING=y
> # CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
> # CONFIG_IRQ_TIME_ACCOUNTING is not set
> CONFIG_BSD_PROCESS_ACCT=y
> # CONFIG_BSD_PROCESS_ACCT_V3 is not set
> CONFIG_TASKSTATS=y
> CONFIG_TASK_DELAY_ACCT=y
> CONFIG_TASK_XACCT=y
> CONFIG_TASK_IO_ACCOUNTING=y
>
> #
> # RCU Subsystem
> #
> CONFIG_TREE_RCU=y
> # CONFIG_RCU_EXPERT is not set
> CONFIG_SRCU=y
> # CONFIG_TASKS_RCU is not set
> CONFIG_RCU_STALL_COMMON=y
> # CONFIG_TREE_RCU_TRACE is not set
> # CONFIG_RCU_EXPEDITE_BOOT is not set
> # CONFIG_BUILD_BIN2C is not set
> # CONFIG_IKCONFIG is not set
> CONFIG_LOG_BUF_SHIFT=18
> CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
> CONFIG_NMI_LOG_BUF_SHIFT=13
> CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
> CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
> CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y
> CONFIG_ARCH_SUPPORTS_INT128=y
> # CONFIG_CGROUPS is not set
> # CONFIG_CHECKPOINT_RESTORE is not set
> CONFIG_NAMESPACES=y
> CONFIG_UTS_NS=y
> CONFIG_IPC_NS=y
> CONFIG_USER_NS=y
> CONFIG_PID_NS=y
> CONFIG_NET_NS=y
> # CONFIG_SCHED_AUTOGROUP is not set
> # CONFIG_SYSFS_DEPRECATED is not set
> # CONFIG_RELAY is not set
> # CONFIG_BLK_DEV_INITRD is not set
> CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
> # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
> CONFIG_SYSCTL=y
> CONFIG_ANON_INODES=y
> CONFIG_SYSCTL_EXCEPTION_TRACE=y
> CONFIG_HAVE_PCSPKR_PLATFORM=y
> CONFIG_BPF=y
> # CONFIG_EXPERT is not set
> CONFIG_MULTIUSER=y
> CONFIG_SGETMASK_SYSCALL=y
> CONFIG_SYSFS_SYSCALL=y
> # CONFIG_SYSCTL_SYSCALL is not set
> CONFIG_POSIX_TIMERS=y
> CONFIG_KALLSYMS=y
> CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y
> CONFIG_KALLSYMS_BASE_RELATIVE=y
> CONFIG_PRINTK=y
> CONFIG_PRINTK_NMI=y
> CONFIG_BUG=y
> CONFIG_ELF_CORE=y
> CONFIG_PCSPKR_PLATFORM=y
> CONFIG_BASE_FULL=y
> CONFIG_FUTEX=y
> CONFIG_EPOLL=y
> CONFIG_SIGNALFD=y
> CONFIG_TIMERFD=y
> CONFIG_EVENTFD=y
> # CONFIG_BPF_SYSCALL is not set
> CONFIG_SHMEM=y
> CONFIG_AIO=y
> CONFIG_ADVISE_SYSCALLS=y
> # CONFIG_USERFAULTFD is not set
> CONFIG_PCI_QUIRKS=y
> CONFIG_MEMBARRIER=y
> # CONFIG_EMBEDDED is not set
> CONFIG_HAVE_PERF_EVENTS=y
>
> #
> # Kernel Performance Events And Counters
> #
> CONFIG_PERF_EVENTS=y
> CONFIG_VM_EVENT_COUNTERS=y
> CONFIG_SLUB_DEBUG=y
> # CONFIG_COMPAT_BRK is not set
> # CONFIG_SLAB is not set
> CONFIG_SLUB=y
> # CONFIG_SLAB_FREELIST_RANDOM is not set
> CONFIG_SLUB_CPU_PARTIAL=y
> # CONFIG_SYSTEM_DATA_VERIFICATION is not set
> # CONFIG_PROFILING is not set
> CONFIG_HAVE_OPROFILE=y
> CONFIG_OPROFILE_NMI_TIMER=y
> # CONFIG_KPROBES is not set
> # CONFIG_JUMP_LABEL is not set
> # CONFIG_UPROBES is not set
> # CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
> CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
> CONFIG_ARCH_USE_BUILTIN_BSWAP=y
> CONFIG_HAVE_IOREMAP_PROT=y
> CONFIG_HAVE_KPROBES=y
> CONFIG_HAVE_KRETPROBES=y
> CONFIG_HAVE_OPTPROBES=y
> CONFIG_HAVE_KPROBES_ON_FTRACE=y
> CONFIG_HAVE_NMI=y
> CONFIG_HAVE_ARCH_TRACEHOOK=y
> CONFIG_HAVE_DMA_CONTIGUOUS=y
> CONFIG_GENERIC_SMP_IDLE_THREAD=y
> CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT=y
> CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
> CONFIG_HAVE_DMA_API_DEBUG=y
> CONFIG_HAVE_HW_BREAKPOINT=y
> CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
> CONFIG_HAVE_USER_RETURN_NOTIFIER=y
> CONFIG_HAVE_PERF_EVENTS_NMI=y
> CONFIG_HAVE_PERF_REGS=y
> CONFIG_HAVE_PERF_USER_STACK_DUMP=y
> CONFIG_HAVE_ARCH_JUMP_LABEL=y
> CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
> CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
> CONFIG_HAVE_CMPXCHG_LOCAL=y
> CONFIG_HAVE_CMPXCHG_DOUBLE=y
> CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
> CONFIG_SECCOMP_FILTER=y
> CONFIG_HAVE_GCC_PLUGINS=y
> # CONFIG_GCC_PLUGINS is not set
> CONFIG_HAVE_CC_STACKPROTECTOR=y
> # CONFIG_CC_STACKPROTECTOR is not set
> CONFIG_CC_STACKPROTECTOR_NONE=y
> # CONFIG_CC_STACKPROTECTOR_REGULAR is not set
> # CONFIG_CC_STACKPROTECTOR_STRONG is not set
> CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y
> CONFIG_HAVE_CONTEXT_TRACKING=y
> CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
> CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
> CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
> CONFIG_HAVE_ARCH_HUGE_VMAP=y
> CONFIG_HAVE_ARCH_SOFT_DIRTY=y
> CONFIG_MODULES_USE_ELF_RELA=y
> CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
> CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
> CONFIG_HAVE_ARCH_MMAP_RND_BITS=y
> CONFIG_HAVE_EXIT_THREAD=y
> CONFIG_ARCH_MMAP_RND_BITS=28
> CONFIG_HAVE_COPY_THREAD_TLS=y
> CONFIG_HAVE_STACK_VALIDATION=y
> # CONFIG_HAVE_ARCH_HASH is not set
> # CONFIG_ISA_BUS_API is not set
> # CONFIG_CPU_NO_EFFICIENT_FFS is not set
> CONFIG_HAVE_ARCH_VMAP_STACK=y
> CONFIG_VMAP_STACK=y
>
> #
> # GCOV-based kernel profiling
> #
> CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
> # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
> CONFIG_SLABINFO=y
> CONFIG_RT_MUTEXES=y
> CONFIG_BASE_SMALL=0
> CONFIG_MODULES=y
> # CONFIG_MODULE_FORCE_LOAD is not set
> CONFIG_MODULE_UNLOAD=y
> CONFIG_MODULE_FORCE_UNLOAD=y
> # CONFIG_MODVERSIONS is not set
> # CONFIG_MODULE_SRCVERSION_ALL is not set
> # CONFIG_MODULE_SIG is not set
> # CONFIG_MODULE_COMPRESS is not set
> # CONFIG_TRIM_UNUSED_KSYMS is not set
> CONFIG_MODULES_TREE_LOOKUP=y
> CONFIG_BLOCK=y
> CONFIG_BLK_DEV_BSG=y
> # CONFIG_BLK_DEV_BSGLIB is not set
> # CONFIG_BLK_DEV_INTEGRITY is not set
> # CONFIG_BLK_DEV_ZONED is not set
> # CONFIG_BLK_CMDLINE_PARSER is not set
> # CONFIG_BLK_WBT is not set
>
> #
> # Partition Types
> #
> # CONFIG_PARTITION_ADVANCED is not set
> CONFIG_MSDOS_PARTITION=y
> CONFIG_EFI_PARTITION=y
> CONFIG_BLK_MQ_PCI=y
>
> #
> # IO Schedulers
> #
> CONFIG_IOSCHED_NOOP=y
> CONFIG_IOSCHED_DEADLINE=y
> CONFIG_IOSCHED_CFQ=y
> # CONFIG_DEFAULT_DEADLINE is not set
> CONFIG_DEFAULT_CFQ=y
> # CONFIG_DEFAULT_NOOP is not set
> CONFIG_DEFAULT_IOSCHED="cfq"
> CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
> CONFIG_INLINE_READ_UNLOCK=y
> CONFIG_INLINE_READ_UNLOCK_IRQ=y
> CONFIG_INLINE_WRITE_UNLOCK=y
> CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
> CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
> CONFIG_MUTEX_SPIN_ON_OWNER=y
> CONFIG_RWSEM_SPIN_ON_OWNER=y
> CONFIG_LOCK_SPIN_ON_OWNER=y
> CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y
> CONFIG_QUEUED_SPINLOCKS=y
> CONFIG_ARCH_USE_QUEUED_RWLOCKS=y
> CONFIG_QUEUED_RWLOCKS=y
> # CONFIG_FREEZER is not set
>
> #
> # Processor type and features
> #
> CONFIG_ZONE_DMA=y
> CONFIG_SMP=y
> CONFIG_X86_FEATURE_NAMES=y
> CONFIG_X86_FAST_FEATURE_TESTS=y
> CONFIG_X86_MPPARSE=y
> # CONFIG_GOLDFISH is not set
> # CONFIG_INTEL_RDT_A is not set
> # CONFIG_X86_EXTENDED_PLATFORM is not set
> # CONFIG_X86_INTEL_LPSS is not set
> # CONFIG_X86_AMD_PLATFORM_DEVICE is not set
> # CONFIG_IOSF_MBI is not set
> CONFIG_SCHED_OMIT_FRAME_POINTER=y
> # CONFIG_HYPERVISOR_GUEST is not set
> CONFIG_NO_BOOTMEM=y
> # CONFIG_MK8 is not set
> # CONFIG_MPSC is not set
> CONFIG_MCORE2=y
> # CONFIG_MATOM is not set
> # CONFIG_GENERIC_CPU is not set
> CONFIG_X86_INTERNODE_CACHE_SHIFT=6
> CONFIG_X86_L1_CACHE_SHIFT=6
> CONFIG_X86_INTEL_USERCOPY=y
> CONFIG_X86_USE_PPRO_CHECKSUM=y
> CONFIG_X86_P6_NOP=y
> CONFIG_X86_TSC=y
> CONFIG_X86_CMPXCHG64=y
> CONFIG_X86_CMOV=y
> CONFIG_X86_MINIMUM_CPU_FAMILY=64
> CONFIG_X86_DEBUGCTLMSR=y
> CONFIG_CPU_SUP_INTEL=y
> CONFIG_CPU_SUP_AMD=y
> CONFIG_CPU_SUP_CENTAUR=y
> CONFIG_HPET_TIMER=y
> CONFIG_HPET_EMULATE_RTC=y
> CONFIG_DMI=y
> # CONFIG_GART_IOMMU is not set
> # CONFIG_CALGARY_IOMMU is not set
> CONFIG_SWIOTLB=y
> CONFIG_IOMMU_HELPER=y
> CONFIG_NR_CPUS=2
> # CONFIG_SCHED_SMT is not set
> # CONFIG_SCHED_MC is not set
> CONFIG_PREEMPT_NONE=y
> # CONFIG_PREEMPT_VOLUNTARY is not set
> # CONFIG_PREEMPT is not set
> CONFIG_X86_LOCAL_APIC=y
> CONFIG_X86_IO_APIC=y
> # CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
> # CONFIG_X86_MCE is not set
>
> #
> # Performance monitoring
> #
> CONFIG_PERF_EVENTS_INTEL_UNCORE=y
> CONFIG_PERF_EVENTS_INTEL_RAPL=y
> CONFIG_PERF_EVENTS_INTEL_CSTATE=y
> # CONFIG_PERF_EVENTS_AMD_POWER is not set
> # CONFIG_VM86 is not set
> CONFIG_X86_16BIT=y
> CONFIG_X86_ESPFIX64=y
> CONFIG_X86_VSYSCALL_EMULATION=y
> # CONFIG_I8K is not set
> # CONFIG_MICROCODE is not set
> # CONFIG_X86_MSR is not set
> # CONFIG_X86_CPUID is not set
> CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
> CONFIG_ARCH_DMA_ADDR_T_64BIT=y
> CONFIG_X86_DIRECT_GBPAGES=y
> # CONFIG_NUMA is not set
> CONFIG_ARCH_SPARSEMEM_ENABLE=y
> CONFIG_ARCH_SPARSEMEM_DEFAULT=y
> CONFIG_ARCH_SELECT_MEMORY_MODEL=y
> CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
> CONFIG_SELECT_MEMORY_MODEL=y
> CONFIG_SPARSEMEM_MANUAL=y
> CONFIG_SPARSEMEM=y
> CONFIG_HAVE_MEMORY_PRESENT=y
> CONFIG_SPARSEMEM_EXTREME=y
> CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
> CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y
> CONFIG_SPARSEMEM_VMEMMAP=y
> CONFIG_HAVE_MEMBLOCK=y
> CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
> CONFIG_ARCH_DISCARD_MEMBLOCK=y
> # CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
> # CONFIG_MEMORY_HOTPLUG is not set
> CONFIG_SPLIT_PTLOCK_CPUS=4
> CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
> CONFIG_COMPACTION=y
> CONFIG_MIGRATION=y
> CONFIG_PHYS_ADDR_T_64BIT=y
> CONFIG_BOUNCE=y
> CONFIG_VIRT_TO_BUS=y
> # CONFIG_KSM is not set
> CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
> # CONFIG_TRANSPARENT_HUGEPAGE is not set
> # CONFIG_CLEANCACHE is not set
> # CONFIG_FRONTSWAP is not set
> # CONFIG_CMA is not set
> # CONFIG_ZPOOL is not set
> # CONFIG_ZBUD is not set
> # CONFIG_ZSMALLOC is not set
> CONFIG_GENERIC_EARLY_IOREMAP=y
> CONFIG_ARCH_SUPPORTS_DEFERRED_STRUCT_PAGE_INIT=y
> # CONFIG_IDLE_PAGE_TRACKING is not set
> CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y
> CONFIG_ARCH_HAS_PKEYS=y
> # CONFIG_X86_PMEM_LEGACY is not set
> # CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
> CONFIG_X86_RESERVE_LOW=64
> CONFIG_MTRR=y
> # CONFIG_MTRR_SANITIZER is not set
> CONFIG_X86_PAT=y
> CONFIG_ARCH_USES_PG_UNCACHED=y
> CONFIG_ARCH_RANDOM=y
> CONFIG_X86_SMAP=y
> # CONFIG_X86_INTEL_MPX is not set
> CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y
> # CONFIG_EFI is not set
> CONFIG_SECCOMP=y
> # CONFIG_HZ_100 is not set
> # CONFIG_HZ_250 is not set
> # CONFIG_HZ_300 is not set
> CONFIG_HZ_1000=y
> CONFIG_HZ=1000
> CONFIG_SCHED_HRTICK=y
> # CONFIG_KEXEC is not set
> # CONFIG_CRASH_DUMP is not set
> CONFIG_PHYSICAL_START=0x1000000
> # CONFIG_RELOCATABLE is not set
> CONFIG_PHYSICAL_ALIGN=0x200000
> # CONFIG_HOTPLUG_CPU is not set
> # CONFIG_LEGACY_VSYSCALL_NATIVE is not set
> CONFIG_LEGACY_VSYSCALL_EMULATE=y
> # CONFIG_LEGACY_VSYSCALL_NONE is not set
> # CONFIG_CMDLINE_BOOL is not set
> CONFIG_MODIFY_LDT_SYSCALL=y
> CONFIG_HAVE_LIVEPATCH=y
> CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
>
> #
> # Power management and ACPI options
> #
> # CONFIG_SUSPEND is not set
> # CONFIG_HIBERNATION is not set
> # CONFIG_PM is not set
> CONFIG_ACPI=y
> CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y
> CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y
> CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=y
> # CONFIG_ACPI_DEBUGGER is not set
> # CONFIG_ACPI_PROCFS_POWER is not set
> CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y
> # CONFIG_ACPI_EC_DEBUGFS is not set
> CONFIG_ACPI_AC=m
> # CONFIG_ACPI_BATTERY is not set
> CONFIG_ACPI_BUTTON=m
> CONFIG_ACPI_FAN=m
> # CONFIG_ACPI_DOCK is not set
> CONFIG_ACPI_CPU_FREQ_PSS=y
> CONFIG_ACPI_PROCESSOR_CSTATE=y
> CONFIG_ACPI_PROCESSOR_IDLE=y
> CONFIG_ACPI_PROCESSOR=m
> # CONFIG_ACPI_PROCESSOR_AGGREGATOR is not set
> CONFIG_ACPI_THERMAL=m
> # CONFIG_ACPI_CUSTOM_DSDT is not set
> CONFIG_ARCH_HAS_ACPI_TABLE_UPGRADE=y
> # CONFIG_ACPI_DEBUG is not set
> # CONFIG_ACPI_PCI_SLOT is not set
> CONFIG_X86_PM_TIMER=y
> # CONFIG_ACPI_CONTAINER is not set
> CONFIG_ACPI_HOTPLUG_IOAPIC=y
> # CONFIG_ACPI_SBS is not set
> # CONFIG_ACPI_HED is not set
> # CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set
> # CONFIG_ACPI_NFIT is not set
> CONFIG_HAVE_ACPI_APEI=y
> CONFIG_HAVE_ACPI_APEI_NMI=y
> # CONFIG_ACPI_APEI is not set
> # CONFIG_DPTF_POWER is not set
> # CONFIG_PMIC_OPREGION is not set
> # CONFIG_ACPI_CONFIGFS is not set
> # CONFIG_SFI is not set
>
> #
> # CPU Frequency scaling
> #
> # CONFIG_CPU_FREQ is not set
>
> #
> # CPU Idle
> #
> CONFIG_CPU_IDLE=y
> # CONFIG_CPU_IDLE_GOV_LADDER is not set
> CONFIG_CPU_IDLE_GOV_MENU=y
> # CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
> # CONFIG_INTEL_IDLE is not set
>
> #
> # Bus options (PCI etc.)
> #
> CONFIG_PCI=y
> CONFIG_PCI_DIRECT=y
> # CONFIG_PCI_MMCONFIG is not set
> CONFIG_PCI_DOMAINS=y
> CONFIG_PCIEPORTBUS=y
> CONFIG_PCIEAER=y
> # CONFIG_PCIE_ECRC is not set
> # CONFIG_PCIEAER_INJECT is not set
> CONFIG_PCIEASPM=y
> # CONFIG_PCIEASPM_DEBUG is not set
> # CONFIG_PCIEASPM_DEFAULT is not set
> # CONFIG_PCIEASPM_POWERSAVE is not set
> CONFIG_PCIEASPM_PERFORMANCE=y
> # CONFIG_PCIE_DPC is not set
> # CONFIG_PCIE_PTM is not set
> CONFIG_PCI_BUS_ADDR_T_64BIT=y
> CONFIG_PCI_MSI=y
> CONFIG_PCI_MSI_IRQ_DOMAIN=y
> # CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
> # CONFIG_PCI_STUB is not set
> CONFIG_HT_IRQ=y
> # CONFIG_PCI_IOV is not set
> # CONFIG_PCI_PRI is not set
> # CONFIG_PCI_PASID is not set
> CONFIG_PCI_LABEL=y
> # CONFIG_HOTPLUG_PCI is not set
>
> #
> # PCI host controller drivers
> #
> # CONFIG_PCIE_DW_PLAT is not set
> # CONFIG_VMD is not set
> CONFIG_ISA_DMA_API=y
> CONFIG_AMD_NB=y
> # CONFIG_PCCARD is not set
> # CONFIG_RAPIDIO is not set
> # CONFIG_X86_SYSFB is not set
>
> #
> # Executable file formats / Emulations
> #
> CONFIG_BINFMT_ELF=y
> CONFIG_ELFCORE=y
> CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
> CONFIG_BINFMT_SCRIPT=y
> # CONFIG_HAVE_AOUT is not set
> # CONFIG_BINFMT_MISC is not set
> CONFIG_COREDUMP=y
> # CONFIG_IA32_EMULATION is not set
> # CONFIG_X86_X32 is not set
> CONFIG_X86_DEV_DMA_OPS=y
> CONFIG_PMC_ATOM=y
> CONFIG_NET=y
> CONFIG_NET_INGRESS=y
> CONFIG_NET_EGRESS=y
>
> #
> # Networking options
> #
> CONFIG_PACKET=y
> CONFIG_PACKET_DIAG=y
> CONFIG_UNIX=y
> CONFIG_UNIX_DIAG=y
> CONFIG_XFRM=y
> CONFIG_XFRM_ALGO=m
> CONFIG_XFRM_USER=m
> # CONFIG_XFRM_SUB_POLICY is not set
> # CONFIG_XFRM_MIGRATE is not set
> # CONFIG_XFRM_STATISTICS is not set
> CONFIG_XFRM_IPCOMP=m
> CONFIG_NET_KEY=m
> # CONFIG_NET_KEY_MIGRATE is not set
> CONFIG_INET=y
> # CONFIG_IP_MULTICAST is not set
> CONFIG_IP_ADVANCED_ROUTER=y
> # CONFIG_IP_FIB_TRIE_STATS is not set
> CONFIG_IP_MULTIPLE_TABLES=y
> CONFIG_IP_ROUTE_MULTIPATH=y
> CONFIG_IP_ROUTE_VERBOSE=y
> # CONFIG_IP_PNP is not set
> # CONFIG_NET_IPIP is not set
> # CONFIG_NET_IPGRE_DEMUX is not set
> # CONFIG_NET_IP_TUNNEL is not set
> CONFIG_SYN_COOKIES=y
> # CONFIG_NET_IPVTI is not set
> # CONFIG_NET_UDP_TUNNEL is not set
> # CONFIG_NET_FOU is not set
> CONFIG_INET_AH=m
> CONFIG_INET_ESP=m
> CONFIG_INET_IPCOMP=m
> CONFIG_INET_XFRM_TUNNEL=m
> CONFIG_INET_TUNNEL=m
> CONFIG_INET_XFRM_MODE_TRANSPORT=m
> CONFIG_INET_XFRM_MODE_TUNNEL=m
> # CONFIG_INET_XFRM_MODE_BEET is not set
> CONFIG_INET_DIAG=y
> CONFIG_INET_TCP_DIAG=y
> # CONFIG_INET_UDP_DIAG is not set
> # CONFIG_INET_RAW_DIAG is not set
> # CONFIG_INET_DIAG_DESTROY is not set
> # CONFIG_TCP_CONG_ADVANCED is not set
> CONFIG_TCP_CONG_CUBIC=y
> CONFIG_DEFAULT_TCP_CONG="cubic"
> # CONFIG_TCP_MD5SIG is not set
> # CONFIG_IPV6 is not set
> # CONFIG_NETWORK_SECMARK is not set
> CONFIG_NET_PTP_CLASSIFY=y
> # CONFIG_NETWORK_PHY_TIMESTAMPING is not set
> CONFIG_NETFILTER=y
> # CONFIG_NETFILTER_DEBUG is not set
> # CONFIG_NETFILTER_ADVANCED is not set
>
> #
> # Core Netfilter Configuration
> #
> CONFIG_NETFILTER_INGRESS=y
> CONFIG_NETFILTER_NETLINK=m
> # CONFIG_NETFILTER_NETLINK_LOG is not set
> CONFIG_NF_CONNTRACK=m
> # CONFIG_NF_LOG_NETDEV is not set
> # CONFIG_NF_CONNTRACK_PROCFS is not set
> CONFIG_NF_CONNTRACK_FTP=m
> # CONFIG_NF_CONNTRACK_IRC is not set
> # CONFIG_NF_CONNTRACK_NETBIOS_NS is not set
> CONFIG_NF_CONNTRACK_SIP=m
> CONFIG_NF_CT_NETLINK=m
> CONFIG_NF_NAT=m
> CONFIG_NF_NAT_NEEDED=y
> # CONFIG_NF_NAT_AMANDA is not set
> CONFIG_NF_NAT_FTP=m
> # CONFIG_NF_NAT_IRC is not set
> CONFIG_NF_NAT_SIP=m
> # CONFIG_NF_NAT_TFTP is not set
> # CONFIG_NF_NAT_REDIRECT is not set
> CONFIG_NF_TABLES=m
> # CONFIG_NF_TABLES_NETDEV is not set
> # CONFIG_NFT_EXTHDR is not set
> CONFIG_NFT_META=m
> # CONFIG_NFT_RT is not set
> # CONFIG_NFT_NUMGEN is not set
> CONFIG_NFT_CT=m
> CONFIG_NFT_SET_RBTREE=m
> CONFIG_NFT_SET_HASH=m
> CONFIG_NFT_COUNTER=m
> # CONFIG_NFT_LOG is not set
> CONFIG_NFT_LIMIT=m
> # CONFIG_NFT_MASQ is not set
> # CONFIG_NFT_REDIR is not set
> CONFIG_NFT_NAT=m
> # CONFIG_NFT_OBJREF is not set
> # CONFIG_NFT_QUOTA is not set
> CONFIG_NFT_REJECT=m
> CONFIG_NFT_HASH=m
> # CONFIG_NETFILTER_XTABLES is not set
> # CONFIG_IP_SET is not set
> # CONFIG_IP_VS is not set
>
> #
> # IP: Netfilter Configuration
> #
> CONFIG_NF_DEFRAG_IPV4=m
> CONFIG_NF_CONNTRACK_IPV4=m
> # CONFIG_NF_SOCKET_IPV4 is not set
> CONFIG_NF_TABLES_IPV4=m
> CONFIG_NFT_CHAIN_ROUTE_IPV4=m
> CONFIG_NFT_REJECT_IPV4=m
> # CONFIG_NFT_DUP_IPV4 is not set
> # CONFIG_NFT_FIB_IPV4 is not set
> # CONFIG_NF_TABLES_ARP is not set
> # CONFIG_NF_DUP_IPV4 is not set
> # CONFIG_NF_LOG_ARP is not set
> # CONFIG_NF_LOG_IPV4 is not set
> CONFIG_NF_REJECT_IPV4=m
> CONFIG_NF_NAT_IPV4=m
> CONFIG_NFT_CHAIN_NAT_IPV4=m
> # CONFIG_NF_NAT_MASQUERADE_IPV4 is not set
> # CONFIG_NF_NAT_PPTP is not set
> # CONFIG_NF_NAT_H323 is not set
> # CONFIG_IP_NF_IPTABLES is not set
> # CONFIG_IP_DCCP is not set
> # CONFIG_IP_SCTP is not set
> # CONFIG_RDS is not set
> # CONFIG_TIPC is not set
> # CONFIG_ATM is not set
> # CONFIG_L2TP is not set
> # CONFIG_BRIDGE is not set
> CONFIG_HAVE_NET_DSA=y
> # CONFIG_VLAN_8021Q is not set
> # CONFIG_DECNET is not set
> # CONFIG_LLC2 is not set
> # CONFIG_IPX is not set
> # CONFIG_ATALK is not set
> # CONFIG_X25 is not set
> # CONFIG_LAPB is not set
> # CONFIG_PHONET is not set
> # CONFIG_IEEE802154 is not set
> CONFIG_NET_SCHED=y
>
> #
> # Queueing/Scheduling
> #
> # CONFIG_NET_SCH_CBQ is not set
> # CONFIG_NET_SCH_HTB is not set
> CONFIG_NET_SCH_HFSC=m
> # CONFIG_NET_SCH_PRIO is not set
> # CONFIG_NET_SCH_MULTIQ is not set
> # CONFIG_NET_SCH_RED is not set
> # CONFIG_NET_SCH_SFB is not set
> CONFIG_NET_SCH_SFQ=m
> CONFIG_NET_SCH_TEQL=m
> CONFIG_NET_SCH_TBF=m
> # CONFIG_NET_SCH_GRED is not set
> # CONFIG_NET_SCH_DSMARK is not set
> # CONFIG_NET_SCH_NETEM is not set
> # CONFIG_NET_SCH_DRR is not set
> # CONFIG_NET_SCH_MQPRIO is not set
> # CONFIG_NET_SCH_CHOKE is not set
> # CONFIG_NET_SCH_QFQ is not set
> # CONFIG_NET_SCH_CODEL is not set
> # CONFIG_NET_SCH_FQ_CODEL is not set
> # CONFIG_NET_SCH_FQ is not set
> # CONFIG_NET_SCH_HHF is not set
> # CONFIG_NET_SCH_PIE is not set
> CONFIG_NET_SCH_INGRESS=m
> # CONFIG_NET_SCH_PLUG is not set
>
> #
> # Classification
> #
> CONFIG_NET_CLS=y
> CONFIG_NET_CLS_BASIC=m
> CONFIG_NET_CLS_TCINDEX=m
> # CONFIG_NET_CLS_ROUTE4 is not set
> # CONFIG_NET_CLS_FW is not set
> CONFIG_NET_CLS_U32=m
> CONFIG_CLS_U32_PERF=y
> # CONFIG_CLS_U32_MARK is not set
> # CONFIG_NET_CLS_RSVP is not set
> # CONFIG_NET_CLS_RSVP6 is not set
> CONFIG_NET_CLS_FLOW=m
> # CONFIG_NET_CLS_BPF is not set
> CONFIG_NET_CLS_FLOWER=m
> CONFIG_NET_CLS_MATCHALL=m
> CONFIG_NET_EMATCH=y
> CONFIG_NET_EMATCH_STACK=32
> # CONFIG_NET_EMATCH_CMP is not set
> # CONFIG_NET_EMATCH_NBYTE is not set
> CONFIG_NET_EMATCH_U32=m
> # CONFIG_NET_EMATCH_META is not set
> # CONFIG_NET_EMATCH_TEXT is not set
> CONFIG_NET_CLS_ACT=y
> CONFIG_NET_ACT_POLICE=m
> CONFIG_NET_ACT_GACT=m
> # CONFIG_GACT_PROB is not set
> CONFIG_NET_ACT_MIRRED=m
> CONFIG_NET_ACT_NAT=m
> CONFIG_NET_ACT_PEDIT=m
> # CONFIG_NET_ACT_SIMP is not set
> # CONFIG_NET_ACT_SKBEDIT is not set
> # CONFIG_NET_ACT_CSUM is not set
> # CONFIG_NET_ACT_VLAN is not set
> # CONFIG_NET_ACT_BPF is not set
> # CONFIG_NET_ACT_SKBMOD is not set
> # CONFIG_NET_ACT_IFE is not set
> # CONFIG_NET_ACT_TUNNEL_KEY is not set
> # CONFIG_NET_CLS_IND is not set
> CONFIG_NET_SCH_FIFO=y
> # CONFIG_DCB is not set
> # CONFIG_BATMAN_ADV is not set
> # CONFIG_OPENVSWITCH is not set
> # CONFIG_VSOCKETS is not set
> # CONFIG_NETLINK_DIAG is not set
> # CONFIG_MPLS is not set
> # CONFIG_HSR is not set
> # CONFIG_NET_SWITCHDEV is not set
> # CONFIG_NET_L3_MASTER_DEV is not set
> # CONFIG_NET_NCSI is not set
> CONFIG_RPS=y
> CONFIG_RFS_ACCEL=y
> CONFIG_XPS=y
> CONFIG_NET_RX_BUSY_POLL=y
> CONFIG_BQL=y
> # CONFIG_BPF_JIT is not set
> CONFIG_NET_FLOW_LIMIT=y
>
> #
> # Network testing
> #
> # CONFIG_NET_PKTGEN is not set
> # CONFIG_HAMRADIO is not set
> # CONFIG_CAN is not set
> # CONFIG_IRDA is not set
> # CONFIG_BT is not set
> # CONFIG_AF_RXRPC is not set
> # CONFIG_AF_KCM is not set
> # CONFIG_STREAM_PARSER is not set
> CONFIG_FIB_RULES=y
> # CONFIG_WIRELESS is not set
> # CONFIG_WIMAX is not set
> # CONFIG_RFKILL is not set
> # CONFIG_NET_9P is not set
> # CONFIG_CAIF is not set
> # CONFIG_CEPH_LIB is not set
> # CONFIG_NFC is not set
> # CONFIG_LWTUNNEL is not set
> # CONFIG_DST_CACHE is not set
> # CONFIG_NET_DEVLINK is not set
> CONFIG_MAY_USE_DEVLINK=y
> CONFIG_HAVE_EBPF_JIT=y
>
> #
> # Device Drivers
> #
>
> #
> # Generic Driver Options
> #
> CONFIG_UEVENT_HELPER=y
> CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
> CONFIG_DEVTMPFS=y
> # CONFIG_DEVTMPFS_MOUNT is not set
> CONFIG_STANDALONE=y
> CONFIG_PREVENT_FIRMWARE_BUILD=y
> CONFIG_FW_LOADER=y
> # CONFIG_FIRMWARE_IN_KERNEL is not set
> CONFIG_EXTRA_FIRMWARE=""
> # CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
> CONFIG_ALLOW_DEV_COREDUMP=y
> # CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
> # CONFIG_SYS_HYPERVISOR is not set
> # CONFIG_GENERIC_CPU_DEVICES is not set
> CONFIG_GENERIC_CPU_AUTOPROBE=y
> # CONFIG_DMA_SHARED_BUFFER is not set
>
> #
> # Bus devices
> #
> # CONFIG_CONNECTOR is not set
> # CONFIG_MTD is not set
> # CONFIG_OF is not set
> CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
> # CONFIG_PARPORT is not set
> CONFIG_PNP=y
> CONFIG_PNP_DEBUG_MESSAGES=y
>
> #
> # Protocols
> #
> CONFIG_PNPACPI=y
> CONFIG_BLK_DEV=y
> # CONFIG_BLK_DEV_NULL_BLK is not set
> # CONFIG_BLK_DEV_FD is not set
> # CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
> CONFIG_BLK_CPQ_CISS_DA=y
> # CONFIG_CISS_SCSI_TAPE is not set
> # CONFIG_BLK_DEV_DAC960 is not set
> # CONFIG_BLK_DEV_UMEM is not set
> # CONFIG_BLK_DEV_COW_COMMON is not set
> CONFIG_BLK_DEV_LOOP=m
> CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
> # CONFIG_BLK_DEV_CRYPTOLOOP is not set
> # CONFIG_BLK_DEV_DRBD is not set
> # CONFIG_BLK_DEV_NBD is not set
> # CONFIG_BLK_DEV_SKD is not set
> # CONFIG_BLK_DEV_SX8 is not set
> # CONFIG_BLK_DEV_RAM is not set
> # CONFIG_CDROM_PKTCDVD is not set
> # CONFIG_ATA_OVER_ETH is not set
> # CONFIG_BLK_DEV_HD is not set
> # CONFIG_BLK_DEV_RBD is not set
> # CONFIG_BLK_DEV_RSXX is not set
> # CONFIG_BLK_DEV_NVME is not set
> # CONFIG_NVME_FC is not set
>
> #
> # Misc devices
> #
> # CONFIG_SENSORS_LIS3LV02D is not set
> # CONFIG_DUMMY_IRQ is not set
> # CONFIG_IBM_ASM is not set
> # CONFIG_PHANTOM is not set
> # CONFIG_SGI_IOC4 is not set
> # CONFIG_TIFM_CORE is not set
> # CONFIG_ENCLOSURE_SERVICES is not set
> # CONFIG_HP_ILO is not set
> # CONFIG_SRAM is not set
> # CONFIG_C2PORT is not set
>
> #
> # EEPROM support
> #
> # CONFIG_EEPROM_93CX6 is not set
> # CONFIG_CB710_CORE is not set
>
> #
> # Texas Instruments shared transport line discipline
> #
>
> #
> # Altera FPGA firmware download module
> #
> # CONFIG_INTEL_MEI is not set
> # CONFIG_INTEL_MEI_ME is not set
> # CONFIG_INTEL_MEI_TXE is not set
> # CONFIG_VMWARE_VMCI is not set
>
> #
> # Intel MIC Bus Driver
> #
> # CONFIG_INTEL_MIC_BUS is not set
>
> #
> # SCIF Bus Driver
> #
> # CONFIG_SCIF_BUS is not set
>
> #
> # VOP Bus Driver
> #
> # CONFIG_VOP_BUS is not set
>
> #
> # Intel MIC Host Driver
> #
>
> #
> # Intel MIC Card Driver
> #
>
> #
> # SCIF Driver
> #
>
> #
> # Intel MIC Coprocessor State Management (COSM) Drivers
> #
>
> #
> # VOP Driver
> #
> # CONFIG_GENWQE is not set
> # CONFIG_ECHO is not set
> # CONFIG_CXL_BASE is not set
> # CONFIG_CXL_AFU_DRIVER_OPS is not set
> CONFIG_HAVE_IDE=y
> # CONFIG_IDE is not set
>
> #
> # SCSI device support
> #
> CONFIG_SCSI_MOD=y
> # CONFIG_RAID_ATTRS is not set
> CONFIG_SCSI=y
> CONFIG_SCSI_DMA=y
> # CONFIG_SCSI_NETLINK is not set
> # CONFIG_SCSI_MQ_DEFAULT is not set
> # CONFIG_SCSI_PROC_FS is not set
>
> #
> # SCSI support type (disk, tape, CD-ROM)
> #
> CONFIG_BLK_DEV_SD=y
> # CONFIG_CHR_DEV_ST is not set
> # CONFIG_CHR_DEV_OSST is not set
> CONFIG_BLK_DEV_SR=m
> CONFIG_BLK_DEV_SR_VENDOR=y
> # CONFIG_CHR_DEV_SG is not set
> # CONFIG_CHR_DEV_SCH is not set
> # CONFIG_SCSI_CONSTANTS is not set
> # CONFIG_SCSI_LOGGING is not set
> # CONFIG_SCSI_SCAN_ASYNC is not set
>
> #
> # SCSI Transports
> #
> CONFIG_SCSI_SPI_ATTRS=m
> # CONFIG_SCSI_FC_ATTRS is not set
> # CONFIG_SCSI_ISCSI_ATTRS is not set
> # CONFIG_SCSI_SAS_ATTRS is not set
> # CONFIG_SCSI_SAS_LIBSAS is not set
> # CONFIG_SCSI_SRP_ATTRS is not set
> # CONFIG_SCSI_LOWLEVEL is not set
> # CONFIG_SCSI_DH is not set
> # CONFIG_SCSI_OSD_INITIATOR is not set
> CONFIG_ATA=m
> # CONFIG_ATA_NONSTANDARD is not set
> # CONFIG_ATA_VERBOSE_ERROR is not set
> CONFIG_ATA_ACPI=y
> CONFIG_SATA_PMP=y
>
> #
> # Controllers with non-SFF native interface
> #
> CONFIG_SATA_AHCI=m
> # CONFIG_SATA_AHCI_PLATFORM is not set
> # CONFIG_SATA_INIC162X is not set
> # CONFIG_SATA_ACARD_AHCI is not set
> # CONFIG_SATA_SIL24 is not set
> CONFIG_ATA_SFF=y
>
> #
> # SFF controllers with custom DMA interface
> #
> # CONFIG_PDC_ADMA is not set
> # CONFIG_SATA_QSTOR is not set
> # CONFIG_SATA_SX4 is not set
> CONFIG_ATA_BMDMA=y
>
> #
> # SATA SFF controllers with BMDMA
> #
> CONFIG_ATA_PIIX=m
> # CONFIG_SATA_MV is not set
> # CONFIG_SATA_NV is not set
> # CONFIG_SATA_PROMISE is not set
> # CONFIG_SATA_SIL is not set
> # CONFIG_SATA_SIS is not set
> # CONFIG_SATA_SVW is not set
> # CONFIG_SATA_ULI is not set
> # CONFIG_SATA_VIA is not set
> # CONFIG_SATA_VITESSE is not set
>
> #
> # PATA SFF controllers with BMDMA
> #
> # CONFIG_PATA_ALI is not set
> # CONFIG_PATA_AMD is not set
> # CONFIG_PATA_ARTOP is not set
> # CONFIG_PATA_ATIIXP is not set
> # CONFIG_PATA_ATP867X is not set
> # CONFIG_PATA_CMD64X is not set
> # CONFIG_PATA_CYPRESS is not set
> # CONFIG_PATA_EFAR is not set
> # CONFIG_PATA_HPT366 is not set
> # CONFIG_PATA_HPT37X is not set
> # CONFIG_PATA_HPT3X2N is not set
> # CONFIG_PATA_HPT3X3 is not set
> # CONFIG_PATA_IT8213 is not set
> # CONFIG_PATA_IT821X is not set
> # CONFIG_PATA_JMICRON is not set
> # CONFIG_PATA_MARVELL is not set
> # CONFIG_PATA_NETCELL is not set
> # CONFIG_PATA_NINJA32 is not set
> # CONFIG_PATA_NS87415 is not set
> # CONFIG_PATA_OLDPIIX is not set
> # CONFIG_PATA_OPTIDMA is not set
> # CONFIG_PATA_PDC2027X is not set
> # CONFIG_PATA_PDC_OLD is not set
> # CONFIG_PATA_RADISYS is not set
> # CONFIG_PATA_RDC is not set
> # CONFIG_PATA_SCH is not set
> # CONFIG_PATA_SERVERWORKS is not set
> # CONFIG_PATA_SIL680 is not set
> # CONFIG_PATA_SIS is not set
> # CONFIG_PATA_TOSHIBA is not set
> # CONFIG_PATA_TRIFLEX is not set
> # CONFIG_PATA_VIA is not set
> # CONFIG_PATA_WINBOND is not set
>
> #
> # PIO-only SFF controllers
> #
> # CONFIG_PATA_CMD640_PCI is not set
> # CONFIG_PATA_MPIIX is not set
> # CONFIG_PATA_NS87410 is not set
> # CONFIG_PATA_OPTI is not set
> # CONFIG_PATA_RZ1000 is not set
>
> #
> # Generic fallback / legacy drivers
> #
> # CONFIG_PATA_ACPI is not set
> # CONFIG_ATA_GENERIC is not set
> # CONFIG_PATA_LEGACY is not set
> # CONFIG_MD is not set
> # CONFIG_TARGET_CORE is not set
> # CONFIG_FUSION is not set
>
> #
> # IEEE 1394 (FireWire) support
> #
> # CONFIG_FIREWIRE is not set
> # CONFIG_FIREWIRE_NOSY is not set
> # CONFIG_MACINTOSH_DRIVERS is not set
> CONFIG_NETDEVICES=y
> CONFIG_NET_CORE=y
> # CONFIG_BONDING is not set
> # CONFIG_DUMMY is not set
> # CONFIG_EQUALIZER is not set
> # CONFIG_NET_FC is not set
> CONFIG_IFB=m
> # CONFIG_NET_TEAM is not set
> # CONFIG_MACVLAN is not set
> # CONFIG_VXLAN is not set
> # CONFIG_MACSEC is not set
> # CONFIG_NETCONSOLE is not set
> # CONFIG_NETPOLL is not set
> # CONFIG_NET_POLL_CONTROLLER is not set
> # CONFIG_TUN is not set
> # CONFIG_TUN_VNET_CROSS_LE is not set
> # CONFIG_VETH is not set
> # CONFIG_NLMON is not set
> # CONFIG_ARCNET is not set
>
> #
> # CAIF transport drivers
> #
>
> #
> # Distributed Switch Architecture drivers
> #
> CONFIG_ETHERNET=y
> # CONFIG_NET_VENDOR_3COM is not set
> # CONFIG_NET_VENDOR_ADAPTEC is not set
> # CONFIG_NET_VENDOR_AGERE is not set
> # CONFIG_NET_VENDOR_ALACRITECH is not set
> # CONFIG_NET_VENDOR_ALTEON is not set
> # CONFIG_ALTERA_TSE is not set
> # CONFIG_NET_VENDOR_AMAZON is not set
> # CONFIG_NET_VENDOR_AMD is not set
> # CONFIG_NET_VENDOR_ARC is not set
> # CONFIG_NET_VENDOR_ATHEROS is not set
> # CONFIG_NET_VENDOR_AURORA is not set
> # CONFIG_NET_CADENCE is not set
> CONFIG_NET_VENDOR_BROADCOM=y
> # CONFIG_B44 is not set
> # CONFIG_BCMGENET is not set
> CONFIG_BNX2=m
> # CONFIG_CNIC is not set
> # CONFIG_TIGON3 is not set
> # CONFIG_BNX2X is not set
> # CONFIG_BNXT is not set
> # CONFIG_NET_VENDOR_BROCADE is not set
> # CONFIG_NET_VENDOR_CAVIUM is not set
> # CONFIG_NET_VENDOR_CHELSIO is not set
> # CONFIG_NET_VENDOR_CISCO is not set
> # CONFIG_CX_ECAT is not set
> # CONFIG_DNET is not set
> # CONFIG_NET_VENDOR_DEC is not set
> # CONFIG_NET_VENDOR_DLINK is not set
> # CONFIG_NET_VENDOR_EMULEX is not set
> # CONFIG_NET_VENDOR_EZCHIP is not set
> # CONFIG_NET_VENDOR_EXAR is not set
> # CONFIG_NET_VENDOR_HP is not set
> CONFIG_NET_VENDOR_INTEL=y
> # CONFIG_E100 is not set
> # CONFIG_E1000 is not set
> CONFIG_E1000E=m
> CONFIG_E1000E_HWTS=y
> # CONFIG_IGB is not set
> # CONFIG_IGBVF is not set
> # CONFIG_IXGB is not set
> # CONFIG_IXGBE is not set
> # CONFIG_IXGBEVF is not set
> # CONFIG_I40E is not set
> # CONFIG_I40EVF is not set
> # CONFIG_FM10K is not set
> # CONFIG_NET_VENDOR_I825XX is not set
> # CONFIG_JME is not set
> # CONFIG_NET_VENDOR_MARVELL is not set
> # CONFIG_NET_VENDOR_MELLANOX is not set
> # CONFIG_NET_VENDOR_MICREL is not set
> # CONFIG_NET_VENDOR_MYRI is not set
> # CONFIG_FEALNX is not set
> # CONFIG_NET_VENDOR_NATSEMI is not set
> # CONFIG_NET_VENDOR_NETRONOME is not set
> # CONFIG_NET_VENDOR_NVIDIA is not set
> # CONFIG_NET_VENDOR_OKI is not set
> # CONFIG_ETHOC is not set
> # CONFIG_NET_PACKET_ENGINE is not set
> # CONFIG_NET_VENDOR_QLOGIC is not set
> # CONFIG_NET_VENDOR_QUALCOMM is not set
> # CONFIG_NET_VENDOR_REALTEK is not set
> # CONFIG_NET_VENDOR_RENESAS is not set
> # CONFIG_NET_VENDOR_RDC is not set
> # CONFIG_NET_VENDOR_ROCKER is not set
> # CONFIG_NET_VENDOR_SAMSUNG is not set
> # CONFIG_NET_VENDOR_SEEQ is not set
> # CONFIG_NET_VENDOR_SILAN is not set
> # CONFIG_NET_VENDOR_SIS is not set
> # CONFIG_NET_VENDOR_SOLARFLARE is not set
> # CONFIG_NET_VENDOR_SMSC is not set
> # CONFIG_NET_VENDOR_STMICRO is not set
> # CONFIG_NET_VENDOR_SUN is not set
> # CONFIG_NET_VENDOR_SYNOPSYS is not set
> # CONFIG_NET_VENDOR_TEHUTI is not set
> # CONFIG_NET_VENDOR_TI is not set
> # CONFIG_NET_VENDOR_VIA is not set
> # CONFIG_NET_VENDOR_WIZNET is not set
> # CONFIG_FDDI is not set
> # CONFIG_HIPPI is not set
> # CONFIG_NET_SB1000 is not set
> CONFIG_PHYLIB=m
>
> #
> # MDIO bus device drivers
> #
> # CONFIG_MDIO_BCM_UNIMAC is not set
> # CONFIG_MDIO_BITBANG is not set
> # CONFIG_MDIO_OCTEON is not set
> # CONFIG_MDIO_THUNDER is not set
>
> #
> # MII PHY device drivers
> #
> # CONFIG_AMD_PHY is not set
> # CONFIG_AQUANTIA_PHY is not set
> # CONFIG_AT803X_PHY is not set
> # CONFIG_BCM7XXX_PHY is not set
> # CONFIG_BCM87XX_PHY is not set
> # CONFIG_BROADCOM_PHY is not set
> # CONFIG_CICADA_PHY is not set
> # CONFIG_DAVICOM_PHY is not set
> # CONFIG_DP83848_PHY is not set
> # CONFIG_DP83867_PHY is not set
> # CONFIG_FIXED_PHY is not set
> # CONFIG_ICPLUS_PHY is not set
> # CONFIG_INTEL_XWAY_PHY is not set
> # CONFIG_LSI_ET1011C_PHY is not set
> # CONFIG_LXT_PHY is not set
> # CONFIG_MARVELL_PHY is not set
> # CONFIG_MICREL_PHY is not set
> # CONFIG_MICROCHIP_PHY is not set
> # CONFIG_MICROSEMI_PHY is not set
> # CONFIG_NATIONAL_PHY is not set
> # CONFIG_QSEMI_PHY is not set
> # CONFIG_REALTEK_PHY is not set
> # CONFIG_SMSC_PHY is not set
> # CONFIG_STE10XP is not set
> # CONFIG_TERANETICS_PHY is not set
> # CONFIG_VITESSE_PHY is not set
> # CONFIG_XILINX_GMII2RGMII is not set
> # CONFIG_PPP is not set
> # CONFIG_SLIP is not set
>
> #
> # Host-side USB support is needed for USB Network Adapter support
> #
> # CONFIG_USB_NET_DRIVERS is not set
> # CONFIG_WLAN is not set
>
> #
> # Enable WiMAX (Networking options) to see the WiMAX drivers
> #
> # CONFIG_WAN is not set
> # CONFIG_VMXNET3 is not set
> # CONFIG_FUJITSU_ES is not set
> # CONFIG_ISDN is not set
> # CONFIG_NVM is not set
>
> #
> # Input device support
> #
> CONFIG_INPUT=y
> # CONFIG_INPUT_FF_MEMLESS is not set
> # CONFIG_INPUT_POLLDEV is not set
> # CONFIG_INPUT_SPARSEKMAP is not set
> # CONFIG_INPUT_MATRIXKMAP is not set
>
> #
> # Userland interfaces
> #
> # CONFIG_INPUT_MOUSEDEV is not set
> # CONFIG_INPUT_JOYDEV is not set
> # CONFIG_INPUT_EVDEV is not set
> # CONFIG_INPUT_EVBUG is not set
>
> #
> # Input Device Drivers
> #
> CONFIG_INPUT_KEYBOARD=y
> CONFIG_KEYBOARD_ATKBD=m
> # CONFIG_KEYBOARD_LKKBD is not set
> # CONFIG_KEYBOARD_NEWTON is not set
> # CONFIG_KEYBOARD_OPENCORES is not set
> # CONFIG_KEYBOARD_STOWAWAY is not set
> # CONFIG_KEYBOARD_SUNKBD is not set
> # CONFIG_KEYBOARD_XTKBD is not set
> # CONFIG_INPUT_MOUSE is not set
> # CONFIG_INPUT_JOYSTICK is not set
> # CONFIG_INPUT_TABLET is not set
> # CONFIG_INPUT_TOUCHSCREEN is not set
> # CONFIG_INPUT_MISC is not set
> # CONFIG_RMI4_CORE is not set
>
> #
> # Hardware I/O ports
> #
> CONFIG_SERIO=m
> CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
> CONFIG_SERIO_I8042=m
> CONFIG_SERIO_SERPORT=m
> # CONFIG_SERIO_CT82C710 is not set
> # CONFIG_SERIO_PCIPS2 is not set
> CONFIG_SERIO_LIBPS2=m
> # CONFIG_SERIO_RAW is not set
> # CONFIG_SERIO_ALTERA_PS2 is not set
> # CONFIG_SERIO_PS2MULT is not set
> # CONFIG_SERIO_ARC_PS2 is not set
> # CONFIG_USERIO is not set
> # CONFIG_GAMEPORT is not set
>
> #
> # Character devices
> #
> CONFIG_TTY=y
> CONFIG_VT=y
> CONFIG_CONSOLE_TRANSLATIONS=y
> CONFIG_VT_CONSOLE=y
> CONFIG_HW_CONSOLE=y
> CONFIG_VT_HW_CONSOLE_BINDING=y
> CONFIG_UNIX98_PTYS=y
> # CONFIG_LEGACY_PTYS is not set
> # CONFIG_SERIAL_NONSTANDARD is not set
> # CONFIG_NOZOMI is not set
> # CONFIG_N_GSM is not set
> # CONFIG_TRACE_SINK is not set
> CONFIG_DEVMEM=y
> # CONFIG_DEVKMEM is not set
>
> #
> # Serial drivers
> #
> CONFIG_SERIAL_8250=m
> # CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
> CONFIG_SERIAL_8250_PNP=y
> # CONFIG_SERIAL_8250_FINTEK is not set
> CONFIG_SERIAL_8250_PCI=m
> CONFIG_SERIAL_8250_NR_UARTS=32
> CONFIG_SERIAL_8250_RUNTIME_UARTS=4
> CONFIG_SERIAL_8250_EXTENDED=y
> # CONFIG_SERIAL_8250_MANY_PORTS is not set
> CONFIG_SERIAL_8250_SHARE_IRQ=y
> CONFIG_SERIAL_8250_DETECT_IRQ=y
> CONFIG_SERIAL_8250_RSA=y
> # CONFIG_SERIAL_8250_DW is not set
> # CONFIG_SERIAL_8250_RT288X is not set
> CONFIG_SERIAL_8250_LPSS=m
> CONFIG_SERIAL_8250_MID=m
> # CONFIG_SERIAL_8250_MOXA is not set
>
> #
> # Non-8250 serial port support
> #
> # CONFIG_SERIAL_UARTLITE is not set
> CONFIG_SERIAL_CORE=m
> # CONFIG_SERIAL_JSM is not set
> # CONFIG_SERIAL_SCCNXP is not set
> # CONFIG_SERIAL_ALTERA_JTAGUART is not set
> # CONFIG_SERIAL_ALTERA_UART is not set
> # CONFIG_SERIAL_ARC is not set
> # CONFIG_SERIAL_RP2 is not set
> # CONFIG_SERIAL_FSL_LPUART is not set
> # CONFIG_IPMI_HANDLER is not set
> CONFIG_HW_RANDOM=m
> # CONFIG_HW_RANDOM_TIMERIOMEM is not set
> CONFIG_HW_RANDOM_INTEL=m
> # CONFIG_HW_RANDOM_AMD is not set
> # CONFIG_HW_RANDOM_VIA is not set
> CONFIG_NVRAM=m
> # CONFIG_R3964 is not set
> # CONFIG_APPLICOM is not set
> # CONFIG_MWAVE is not set
> # CONFIG_RAW_DRIVER is not set
> # CONFIG_HPET is not set
> # CONFIG_HANGCHECK_TIMER is not set
> # CONFIG_TCG_TPM is not set
> # CONFIG_TELCLOCK is not set
> CONFIG_DEVPORT=y
> # CONFIG_XILLYBUS is not set
>
> #
> # I2C support
> #
> # CONFIG_I2C is not set
> # CONFIG_SPI is not set
> # CONFIG_SPMI is not set
> # CONFIG_HSI is not set
>
> #
> # PPS support
> #
> CONFIG_PPS=m
> # CONFIG_PPS_DEBUG is not set
>
> #
> # PPS clients support
> #
> # CONFIG_PPS_CLIENT_KTIMER is not set
> # CONFIG_PPS_CLIENT_LDISC is not set
> # CONFIG_PPS_CLIENT_GPIO is not set
>
> #
> # PPS generators support
> #
>
> #
> # PTP clock support
> #
> CONFIG_PTP_1588_CLOCK=m
>
> #
> # Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
> #
> # CONFIG_GPIOLIB is not set
> # CONFIG_W1 is not set
> # CONFIG_POWER_AVS is not set
> # CONFIG_POWER_RESET is not set
> CONFIG_POWER_SUPPLY=y
> # CONFIG_POWER_SUPPLY_DEBUG is not set
> # CONFIG_PDA_POWER is not set
> # CONFIG_TEST_POWER is not set
> # CONFIG_BATTERY_DS2780 is not set
> # CONFIG_BATTERY_DS2781 is not set
> # CONFIG_BATTERY_BQ27XXX is not set
> # CONFIG_CHARGER_MAX8903 is not set
> # CONFIG_HWMON is not set
> CONFIG_THERMAL=y
> CONFIG_THERMAL_WRITABLE_TRIPS=y
> CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
> # CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
> # CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
> # CONFIG_THERMAL_DEFAULT_GOV_POWER_ALLOCATOR is not set
> # CONFIG_THERMAL_GOV_FAIR_SHARE is not set
> CONFIG_THERMAL_GOV_STEP_WISE=y
> # CONFIG_THERMAL_GOV_BANG_BANG is not set
> CONFIG_THERMAL_GOV_USER_SPACE=y
> # CONFIG_THERMAL_GOV_POWER_ALLOCATOR is not set
> # CONFIG_THERMAL_EMULATION is not set
> # CONFIG_INTEL_POWERCLAMP is not set
> # CONFIG_INTEL_SOC_DTS_THERMAL is not set
>
> #
> # ACPI INT340X thermal drivers
> #
> # CONFIG_INT340X_THERMAL is not set
> # CONFIG_INTEL_PCH_THERMAL is not set
> # CONFIG_WATCHDOG is not set
> CONFIG_SSB_POSSIBLE=y
>
> #
> # Sonics Silicon Backplane
> #
> # CONFIG_SSB is not set
> CONFIG_BCMA_POSSIBLE=y
>
> #
> # Broadcom specific AMBA
> #
> # CONFIG_BCMA is not set
>
> #
> # Multifunction device drivers
> #
> # CONFIG_MFD_CORE is not set
> # CONFIG_MFD_CROS_EC is not set
> # CONFIG_MFD_DLN2 is not set
> # CONFIG_HTC_PASIC3 is not set
> # CONFIG_LPC_ICH is not set
> # CONFIG_LPC_SCH is not set
> # CONFIG_MFD_INTEL_LPSS_ACPI is not set
> # CONFIG_MFD_INTEL_LPSS_PCI is not set
> # CONFIG_MFD_JANZ_CMODIO is not set
> # CONFIG_MFD_KEMPLD is not set
> # CONFIG_MFD_MT6397 is not set
> # CONFIG_MFD_VIPERBOARD is not set
> # CONFIG_MFD_RDC321X is not set
> # CONFIG_MFD_RTSX_PCI is not set
> # CONFIG_MFD_RTSX_USB is not set
> # CONFIG_MFD_SM501 is not set
> # CONFIG_ABX500_CORE is not set
> # CONFIG_MFD_SYSCON is not set
> # CONFIG_MFD_TI_AM335X_TSCADC is not set
> # CONFIG_MFD_TMIO is not set
> # CONFIG_MFD_VX855 is not set
> # CONFIG_REGULATOR is not set
> # CONFIG_MEDIA_SUPPORT is not set
>
> #
> # Graphics support
> #
> # CONFIG_AGP is not set
> CONFIG_VGA_ARB=y
> CONFIG_VGA_ARB_MAX_GPUS=1
> # CONFIG_VGA_SWITCHEROO is not set
> # CONFIG_DRM is not set
>
> #
> # ACP (Audio CoProcessor) Configuration
> #
>
> #
> # Frame buffer Devices
> #
> # CONFIG_FB is not set
> # CONFIG_BACKLIGHT_LCD_SUPPORT is not set
> # CONFIG_VGASTATE is not set
>
> #
> # Console display driver support
> #
> CONFIG_VGA_CONSOLE=y
> CONFIG_VGACON_SOFT_SCROLLBACK=y
> CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
> CONFIG_DUMMY_CONSOLE=y
> CONFIG_DUMMY_CONSOLE_COLUMNS=80
> CONFIG_DUMMY_CONSOLE_ROWS=25
> # CONFIG_SOUND is not set
>
> #
> # HID support
> #
> CONFIG_HID=m
> # CONFIG_HID_BATTERY_STRENGTH is not set
> # CONFIG_HIDRAW is not set
> # CONFIG_UHID is not set
> CONFIG_HID_GENERIC=m
>
> #
> # Special HID drivers
> #
> # CONFIG_HID_A4TECH is not set
> # CONFIG_HID_ACRUX is not set
> # CONFIG_HID_APPLE is not set
> # CONFIG_HID_APPLEIR is not set
> # CONFIG_HID_AUREAL is not set
> # CONFIG_HID_BELKIN is not set
> # CONFIG_HID_BETOP_FF is not set
> # CONFIG_HID_CHERRY is not set
> # CONFIG_HID_CHICONY is not set
> # CONFIG_HID_CMEDIA is not set
> # CONFIG_HID_CYPRESS is not set
> # CONFIG_HID_DRAGONRISE is not set
> # CONFIG_HID_EMS_FF is not set
> # CONFIG_HID_ELECOM is not set
> # CONFIG_HID_ELO is not set
> # CONFIG_HID_EZKEY is not set
> # CONFIG_HID_GEMBIRD is not set
> # CONFIG_HID_GFRM is not set
> # CONFIG_HID_HOLTEK is not set
> # CONFIG_HID_KEYTOUCH is not set
> # CONFIG_HID_KYE is not set
> # CONFIG_HID_UCLOGIC is not set
> # CONFIG_HID_WALTOP is not set
> # CONFIG_HID_GYRATION is not set
> # CONFIG_HID_ICADE is not set
> # CONFIG_HID_TWINHAN is not set
> # CONFIG_HID_KENSINGTON is not set
> # CONFIG_HID_LCPOWER is not set
> # CONFIG_HID_LENOVO is not set
> # CONFIG_HID_LOGITECH is not set
> # CONFIG_HID_MAGICMOUSE is not set
> # CONFIG_HID_MAYFLASH is not set
> # CONFIG_HID_MICROSOFT is not set
> # CONFIG_HID_MONTEREY is not set
> # CONFIG_HID_MULTITOUCH is not set
> # CONFIG_HID_NTRIG is not set
> # CONFIG_HID_ORTEK is not set
> # CONFIG_HID_PANTHERLORD is not set
> # CONFIG_HID_PENMOUNT is not set
> # CONFIG_HID_PETALYNX is not set
> # CONFIG_HID_PICOLCD is not set
> # CONFIG_HID_PLANTRONICS is not set
> # CONFIG_HID_PRIMAX is not set
> # CONFIG_HID_ROCCAT is not set
> # CONFIG_HID_SAITEK is not set
> # CONFIG_HID_SAMSUNG is not set
> # CONFIG_HID_SPEEDLINK is not set
> # CONFIG_HID_STEELSERIES is not set
> # CONFIG_HID_SUNPLUS is not set
> # CONFIG_HID_RMI is not set
> # CONFIG_HID_GREENASIA is not set
> # CONFIG_HID_SMARTJOYPLUS is not set
> # CONFIG_HID_TIVO is not set
> # CONFIG_HID_TOPSEED is not set
> # CONFIG_HID_THRUSTMASTER is not set
> # CONFIG_HID_UDRAW_PS3 is not set
> # CONFIG_HID_WACOM is not set
> # CONFIG_HID_XINMO is not set
> # CONFIG_HID_ZEROPLUS is not set
> # CONFIG_HID_ZYDACRON is not set
> # CONFIG_HID_SENSOR_HUB is not set
> # CONFIG_HID_ALPS is not set
>
> #
> # USB HID support
> #
> CONFIG_USB_HID=m
> # CONFIG_HID_PID is not set
> # CONFIG_USB_HIDDEV is not set
>
> #
> # Intel ISH HID support
> #
> # CONFIG_INTEL_ISH_HID is not set
> CONFIG_USB_OHCI_LITTLE_ENDIAN=y
> CONFIG_USB_SUPPORT=y
> CONFIG_USB_COMMON=m
> CONFIG_USB_ARCH_HAS_HCD=y
> CONFIG_USB=m
> # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
>
> #
> # Miscellaneous USB options
> #
> CONFIG_USB_DEFAULT_PERSIST=y
> # CONFIG_USB_DYNAMIC_MINORS is not set
> # CONFIG_USB_OTG_WHITELIST is not set
> CONFIG_USB_MON=m
> # CONFIG_USB_WUSB_CBAF is not set
>
> #
> # USB Host Controller Drivers
> #
> # CONFIG_USB_C67X00_HCD is not set
> # CONFIG_USB_XHCI_HCD is not set
> CONFIG_USB_EHCI_HCD=m
> # CONFIG_USB_EHCI_ROOT_HUB_TT is not set
> # CONFIG_USB_EHCI_TT_NEWSCHED is not set
> CONFIG_USB_EHCI_PCI=m
> # CONFIG_USB_EHCI_HCD_PLATFORM is not set
> # CONFIG_USB_OXU210HP_HCD is not set
> # CONFIG_USB_ISP116X_HCD is not set
> # CONFIG_USB_ISP1362_HCD is not set
> # CONFIG_USB_FOTG210_HCD is not set
> # CONFIG_USB_OHCI_HCD is not set
> CONFIG_USB_UHCI_HCD=m
> # CONFIG_USB_SL811_HCD is not set
> # CONFIG_USB_R8A66597_HCD is not set
> # CONFIG_USB_HCD_TEST_MODE is not set
>
> #
> # USB Device Class drivers
> #
> # CONFIG_USB_ACM is not set
> # CONFIG_USB_PRINTER is not set
> # CONFIG_USB_WDM is not set
> # CONFIG_USB_TMC is not set
>
> #
> # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
> #
>
> #
> # also be needed; see USB_STORAGE Help for more info
> #
> CONFIG_USB_STORAGE=m
> # CONFIG_USB_STORAGE_DEBUG is not set
> # CONFIG_USB_STORAGE_REALTEK is not set
> # CONFIG_USB_STORAGE_DATAFAB is not set
> # CONFIG_USB_STORAGE_FREECOM is not set
> # CONFIG_USB_STORAGE_ISD200 is not set
> # CONFIG_USB_STORAGE_USBAT is not set
> # CONFIG_USB_STORAGE_SDDR09 is not set
> # CONFIG_USB_STORAGE_SDDR55 is not set
> # CONFIG_USB_STORAGE_JUMPSHOT is not set
> # CONFIG_USB_STORAGE_ALAUDA is not set
> # CONFIG_USB_STORAGE_ONETOUCH is not set
> # CONFIG_USB_STORAGE_KARMA is not set
> # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
> # CONFIG_USB_STORAGE_ENE_UB6250 is not set
> # CONFIG_USB_UAS is not set
>
> #
> # USB Imaging devices
> #
> # CONFIG_USB_MDC800 is not set
> # CONFIG_USB_MICROTEK is not set
> # CONFIG_USBIP_CORE is not set
> # CONFIG_USB_MUSB_HDRC is not set
> # CONFIG_USB_DWC3 is not set
> # CONFIG_USB_DWC2 is not set
> # CONFIG_USB_CHIPIDEA is not set
> # CONFIG_USB_ISP1760 is not set
>
> #
> # USB port drivers
> #
> # CONFIG_USB_SERIAL is not set
>
> #
> # USB Miscellaneous drivers
> #
> # CONFIG_USB_EMI62 is not set
> # CONFIG_USB_EMI26 is not set
> # CONFIG_USB_ADUTUX is not set
> # CONFIG_USB_SEVSEG is not set
> # CONFIG_USB_RIO500 is not set
> # CONFIG_USB_LEGOTOWER is not set
> # CONFIG_USB_LCD is not set
> # CONFIG_USB_CYPRESS_CY7C63 is not set
> # CONFIG_USB_CYTHERM is not set
> # CONFIG_USB_IDMOUSE is not set
> # CONFIG_USB_FTDI_ELAN is not set
> # CONFIG_USB_APPLEDISPLAY is not set
> # CONFIG_USB_SISUSBVGA is not set
> # CONFIG_USB_LD is not set
> # CONFIG_USB_TRANCEVIBRATOR is not set
> # CONFIG_USB_IOWARRIOR is not set
> # CONFIG_USB_TEST is not set
> # CONFIG_USB_EHSET_TEST_FIXTURE is not set
> # CONFIG_USB_ISIGHTFW is not set
> # CONFIG_USB_YUREX is not set
> # CONFIG_USB_EZUSB_FX2 is not set
> # CONFIG_USB_LINK_LAYER_TEST is not set
> # CONFIG_USB_CHAOSKEY is not set
> # CONFIG_UCSI is not set
>
> #
> # USB Physical Layer drivers
> #
> # CONFIG_USB_PHY is not set
> # CONFIG_NOP_USB_XCEIV is not set
> # CONFIG_USB_GADGET is not set
> # CONFIG_USB_ULPI_BUS is not set
> # CONFIG_UWB is not set
> # CONFIG_MMC is not set
> # CONFIG_MEMSTICK is not set
> # CONFIG_NEW_LEDS is not set
> # CONFIG_ACCESSIBILITY is not set
> # CONFIG_INFINIBAND is not set
> CONFIG_EDAC_ATOMIC_SCRUB=y
> CONFIG_EDAC_SUPPORT=y
> # CONFIG_EDAC is not set
> CONFIG_RTC_LIB=y
> CONFIG_RTC_MC146818_LIB=y
> CONFIG_RTC_CLASS=y
> # CONFIG_RTC_HCTOSYS is not set
> # CONFIG_RTC_SYSTOHC is not set
> # CONFIG_RTC_DEBUG is not set
>
> #
> # RTC interfaces
> #
> CONFIG_RTC_INTF_SYSFS=y
> CONFIG_RTC_INTF_PROC=y
> CONFIG_RTC_INTF_DEV=y
> # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
> # CONFIG_RTC_DRV_TEST is not set
>
> #
> # I2C RTC drivers
> #
>
> #
> # SPI RTC drivers
> #
>
> #
> # SPI and I2C RTC drivers
> #
>
> #
> # Platform RTC drivers
> #
> CONFIG_RTC_DRV_CMOS=m
> # CONFIG_RTC_DRV_DS1286 is not set
> # CONFIG_RTC_DRV_DS1511 is not set
> # CONFIG_RTC_DRV_DS1553 is not set
> # CONFIG_RTC_DRV_DS1685_FAMILY is not set
> # CONFIG_RTC_DRV_DS1742 is not set
> # CONFIG_RTC_DRV_DS2404 is not set
> # CONFIG_RTC_DRV_STK17TA8 is not set
> # CONFIG_RTC_DRV_M48T86 is not set
> # CONFIG_RTC_DRV_M48T35 is not set
> # CONFIG_RTC_DRV_M48T59 is not set
> # CONFIG_RTC_DRV_MSM6242 is not set
> # CONFIG_RTC_DRV_BQ4802 is not set
> # CONFIG_RTC_DRV_RP5C01 is not set
> # CONFIG_RTC_DRV_V3020 is not set
>
> #
> # on-CPU RTC drivers
> #
>
> #
> # HID Sensor RTC drivers
> #
> # CONFIG_RTC_DRV_HID_SENSOR_TIME is not set
> # CONFIG_DMADEVICES is not set
>
> #
> # DMABUF options
> #
> # CONFIG_SYNC_FILE is not set
> # CONFIG_AUXDISPLAY is not set
> # CONFIG_UIO is not set
> # CONFIG_VIRT_DRIVERS is not set
>
> #
> # Virtio drivers
> #
> # CONFIG_VIRTIO_PCI is not set
> # CONFIG_VIRTIO_MMIO is not set
>
> #
> # Microsoft Hyper-V guest support
> #
> # CONFIG_STAGING is not set
> # CONFIG_X86_PLATFORM_DEVICES is not set
> # CONFIG_CHROME_PLATFORMS is not set
>
> #
> # Hardware Spinlock drivers
> #
>
> #
> # Clock Source drivers
> #
> CONFIG_CLKEVT_I8253=y
> CONFIG_I8253_LOCK=y
> CONFIG_CLKBLD_I8253=y
> # CONFIG_ATMEL_PIT is not set
> # CONFIG_SH_TIMER_CMT is not set
> # CONFIG_SH_TIMER_MTU2 is not set
> # CONFIG_SH_TIMER_TMU is not set
> # CONFIG_EM_TIMER_STI is not set
> CONFIG_MAILBOX=y
> CONFIG_PCC=y
> # CONFIG_ALTERA_MBOX is not set
> # CONFIG_IOMMU_SUPPORT is not set
>
> #
> # Remoteproc drivers
> #
> # CONFIG_REMOTEPROC is not set
>
> #
> # Rpmsg drivers
> #
>
> #
> # SOC (System On Chip) specific Drivers
> #
>
> #
> # Broadcom SoC drivers
> #
> # CONFIG_SUNXI_SRAM is not set
> # CONFIG_SOC_TI is not set
> # CONFIG_PM_DEVFREQ is not set
> # CONFIG_EXTCON is not set
> # CONFIG_MEMORY is not set
> # CONFIG_IIO is not set
> # CONFIG_NTB is not set
> # CONFIG_VME_BUS is not set
> # CONFIG_PWM is not set
> CONFIG_ARM_GIC_MAX_NR=1
> # CONFIG_IPACK_BUS is not set
> # CONFIG_RESET_CONTROLLER is not set
> # CONFIG_FMC is not set
>
> #
> # PHY Subsystem
> #
> # CONFIG_GENERIC_PHY is not set
> # CONFIG_PHY_PXA_28NM_HSIC is not set
> # CONFIG_PHY_PXA_28NM_USB2 is not set
> # CONFIG_BCM_KONA_USB2_PHY is not set
> # CONFIG_POWERCAP is not set
> # CONFIG_MCB is not set
>
> #
> # Performance monitor support
> #
> CONFIG_RAS=y
> # CONFIG_THUNDERBOLT is not set
>
> #
> # Android
> #
> # CONFIG_ANDROID is not set
> # CONFIG_LIBNVDIMM is not set
> # CONFIG_NVMEM is not set
> # CONFIG_STM is not set
> # CONFIG_INTEL_TH is not set
>
> #
> # FPGA Configuration Support
> #
> # CONFIG_FPGA is not set
>
> #
> # Firmware Drivers
> #
> # CONFIG_ARM_SCPI_PROTOCOL is not set
> # CONFIG_EDD is not set
> CONFIG_FIRMWARE_MEMMAP=y
> # CONFIG_DELL_RBU is not set
> # CONFIG_DCDBAS is not set
> # CONFIG_DMIID is not set
> # CONFIG_DMI_SYSFS is not set
> CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
> # CONFIG_ISCSI_IBFT_FIND is not set
> # CONFIG_FW_CFG_SYSFS is not set
> # CONFIG_GOOGLE_FIRMWARE is not set
> # CONFIG_EFI_DEV_PATH_PARSER is not set
>
> #
> # Tegra firmware driver
> #
>
> #
> # File systems
> #
> CONFIG_DCACHE_WORD_ACCESS=y
> CONFIG_EXT2_FS=m
> # CONFIG_EXT2_FS_XATTR is not set
> # CONFIG_EXT3_FS is not set
> # CONFIG_EXT4_FS is not set
> # CONFIG_REISERFS_FS is not set
> # CONFIG_JFS_FS is not set
> # CONFIG_XFS_FS is not set
> # CONFIG_GFS2_FS is not set
> CONFIG_BTRFS_FS=y
> # CONFIG_BTRFS_FS_POSIX_ACL is not set
> # CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set
> # CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set
> # CONFIG_BTRFS_DEBUG is not set
> # CONFIG_BTRFS_ASSERT is not set
> # CONFIG_NILFS2_FS is not set
> # CONFIG_F2FS_FS is not set
> # CONFIG_FS_DAX is not set
> CONFIG_FS_POSIX_ACL=y
> CONFIG_EXPORTFS=y
> # CONFIG_EXPORTFS_BLOCK_OPS is not set
> CONFIG_FILE_LOCKING=y
> CONFIG_MANDATORY_FILE_LOCKING=y
> # CONFIG_FS_ENCRYPTION is not set
> CONFIG_FSNOTIFY=y
> # CONFIG_DNOTIFY is not set
> CONFIG_INOTIFY_USER=y
> # CONFIG_FANOTIFY is not set
> # CONFIG_QUOTA is not set
> # CONFIG_QUOTACTL is not set
> # CONFIG_AUTOFS4_FS is not set
> CONFIG_FUSE_FS=m
> # CONFIG_CUSE is not set
> # CONFIG_OVERLAY_FS is not set
>
> #
> # Caches
> #
> # CONFIG_FSCACHE is not set
>
> #
> # CD-ROM/DVD Filesystems
> #
> CONFIG_ISO9660_FS=m
> CONFIG_JOLIET=y
> # CONFIG_ZISOFS is not set
> CONFIG_UDF_FS=m
> CONFIG_UDF_NLS=y
>
> #
> # DOS/FAT/NT Filesystems
> #
> CONFIG_FAT_FS=m
> CONFIG_MSDOS_FS=m
> CONFIG_VFAT_FS=m
> CONFIG_FAT_DEFAULT_CODEPAGE=437
> CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
> # CONFIG_FAT_DEFAULT_UTF8 is not set
> # CONFIG_NTFS_FS is not set
>
> #
> # Pseudo filesystems
> #
> CONFIG_PROC_FS=y
> # CONFIG_PROC_KCORE is not set
> CONFIG_PROC_SYSCTL=y
> CONFIG_PROC_PAGE_MONITOR=y
> # CONFIG_PROC_CHILDREN is not set
> CONFIG_KERNFS=y
> CONFIG_SYSFS=y
> CONFIG_TMPFS=y
> # CONFIG_TMPFS_POSIX_ACL is not set
> # CONFIG_TMPFS_XATTR is not set
> # CONFIG_HUGETLBFS is not set
> # CONFIG_HUGETLB_PAGE is not set
> CONFIG_ARCH_HAS_GIGANTIC_PAGE=y
> # CONFIG_CONFIGFS_FS is not set
> # CONFIG_MISC_FILESYSTEMS is not set
> # CONFIG_NETWORK_FILESYSTEMS is not set
> CONFIG_NLS=y
> CONFIG_NLS_DEFAULT="utf8"
> CONFIG_NLS_CODEPAGE_437=m
> # CONFIG_NLS_CODEPAGE_737 is not set
> # CONFIG_NLS_CODEPAGE_775 is not set
> # CONFIG_NLS_CODEPAGE_850 is not set
> # CONFIG_NLS_CODEPAGE_852 is not set
> # CONFIG_NLS_CODEPAGE_855 is not set
> # CONFIG_NLS_CODEPAGE_857 is not set
> # CONFIG_NLS_CODEPAGE_860 is not set
> # CONFIG_NLS_CODEPAGE_861 is not set
> # CONFIG_NLS_CODEPAGE_862 is not set
> # CONFIG_NLS_CODEPAGE_863 is not set
> # CONFIG_NLS_CODEPAGE_864 is not set
> # CONFIG_NLS_CODEPAGE_865 is not set
> # CONFIG_NLS_CODEPAGE_866 is not set
> # CONFIG_NLS_CODEPAGE_869 is not set
> # CONFIG_NLS_CODEPAGE_936 is not set
> # CONFIG_NLS_CODEPAGE_950 is not set
> # CONFIG_NLS_CODEPAGE_932 is not set
> # CONFIG_NLS_CODEPAGE_949 is not set
> # CONFIG_NLS_CODEPAGE_874 is not set
> # CONFIG_NLS_ISO8859_8 is not set
> # CONFIG_NLS_CODEPAGE_1250 is not set
> # CONFIG_NLS_CODEPAGE_1251 is not set
> CONFIG_NLS_ASCII=m
> CONFIG_NLS_ISO8859_1=m
> # CONFIG_NLS_ISO8859_2 is not set
> # CONFIG_NLS_ISO8859_3 is not set
> # CONFIG_NLS_ISO8859_4 is not set
> # CONFIG_NLS_ISO8859_5 is not set
> # CONFIG_NLS_ISO8859_6 is not set
> # CONFIG_NLS_ISO8859_7 is not set
> # CONFIG_NLS_ISO8859_9 is not set
> # CONFIG_NLS_ISO8859_13 is not set
> # CONFIG_NLS_ISO8859_14 is not set
> CONFIG_NLS_ISO8859_15=m
> # CONFIG_NLS_KOI8_R is not set
> # CONFIG_NLS_KOI8_U is not set
> # CONFIG_NLS_MAC_ROMAN is not set
> # CONFIG_NLS_MAC_CELTIC is not set
> # CONFIG_NLS_MAC_CENTEURO is not set
> # CONFIG_NLS_MAC_CROATIAN is not set
> # CONFIG_NLS_MAC_CYRILLIC is not set
> # CONFIG_NLS_MAC_GAELIC is not set
> # CONFIG_NLS_MAC_GREEK is not set
> # CONFIG_NLS_MAC_ICELAND is not set
> # CONFIG_NLS_MAC_INUIT is not set
> # CONFIG_NLS_MAC_ROMANIAN is not set
> # CONFIG_NLS_MAC_TURKISH is not set
> CONFIG_NLS_UTF8=m
>
> #
> # Kernel hacking
> #
> CONFIG_TRACE_IRQFLAGS_SUPPORT=y
>
> #
> # printk and dmesg options
> #
> # CONFIG_PRINTK_TIME is not set
> CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
> CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
>
> #
> # Compile-time checks and compiler options
> #
> # CONFIG_ENABLE_WARN_DEPRECATED is not set
> # CONFIG_ENABLE_MUST_CHECK is not set
> CONFIG_FRAME_WARN=2048
> # CONFIG_STRIP_ASM_SYMS is not set
> # CONFIG_UNUSED_SYMBOLS is not set
> # CONFIG_DEBUG_FS is not set
> # CONFIG_HEADERS_CHECK is not set
> # CONFIG_DEBUG_SECTION_MISMATCH is not set
> CONFIG_SECTION_MISMATCH_WARN_ONLY=y
> CONFIG_ARCH_WANT_FRAME_POINTERS=y
> # CONFIG_FRAME_POINTER is not set
> # CONFIG_STACK_VALIDATION is not set
> CONFIG_MAGIC_SYSRQ=y
> CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
> # CONFIG_DEBUG_KERNEL is not set
>
> #
> # Memory Debugging
> #
> # CONFIG_PAGE_EXTENSION is not set
> # CONFIG_PAGE_POISONING is not set
> # CONFIG_SLUB_DEBUG_ON is not set
> # CONFIG_SLUB_STATS is not set
> CONFIG_HAVE_DEBUG_KMEMLEAK=y
> CONFIG_DEBUG_MEMORY_INIT=y
> CONFIG_HAVE_DEBUG_STACKOVERFLOW=y
> CONFIG_HAVE_ARCH_KMEMCHECK=y
> CONFIG_HAVE_ARCH_KASAN=y
> # CONFIG_KASAN is not set
> CONFIG_ARCH_HAS_KCOV=y
> # CONFIG_KCOV is not set
>
> #
> # Debug Lockups and Hangs
> #
> # CONFIG_PANIC_ON_OOPS is not set
> CONFIG_PANIC_ON_OOPS_VALUE=0
> CONFIG_PANIC_TIMEOUT=0
> CONFIG_SCHED_INFO=y
> # CONFIG_DEBUG_TIMEKEEPING is not set
>
> #
> # Lock Debugging (spinlocks, mutexes, etc...)
> #
> # CONFIG_STACKTRACE is not set
> CONFIG_DEBUG_BUGVERBOSE=y
>
> #
> # RCU Debugging
> #
> # CONFIG_PROVE_RCU is not set
> # CONFIG_SPARSE_RCU_POINTER is not set
> # CONFIG_TORTURE_TEST is not set
> CONFIG_RCU_CPU_STALL_TIMEOUT=21
> CONFIG_USER_STACKTRACE_SUPPORT=y
> CONFIG_HAVE_FUNCTION_TRACER=y
> CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
> CONFIG_HAVE_DYNAMIC_FTRACE=y
> CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y
> CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
> CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
> CONFIG_HAVE_FENTRY=y
> CONFIG_HAVE_C_RECORDMCOUNT=y
> CONFIG_TRACING_SUPPORT=y
> # CONFIG_FTRACE is not set
>
> #
> # Runtime Testing
> #
> # CONFIG_ATOMIC64_SELFTEST is not set
> # CONFIG_TEST_HEXDUMP is not set
> # CONFIG_TEST_STRING_HELPERS is not set
> # CONFIG_TEST_KSTRTOX is not set
> # CONFIG_TEST_PRINTF is not set
> # CONFIG_TEST_BITMAP is not set
> # CONFIG_TEST_UUID is not set
> # CONFIG_TEST_RHASHTABLE is not set
> # CONFIG_TEST_HASH is not set
> # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
> # CONFIG_DMA_API_DEBUG is not set
> # CONFIG_TEST_LKM is not set
> # CONFIG_TEST_USER_COPY is not set
> # CONFIG_TEST_BPF is not set
> # CONFIG_TEST_FIRMWARE is not set
> # CONFIG_TEST_UDELAY is not set
> # CONFIG_MEMTEST is not set
> # CONFIG_TEST_STATIC_KEYS is not set
> # CONFIG_BUG_ON_DATA_CORRUPTION is not set
> # CONFIG_SAMPLES is not set
> CONFIG_HAVE_ARCH_KGDB=y
> CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y
> # CONFIG_ARCH_WANTS_UBSAN_NO_NULL is not set
> # CONFIG_UBSAN is not set
> CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y
> # CONFIG_STRICT_DEVMEM is not set
> CONFIG_X86_VERBOSE_BOOTUP=y
> CONFIG_EARLY_PRINTK=y
> # CONFIG_EARLY_PRINTK_DBGP is not set
> # CONFIG_X86_PTDUMP_CORE is not set
> # CONFIG_DEBUG_RODATA_TEST is not set
> # CONFIG_DEBUG_WX is not set
> # CONFIG_DEBUG_SET_MODULE_RONX is not set
> CONFIG_DOUBLEFAULT=y
> # CONFIG_IOMMU_STRESS is not set
> CONFIG_HAVE_MMIOTRACE_SUPPORT=y
> CONFIG_IO_DELAY_TYPE_0X80=0
> CONFIG_IO_DELAY_TYPE_0XED=1
> CONFIG_IO_DELAY_TYPE_UDELAY=2
> CONFIG_IO_DELAY_TYPE_NONE=3
> CONFIG_IO_DELAY_0X80=y
> # CONFIG_IO_DELAY_0XED is not set
> # CONFIG_IO_DELAY_UDELAY is not set
> # CONFIG_IO_DELAY_NONE is not set
> CONFIG_DEFAULT_IO_DELAY_TYPE=0
> CONFIG_OPTIMIZE_INLINING=y
> # CONFIG_PUNIT_ATOM_DEBUG is not set
>
> #
> # Security options
> #
> # CONFIG_KEYS is not set
> # CONFIG_SECURITY_DMESG_RESTRICT is not set
> # CONFIG_SECURITY is not set
> # CONFIG_SECURITYFS is not set
> CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
> CONFIG_HAVE_ARCH_HARDENED_USERCOPY=y
> # CONFIG_HARDENED_USERCOPY is not set
> CONFIG_DEFAULT_SECURITY_DAC=y
> CONFIG_DEFAULT_SECURITY=""
> CONFIG_XOR_BLOCKS=y
> CONFIG_CRYPTO=y
>
> #
> # Crypto core or helper
> #
> CONFIG_CRYPTO_ALGAPI=y
> CONFIG_CRYPTO_ALGAPI2=y
> CONFIG_CRYPTO_AEAD=m
> CONFIG_CRYPTO_AEAD2=y
> CONFIG_CRYPTO_BLKCIPHER=m
> CONFIG_CRYPTO_BLKCIPHER2=y
> CONFIG_CRYPTO_HASH=y
> CONFIG_CRYPTO_HASH2=y
> CONFIG_CRYPTO_RNG=m
> CONFIG_CRYPTO_RNG2=y
> CONFIG_CRYPTO_RNG_DEFAULT=m
> CONFIG_CRYPTO_AKCIPHER2=y
> CONFIG_CRYPTO_KPP2=y
> CONFIG_CRYPTO_ACOMP2=y
> # CONFIG_CRYPTO_RSA is not set
> # CONFIG_CRYPTO_DH is not set
> # CONFIG_CRYPTO_ECDH is not set
> CONFIG_CRYPTO_MANAGER=m
> CONFIG_CRYPTO_MANAGER2=y
> # CONFIG_CRYPTO_USER is not set
> CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
> CONFIG_CRYPTO_GF128MUL=m
> CONFIG_CRYPTO_NULL=m
> CONFIG_CRYPTO_NULL2=y
> # CONFIG_CRYPTO_PCRYPT is not set
> CONFIG_CRYPTO_WORKQUEUE=y
> CONFIG_CRYPTO_CRYPTD=m
> # CONFIG_CRYPTO_MCRYPTD is not set
> CONFIG_CRYPTO_AUTHENC=m
> # CONFIG_CRYPTO_TEST is not set
> CONFIG_CRYPTO_SIMD=m
> CONFIG_CRYPTO_GLUE_HELPER_X86=m
>
> #
> # Authenticated Encryption with Associated Data
> #
> CONFIG_CRYPTO_CCM=m
> CONFIG_CRYPTO_GCM=m
> # CONFIG_CRYPTO_CHACHA20POLY1305 is not set
> CONFIG_CRYPTO_SEQIV=m
> CONFIG_CRYPTO_ECHAINIV=m
>
> #
> # Block modes
> #
> CONFIG_CRYPTO_CBC=m
> CONFIG_CRYPTO_CTR=m
> # CONFIG_CRYPTO_CTS is not set
> # CONFIG_CRYPTO_ECB is not set
> CONFIG_CRYPTO_LRW=m
> # CONFIG_CRYPTO_PCBC is not set
> CONFIG_CRYPTO_XTS=m
> # CONFIG_CRYPTO_KEYWRAP is not set
>
> #
> # Hash modes
> #
> # CONFIG_CRYPTO_CMAC is not set
> CONFIG_CRYPTO_HMAC=m
> # CONFIG_CRYPTO_XCBC is not set
> # CONFIG_CRYPTO_VMAC is not set
>
> #
> # Digest
> #
> CONFIG_CRYPTO_CRC32C=y
> # CONFIG_CRYPTO_CRC32C_INTEL is not set
> # CONFIG_CRYPTO_CRC32 is not set
> # CONFIG_CRYPTO_CRC32_PCLMUL is not set
> # CONFIG_CRYPTO_CRCT10DIF is not set
> CONFIG_CRYPTO_GHASH=m
> # CONFIG_CRYPTO_POLY1305 is not set
> # CONFIG_CRYPTO_POLY1305_X86_64 is not set
> # CONFIG_CRYPTO_MD4 is not set
> CONFIG_CRYPTO_MD5=m
> # CONFIG_CRYPTO_MICHAEL_MIC is not set
> # CONFIG_CRYPTO_RMD128 is not set
> # CONFIG_CRYPTO_RMD160 is not set
> # CONFIG_CRYPTO_RMD256 is not set
> # CONFIG_CRYPTO_RMD320 is not set
> CONFIG_CRYPTO_SHA1=m
> # CONFIG_CRYPTO_SHA1_SSSE3 is not set
> CONFIG_CRYPTO_SHA256_SSSE3=m
> # CONFIG_CRYPTO_SHA512_SSSE3 is not set
> # CONFIG_CRYPTO_SHA1_MB is not set
> # CONFIG_CRYPTO_SHA256_MB is not set
> # CONFIG_CRYPTO_SHA512_MB is not set
> CONFIG_CRYPTO_SHA256=m
> # CONFIG_CRYPTO_SHA512 is not set
> # CONFIG_CRYPTO_SHA3 is not set
> # CONFIG_CRYPTO_TGR192 is not set
> # CONFIG_CRYPTO_WP512 is not set
> # CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL is not set
>
> #
> # Ciphers
> #
> CONFIG_CRYPTO_AES=y
> CONFIG_CRYPTO_AES_X86_64=m
> CONFIG_CRYPTO_AES_NI_INTEL=m
> # CONFIG_CRYPTO_ANUBIS is not set
> CONFIG_CRYPTO_ARC4=m
> # CONFIG_CRYPTO_BLOWFISH is not set
> # CONFIG_CRYPTO_BLOWFISH_X86_64 is not set
> # CONFIG_CRYPTO_CAMELLIA is not set
> # CONFIG_CRYPTO_CAMELLIA_X86_64 is not set
> # CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64 is not set
> # CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64 is not set
> # CONFIG_CRYPTO_CAST5 is not set
> # CONFIG_CRYPTO_CAST5_AVX_X86_64 is not set
> # CONFIG_CRYPTO_CAST6 is not set
> # CONFIG_CRYPTO_CAST6_AVX_X86_64 is not set
> CONFIG_CRYPTO_DES=m
> # CONFIG_CRYPTO_DES3_EDE_X86_64 is not set
> # CONFIG_CRYPTO_FCRYPT is not set
> # CONFIG_CRYPTO_KHAZAD is not set
> # CONFIG_CRYPTO_SALSA20 is not set
> # CONFIG_CRYPTO_SALSA20_X86_64 is not set
> # CONFIG_CRYPTO_CHACHA20 is not set
> # CONFIG_CRYPTO_CHACHA20_X86_64 is not set
> # CONFIG_CRYPTO_SEED is not set
> # CONFIG_CRYPTO_SERPENT is not set
> # CONFIG_CRYPTO_SERPENT_SSE2_X86_64 is not set
> # CONFIG_CRYPTO_SERPENT_AVX_X86_64 is not set
> # CONFIG_CRYPTO_SERPENT_AVX2_X86_64 is not set
> # CONFIG_CRYPTO_TEA is not set
> # CONFIG_CRYPTO_TWOFISH is not set
> # CONFIG_CRYPTO_TWOFISH_X86_64 is not set
> # CONFIG_CRYPTO_TWOFISH_X86_64_3WAY is not set
> # CONFIG_CRYPTO_TWOFISH_AVX_X86_64 is not set
>
> #
> # Compression
> #
> CONFIG_CRYPTO_DEFLATE=m
> CONFIG_CRYPTO_LZO=m
> # CONFIG_CRYPTO_842 is not set
> # CONFIG_CRYPTO_LZ4 is not set
> # CONFIG_CRYPTO_LZ4HC is not set
>
> #
> # Random Number Generation
> #
> # CONFIG_CRYPTO_ANSI_CPRNG is not set
> CONFIG_CRYPTO_DRBG_MENU=m
> CONFIG_CRYPTO_DRBG_HMAC=y
> # CONFIG_CRYPTO_DRBG_HASH is not set
> # CONFIG_CRYPTO_DRBG_CTR is not set
> CONFIG_CRYPTO_DRBG=m
> CONFIG_CRYPTO_JITTERENTROPY=m
> # CONFIG_CRYPTO_USER_API_HASH is not set
> # CONFIG_CRYPTO_USER_API_SKCIPHER is not set
> # CONFIG_CRYPTO_USER_API_RNG is not set
> # CONFIG_CRYPTO_USER_API_AEAD is not set
> # CONFIG_CRYPTO_HW is not set
>
> #
> # Certificates for signature checking
> #
> CONFIG_HAVE_KVM=y
> # CONFIG_VIRTUALIZATION is not set
> # CONFIG_BINARY_PRINTF is not set
>
> #
> # Library routines
> #
> CONFIG_RAID6_PQ=y
> CONFIG_BITREVERSE=y
> # CONFIG_HAVE_ARCH_BITREVERSE is not set
> CONFIG_RATIONAL=y
> CONFIG_GENERIC_STRNCPY_FROM_USER=y
> CONFIG_GENERIC_STRNLEN_USER=y
> CONFIG_GENERIC_NET_UTILS=y
> CONFIG_GENERIC_FIND_FIRST_BIT=y
> CONFIG_GENERIC_PCI_IOMAP=y
> CONFIG_GENERIC_IOMAP=y
> CONFIG_GENERIC_IO=y
> CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
> CONFIG_ARCH_HAS_FAST_MULTIPLIER=y
> # CONFIG_CRC_CCITT is not set
> # CONFIG_CRC16 is not set
> # CONFIG_CRC_T10DIF is not set
> CONFIG_CRC_ITU_T=m
> CONFIG_CRC32=y
> # CONFIG_CRC32_SELFTEST is not set
> CONFIG_CRC32_SLICEBY8=y
> # CONFIG_CRC32_SLICEBY4 is not set
> # CONFIG_CRC32_SARWATE is not set
> # CONFIG_CRC32_BIT is not set
> # CONFIG_CRC7 is not set
> # CONFIG_LIBCRC32C is not set
> # CONFIG_CRC8 is not set
> # CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
> # CONFIG_RANDOM32_SELFTEST is not set
> CONFIG_ZLIB_INFLATE=y
> CONFIG_ZLIB_DEFLATE=y
> CONFIG_LZO_COMPRESS=y
> CONFIG_LZO_DECOMPRESS=y
> # CONFIG_XZ_DEC is not set
> # CONFIG_XZ_DEC_BCJ is not set
> CONFIG_HAS_IOMEM=y
> CONFIG_HAS_IOPORT_MAP=y
> CONFIG_HAS_DMA=y
> CONFIG_CHECK_SIGNATURE=y
> CONFIG_CPU_RMAP=y
> CONFIG_DQL=y
> CONFIG_GLOB=y
> # CONFIG_GLOB_SELFTEST is not set
> CONFIG_NLATTR=y
> # CONFIG_CORDIC is not set
> # CONFIG_DDR is not set
> # CONFIG_IRQ_POLL is not set
> # CONFIG_SG_SPLIT is not set
> CONFIG_SG_POOL=y
> CONFIG_ARCH_HAS_SG_CHAIN=y
> CONFIG_ARCH_HAS_PMEM_API=y
> CONFIG_ARCH_HAS_MMIO_FLUSH=y
> CONFIG_SBITMAP=y
>
>
>
>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ