public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* maxcpus confusion
@ 2017-12-01 20:58 Randy Dunlap
  2017-12-04 21:02 ` Heiko Carstens
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2017-12-01 20:58 UTC (permalink / raw)
  To: LKML; +Cc: X86 ML

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

Hi,

I used "maxcpus=1" on a recent x86 boot (4.15-rc1) and got 4 CPUs (all of
them AFAICT).  When I use "nr_cpus=1", I do get a hard limit of one CPU.


A few boot log excerpts:

[    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
...
[    0.030007] smp: Bringing up secondary CPUs ...
[    0.030109] smp: Brought up 1 node, 1 CPU
[    0.030181] smpboot: Max logical packages: 4
[    0.030255] smpboot: Total of 1 processors activated (4789.06 BogoMIPS)


Is systemd (or something else) later onlining the other CPUs?

/sys/devices/system/cpu/online is 0-3
/sys/devices/system/cpu/offline is 4-7


Full boot log is attached.


thanks.
-- 
~Randy

[-- Attachment #2: log-maxcpus1.out --]
[-- Type: text/plain, Size: 168293 bytes --]

[    0.000000] Linux version 4.15.0-rc1 (rdunlap@dragon.site) (gcc version 4.8.5 (SUSE Linux)) #4 SMP PREEMPT Thu Nov 30 16:29:23 PST 2017
[    0.000000] Command line: BOOT_IMAGE=/bzImage-415-1amt root=/dev/sda10 resume=/dev/disk/by-uuid/6308fb29-079c-4e1a-965b-83e468f4a41d splash=native quiet showopts selinux=0 audit=0 debug initcall_debug ignore_loglevel profile=4 maxcpus=1
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000aa5cffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000aa5d0000-0x00000000aa5d01ff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000aa5d0200-0x00000000aa5d2fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa5d3000-0x00000000aa6cffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000aa6d0000-0x00000000aa6effff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000aa6f0000-0x00000000af9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000014fdfffff] usable
[    0.000000] debug: ignoring loglevel setting.
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] random: fast init done
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: TOSHIBA PORTEGE R835/Portable PC, BIOS Version 4.10   01/08/2013
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x14fe00 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-D3FFF write-protect
[    0.000000]   D4000-DFFFF uncachable
[    0.000000]   E0000-EFFFF write-through
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0FFC00000 mask FFFC00000 uncachable
[    0.000000]   1 base 000000000 mask F80000000 write-back
[    0.000000]   2 base 080000000 mask FC0000000 write-back
[    0.000000]   3 base 0B0000000 mask FF0000000 uncachable
[    0.000000]   4 base 0AC000000 mask FFC000000 uncachable
[    0.000000]   5 base 0AB800000 mask FFF800000 uncachable
[    0.000000]   6 base 100000000 mask F80000000 write-back
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: update [mem 0xab800000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xaa5d0 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] reserving inaccessible SNB gfx pages
[    0.000000] BRK [0x02a21000, 0x02a21fff] PGTABLE
[    0.000000] BRK [0x02a22000, 0x02a22fff] PGTABLE
[    0.000000] BRK [0x02a23000, 0x02a23fff] PGTABLE
[    0.000000] BRK [0x02a24000, 0x02a24fff] PGTABLE
[    0.000000] BRK [0x02a25000, 0x02a25fff] PGTABLE
[    0.000000] BRK [0x02a26000, 0x02a26fff] PGTABLE
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0030 000014 (v00 TOSHIB)
[    0.000000] ACPI: RSDT 0x00000000AA6EF038 000050 (v01 TOSHIB A007D    00000004      01000013)
[    0.000000] ACPI: FACP 0x00000000AA6EE000 000081 (v02 TOSHIB A007D    00000004 LOHR 0000005F)
[    0.000000] ACPI: DSDT 0x00000000AA6DD000 008A46 (v02 TOSHIB A007D    20111220 INTL 20061109)
[    0.000000] ACPI: FACS 0x00000000AA6BE000 000040
[    0.000000] ACPI: HPET 0x00000000AA6ED000 000038 (v01 TOSHIB A007D    00000001 LOHR 0000005F)
[    0.000000] ACPI: APIC 0x00000000AA6EC000 0000BC (v01 TOSHIB A007D    00000001 LOHR 0000005F)
[    0.000000] ACPI: MCFG 0x00000000AA6EB000 00003C (v01 TOSHIB A007D    00000001 LOHR 0000005F)
[    0.000000] ACPI: ASF! 0x00000000AA6EA000 0000A0 (v32 TOSHIB A007D    00000001 LOHR 0000005F)
[    0.000000] ACPI: BOOT 0x00000000AA6E8000 000028 (v01 TOSHIB A007D    00000000 LOHR 0000005F)
[    0.000000] ACPI: SLIC 0x00000000AA6E7000 000176 (v01 TOSHIB A007D    00000000 LOHR 0000005F)
[    0.000000] ACPI: SSDT 0x00000000AA6DC000 000395 (v01 TOSHIB SataAhci 00001000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x00000000AA6D9000 000720 (v01 TOSHIB PtidDevc 00001000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x00000000AA6D7000 0007E5 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x00000000AA6D6000 000996 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000014fdfffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x14fdd3000-0x14fdfdfff]
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] tsc: Using PIT calibration value
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000014fdfffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x000000003fffffff]
[    0.000000]   node   0: [mem 0x0000000040200000-0x00000000aa5cffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000014fdfffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000014fdfffff]
[    0.000000] On node 0 totalpages: 1023853
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 157 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 10824 pages used for memmap
[    0.000000]   DMA32 zone: 692688 pages, LIFO batch:31
[    0.000000]   Normal zone: 5112 pages used for memmap
[    0.000000]   Normal zone: 327168 pages, LIFO batch:31
[    0.000000] Reserved but unavailable: 104 pages
[    0.000000] Reserving Intel graphics memory at 0x00000000aba00000-0x00000000af9fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x40000000-0x401fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xaa5d0000-0xaa5d0fff]
[    0.000000] PM: Registered nosave memory: [mem 0xaa5d1000-0xaa5d2fff]
[    0.000000] PM: Registered nosave memory: [mem 0xaa5d3000-0xaa6cffff]
[    0.000000] PM: Registered nosave memory: [mem 0xaa6d0000-0xaa6effff]
[    0.000000] PM: Registered nosave memory: [mem 0xaa6f0000-0xaf9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xafa00000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffbfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
[    0.000000] e820: [mem 0xafa00000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 43 pages/cpu @ffff88014fa00000 s139264 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s139264 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1007696
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/bzImage-415-1amt root=/dev/sda10 resume=/dev/disk/by-uuid/6308fb29-079c-4e1a-965b-83e468f4a41d splash=native quiet showopts selinux=0 audit=0 debug initcall_debug ignore_loglevel profile=4 maxcpus=1
[    0.000000] kernel profiling enabled (shift: 4)
[    0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 229376 bytes
[    0.000000] log_buf_len min size: 262144 bytes
[    0.000000] log_buf_len: 524288 bytes
[    0.000000] early log buf free: 250248(95%)
[    0.000000] Memory: 3934288K/4095412K available (7368K kernel code, 1993K rwdata, 3632K rodata, 1900K init, 10472K bss, 161124K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 524544, nr_irqs: 488, preallocated irqs: 16
[    0.000000] 	Offload RCU callbacks from CPUs: .
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20170831
[    0.000000] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.005000] tsc: Fast TSC calibration using PIT
[    0.006000] tsc: Detected 2394.534 MHz processor
[    0.006000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4789.06 BogoMIPS (lpj=2394534)
[    0.006000] pid_max: default: 32768 minimum: 301
[    0.006000] Security Framework initialized
[    0.007298] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.007732] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.007847] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.007947] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.008551] CPU: Physical Processor ID: 0
[    0.008624] CPU: Processor Core ID: 0
[    0.008701] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.008777] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.008858] mce: CPU supports 7 MCE banks
[    0.008941] CPU0: Thermal monitoring enabled (TM1)
[    0.009010] process: using mwait in idle threads
[    0.009086] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.009159] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.016088] TSC deadline timer enabled
[    0.016163] smpboot: CPU0: Intel(R) Core(TM) i5-2435M CPU @ 2.40GHz (family: 0x6, model: 0x2a, stepping: 0x7)
[    0.020046] calling  init_hw_perf_events+0x0/0x5a9 @ 1
[    0.020134] Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.020265] core: PEBS disabled due to CPU errata, please upgrade microcode
[    0.020347] ... version:                3
[    0.020420] ... bit width:              48
[    0.020492] ... generic registers:      4
[    0.020563] ... value mask:             0000ffffffffffff
[    0.020637] ... max period:             00007fffffffffff
[    0.020711] ... fixed-purpose events:   3
[    0.020783] ... event mask:             000000070000000f
[    0.020874] initcall init_hw_perf_events+0x0/0x5a9 returned 0 after 0 usecs
[    0.020953] calling  init_real_mode+0x0/0x1d4 @ 1
[    0.021013] initcall init_real_mode+0x0/0x1d4 returned 0 after 0 usecs
[    0.021092] calling  register_nmi_cpu_backtrace_handler+0x0/0x16 @ 1
[    0.021168] initcall register_nmi_cpu_backtrace_handler+0x0/0x16 returned 0 after 0 usecs
[    0.021274] calling  early_efi_map_fb+0x0/0x32 @ 1
[    0.021348] initcall early_efi_map_fb+0x0/0x32 returned 0 after 0 usecs
[    0.021426] calling  spawn_ksoftirqd+0x0/0x40 @ 1
[    0.023013] initcall spawn_ksoftirqd+0x0/0x40 returned 0 after 1953 usecs
[    0.023116] calling  migration_init+0x0/0x34 @ 1
[    0.023191] initcall migration_init+0x0/0x34 returned 0 after 0 usecs
[    0.023267] calling  check_cpu_stall_init+0x0/0x1b @ 1
[    0.023342] initcall check_cpu_stall_init+0x0/0x1b returned 0 after 0 usecs
[    0.023419] calling  srcu_bootup_announce+0x0/0x34 @ 1
[    0.023492] Hierarchical SRCU implementation.
[    0.023565] initcall srcu_bootup_announce+0x0/0x34 returned 0 after 0 usecs
[    0.023643] calling  rcu_spawn_gp_kthread+0x0/0x136 @ 1
[    0.023805] initcall rcu_spawn_gp_kthread+0x0/0x136 returned 0 after 0 usecs
[    0.023883] calling  cpu_stop_init+0x0/0x91 @ 1
[    0.025020] initcall cpu_stop_init+0x0/0x91 returned 0 after 1953 usecs
[    0.025122] calling  jump_label_init_module+0x0/0x12 @ 1
[    0.025197] initcall jump_label_init_module+0x0/0x12 returned 0 after 0 usecs
[    0.025276] calling  dynamic_debug_init+0x0/0x272 @ 1
[    0.026004] initcall dynamic_debug_init+0x0/0x272 returned 0 after 976 usecs
[    0.026084] calling  rand_initialize+0x0/0x100 @ 1
[    0.026193] initcall rand_initialize+0x0/0x100 returned 0 after 0 usecs
[    0.028389] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.030007] smp: Bringing up secondary CPUs ...
[    0.030109] smp: Brought up 1 node, 1 CPU
[    0.030181] smpboot: Max logical packages: 4
[    0.030255] smpboot: Total of 1 processors activated (4789.06 BogoMIPS)
[    0.031695] devtmpfs: initialized
[    0.031972] x86/mm: Memory block size: 128MB
[    0.033933] calling  ipc_ns_init+0x0/0x63 @ 1
[    0.034013] initcall ipc_ns_init+0x0/0x63 returned 0 after 0 usecs
[    0.034090] calling  init_mmap_min_addr+0x0/0x16 @ 1
[    0.034165] initcall init_mmap_min_addr+0x0/0x16 returned 0 after 0 usecs
[    0.034242] calling  init_cpufreq_transition_notifier_list+0x0/0x1b @ 1
[    0.034323] initcall init_cpufreq_transition_notifier_list+0x0/0x1b returned 0 after 0 usecs
[    0.034429] calling  net_ns_init+0x0/0x146 @ 1
[    0.035054] initcall net_ns_init+0x0/0x146 returned 0 after 976 usecs
[    0.035181] calling  xen_pvh_gnttab_setup+0x0/0x35 @ 1
[    0.035255] initcall xen_pvh_gnttab_setup+0x0/0x35 returned -19 after 0 usecs
[    0.035333] calling  e820__register_nvs_regions+0x0/0x38 @ 1
[    0.035410] PM: Registering ACPI NVS region [mem 0xaa5d0000-0xaa5d01ff] (512 bytes)
[    0.035516] PM: Registering ACPI NVS region [mem 0xaa5d3000-0xaa6cffff] (1036288 bytes)
[    0.035965] initcall e820__register_nvs_regions+0x0/0x38 returned 0 after 0 usecs
[    0.036018] calling  cpufreq_register_tsc_scaling+0x0/0x33 @ 1
[    0.036094] initcall cpufreq_register_tsc_scaling+0x0/0x33 returned 0 after 0 usecs
[    0.036198] calling  init_cpu_syscore+0x0/0x14 @ 1
[    0.036272] initcall init_cpu_syscore+0x0/0x14 returned 0 after 0 usecs
[    0.036351] calling  reboot_init+0x0/0x40 @ 1
[    0.036426] initcall reboot_init+0x0/0x40 returned 0 after 0 usecs
[    0.036503] calling  init_lapic_sysfs+0x0/0x23 @ 1
[    0.036577] initcall init_lapic_sysfs+0x0/0x23 returned 0 after 0 usecs
[    0.036655] calling  cpu_hotplug_pm_sync_init+0x0/0x14 @ 1
[    0.036731] initcall cpu_hotplug_pm_sync_init+0x0/0x14 returned 0 after 0 usecs
[    0.036834] calling  alloc_frozen_cpus+0x0/0x1e @ 1
[    0.036911] initcall alloc_frozen_cpus+0x0/0x1e returned 0 after 0 usecs
[    0.036989] calling  wq_sysfs_init+0x0/0x2b @ 1
[    0.037066] initcall wq_sysfs_init+0x0/0x2b returned 0 after 0 usecs
[    0.037143] calling  ksysfs_init+0x0/0x93 @ 1
[    0.037237] initcall ksysfs_init+0x0/0x93 returned 0 after 0 usecs
[    0.037313] calling  pm_init+0x0/0x74 @ 1
[    0.037452] initcall pm_init+0x0/0x74 returned 0 after 0 usecs
[    0.037528] calling  pm_disk_init+0x0/0x19 @ 1
[    0.037611] initcall pm_disk_init+0x0/0x19 returned 0 after 0 usecs
[    0.037690] calling  swsusp_header_init+0x0/0x30 @ 1
[    0.037765] initcall swsusp_header_init+0x0/0x30 returned 0 after 0 usecs
[    0.037843] calling  rcu_spawn_tasks_kthread+0x0/0x46 @ 1
[    0.037945] initcall rcu_spawn_tasks_kthread+0x0/0x46 returned 0 after 0 usecs
[    0.038007] calling  rcu_set_runtime_mode+0x0/0x12 @ 1
[    0.038082] initcall rcu_set_runtime_mode+0x0/0x12 returned 0 after 0 usecs
[    0.038159] calling  init_jiffies_clocksource+0x0/0x19 @ 1
[    0.038235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.038342] initcall init_jiffies_clocksource+0x0/0x19 returned 0 after 0 usecs
[    0.038446] calling  futex_init+0x0/0xe9 @ 1
[    0.038531] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.038620] initcall futex_init+0x0/0xe9 returned 0 after 0 usecs
[    0.038697] calling  cgroup_wq_init+0x0/0x30 @ 1
[    0.038779] initcall cgroup_wq_init+0x0/0x30 returned 0 after 0 usecs
[    0.038856] calling  cgroup1_wq_init+0x0/0x30 @ 1
[    0.038936] initcall cgroup1_wq_init+0x0/0x30 returned 0 after 0 usecs
[    0.039003] calling  init_per_zone_wmark_min+0x0/0x74 @ 1
[    0.039081] initcall init_per_zone_wmark_min+0x0/0x74 returned 0 after 0 usecs
[    0.039185] calling  init_zero_pfn+0x0/0x39 @ 1
[    0.039259] initcall init_zero_pfn+0x0/0x39 returned 0 after 0 usecs
[    0.039335] calling  memory_failure_init+0x0/0x9b @ 1
[    0.039410] initcall memory_failure_init+0x0/0x9b returned 0 after 0 usecs
[    0.039487] calling  cma_init_reserved_areas+0x0/0x1bc @ 1
[    0.039563] initcall cma_init_reserved_areas+0x0/0x1bc returned 0 after 0 usecs
[    0.039667] calling  fsnotify_init+0x0/0x4b @ 1
[    0.039759] initcall fsnotify_init+0x0/0x4b returned 0 after 0 usecs
[    0.039836] calling  filelock_init+0x0/0x8c @ 1
[    0.039926] initcall filelock_init+0x0/0x8c returned 0 after 0 usecs
[    0.040002] calling  init_script_binfmt+0x0/0x16 @ 1
[    0.040077] initcall init_script_binfmt+0x0/0x16 returned 0 after 0 usecs
[    0.040154] calling  init_elf_binfmt+0x0/0x16 @ 1
[    0.040228] initcall init_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[    0.040305] calling  init_compat_elf_binfmt+0x0/0x16 @ 1
[    0.040380] initcall init_compat_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[    0.040458] calling  configfs_init+0x0/0x99 @ 1
[    0.040544] initcall configfs_init+0x0/0x99 returned 0 after 0 usecs
[    0.040620] calling  debugfs_init+0x0/0x50 @ 1
[    0.040696] initcall debugfs_init+0x0/0x50 returned 0 after 0 usecs
[    0.040773] calling  securityfs_init+0x0/0x78 @ 1
[    0.040878] initcall securityfs_init+0x0/0x78 returned 0 after 0 usecs
[    0.040956] calling  prandom_init+0x0/0x189 @ 1
[    0.041002] prandom: seed boundary self test passed
[    0.041574] prandom: 100 self tests passed
[    0.041649] initcall prandom_init+0x0/0x189 returned 0 after 0 usecs
[    0.042005] calling  pinctrl_init+0x0/0xb2 @ 1
[    0.042078] pinctrl core: initialized pinctrl subsystem
[    0.042201] initcall pinctrl_init+0x0/0xb2 returned 0 after 0 usecs
[    0.042278] calling  gpiolib_dev_init+0x0/0xd4 @ 1
[    0.042384] initcall gpiolib_dev_init+0x0/0xd4 returned 0 after 0 usecs
[    0.042462] calling  sfi_sysfs_init+0x0/0xd9 @ 1
[    0.042536] initcall sfi_sysfs_init+0x0/0xd9 returned 0 after 0 usecs
[    0.042613] calling  regulator_init+0x0/0x8c @ 1
[    0.042891] initcall regulator_init+0x0/0x8c returned 0 after 0 usecs
[    0.042968] calling  iommu_init+0x0/0x2b @ 1
[    0.043007] initcall iommu_init+0x0/0x2b returned 0 after 0 usecs
[    0.043084] calling  opp_debug_init+0x0/0x3d @ 1
[    0.043163] initcall opp_debug_init+0x0/0x3d returned 0 after 0 usecs
[    0.043241] calling  cpufreq_core_init+0x0/0x4c @ 1
[    0.043319] initcall cpufreq_core_init+0x0/0x4c returned 0 after 0 usecs
[    0.043397] calling  cpuidle_init+0x0/0x3d @ 1
[    0.043476] initcall cpuidle_init+0x0/0x3d returned 0 after 0 usecs
[    0.043554] calling  capsule_reboot_register+0x0/0x12 @ 1
[    0.043630] initcall capsule_reboot_register+0x0/0x12 returned 0 after 0 usecs
[    0.043733] calling  bsp_pm_check_init+0x0/0x14 @ 1
[    0.043807] initcall bsp_pm_check_init+0x0/0x14 returned 0 after 0 usecs
[    0.043884] calling  sock_init+0x0/0x9a @ 1
[    0.044076] initcall sock_init+0x0/0x9a returned 0 after 976 usecs
[    0.044153] calling  net_inuse_init+0x0/0x26 @ 1
[    0.044229] initcall net_inuse_init+0x0/0x26 returned 0 after 0 usecs
[    0.044307] calling  net_defaults_init+0x0/0x26 @ 1
[    0.044381] initcall net_defaults_init+0x0/0x26 returned 0 after 0 usecs
[    0.044459] calling  init_default_flow_dissectors+0x0/0x50 @ 1
[    0.044535] initcall init_default_flow_dissectors+0x0/0x50 returned 0 after 0 usecs
[    0.044639] calling  netpoll_init+0x0/0x31 @ 1
[    0.044713] initcall netpoll_init+0x0/0x31 returned 0 after 0 usecs
[    0.044790] calling  netlink_proto_init+0x0/0x158 @ 1
[    0.044995] NET: Registered protocol family 16
[    0.045020] initcall netlink_proto_init+0x0/0x158 returned 0 after 976 usecs
[    0.045101] calling  __gnttab_init+0x0/0x40 @ 1
[    0.045174] initcall __gnttab_init+0x0/0x40 returned -19 after 0 usecs
[    0.045284] calling  irq_sysfs_init+0x0/0x8d @ 1
[    0.045644] initcall irq_sysfs_init+0x0/0x8d returned 0 after 0 usecs
[    0.045721] calling  bdi_class_init+0x0/0x49 @ 1
[    0.045819] initcall bdi_class_init+0x0/0x49 returned 0 after 0 usecs
[    0.045897] calling  mm_sysfs_init+0x0/0x29 @ 1
[    0.045976] initcall mm_sysfs_init+0x0/0x29 returned 0 after 0 usecs
[    0.046003] calling  gpiolib_sysfs_init+0x0/0xa2 @ 1
[    0.046095] initcall gpiolib_sysfs_init+0x0/0xa2 returned 0 after 0 usecs
[    0.046172] calling  pcibus_class_init+0x0/0x19 @ 1
[    0.046260] initcall pcibus_class_init+0x0/0x19 returned 0 after 0 usecs
[    0.046337] calling  pci_driver_init+0x0/0x12 @ 1
[    0.046441] initcall pci_driver_init+0x0/0x12 returned 0 after 0 usecs
[    0.046518] calling  backlight_class_init+0x0/0xaa @ 1
[    0.046605] initcall backlight_class_init+0x0/0xaa returned 0 after 0 usecs
[    0.046683] calling  xenbus_init+0x0/0x2a4 @ 1
[    0.046757] initcall xenbus_init+0x0/0x2a4 returned -19 after 0 usecs
[    0.046834] calling  tty_class_init+0x0/0x34 @ 1
[    0.046921] initcall tty_class_init+0x0/0x34 returned 0 after 0 usecs
[    0.046999] calling  vtconsole_class_init+0x0/0xc3 @ 1
[    0.047057] initcall vtconsole_class_init+0x0/0xc3 returned 0 after 0 usecs
[    0.047134] calling  iommu_dev_init+0x0/0x19 @ 1
[    0.047219] initcall iommu_dev_init+0x0/0x19 returned 0 after 0 usecs
[    0.047296] calling  mipi_dsi_bus_init+0x0/0x12 @ 1
[    0.047402] initcall mipi_dsi_bus_init+0x0/0x12 returned 0 after 0 usecs
[    0.047478] calling  wakeup_sources_debugfs_init+0x0/0x2b @ 1
[    0.047559] initcall wakeup_sources_debugfs_init+0x0/0x2b returned 0 after 0 usecs
[    0.047664] calling  isa_bus_init+0x0/0x39 @ 1
[    0.047783] initcall isa_bus_init+0x0/0x39 returned 0 after 0 usecs
[    0.047859] calling  register_node_type+0x0/0x2f @ 1
[    0.047988] initcall register_node_type+0x0/0x2f returned 0 after 0 usecs
[    0.048002] calling  regmap_initcall+0x0/0xd @ 1
[    0.048080] initcall regmap_initcall+0x0/0xd returned 0 after 0 usecs
[    0.048156] calling  sram_init+0x0/0x14 @ 1
[    0.048249] initcall sram_init+0x0/0x14 returned 0 after 0 usecs
[    0.048325] calling  syscon_init+0x0/0x14 @ 1
[    0.048416] initcall syscon_init+0x0/0x14 returned 0 after 0 usecs
[    0.048494] calling  spi_init+0x0/0xce @ 1
[    0.048612] initcall spi_init+0x0/0xce returned 0 after 0 usecs
[    0.048689] calling  i2c_init+0x0/0xa6 @ 1
[    0.048802] initcall i2c_init+0x0/0xa6 returned 0 after 0 usecs
[    0.048878] calling  init_ladder+0x0/0x25 @ 1
[    0.048952] workqueue: round-robin CPU selection forced, expect performance impact
[    0.050021] cpuidle: using governor ladder
[    0.050113] initcall init_ladder+0x0/0x25 returned 0 after 1953 usecs
[    0.050190] calling  init_menu+0x0/0x12 @ 1
[    0.050265] cpuidle: using governor menu
[    0.050339] initcall init_menu+0x0/0x12 returned 0 after 0 usecs
[    0.050415] calling  pcc_init+0x0/0x355 @ 1
[    0.050488] initcall pcc_init+0x0/0x355 returned -19 after 0 usecs
[    0.050565] calling  amd_postcore_init+0x0/0x11e @ 1
[    0.050639] initcall amd_postcore_init+0x0/0x11e returned 0 after 0 usecs
[    0.050716] calling  kobject_uevent_init+0x0/0x12 @ 1
[    0.050802] initcall kobject_uevent_init+0x0/0x12 returned 0 after 0 usecs
[    0.050880] calling  of_iommu_init+0x0/0x68 @ 1
[    0.050953] initcall of_iommu_init+0x0/0x68 returned 0 after 0 usecs
[    0.051036] calling  bts_init+0x0/0xaa @ 1
[    0.051115] initcall bts_init+0x0/0xaa returned 0 after 0 usecs
[    0.051190] calling  pt_init+0x0/0x379 @ 1
[    0.051264] initcall pt_init+0x0/0x379 returned -19 after 0 usecs
[    0.051341] calling  boot_params_ksysfs_init+0x0/0x250 @ 1
[    0.051427] initcall boot_params_ksysfs_init+0x0/0x250 returned 0 after 0 usecs
[    0.051531] calling  sbf_init+0x0/0xf5 @ 1
[    0.051606] Simple Boot Flag at 0x7c set to 0x1
[    0.051682] initcall sbf_init+0x0/0xf5 returned 0 after 0 usecs
[    0.051758] calling  arch_kdebugfs_init+0x0/0x24 @ 1
[    0.051837] initcall arch_kdebugfs_init+0x0/0x24 returned 0 after 0 usecs
[    0.051914] calling  mtrr_if_init+0x0/0x62 @ 1
[    0.051990] initcall mtrr_if_init+0x0/0x62 returned 0 after 0 usecs
[    0.052003] calling  ffh_cstate_init+0x0/0x2b @ 1
[    0.052078] initcall ffh_cstate_init+0x0/0x2b returned 0 after 0 usecs
[    0.052155] calling  activate_jump_labels+0x0/0x35 @ 1
[    0.052231] initcall activate_jump_labels+0x0/0x35 returned 0 after 0 usecs
[    0.052310] calling  gigantic_pages_init+0x0/0x33 @ 1
[    0.052384] initcall gigantic_pages_init+0x0/0x33 returned 0 after 0 usecs
[    0.052461] calling  kcmp_cookies_init+0x0/0x38 @ 1
[    0.052536] initcall kcmp_cookies_init+0x0/0x38 returned 0 after 0 usecs
[    0.052612] calling  acpi_pci_init+0x0/0x66 @ 1
[    0.052686] ACPI: bus type PCI registered
[    0.052759] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.052835] initcall acpi_pci_init+0x0/0x66 returned 0 after 0 usecs
[    0.052911] calling  dma_bus_init+0x0/0xc2 @ 1
[    0.053068] initcall dma_bus_init+0x0/0xc2 returned 0 after 976 usecs
[    0.053146] calling  dma_channel_table_init+0x0/0xcf @ 1
[    0.053230] initcall dma_channel_table_init+0x0/0xcf returned 0 after 0 usecs
[    0.053309] calling  setup_vcpu_hotplug_event+0x0/0x2d @ 1
[    0.053384] initcall setup_vcpu_hotplug_event+0x0/0x2d returned -19 after 0 usecs
[    0.053489] calling  register_xen_pci_notifier+0x0/0x36 @ 1
[    0.053565] initcall register_xen_pci_notifier+0x0/0x36 returned 0 after 0 usecs
[    0.053669] calling  xen_pcpu_init+0x0/0xc9 @ 1
[    0.053743] initcall xen_pcpu_init+0x0/0xc9 returned -19 after 0 usecs
[    0.053821] calling  dmi_id_init+0x0/0x326 @ 1
[    0.054024] initcall dmi_id_init+0x0/0x326 returned 0 after 976 usecs
[    0.054101] calling  silead_ts_dmi_init+0x0/0x5d @ 1
[    0.054177] initcall silead_ts_dmi_init+0x0/0x5d returned 0 after 0 usecs
[    0.054254] calling  pci_arch_init+0x0/0x68 @ 1
[    0.054340] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.054460] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.054547] PCI: Using configuration type 1 for base access
[    0.054624] initcall pci_arch_init+0x0/0x68 returned 0 after 0 usecs
[    0.054700] calling  of_platform_default_populate_init+0x0/0x64 @ 1
[    0.054777] initcall of_platform_default_populate_init+0x0/0x64 returned -19 after 0 usecs
[    0.054917] calling  init_vdso+0x0/0x41 @ 1
[    0.054999] initcall init_vdso+0x0/0x41 returned 0 after 0 usecs
[    0.055002] calling  sysenter_setup+0x0/0x14 @ 1
[    0.055077] initcall sysenter_setup+0x0/0x14 returned 0 after 0 usecs
[    0.055154] calling  fixup_ht_bug+0x0/0xa1 @ 1
[    0.055239] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
[    0.055317] initcall fixup_ht_bug+0x0/0xa1 returned 0 after 0 usecs
[    0.055393] calling  topology_init+0x0/0xbf @ 1
[    0.056064] initcall topology_init+0x0/0xbf returned 0 after 976 usecs
[    0.056142] calling  mtrr_init_finialize+0x0/0x3f @ 1
[    0.056217] initcall mtrr_init_finialize+0x0/0x3f returned 0 after 0 usecs
[    0.056295] calling  uid_cache_init+0x0/0x8c @ 1
[    0.056378] initcall uid_cache_init+0x0/0x8c returned 0 after 0 usecs
[    0.056455] calling  param_sysfs_init+0x0/0x1b6 @ 1
[    0.061638] initcall param_sysfs_init+0x0/0x1b6 returned 0 after 4882 usecs
[    0.061718] calling  user_namespace_sysctl_init+0x0/0x3b @ 1
[    0.061812] initcall user_namespace_sysctl_init+0x0/0x3b returned 0 after 0 usecs
[    0.061916] calling  proc_schedstat_init+0x0/0x1f @ 1
[    0.061995] initcall proc_schedstat_init+0x0/0x1f returned 0 after 0 usecs
[    0.062012] calling  pm_sysrq_init+0x0/0x19 @ 1
[    0.062091] initcall pm_sysrq_init+0x0/0x19 returned 0 after 0 usecs
[    0.062167] calling  create_proc_profile+0x0/0xe0 @ 1
[    0.062248] initcall create_proc_profile+0x0/0xe0 returned 0 after 0 usecs
[    0.062326] calling  crash_save_vmcoreinfo_init+0x0/0x631 @ 1
[    0.062426] initcall crash_save_vmcoreinfo_init+0x0/0x631 returned 0 after 0 usecs
[    0.062530] calling  crash_notes_memory_init+0x0/0x37 @ 1
[    0.062608] initcall crash_notes_memory_init+0x0/0x37 returned 0 after 0 usecs
[    0.062711] calling  cgroup_sysfs_init+0x0/0x19 @ 1
[    0.062791] initcall cgroup_sysfs_init+0x0/0x19 returned 0 after 0 usecs
[    0.062868] calling  cgroup_namespaces_init+0x0/0x8 @ 1
[    0.062943] initcall cgroup_namespaces_init+0x0/0x8 returned 0 after 0 usecs
[    0.063035] calling  user_namespaces_init+0x0/0x2d @ 1
[    0.063118] initcall user_namespaces_init+0x0/0x2d returned 0 after 0 usecs
[    0.063195] calling  hung_task_init+0x0/0x51 @ 1
[    0.063311] initcall hung_task_init+0x0/0x51 returned 0 after 0 usecs
[    0.063388] calling  dev_map_init+0x0/0x14 @ 1
[    0.063463] initcall dev_map_init+0x0/0x14 returned 0 after 0 usecs
[    0.063540] calling  bpf_offload_init+0x0/0x14 @ 1
[    0.063614] initcall bpf_offload_init+0x0/0x14 returned 0 after 0 usecs
[    0.063691] calling  oom_init+0x0/0x3e @ 1
[    0.063793] initcall oom_init+0x0/0x3e returned 0 after 0 usecs
[    0.063870] calling  default_bdi_init+0x0/0xbc @ 1
[    0.064073] initcall default_bdi_init+0x0/0xbc returned 0 after 976 usecs
[    0.064152] calling  percpu_enable_async+0x0/0xf @ 1
[    0.064227] initcall percpu_enable_async+0x0/0xf returned 0 after 0 usecs
[    0.064304] calling  kcompactd_init+0x0/0x9d @ 1
[    0.064416] initcall kcompactd_init+0x0/0x9d returned 0 after 0 usecs
[    0.064495] calling  init_reserve_notifier+0x0/0x26 @ 1
[    0.064570] initcall init_reserve_notifier+0x0/0x26 returned 0 after 0 usecs
[    0.064648] calling  init_admin_reserve+0x0/0x40 @ 1
[    0.064722] initcall init_admin_reserve+0x0/0x40 returned 0 after 0 usecs
[    0.064799] calling  init_user_reserve+0x0/0x40 @ 1
[    0.064873] initcall init_user_reserve+0x0/0x40 returned 0 after 0 usecs
[    0.064951] calling  swap_init_sysfs+0x0/0x6c @ 1
[    0.065011] initcall swap_init_sysfs+0x0/0x6c returned 0 after 0 usecs
[    0.065088] calling  swapfile_init+0x0/0xb3 @ 1
[    0.065164] initcall swapfile_init+0x0/0xb3 returned 0 after 0 usecs
[    0.065240] calling  hugetlb_init+0x0/0x1b @ 1
[    0.065317] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.065436] initcall hugetlb_init+0x0/0x1b returned 0 after 0 usecs
[    0.065513] calling  ksm_init+0x0/0x1a2 @ 1
[    0.065680] initcall ksm_init+0x0/0x1a2 returned 0 after 0 usecs
[    0.065756] calling  hugepage_init+0x0/0x164 @ 1
[    0.065907] initcall hugepage_init+0x0/0x164 returned 0 after 0 usecs
[    0.065985] calling  mem_cgroup_swap_init+0x0/0x55 @ 1
[    0.066004] initcall mem_cgroup_swap_init+0x0/0x55 returned 0 after 0 usecs
[    0.066081] calling  mem_cgroup_init+0x0/0x14a @ 1
[    0.066164] initcall mem_cgroup_init+0x0/0x14a returned 0 after 0 usecs
[    0.066241] calling  page_idle_init+0x0/0x31 @ 1
[    0.066319] initcall page_idle_init+0x0/0x31 returned 0 after 0 usecs
[    0.066396] calling  crypto_wq_init+0x0/0x33 @ 1
[    0.067015] initcall crypto_wq_init+0x0/0x33 returned 0 after 976 usecs
[    0.067117] calling  cryptomgr_init+0x0/0x12 @ 1
[    0.067192] initcall cryptomgr_init+0x0/0x12 returned 0 after 0 usecs
[    0.067269] calling  init_bio+0x0/0xcc @ 1
[    0.068173] initcall init_bio+0x0/0xcc returned 0 after 976 usecs
[    0.068250] calling  blk_settings_init+0x0/0x2a @ 1
[    0.068325] initcall blk_settings_init+0x0/0x2a returned 0 after 0 usecs
[    0.068404] calling  blk_ioc_init+0x0/0x2a @ 1
[    0.068485] initcall blk_ioc_init+0x0/0x2a returned 0 after 0 usecs
[    0.068562] calling  blk_softirq_init+0x0/0x74 @ 1
[    0.068637] initcall blk_softirq_init+0x0/0x74 returned 0 after 0 usecs
[    0.068714] calling  blk_mq_init+0x0/0x2a @ 1
[    0.068788] initcall blk_mq_init+0x0/0x2a returned 0 after 0 usecs
[    0.068865] calling  genhd_device_init+0x0/0x76 @ 1
[    0.070082] initcall genhd_device_init+0x0/0x76 returned 0 after 1953 usecs
[    0.070161] calling  irq_poll_setup+0x0/0x74 @ 1
[    0.070236] initcall irq_poll_setup+0x0/0x74 returned 0 after 0 usecs
[    0.070313] calling  sx150x_init+0x0/0x14 @ 1
[    0.070405] initcall sx150x_init+0x0/0x14 returned 0 after 0 usecs
[    0.070482] calling  byt_gpio_init+0x0/0x14 @ 1
[    0.070569] initcall byt_gpio_init+0x0/0x14 returned 0 after 0 usecs
[    0.070647] calling  gpiolib_debugfs_init+0x0/0x24 @ 1
[    0.070727] initcall gpiolib_debugfs_init+0x0/0x24 returned 0 after 0 usecs
[    0.070804] calling  rc5t583_gpio_init+0x0/0x14 @ 1
[    0.070900] initcall rc5t583_gpio_init+0x0/0x14 returned 0 after 0 usecs
[    0.070979] calling  stmpe_gpio_init+0x0/0x14 @ 1
[    0.071017] initcall stmpe_gpio_init+0x0/0x14 returned 0 after 0 usecs
[    0.071094] calling  tc3589x_gpio_init+0x0/0x14 @ 1
[    0.071188] initcall tc3589x_gpio_init+0x0/0x14 returned 0 after 0 usecs
[    0.071266] calling  palmas_gpio_init+0x0/0x14 @ 1
[    0.071358] initcall palmas_gpio_init+0x0/0x14 returned 0 after 0 usecs
[    0.071436] calling  tps6586x_gpio_init+0x0/0x14 @ 1
[    0.071527] initcall tps6586x_gpio_init+0x0/0x14 returned 0 after 0 usecs
[    0.071605] calling  tps65910_gpio_init+0x0/0x14 @ 1
[    0.071696] initcall tps65910_gpio_init+0x0/0x14 returned 0 after 0 usecs
[    0.071774] calling  pwm_debugfs_init+0x0/0x24 @ 1
[    0.071852] initcall pwm_debugfs_init+0x0/0x24 returned 0 after 0 usecs
[    0.071930] calling  pwm_sysfs_init+0x0/0x19 @ 1
[    0.072014] initcall pwm_sysfs_init+0x0/0x19 returned 0 after 0 usecs
[    0.072093] calling  pci_slot_init+0x0/0x50 @ 1
[    0.072171] initcall pci_slot_init+0x0/0x50 returned 0 after 0 usecs
[    0.072247] calling  fbmem_init+0x0/0xdd @ 1
[    0.072385] initcall fbmem_init+0x0/0xdd returned 0 after 0 usecs
[    0.072461] calling  scan_for_dmi_ipmi+0x0/0x10b @ 1
[    0.072535] initcall scan_for_dmi_ipmi+0x0/0x10b returned 0 after 0 usecs
[    0.072613] calling  acpi_init+0x0/0x33d @ 1
[    0.072734] ACPI: Added _OSI(Module Device)
[    0.072807] ACPI: Added _OSI(Processor Device)
[    0.072881] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.072954] ACPI: Added _OSI(Processor Aggregator Device)
[    0.088682] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.095842] ACPI: Dynamic OEM Table Load:
[    0.095922] ACPI: SSDT 0xFFFF88014A0FD3D8 00071E (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.099410] ACPI: Dynamic OEM Table Load:
[    0.099488] ACPI: SSDT 0xFFFF88014B09BFC8 000303 (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.102305] ACPI: Dynamic OEM Table Load:
[    0.102382] ACPI: SSDT 0xFFFF88014A1D4248 000119 (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.111108] ACPI: Interpreter enabled
[    0.111262] ACPI: (supports S0 S3 S4 S5)
[    0.111334] ACPI: Using IOAPIC for interrupt routing
[    0.111547] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.113163] ACPI: GPE 0x08 active on init
[    0.113255] ACPI: Enabled 8 GPEs in block 00 to 3F
[    0.137939] ACPI: Power Resource [PDOC] (off)
[    0.138315] acpi PNP0A05:00: ACPI dock station (docks/bays count: 1)
[    0.161532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
[    0.161620] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.161756] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.165738] PCI host bridge to bus 0000:00
[    0.165815] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.165893] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.165977] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.166004] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.166109] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.166215] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.166320] pci_bus 0000:00: root bus resource [mem 0xafa00000-0xfeafffff window]
[    0.166426] pci_bus 0000:00: root bus resource [bus 00-3f]
[    0.166511] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[    0.167026] pci 0000:00:02.0: [8086:0126] type 00 class 0x030000
[    0.167113] pci 0000:00:02.0: reg 0x10: [mem 0xc0000000-0xc03fffff 64bit]
[    0.167194] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.167300] pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
[    0.167812] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[    0.167912] pci 0000:00:16.0: reg 0x10: [mem 0xc4824000-0xc482400f 64bit]
[    0.168076] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.168528] pci 0000:00:19.0: [8086:1503] type 00 class 0x020000
[    0.168622] pci 0000:00:19.0: reg 0x10: [mem 0xc4800000-0xc481ffff]
[    0.168705] pci 0000:00:19.0: reg 0x14: [mem 0xc482a000-0xc482afff]
[    0.168787] pci 0000:00:19.0: reg 0x18: [io  0x3060-0x307f]
[    0.168935] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.169417] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[    0.169514] pci 0000:00:1a.0: reg 0x10: [mem 0xc4829000-0xc48293ff]
[    0.169687] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.170185] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[    0.170281] pci 0000:00:1b.0: reg 0x10: [mem 0xc4820000-0xc4823fff 64bit]
[    0.170450] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.170953] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[    0.171101] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.171612] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
[    0.171786] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.172293] pci 0000:00:1c.2: [8086:1c14] type 01 class 0x060400
[    0.172466] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.172974] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
[    0.173101] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.173609] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400
[    0.173782] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.174286] pci 0000:00:1c.6: [8086:2448] type 01 class 0x060401
[    0.174460] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.174971] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[    0.175024] pci 0000:00:1d.0: reg 0x10: [mem 0xc4828000-0xc48283ff]
[    0.175197] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.175685] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
[    0.176272] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[    0.176365] pci 0000:00:1f.2: reg 0x10: [io  0x3088-0x308f]
[    0.176447] pci 0000:00:1f.2: reg 0x14: [io  0x309c-0x309f]
[    0.176527] pci 0000:00:1f.2: reg 0x18: [io  0x3080-0x3087]
[    0.176607] pci 0000:00:1f.2: reg 0x1c: [io  0x3098-0x309b]
[    0.176688] pci 0000:00:1f.2: reg 0x20: [io  0x3040-0x305f]
[    0.176769] pci 0000:00:1f.2: reg 0x24: [mem 0xc4827000-0xc48277ff]
[    0.176898] pci 0000:00:1f.2: PME# supported from D3hot
[    0.177646] pci 0000:01:00.0: [1180:e823] type 00 class 0x088001
[    0.177932] pci 0000:01:00.0: MMC controller base frequency changed to 50Mhz.
[    0.178216] pci 0000:01:00.0: reg 0x10: [mem 0xc4700000-0xc47000ff]
[    0.178951] pci 0000:01:00.0: supports D1 D2
[    0.179002] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.182243] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.182323] pci 0000:00:1c.0:   bridge window [mem 0xc4700000-0xc47fffff]
[    0.182593] acpiphp: Slot [1] registered
[    0.182670] pci 0000:00:1c.1: PCI bridge to [bus 02-03]
[    0.183005] pci 0000:00:1c.1:   bridge window [io  0x2000-0x2fff]
[    0.183083] pci 0000:00:1c.1:   bridge window [mem 0xc2700000-0xc46fffff]
[    0.183164] pci 0000:00:1c.1:   bridge window [mem 0xc0400000-0xc23fffff 64bit pref]
[    0.183444] pci 0000:04:00.0: [8086:0083] type 00 class 0x028000
[    0.183588] pci 0000:04:00.0: reg 0x10: [mem 0xc2600000-0xc2601fff 64bit]
[    0.183924] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.187047] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.187141] pci 0000:00:1c.2:   bridge window [mem 0xc2600000-0xc26fffff]
[    0.187430] pci 0000:05:00.0: [1033:0194] type 00 class 0x0c0330
[    0.187546] pci 0000:05:00.0: reg 0x10: [mem 0xc2500000-0xc2501fff 64bit]
[    0.187796] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.191039] pci 0000:00:1c.4: PCI bridge to [bus 05]
[    0.191135] pci 0000:00:1c.4:   bridge window [mem 0xc2500000-0xc25fffff]
[    0.191421] pci 0000:00:1c.5: PCI bridge to [bus 06]
[    0.191499] pci 0000:00:1c.5:   bridge window [mem 0xc2400000-0xc24fffff]
[    0.191728] pci 0000:00:1c.6: PCI bridge to [bus 07] (subtractive decode)
[    0.191817] pci 0000:00:1c.6:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.191924] pci 0000:00:1c.6:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.192004] pci 0000:00:1c.6:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.192112] pci 0000:00:1c.6:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    0.192220] pci 0000:00:1c.6:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    0.192327] pci 0000:00:1c.6:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[    0.192434] pci 0000:00:1c.6:   bridge window [mem 0xafa00000-0xfeafffff window] (subtractive decode)
[    0.194232] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.194827] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 *5 6 7 11 12 14 15)
[    0.195393] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.195984] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 *3 4 5 6 7 11 12 14 15)
[    0.196484] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.197058] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.197659] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 *6 7 10 12 14 15)
[    0.198238] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.201283] initcall acpi_init+0x0/0x33d returned 0 after 125976 usecs
[    0.201363] calling  pnp_init+0x0/0x12 @ 1
[    0.201462] initcall pnp_init+0x0/0x12 returned 0 after 0 usecs
[    0.201538] calling  balloon_init+0x0/0x1b9 @ 1
[    0.201613] initcall balloon_init+0x0/0x1b9 returned -19 after 0 usecs
[    0.201692] calling  xen_setup_shutdown_event+0x0/0x30 @ 1
[    0.201766] initcall xen_setup_shutdown_event+0x0/0x30 returned -19 after 0 usecs
[    0.201870] calling  xenbus_probe_backend_init+0x0/0x52 @ 1
[    0.201971] initcall xenbus_probe_backend_init+0x0/0x52 returned 0 after 0 usecs
[    0.202003] calling  xenbus_probe_frontend_init+0x0/0x52 @ 1
[    0.202102] initcall xenbus_probe_frontend_init+0x0/0x52 returned 0 after 0 usecs
[    0.202207] calling  xen_acpi_pad_init+0x0/0x4d @ 1
[    0.202282] initcall xen_acpi_pad_init+0x0/0x4d returned -19 after 0 usecs
[    0.202360] calling  misc_init+0x0/0xc1 @ 1
[    0.202454] initcall misc_init+0x0/0xc1 returned 0 after 0 usecs
[    0.202530] calling  tpm_init+0x0/0xd3 @ 1
[    0.202627] initcall tpm_init+0x0/0xd3 returned 0 after 0 usecs
[    0.202704] calling  vga_arb_device_init+0x0/0x23c @ 1
[    0.202865] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.202942] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.203004] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.203079] vgaarb: loaded
[    0.203150] initcall vga_arb_device_init+0x0/0x23c returned 0 after 976 usecs
[    0.203229] calling  cn_init+0x0/0xb0 @ 1
[    0.203320] initcall cn_init+0x0/0xb0 returned 0 after 0 usecs
[    0.203396] calling  pm860x_i2c_init+0x0/0x2e @ 1
[    0.203491] initcall pm860x_i2c_init+0x0/0x2e returned 0 after 0 usecs
[    0.203567] calling  stmpe_init+0x0/0x14 @ 1
[    0.203658] initcall stmpe_init+0x0/0x14 returned 0 after 0 usecs
[    0.203735] calling  stmpe_init+0x0/0x14 @ 1
[    0.203825] initcall stmpe_init+0x0/0x14 returned 0 after 0 usecs
[    0.203901] calling  tc3589x_init+0x0/0x14 @ 1
[    0.203992] initcall tc3589x_init+0x0/0x14 returned 0 after 0 usecs
[    0.204002] calling  wm8400_module_init+0x0/0x2e @ 1
[    0.204093] initcall wm8400_module_init+0x0/0x2e returned 0 after 0 usecs
[    0.204171] calling  wm831x_i2c_init+0x0/0x2e @ 1
[    0.204260] initcall wm831x_i2c_init+0x0/0x2e returned 0 after 0 usecs
[    0.204338] calling  wm831x_spi_init+0x0/0x2a @ 1
[    0.204435] initcall wm831x_spi_init+0x0/0x2a returned 0 after 0 usecs
[    0.204512] calling  wm8350_i2c_init+0x0/0x14 @ 1
[    0.204601] initcall wm8350_i2c_init+0x0/0x14 returned 0 after 0 usecs
[    0.204678] calling  tps65910_i2c_init+0x0/0x14 @ 1
[    0.204776] initcall tps65910_i2c_init+0x0/0x14 returned 0 after 0 usecs
[    0.204853] calling  tps80031_init+0x0/0x14 @ 1
[    0.204945] initcall tps80031_init+0x0/0x14 returned 0 after 0 usecs
[    0.205002] calling  ezx_pcap_init+0x0/0x14 @ 1
[    0.205094] initcall ezx_pcap_init+0x0/0x14 returned 0 after 0 usecs
[    0.205171] calling  da903x_init+0x0/0x14 @ 1
[    0.205261] initcall da903x_init+0x0/0x14 returned 0 after 0 usecs
[    0.205337] calling  da9052_spi_init+0x0/0x2e @ 1
[    0.205427] initcall da9052_spi_init+0x0/0x2e returned 0 after 0 usecs
[    0.205503] calling  da9052_i2c_init+0x0/0x2e @ 1
[    0.205596] initcall da9052_i2c_init+0x0/0x2e returned 0 after 0 usecs
[    0.205673] calling  lp8788_init+0x0/0x14 @ 1
[    0.205763] initcall lp8788_init+0x0/0x14 returned 0 after 0 usecs
[    0.205839] calling  da9055_i2c_init+0x0/0x2e @ 1
[    0.205929] initcall da9055_i2c_init+0x0/0x2e returned 0 after 0 usecs
[    0.206002] calling  max77843_i2c_init+0x0/0x14 @ 1
[    0.206090] initcall max77843_i2c_init+0x0/0x14 returned 0 after 0 usecs
[    0.206168] calling  max8925_i2c_init+0x0/0x2e @ 1
[    0.206265] initcall max8925_i2c_init+0x0/0x2e returned 0 after 0 usecs
[    0.206342] calling  max8997_i2c_init+0x0/0x14 @ 1
[    0.206430] initcall max8997_i2c_init+0x0/0x14 returned 0 after 0 usecs
[    0.206506] calling  max8998_i2c_init+0x0/0x14 @ 1
[    0.206594] initcall max8998_i2c_init+0x0/0x14 returned 0 after 0 usecs
[    0.206671] calling  ab3100_i2c_init+0x0/0x14 @ 1
[    0.206759] initcall ab3100_i2c_init+0x0/0x14 returned 0 after 0 usecs
[    0.206836] calling  tps6586x_init+0x0/0x14 @ 1
[    0.206927] initcall tps6586x_init+0x0/0x14 returned 0 after 0 usecs
[    0.207002] calling  tps65090_init+0x0/0x14 @ 1
[    0.207093] initcall tps65090_init+0x0/0x14 returned 0 after 0 usecs
[    0.207170] calling  aat2870_init+0x0/0x14 @ 1
[    0.207261] initcall aat2870_init+0x0/0x14 returned 0 after 0 usecs
[    0.207339] calling  palmas_i2c_init+0x0/0x14 @ 1
[    0.207428] initcall palmas_i2c_init+0x0/0x14 returned 0 after 0 usecs
[    0.207504] calling  rc5t583_i2c_init+0x0/0x14 @ 1
[    0.207594] initcall rc5t583_i2c_init+0x0/0x14 returned 0 after 0 usecs
[    0.207672] calling  sec_pmic_init+0x0/0x14 @ 1
[    0.207760] initcall sec_pmic_init+0x0/0x14 returned 0 after 0 usecs
[    0.207837] calling  as3711_i2c_init+0x0/0x14 @ 1
[    0.207933] initcall as3711_i2c_init+0x0/0x14 returned 0 after 0 usecs
[    0.208002] calling  dax_fs_init+0x0/0xc7 @ 1
[    0.208129] initcall dax_fs_init+0x0/0xc7 returned 0 after 0 usecs
[    0.208206] calling  dma_buf_init+0x0/0xaf @ 1
[    0.208289] initcall dma_buf_init+0x0/0xaf returned 0 after 0 usecs
[    0.208365] calling  init_scsi+0x0/0x9d @ 1
[    0.208802] SCSI subsystem initialized
[    0.208875] initcall init_scsi+0x0/0x9d returned 0 after 0 usecs
[    0.208951] calling  ata_init+0x0/0x3f5 @ 1
[    0.210093] libata version 3.00 loaded.
[    0.210167] initcall ata_init+0x0/0x3f5 returned 0 after 976 usecs
[    0.210244] calling  serio_init+0x0/0x2c @ 1
[    0.210344] initcall serio_init+0x0/0x2c returned 0 after 0 usecs
[    0.210421] calling  input_init+0x0/0x104 @ 1
[    0.210512] initcall input_init+0x0/0x104 returned 0 after 0 usecs
[    0.210589] calling  rtc_init+0x0/0x4f @ 1
[    0.210676] initcall rtc_init+0x0/0x4f returned 0 after 0 usecs
[    0.210752] calling  dw_i2c_init_driver+0x0/0x14 @ 1
[    0.210848] initcall dw_i2c_init_driver+0x0/0x14 returned 0 after 0 usecs
[    0.210926] calling  power_supply_class_init+0x0/0x40 @ 1
[    0.211014] initcall power_supply_class_init+0x0/0x40 returned 0 after 976 usecs
[    0.211118] calling  dmi_init+0x0/0x121 @ 1
[    0.211215] initcall dmi_init+0x0/0x121 returned 0 after 0 usecs
[    0.211292] calling  efisubsys_init+0x0/0x298 @ 1
[    0.211367] initcall efisubsys_init+0x0/0x298 returned 0 after 0 usecs
[    0.211444] calling  ion_device_create+0x0/0x100 @ 1
[    0.211593] initcall ion_device_create+0x0/0x100 returned 0 after 0 usecs
[    0.211671] calling  devfreq_init+0x0/0xa9 @ 1
[    0.212015] initcall devfreq_init+0x0/0xa9 returned 0 after 976 usecs
[    0.212116] calling  devfreq_event_init+0x0/0x51 @ 1
[    0.212203] initcall devfreq_event_init+0x0/0x51 returned 0 after 0 usecs
[    0.212280] calling  vme_init+0x0/0x12 @ 1
[    0.212388] initcall vme_init+0x0/0x12 returned 0 after 0 usecs
[    0.212463] calling  ras_init+0x0/0x10 @ 1
[    0.212545] initcall ras_init+0x0/0x10 returned 0 after 0 usecs
[    0.212620] calling  nvmem_init+0x0/0x12 @ 1
[    0.212716] initcall nvmem_init+0x0/0x12 returned 0 after 0 usecs
[    0.212793] calling  pci_subsys_init+0x0/0x63 @ 1
[    0.212867] PCI: Using ACPI for IRQ routing
[    0.214433] PCI: pci_cache_line_size set to 64 bytes
[    0.214691] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[    0.214770] e820: reserve RAM buffer [mem 0xaa5d0000-0xabffffff]
[    0.214848] e820: reserve RAM buffer [mem 0x14fe00000-0x14fffffff]
[    0.214926] initcall pci_subsys_init+0x0/0x63 returned 0 after 1953 usecs
[    0.215002] calling  proto_init+0x0/0x12 @ 1
[    0.215080] initcall proto_init+0x0/0x12 returned 0 after 0 usecs
[    0.215156] calling  net_dev_init+0x0/0x1f3 @ 1
[    0.215515] initcall net_dev_init+0x0/0x1f3 returned 0 after 0 usecs
[    0.215592] calling  neigh_init+0x0/0x80 @ 1
[    0.215665] initcall neigh_init+0x0/0x80 returned 0 after 0 usecs
[    0.215741] calling  fib_notifier_init+0x0/0x12 @ 1
[    0.215815] initcall fib_notifier_init+0x0/0x12 returned 0 after 0 usecs
[    0.215892] calling  fib_rules_init+0x0/0xa8 @ 1
[    0.216004] initcall fib_rules_init+0x0/0xa8 returned 0 after 0 usecs
[    0.216081] calling  init_cgroup_netprio+0x0/0x14 @ 1
[    0.216156] initcall init_cgroup_netprio+0x0/0x14 returned 0 after 0 usecs
[    0.216234] calling  bpf_lwt_init+0x0/0x17 @ 1
[    0.216308] initcall bpf_lwt_init+0x0/0x17 returned 0 after 0 usecs
[    0.216384] calling  pktsched_init+0x0/0x113 @ 1
[    0.216463] initcall pktsched_init+0x0/0x113 returned 0 after 0 usecs
[    0.216539] calling  tc_filter_init+0x0/0x85 @ 1
[    0.216641] initcall tc_filter_init+0x0/0x85 returned 0 after 0 usecs
[    0.216718] calling  tc_action_init+0x0/0x6a @ 1
[    0.216799] initcall tc_action_init+0x0/0x6a returned 0 after 0 usecs
[    0.216875] calling  genl_init+0x0/0x38 @ 1
[    0.216963] initcall genl_init+0x0/0x38 returned 0 after 0 usecs
[    0.217005] calling  ipv4_netfilter_init+0x0/0x12 @ 1
[    0.217079] initcall ipv4_netfilter_init+0x0/0x12 returned 0 after 0 usecs
[    0.217157] calling  cipso_v4_init+0x0/0x6c @ 1
[    0.217234] initcall cipso_v4_init+0x0/0x6c returned 0 after 0 usecs
[    0.217312] calling  wireless_nlevent_init+0x0/0x39 @ 1
[    0.217388] initcall wireless_nlevent_init+0x0/0x39 returned 0 after 0 usecs
[    0.217466] calling  netlbl_init+0x0/0x83 @ 1
[    0.217538] NetLabel: Initializing
[    0.217609] NetLabel:  domain hash size = 128
[    0.217681] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.217828] NetLabel:  unlabeled traffic allowed by default
[    0.217904] initcall netlbl_init+0x0/0x83 returned 0 after 0 usecs
[    0.217981] calling  xen_mcfg_late+0x0/0xb8 @ 1
[    0.218003] initcall xen_mcfg_late+0x0/0xb8 returned 0 after 0 usecs
[    0.218079] calling  watchdog_init+0x0/0x77 @ 1
[    0.219058] initcall watchdog_init+0x0/0x77 returned 0 after 976 usecs
[    0.219185] calling  xen_p2m_debugfs+0x0/0x4c @ 1
[    0.219271] initcall xen_p2m_debugfs+0x0/0x4c returned 0 after 0 usecs
[    0.219350] calling  nmi_warning_debugfs+0x0/0x27 @ 1
[    0.219429] initcall nmi_warning_debugfs+0x0/0x27 returned 0 after 0 usecs
[    0.219508] calling  save_microcode_in_initrd+0x0/0x78 @ 1
[    0.219585] initcall save_microcode_in_initrd+0x0/0x78 returned 0 after 0 usecs
[    0.219689] calling  hpet_late_init+0x0/0x103 @ 1
[    0.219771] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.219851] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.221002] initcall hpet_late_init+0x0/0x103 returned 0 after 1953 usecs
[    0.221079] calling  init_amd_nbs+0x0/0xf5 @ 1
[    0.221156] initcall init_amd_nbs+0x0/0xf5 returned 0 after 0 usecs
[    0.221234] calling  sugov_register+0x0/0x12 @ 1
[    0.221308] initcall sugov_register+0x0/0x12 returned 0 after 0 usecs
[    0.221386] calling  init_qspinlock_stat+0x0/0x97 @ 1
[    0.221522] initcall init_qspinlock_stat+0x0/0x97 returned 0 after 0 usecs
[    0.221600] calling  clocksource_done_booting+0x0/0x42 @ 1
[    0.221684] clocksource: Switched to clocksource hpet
[    0.221759] initcall clocksource_done_booting+0x0/0x42 returned 0 after 74 usecs
[    0.221864] calling  bpf_init+0x0/0x47 @ 1
[    0.221943] initcall bpf_init+0x0/0x47 returned 0 after 4 usecs
[    0.222000] calling  init_pipe_fs+0x0/0x47 @ 1
[    0.222000] initcall init_pipe_fs+0x0/0x47 returned 0 after 19 usecs
[    0.222000] calling  cgroup_writeback_init+0x0/0x2d @ 1
[    0.222000] initcall cgroup_writeback_init+0x0/0x2d returned 0 after 8 usecs
[    0.222000] calling  inotify_user_setup+0x0/0x4b @ 1
[    0.222000] initcall inotify_user_setup+0x0/0x4b returned 0 after 8 usecs
[    0.222000] calling  eventpoll_init+0x0/0x9c @ 1
[    0.222000] initcall eventpoll_init+0x0/0x9c returned 0 after 21 usecs
[    0.222028] calling  anon_inode_init+0x0/0x5f @ 1
[    0.222126] initcall anon_inode_init+0x0/0x5f returned 0 after 23 usecs
[    0.222204] calling  init_dax_wait_table+0x0/0x34 @ 1
[    0.222303] initcall init_dax_wait_table+0x0/0x34 returned 0 after 23 usecs
[    0.222381] calling  proc_locks_init+0x0/0x1f @ 1
[    0.222460] initcall proc_locks_init+0x0/0x1f returned 0 after 3 usecs
[    0.222537] calling  dquot_init+0x0/0x120 @ 1
[    0.222609] VFS: Disk quotas dquot_6.6.0
[    0.222715] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.222796] initcall dquot_init+0x0/0x120 returned 0 after 180 usecs
[    0.222872] calling  quota_init+0x0/0x26 @ 1
[    0.222975] initcall quota_init+0x0/0x26 returned 0 after 27 usecs
[    0.223063] calling  proc_cmdline_init+0x0/0x1f @ 1
[    0.223142] initcall proc_cmdline_init+0x0/0x1f returned 0 after 3 usecs
[    0.223218] calling  proc_consoles_init+0x0/0x1f @ 1
[    0.223297] initcall proc_consoles_init+0x0/0x1f returned 0 after 3 usecs
[    0.223374] calling  proc_cpuinfo_init+0x0/0x1f @ 1
[    0.223452] initcall proc_cpuinfo_init+0x0/0x1f returned 0 after 3 usecs
[    0.223529] calling  proc_devices_init+0x0/0x1f @ 1
[    0.223607] initcall proc_devices_init+0x0/0x1f returned 0 after 3 usecs
[    0.223685] calling  proc_interrupts_init+0x0/0x1f @ 1
[    0.223763] initcall proc_interrupts_init+0x0/0x1f returned 0 after 3 usecs
[    0.223842] calling  proc_loadavg_init+0x0/0x1f @ 1
[    0.223919] initcall proc_loadavg_init+0x0/0x1f returned 0 after 2 usecs
[    0.223996] calling  proc_meminfo_init+0x0/0x1f @ 1
[    0.224081] initcall proc_meminfo_init+0x0/0x1f returned 0 after 3 usecs
[    0.224159] calling  proc_stat_init+0x0/0x1f @ 1
[    0.224237] initcall proc_stat_init+0x0/0x1f returned 0 after 3 usecs
[    0.224314] calling  proc_uptime_init+0x0/0x1f @ 1
[    0.224392] initcall proc_uptime_init+0x0/0x1f returned 0 after 2 usecs
[    0.224469] calling  proc_version_init+0x0/0x1f @ 1
[    0.224547] initcall proc_version_init+0x0/0x1f returned 0 after 2 usecs
[    0.224624] calling  proc_softirqs_init+0x0/0x1f @ 1
[    0.224703] initcall proc_softirqs_init+0x0/0x1f returned 0 after 2 usecs
[    0.224779] calling  proc_kcore_init+0x0/0xb2 @ 1
[    0.224873] initcall proc_kcore_init+0x0/0xb2 returned 0 after 18 usecs
[    0.224950] calling  vmcore_init+0x0/0x3b3 @ 1
[    0.225032] initcall vmcore_init+0x0/0x3b3 returned 0 after 1 usecs
[    0.225108] calling  proc_kmsg_init+0x0/0x22 @ 1
[    0.225187] initcall proc_kmsg_init+0x0/0x22 returned 0 after 3 usecs
[    0.225263] calling  proc_page_init+0x0/0x56 @ 1
[    0.225344] initcall proc_page_init+0x0/0x56 returned 0 after 5 usecs
[    0.225421] calling  init_ramfs_fs+0x0/0x20 @ 1
[    0.225497] initcall init_ramfs_fs+0x0/0x20 returned 0 after 0 usecs
[    0.225574] calling  init_hugetlbfs_fs+0x0/0x183 @ 1
[    0.225690] initcall init_hugetlbfs_fs+0x0/0x183 returned 0 after 39 usecs
[    0.225769] calling  blk_scsi_ioctl_init+0x0/0x2e1 @ 1
[    0.225846] initcall blk_scsi_ioctl_init+0x0/0x2e1 returned 0 after 1 usecs
[    0.225925] calling  dynamic_debug_init_debugfs+0x0/0x69 @ 1
[    0.226027] initcall dynamic_debug_init_debugfs+0x0/0x69 returned 0 after 15 usecs
[    0.226131] calling  simplefb_init+0x0/0x6c @ 1
[    0.226239] initcall simplefb_init+0x0/0x6c returned 0 after 32 usecs
[    0.226315] calling  acpi_event_init+0x0/0x32 @ 1
[    0.226419] initcall acpi_event_init+0x0/0x32 returned 0 after 26 usecs
[    0.226496] calling  pnp_system_init+0x0/0x12 @ 1
[    0.226594] initcall pnp_system_init+0x0/0x12 returned 0 after 21 usecs
[    0.226672] calling  pnpacpi_init+0x0/0x74 @ 1
[    0.226745] pnp: PnP ACPI init
[    0.227798] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.227878] system 00:00: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.227957] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.228056] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.228137] system 00:00: [mem 0xafa00000-0xafa00fff] has been reserved
[    0.228217] system 00:00: [mem 0xfeb00000-0xfeb03fff] has been reserved
[    0.228298] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.228378] system 00:00: [mem 0xfed40000-0xfed8ffff] has been reserved
[    0.228462] system 00:00: [mem 0xff000000-0xffffffff] could not be reserved
[    0.228546] system 00:00: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.228634] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.231429] system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.231517] system 00:01: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.231779] system 00:02: [io  0x1000-0x100f] has been reserved
[    0.231858] system 00:02: [io  0xffff] has been reserved
[    0.231936] system 00:02: [io  0xffff] has been reserved
[    0.232023] system 00:02: [io  0x0400-0x047f] has been reserved
[    0.232102] system 00:02: [io  0x0500-0x053f] has been reserved
[    0.232185] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.232444] system 00:03: [io  0x0680-0x06ff] has been reserved
[    0.232523] system 00:03: [io  0x01e0-0x01e7] has been reserved
[    0.232607] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.232777] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.232959] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.233135] pnp 00:06: Plug and Play ACPI device, IDs TOS0220 PNP0f13 (active)
[    0.233572] system 00:07: [mem 0x20000000-0x201fffff] has been reserved
[    0.233653] system 00:07: [mem 0x40000000-0x401fffff] has been reserved
[    0.233739] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.234856] pnp: PnP ACPI: found 8 devices
[    0.234931] initcall pnpacpi_init+0x0/0x74 returned 0 after 7991 usecs
[    0.235017] calling  chr_dev_init+0x0/0xad @ 1
[    0.239882] initcall chr_dev_init+0x0/0xad returned 0 after 4676 usecs
[    0.239960] calling  firmware_class_init+0x0/0xcd @ 1
[    0.240047] initcall firmware_class_init+0x0/0xcd returned 0 after 2 usecs
[    0.240126] calling  thermal_init+0x0/0x110 @ 1
[    0.240247] initcall thermal_init+0x0/0x110 returned 0 after 44 usecs
[    0.240324] calling  cpufreq_gov_performance_init+0x0/0x12 @ 1
[    0.240403] initcall cpufreq_gov_performance_init+0x0/0x12 returned 0 after 1 usecs
[    0.240507] calling  map_properties+0x0/0x56c @ 1
[    0.240582] initcall map_properties+0x0/0x56c returned 0 after 0 usecs
[    0.240657] calling  init_acpi_pm_clocksource+0x0/0xd7 @ 1
[    0.245255] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.245364] initcall init_acpi_pm_clocksource+0x0/0xd7 returned 0 after 4522 usecs
[    0.245469] calling  pcibios_assign_resources+0x0/0xb4 @ 1
[    0.245587] pci 0000:00:1c.5: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
[    0.245702] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06] add_size 200000 add_align 100000
[    0.245837] pci 0000:00:1c.5: BAR 15: assigned [mem 0xafb00000-0xafcfffff 64bit pref]
[    0.245942] pci 0000:00:1c.5: BAR 13: assigned [io  0x4000-0x4fff]
[    0.246037] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.246115] pci 0000:00:1c.0:   bridge window [mem 0xc4700000-0xc47fffff]
[    0.246199] pci 0000:00:1c.1: PCI bridge to [bus 02-03]
[    0.246275] pci 0000:00:1c.1:   bridge window [io  0x2000-0x2fff]
[    0.246353] pci 0000:00:1c.1:   bridge window [mem 0xc2700000-0xc46fffff]
[    0.246917] pci 0000:00:1c.1:   bridge window [mem 0xc0400000-0xc23fffff 64bit pref]
[    0.247032] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.247110] pci 0000:00:1c.2:   bridge window [mem 0xc2600000-0xc26fffff]
[    0.247194] pci 0000:00:1c.4: PCI bridge to [bus 05]
[    0.247271] pci 0000:00:1c.4:   bridge window [mem 0xc2500000-0xc25fffff]
[    0.247354] pci 0000:00:1c.5: PCI bridge to [bus 06]
[    0.247429] pci 0000:00:1c.5:   bridge window [io  0x4000-0x4fff]
[    0.247508] pci 0000:00:1c.5:   bridge window [mem 0xc2400000-0xc24fffff]
[    0.247587] pci 0000:00:1c.5:   bridge window [mem 0xafb00000-0xafcfffff 64bit pref]
[    0.247695] pci 0000:00:1c.6: PCI bridge to [bus 07]
[    0.247780] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.247856] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.247931] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.248015] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff window]
[    0.248093] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff window]
[    0.248171] pci_bus 0000:00: resource 9 [mem 0x000dc000-0x000dffff window]
[    0.248248] pci_bus 0000:00: resource 10 [mem 0xafa00000-0xfeafffff window]
[    0.248325] pci_bus 0000:01: resource 1 [mem 0xc4700000-0xc47fffff]
[    0.248401] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.248476] pci_bus 0000:02: resource 1 [mem 0xc2700000-0xc46fffff]
[    0.248552] pci_bus 0000:02: resource 2 [mem 0xc0400000-0xc23fffff 64bit pref]
[    0.248656] pci_bus 0000:04: resource 1 [mem 0xc2600000-0xc26fffff]
[    0.248732] pci_bus 0000:05: resource 1 [mem 0xc2500000-0xc25fffff]
[    0.248808] pci_bus 0000:06: resource 0 [io  0x4000-0x4fff]
[    0.248882] pci_bus 0000:06: resource 1 [mem 0xc2400000-0xc24fffff]
[    0.248959] pci_bus 0000:06: resource 2 [mem 0xafb00000-0xafcfffff 64bit pref]
[    0.249068] pci_bus 0000:07: resource 4 [io  0x0000-0x0cf7 window]
[    0.249145] pci_bus 0000:07: resource 5 [io  0x0d00-0xffff window]
[    0.249220] pci_bus 0000:07: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.249297] pci_bus 0000:07: resource 7 [mem 0x000d4000-0x000d7fff window]
[    0.249375] pci_bus 0000:07: resource 8 [mem 0x000d8000-0x000dbfff window]
[    0.249452] pci_bus 0000:07: resource 9 [mem 0x000dc000-0x000dffff window]
[    0.249528] pci_bus 0000:07: resource 10 [mem 0xafa00000-0xfeafffff window]
[    0.249890] initcall pcibios_assign_resources+0x0/0xb4 returned 0 after 4243 usecs
[    0.249995] calling  sysctl_core_init+0x0/0x2c @ 1
[    0.250098] initcall sysctl_core_init+0x0/0x2c returned 0 after 19 usecs
[    0.250176] calling  eth_offload_init+0x0/0x14 @ 1
[    0.250252] initcall eth_offload_init+0x0/0x14 returned 0 after 0 usecs
[    0.250329] calling  inet_init+0x0/0x285 @ 1
[    0.250463] NET: Registered protocol family 2
[    0.250966] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.251154] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.251296] TCP: Hash tables configured (established 32768 bind 32768)
[    0.251477] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.251572] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.251792] initcall inet_init+0x0/0x285 returned 0 after 1354 usecs
[    0.251869] calling  ipv4_offload_init+0x0/0x7a @ 1
[    0.251945] initcall ipv4_offload_init+0x0/0x7a returned 0 after 0 usecs
[    0.252035] calling  af_unix_init+0x0/0x50 @ 1
[    0.252118] NET: Registered protocol family 1
[    0.252211] initcall af_unix_init+0x0/0x50 returned 0 after 98 usecs
[    0.252287] calling  ipv6_offload_init+0x0/0x83 @ 1
[    0.252365] initcall ipv6_offload_init+0x0/0x83 returned 0 after 1 usecs
[    0.252442] calling  pci_apply_final_quirks+0x0/0xff @ 1
[    0.252527] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.262320] PCI: CLS 64 bytes, default 64
[    0.262395] initcall pci_apply_final_quirks+0x0/0xff returned 0 after 9645 usecs
[    0.262500] calling  acpi_reserve_resources+0x0/0xeb @ 1
[    0.262586] initcall acpi_reserve_resources+0x0/0xeb returned 0 after 10 usecs
[    0.262690] calling  populate_rootfs+0x0/0x119 @ 1
[    0.262889] initcall populate_rootfs+0x0/0x119 returned 0 after 119 usecs
[    0.262966] calling  pci_iommu_init+0x0/0x3c @ 1
[    0.263053] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.263131] software IO TLB [mem 0xa65d0000-0xaa5d0000] (64MB) mapped at [ffff8800a65d0000-ffff8800aa5cffff]
[    0.263239] initcall pci_iommu_init+0x0/0x3c returned 0 after 180 usecs
[    0.263316] calling  ir_dev_scope_init+0x0/0x34 @ 1
[    0.263391] initcall ir_dev_scope_init+0x0/0x34 returned 0 after 0 usecs
[    0.263506] calling  ia32_binfmt_init+0x0/0x14 @ 1
[    0.263592] initcall ia32_binfmt_init+0x0/0x14 returned 0 after 10 usecs
[    0.263670] calling  amd_uncore_init+0x0/0x27b @ 1
[    0.263745] initcall amd_uncore_init+0x0/0x27b returned -19 after 0 usecs
[    0.263822] calling  amd_ibs_init+0x0/0x1bc @ 1
[    0.263897] initcall amd_ibs_init+0x0/0x1bc returned -19 after 0 usecs
[    0.263974] calling  amd_iommu_pc_init+0x0/0x21f @ 1
[    0.264060] initcall amd_iommu_pc_init+0x0/0x21f returned -19 after 0 usecs
[    0.264138] calling  msr_init+0x0/0xc4 @ 1
[    0.264217] initcall msr_init+0x0/0xc4 returned 0 after 4 usecs
[    0.264294] calling  register_kernel_offset_dumper+0x0/0x1b @ 1
[    0.264372] initcall register_kernel_offset_dumper+0x0/0x1b returned 0 after 0 usecs
[    0.264477] calling  i8259A_init_ops+0x0/0x24 @ 1
[    0.264552] initcall i8259A_init_ops+0x0/0x24 returned 0 after 0 usecs
[    0.264630] calling  init_tsc_clocksource+0x0/0xce @ 1
[    0.264709] initcall init_tsc_clocksource+0x0/0xce returned 0 after 3 usecs
[    0.264791] calling  add_rtc_cmos+0x0/0xaa @ 1
[    0.264868] initcall add_rtc_cmos+0x0/0xaa returned 0 after 3 usecs
[    0.264945] calling  i8237A_init_ops+0x0/0x14 @ 1
[    0.265034] initcall i8237A_init_ops+0x0/0x14 returned 0 after 0 usecs
[    0.265111] calling  thermal_throttle_init_device+0x0/0x42 @ 1
[    0.265202] initcall thermal_throttle_init_device+0x0/0x42 returned 0 after 13 usecs
[    0.265308] calling  ioapic_init_ops+0x0/0x14 @ 1
[    0.265383] initcall ioapic_init_ops+0x0/0x14 returned 0 after 0 usecs
[    0.265460] calling  register_e820_pmem+0x0/0x44 @ 1
[    0.265538] initcall register_e820_pmem+0x0/0x44 returned 0 after 2 usecs
[    0.265614] calling  add_pcspkr+0x0/0x40 @ 1
[    0.265747] initcall add_pcspkr+0x0/0x40 returned 0 after 56 usecs
[    0.265826] calling  start_periodic_check_for_corruption+0x0/0x60 @ 1
[    0.265903] Scanning for low memory corruption every 60 seconds
[    0.265983] initcall start_periodic_check_for_corruption+0x0/0x60 returned 0 after 76 usecs
[    0.266109] calling  add_bus_probe+0x0/0x23 @ 1
[    0.266184] initcall add_bus_probe+0x0/0x23 returned 0 after 0 usecs
[    0.266260] calling  sysfb_init+0x0/0x6f @ 1
[    0.266394] initcall sysfb_init+0x0/0x6f returned 0 after 58 usecs
[    0.266471] calling  goldfish_init+0x0/0x4f @ 1
[    0.266546] initcall goldfish_init+0x0/0x4f returned -19 after 0 usecs
[    0.266623] calling  iosf_mbi_init+0x0/0x1b @ 1
[    0.266730] initcall iosf_mbi_init+0x0/0x1b returned 0 after 30 usecs
[    0.266807] calling  proc_execdomains_init+0x0/0x1f @ 1
[    0.266888] initcall proc_execdomains_init+0x0/0x1f returned 0 after 4 usecs
[    0.266965] calling  register_warn_debugfs+0x0/0x24 @ 1
[    0.267059] initcall register_warn_debugfs+0x0/0x24 returned 0 after 7 usecs
[    0.267137] calling  cpuhp_sysfs_init+0x0/0x62 @ 1
[    0.267252] initcall cpuhp_sysfs_init+0x0/0x62 returned 0 after 38 usecs
[    0.267329] calling  ioresources_init+0x0/0x36 @ 1
[    0.267411] initcall ioresources_init+0x0/0x36 returned 0 after 6 usecs
[    0.267489] calling  init_sched_debug_procfs+0x0/0x29 @ 1
[    0.267569] initcall init_sched_debug_procfs+0x0/0x29 returned 0 after 3 usecs
[    0.267674] calling  snapshot_device_init+0x0/0x12 @ 1
[    0.267812] initcall snapshot_device_init+0x0/0x12 returned 0 after 61 usecs
[    0.267891] calling  irq_gc_init_ops+0x0/0x14 @ 1
[    0.267966] initcall irq_gc_init_ops+0x0/0x14 returned 0 after 0 usecs
[    0.268051] calling  irq_pm_init_ops+0x0/0x14 @ 1
[    0.268126] initcall irq_pm_init_ops+0x0/0x14 returned 0 after 0 usecs
[    0.268203] calling  irq_debugfs_init+0x0/0x7d @ 1
[    0.268387] initcall irq_debugfs_init+0x0/0x7d returned 0 after 106 usecs
[    0.268465] calling  timekeeping_init_ops+0x0/0x14 @ 1
[    0.268541] initcall timekeeping_init_ops+0x0/0x14 returned 0 after 0 usecs
[    0.268616] calling  init_clocksource_sysfs+0x0/0x69 @ 1
[    0.268783] initcall init_clocksource_sysfs+0x0/0x69 returned 0 after 88 usecs
[    0.268887] calling  init_timer_list_procfs+0x0/0x29 @ 1
[    0.268967] initcall init_timer_list_procfs+0x0/0x29 returned 0 after 3 usecs
[    0.269053] calling  alarmtimer_init+0x0/0x10e @ 1
[    0.269232] initcall alarmtimer_init+0x0/0x10e returned 0 after 101 usecs
[    0.269309] calling  init_posix_timers+0x0/0x2a @ 1
[    0.269396] initcall init_posix_timers+0x0/0x2a returned 0 after 10 usecs
[    0.269473] calling  clockevents_init_sysfs+0x0/0xc1 @ 1
[    0.269937] initcall clockevents_init_sysfs+0x0/0xc1 returned 0 after 379 usecs
[    0.270049] calling  proc_dma_init+0x0/0x1f @ 1
[    0.270127] initcall proc_dma_init+0x0/0x1f returned 0 after 3 usecs
[    0.270203] calling  proc_modules_init+0x0/0x1f @ 1
[    0.270282] initcall proc_modules_init+0x0/0x1f returned 0 after 3 usecs
[    0.270358] calling  kallsyms_init+0x0/0x22 @ 1
[    0.270435] initcall kallsyms_init+0x0/0x22 returned 0 after 3 usecs
[    0.270511] calling  pid_namespaces_init+0x0/0x40 @ 1
[    0.270605] initcall pid_namespaces_init+0x0/0x40 returned 0 after 17 usecs
[    0.270683] calling  ikconfig_init+0x0/0x3b @ 1
[    0.270760] initcall ikconfig_init+0x0/0x3b returned 0 after 3 usecs
[    0.270836] calling  init_kprobes+0x0/0x1b2 @ 1
[    0.271171] initcall init_kprobes+0x0/0x1b2 returned 0 after 252 usecs
[    0.271248] calling  seccomp_sysctl_init+0x0/0x2c @ 1
[    0.271335] initcall seccomp_sysctl_init+0x0/0x2c returned 0 after 10 usecs
[    0.271412] calling  utsname_sysctl_init+0x0/0x14 @ 1
[    0.271499] initcall utsname_sysctl_init+0x0/0x14 returned 0 after 10 usecs
[    0.271576] calling  init_lstats_procfs+0x0/0x22 @ 1
[    0.271655] initcall init_lstats_procfs+0x0/0x22 returned 0 after 3 usecs
[    0.271733] calling  perf_event_sysfs_init+0x0/0x88 @ 1
[    0.272122] initcall perf_event_sysfs_init+0x0/0x88 returned 0 after 305 usecs
[    0.272226] calling  padata_driver_init+0x0/0x39 @ 1
[    0.272303] initcall padata_driver_init+0x0/0x39 returned 0 after 0 usecs
[    0.272380] calling  system_trusted_keyring_init+0x0/0x74 @ 1
[    0.272456] Initialise system trusted keyrings
[    0.272543] initcall system_trusted_keyring_init+0x0/0x74 returned 0 after 83 usecs
[    0.272647] calling  kswapd_init+0x0/0x8f @ 1
[    0.273258] initcall kswapd_init+0x0/0x8f returned 0 after 43 usecs
[    0.273335] calling  extfrag_debug_init+0x0/0x7a @ 1
[    0.273424] initcall extfrag_debug_init+0x0/0x7a returned 0 after 13 usecs
[    0.273502] calling  mm_compute_batch_init+0x0/0x19 @ 1
[    0.273580] initcall mm_compute_batch_init+0x0/0x19 returned 0 after 1 usecs
[    0.273659] calling  slab_proc_init+0x0/0x22 @ 1
[    0.273738] initcall slab_proc_init+0x0/0x22 returned 0 after 3 usecs
[    0.273816] calling  workingset_init+0x0/0x8a @ 1
[    0.273890] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    0.273971] initcall workingset_init+0x0/0x8a returned 0 after 78 usecs
[    0.274058] calling  proc_vmalloc_init+0x0/0x22 @ 1
[    0.274137] initcall proc_vmalloc_init+0x0/0x22 returned 0 after 3 usecs
[    0.274215] calling  procswaps_init+0x0/0x1f @ 1
[    0.274293] initcall procswaps_init+0x0/0x1f returned 0 after 3 usecs
[    0.274371] calling  init_frontswap+0x0/0x93 @ 1
[    0.274466] initcall init_frontswap+0x0/0x93 returned 0 after 19 usecs
[    0.274542] calling  slab_sysfs_init+0x0/0xf6 @ 1
[    0.289344] initcall slab_sysfs_init+0x0/0xf6 returned 0 after 14378 usecs
[    0.289426] calling  init_cleancache+0x0/0x93 @ 1
[    0.289525] initcall init_cleancache+0x0/0x93 returned 0 after 23 usecs
[    0.289602] calling  fcntl_init+0x0/0x2a @ 1
[    0.289838] initcall fcntl_init+0x0/0x2a returned 0 after 158 usecs
[    0.289915] calling  proc_filesystems_init+0x0/0x1f @ 1
[    0.289998] initcall proc_filesystems_init+0x0/0x1f returned 0 after 6 usecs
[    0.290084] calling  start_dirtytime_writeback+0x0/0x2a @ 1
[    0.290163] initcall start_dirtytime_writeback+0x0/0x2a returned 0 after 1 usecs
[    0.290267] calling  blkdev_init+0x0/0x2a @ 1
[    0.290522] initcall blkdev_init+0x0/0x2a returned 0 after 176 usecs
[    0.290599] calling  dio_init+0x0/0x2d @ 1
[    0.290816] initcall dio_init+0x0/0x2d returned 0 after 140 usecs
[    0.290894] calling  dnotify_init+0x0/0x7b @ 1
[    0.291260] initcall dnotify_init+0x0/0x7b returned 0 after 284 usecs
[    0.291337] calling  fanotify_user_setup+0x0/0x77 @ 1
[    0.291824] initcall fanotify_user_setup+0x0/0x77 returned 0 after 402 usecs
[    0.291902] calling  userfaultfd_init+0x0/0x2e @ 1
[    0.292131] initcall userfaultfd_init+0x0/0x2e returned 0 after 148 usecs
[    0.292208] calling  aio_setup+0x0/0xa5 @ 1
[    0.292587] initcall aio_setup+0x0/0xa5 returned 0 after 297 usecs
[    0.292664] calling  init_sys32_ioctl+0x0/0x28 @ 1
[    0.292820] initcall init_sys32_ioctl+0x0/0x28 returned 0 after 78 usecs
[    0.292897] calling  mbcache_init+0x0/0x31 @ 1
[    0.293126] initcall mbcache_init+0x0/0x31 returned 0 after 150 usecs
[    0.293203] calling  init_devpts_fs+0x0/0x28 @ 1
[    0.293294] initcall init_devpts_fs+0x0/0x28 returned 0 after 15 usecs
[    0.293371] calling  ext4_init_fs+0x0/0x189 @ 1
[    0.294448] initcall ext4_init_fs+0x0/0x189 returned 0 after 977 usecs
[    0.294526] calling  journal_init+0x0/0x104 @ 1
[    0.295439] initcall journal_init+0x0/0x104 returned 0 after 818 usecs
[    0.295517] calling  init_pstore_fs+0x0/0x47 @ 1
[    0.295594] initcall init_pstore_fs+0x0/0x47 returned 0 after 3 usecs
[    0.295671] calling  ipc_init+0x0/0x54 @ 1
[    0.295766] initcall ipc_init+0x0/0x54 returned 0 after 20 usecs
[    0.295842] calling  ipc_sysctl_init+0x0/0x14 @ 1
[    0.295931] initcall ipc_sysctl_init+0x0/0x14 returned 0 after 13 usecs
[    0.296015] calling  init_mqueue_fs+0x0/0xa1 @ 1
[    0.296276] initcall init_mqueue_fs+0x0/0xa1 returned 0 after 181 usecs
[    0.296355] calling  key_proc_init+0x0/0x58 @ 1
[    0.296435] initcall key_proc_init+0x0/0x58 returned 0 after 5 usecs
[    0.296512] calling  crypto_algapi_init+0x0/0xd @ 1
[    0.296591] initcall crypto_algapi_init+0x0/0xd returned 0 after 3 usecs
[    0.296669] calling  dh_init+0x0/0x20 @ 1
[    0.452751] initcall dh_init+0x0/0x20 returned 0 after 152349 usecs
[    0.452829] calling  rsa_init+0x0/0x40 @ 1
[    0.828754] initcall rsa_init+0x0/0x40 returned 0 after 367040 usecs
[    0.828833] calling  hmac_module_init+0x0/0x12 @ 1
[    0.828908] initcall hmac_module_init+0x0/0x12 returned 0 after 0 usecs
[    0.828985] calling  crypto_null_mod_init+0x0/0x44 @ 1
[    0.829239] initcall crypto_null_mod_init+0x0/0x44 returned 0 after 166 usecs
[    0.829318] calling  md5_mod_init+0x0/0x12 @ 1
[    0.829504] initcall md5_mod_init+0x0/0x12 returned 0 after 107 usecs
[    0.829581] calling  sha1_generic_mod_init+0x0/0x12 @ 1
[    0.829816] initcall sha1_generic_mod_init+0x0/0x12 returned 0 after 154 usecs
[    0.829921] calling  sha256_generic_mod_init+0x0/0x17 @ 1
[    0.830337] initcall sha256_generic_mod_init+0x0/0x17 returned 0 after 331 usecs
[    0.830442] calling  crypto_ecb_module_init+0x0/0x12 @ 1
[    0.830519] initcall crypto_ecb_module_init+0x0/0x12 returned 0 after 0 usecs
[    0.830598] calling  crypto_cbc_module_init+0x0/0x12 @ 1
[    0.830674] initcall crypto_cbc_module_init+0x0/0x12 returned 0 after 0 usecs
[    0.830753] calling  aes_init+0x0/0x12 @ 1
[    0.830883] initcall aes_init+0x0/0x12 returned 0 after 55 usecs
[    0.830960] calling  crc32c_mod_init+0x0/0x12 @ 1
[    0.831212] initcall crc32c_mod_init+0x0/0x12 returned 0 after 162 usecs
[    0.831290] calling  crct10dif_mod_init+0x0/0x12 @ 1
[    0.831593] initcall crct10dif_mod_init+0x0/0x12 returned 0 after 221 usecs
[    0.831671] calling  lzo_mod_init+0x0/0x38 @ 1
[    0.832188] initcall lzo_mod_init+0x0/0x38 returned 0 after 431 usecs
[    0.832266] calling  asymmetric_key_init+0x0/0x12 @ 1
[    0.832341] Key type asymmetric registered
[    0.832415] initcall asymmetric_key_init+0x0/0x12 returned 0 after 70 usecs
[    0.832492] calling  x509_key_init+0x0/0x12 @ 1
[    0.832566] Asymmetric key parser 'x509' registered
[    0.832641] initcall x509_key_init+0x0/0x12 returned 0 after 72 usecs
[    0.832718] calling  proc_genhd_init+0x0/0x36 @ 1
[    0.832799] initcall proc_genhd_init+0x0/0x36 returned 0 after 5 usecs
[    0.832876] calling  bsg_init+0x0/0x12a @ 1
[    0.833175] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.833281] initcall bsg_init+0x0/0x12a returned 0 after 322 usecs
[    0.833357] calling  throtl_init+0x0/0x44 @ 1
[    0.834509] initcall throtl_init+0x0/0x44 returned 0 after 1046 usecs
[    0.834609] calling  noop_init+0x0/0x12 @ 1
[    0.834682] io scheduler noop registered
[    0.834756] initcall noop_init+0x0/0x12 returned 0 after 71 usecs
[    0.834833] calling  deadline_init+0x0/0x12 @ 1
[    0.834906] io scheduler deadline registered
[    0.834980] initcall deadline_init+0x0/0x12 returned 0 after 71 usecs
[    0.835072] calling  cfq_init+0x0/0x7e @ 1
[    0.835434] io scheduler cfq registered (default)
[    0.835509] initcall cfq_init+0x0/0x7e returned 0 after 354 usecs
[    0.835587] calling  string_selftest_init+0x0/0x392 @ 1
[    1.034289] String selftests succeeded
[    1.034364] initcall string_selftest_init+0x0/0x392 returned 0 after 194043 usecs
[    1.034468] calling  test_sort_init+0x0/0xbb @ 1
[    1.034721] test passed
[    1.034794] initcall test_sort_init+0x0/0xbb returned 0 after 245 usecs
[    1.034871] calling  btree_module_init+0x0/0x2a @ 1
[    1.035101] initcall btree_module_init+0x0/0x2a returned 0 after 150 usecs
[    1.035179] calling  crc_t10dif_mod_init+0x0/0x3e @ 1
[    1.035259] initcall crc_t10dif_mod_init+0x0/0x3e returned 0 after 3 usecs
[    1.035337] calling  percpu_counter_startup+0x0/0x56 @ 1
[    1.035419] initcall percpu_counter_startup+0x0/0x56 returned 0 after 6 usecs
[    1.035498] calling  sg_pool_init+0x0/0xcc @ 1
[    1.036333] initcall sg_pool_init+0x0/0xcc returned 0 after 741 usecs
[    1.036410] calling  simple_pm_bus_driver_init+0x0/0x14 @ 1
[    1.036522] initcall simple_pm_bus_driver_init+0x0/0x14 returned 0 after 34 usecs
[    1.036627] calling  phy_core_init+0x0/0x4d @ 1
[    1.036716] initcall phy_core_init+0x0/0x4d returned 0 after 13 usecs
[    1.036793] calling  bgpio_driver_init+0x0/0x14 @ 1
[    1.036887] initcall bgpio_driver_init+0x0/0x14 returned 0 after 17 usecs
[    1.036965] calling  ftgpio_gpio_driver_init+0x0/0x14 @ 1
[    1.037076] initcall ftgpio_gpio_driver_init+0x0/0x14 returned 0 after 25 usecs
[    1.037180] calling  sdv_gpio_driver_init+0x0/0x1b @ 1
[    1.037285] initcall sdv_gpio_driver_init+0x0/0x1b returned 0 after 27 usecs
[    1.037364] calling  tps68470_gpio_driver_init+0x0/0x14 @ 1
[    1.037461] initcall tps68470_gpio_driver_init+0x0/0x14 returned 0 after 19 usecs
[    1.037565] calling  crystalcove_pwm_driver_init+0x0/0x14 @ 1
[    1.037661] initcall crystalcove_pwm_driver_init+0x0/0x14 returned 0 after 18 usecs
[    1.037766] calling  stmpe_pwm_driver_init+0x0/0x1b @ 1
[    1.037880] initcall stmpe_pwm_driver_init+0x0/0x1b returned -19 after 35 usecs
[    1.037983] calling  pci_proc_init+0x0/0x62 @ 1
[    1.038121] initcall pci_proc_init+0x0/0x62 returned 0 after 54 usecs
[    1.038198] calling  pcie_portdrv_init+0x0/0x77 @ 1
[    1.045614] initcall pcie_portdrv_init+0x0/0x77 returned 0 after 7166 usecs
[    1.045692] calling  aer_service_init+0x0/0x3e @ 1
[    1.045787] initcall aer_service_init+0x0/0x3e returned 0 after 19 usecs
[    1.045864] calling  pcie_pme_service_init+0x0/0x12 @ 1
[    1.045956] initcall pcie_pme_service_init+0x0/0x12 returned 0 after 16 usecs
[    1.046041] calling  dpc_service_init+0x0/0x12 @ 1
[    1.046133] initcall dpc_service_init+0x0/0x12 returned 0 after 15 usecs
[    1.046211] calling  pci_hotplug_init+0x0/0x33 @ 1
[    1.046286] initcall pci_hotplug_init+0x0/0x33 returned 0 after 0 usecs
[    1.046363] calling  pcied_init+0x0/0x5a @ 1
[    1.046453] initcall pcied_init+0x0/0x5a returned 0 after 15 usecs
[    1.046529] calling  pci_ep_cfs_init+0x0/0xd8 @ 1
[    1.046659] initcall pci_ep_cfs_init+0x0/0xd8 returned 0 after 54 usecs
[    1.046736] calling  pci_epc_init+0x0/0x42 @ 1
[    1.046824] initcall pci_epc_init+0x0/0x42 returned 0 after 13 usecs
[    1.046900] calling  pci_epf_init+0x0/0x2c @ 1
[    1.047015] initcall pci_epf_init+0x0/0x2c returned 0 after 40 usecs
[    1.047092] calling  dw_plat_pcie_driver_init+0x0/0x14 @ 1
[    1.047192] initcall dw_plat_pcie_driver_init+0x0/0x14 returned 0 after 22 usecs
[    1.047296] calling  imsttfb_init+0x0/0xf6 @ 1
[    1.047396] initcall imsttfb_init+0x0/0xf6 returned 0 after 25 usecs
[    1.047473] calling  asiliantfb_init+0x0/0x34 @ 1
[    1.047572] initcall asiliantfb_init+0x0/0x34 returned 0 after 23 usecs
[    1.047649] calling  vesafb_driver_init+0x0/0x14 @ 1
[    1.047743] initcall vesafb_driver_init+0x0/0x14 returned 0 after 18 usecs
[    1.047820] calling  efifb_driver_init+0x0/0x14 @ 1
[    1.047913] initcall efifb_driver_init+0x0/0x14 returned 0 after 17 usecs
[    1.047990] calling  intel_idle_init+0x0/0x5cd @ 1
[    1.048557] intel_idle: MWAIT substates: 0x21120
[    1.048631] intel_idle: v0.4.1 model 0x2A
[    1.048863] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.048940] initcall intel_idle_init+0x0/0x5cd returned 0 after 374 usecs
[    1.049027] calling  acpi_processor_driver_init+0x0/0x94 @ 1
[    1.049597] initcall acpi_processor_driver_init+0x0/0x94 returned 0 after 481 usecs
[    1.049702] calling  acpi_hed_driver_init+0x0/0x12 @ 1
[    1.049823] initcall acpi_hed_driver_init+0x0/0x12 returned 0 after 43 usecs
[    1.049901] calling  bgrt_init+0x0/0xbc @ 1
[    1.049976] initcall bgrt_init+0x0/0xbc returned -19 after 0 usecs
[    1.050061] calling  erst_init+0x0/0x2d9 @ 1
[    1.050137] initcall erst_init+0x0/0x2d9 returned 0 after 1 usecs
[    1.050213] calling  ghes_init+0x0/0x156 @ 1
[    1.050288] initcall ghes_init+0x0/0x156 returned -19 after 0 usecs
[    1.050364] calling  intel_crc_pmic_opregion_driver_init+0x0/0x14 @ 1
[    1.050462] initcall intel_crc_pmic_opregion_driver_init+0x0/0x14 returned 0 after 19 usecs
[    1.050567] calling  intel_xpower_pmic_opregion_driver_init+0x0/0x14 @ 1
[    1.050663] initcall intel_xpower_pmic_opregion_driver_init+0x0/0x14 returned 0 after 17 usecs
[    1.050770] calling  intel_bxtwc_pmic_opregion_driver_init+0x0/0x14 @ 1
[    1.050866] initcall intel_bxtwc_pmic_opregion_driver_init+0x0/0x14 returned 0 after 17 usecs
[    1.050972] calling  intel_cht_wc_pmic_opregion_driver_init+0x0/0x14 @ 1
[    1.051075] initcall intel_cht_wc_pmic_opregion_driver_init+0x0/0x14 returned 0 after 17 usecs
[    1.051182] calling  chtdc_ti_pmic_opregion_driver_init+0x0/0x14 @ 1
[    1.051288] initcall chtdc_ti_pmic_opregion_driver_init+0x0/0x14 returned 0 after 27 usecs
[    1.051393] calling  tps68470_pmic_opregion_driver_init+0x0/0x14 @ 1
[    1.051492] initcall tps68470_pmic_opregion_driver_init+0x0/0x14 returned 0 after 19 usecs
[    1.051598] calling  of_fixed_factor_clk_driver_init+0x0/0x14 @ 1
[    1.051695] initcall of_fixed_factor_clk_driver_init+0x0/0x14 returned 0 after 19 usecs
[    1.051801] calling  of_fixed_clk_driver_init+0x0/0x14 @ 1
[    1.051896] initcall of_fixed_clk_driver_init+0x0/0x14 returned 0 after 18 usecs
[    1.052001] calling  gpio_clk_driver_init+0x0/0x14 @ 1
[    1.052103] initcall gpio_clk_driver_init+0x0/0x14 returned 0 after 18 usecs
[    1.052181] calling  hsdk_pll_clk_driver_init+0x0/0x14 @ 1
[    1.052276] initcall hsdk_pll_clk_driver_init+0x0/0x14 returned 0 after 17 usecs
[    1.052380] calling  plt_clk_driver_init+0x0/0x14 @ 1
[    1.052474] initcall plt_clk_driver_init+0x0/0x14 returned 0 after 17 usecs
[    1.052553] calling  xenbus_probe_initcall+0x0/0x50 @ 1
[    1.052629] initcall xenbus_probe_initcall+0x0/0x50 returned -19 after 0 usecs
[    1.052734] calling  xenbus_init+0x0/0x3b @ 1
[    1.052808] initcall xenbus_init+0x0/0x3b returned -19 after 0 usecs
[    1.052884] calling  xenbus_backend_init+0x0/0x4d @ 1
[    1.052960] initcall xenbus_backend_init+0x0/0x4d returned -19 after 0 usecs
[    1.053045] calling  hypervisor_subsys_init+0x0/0x27 @ 1
[    1.053123] initcall hypervisor_subsys_init+0x0/0x27 returned -19 after 0 usecs
[    1.053227] calling  hyper_sysfs_init+0x0/0x18c @ 1
[    1.053304] initcall hyper_sysfs_init+0x0/0x18c returned -19 after 0 usecs
[    1.053382] calling  platform_driver_init+0x0/0x1b @ 1
[    1.053481] initcall platform_driver_init+0x0/0x1b returned 0 after 21 usecs
[    1.053559] calling  xen_late_init_mcelog+0x0/0x6d @ 1
[    1.053635] initcall xen_late_init_mcelog+0x0/0x6d returned -19 after 0 usecs
[    1.053713] calling  pvcalls_back_init+0x0/0x72 @ 1
[    1.053789] initcall pvcalls_back_init+0x0/0x72 returned -19 after 0 usecs
[    1.053867] calling  n_null_init+0x0/0x1f @ 1
[    1.053943] initcall n_null_init+0x0/0x1f returned 0 after 0 usecs
[    1.054026] calling  pty_init+0x0/0x3a2 @ 1
[    1.082736] initcall pty_init+0x0/0x3a2 returned 0 after 27960 usecs
[    1.082818] calling  sysrq_init+0x0/0x51 @ 1
[    1.082900] initcall sysrq_init+0x0/0x51 returned 0 after 6 usecs
[    1.082976] calling  xen_hvc_init+0x0/0x23c @ 1
[    1.083061] initcall xen_hvc_init+0x0/0x23c returned -19 after 1 usecs
[    1.083138] calling  serial8250_init+0x0/0x150 @ 1
[    1.083213] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.084015] initcall serial8250_init+0x0/0x150 returned 0 after 782 usecs
[    1.084094] calling  hpet_init+0x0/0x65 @ 1
[    1.084756] initcall hpet_init+0x0/0x65 returned 0 after 572 usecs
[    1.084833] calling  agp_init+0x0/0x29 @ 1
[    1.084906] Linux agpgart interface v0.103
[    1.084979] initcall agp_init+0x0/0x29 returned 0 after 71 usecs
[    1.085064] calling  agp_amd64_mod_init+0x0/0x21 @ 1
[    1.085205] initcall agp_amd64_mod_init+0x0/0x21 returned -19 after 63 usecs
[    1.085282] calling  agp_intel_init+0x0/0x2a @ 1
[    1.085384] initcall agp_intel_init+0x0/0x2a returned 0 after 27 usecs
[    1.085461] calling  agp_sis_init+0x0/0x2a @ 1
[    1.085562] initcall agp_sis_init+0x0/0x2a returned 0 after 24 usecs
[    1.085638] calling  agp_via_init+0x0/0x2a @ 1
[    1.085735] initcall agp_via_init+0x0/0x2a returned 0 after 23 usecs
[    1.085810] calling  init_tis+0x0/0xea @ 1
[    1.085925] initcall init_tis+0x0/0xea returned 0 after 40 usecs
[    1.086010] calling  drm_kms_helper_init+0x0/0x14 @ 1
[    1.086117] initcall drm_kms_helper_init+0x0/0x14 returned 0 after 31 usecs
[    1.086196] calling  drm_core_init+0x0/0xe6 @ 1
[    1.086299] initcall drm_core_init+0x0/0xe6 returned 0 after 27 usecs
[    1.086376] calling  cn_proc_init+0x0/0x38 @ 1
[    1.086454] initcall cn_proc_init+0x0/0x38 returned 0 after 3 usecs
[    1.086530] calling  _nvm_misc_init+0x0/0x12 @ 1
[    1.086699] initcall _nvm_misc_init+0x0/0x12 returned 0 after 92 usecs
[    1.086778] calling  topology_sysfs_init+0x0/0x30 @ 1
[    1.086872] initcall topology_sysfs_init+0x0/0x30 returned 0 after 18 usecs
[    1.086949] calling  cacheinfo_sysfs_init+0x0/0x2d @ 1
[    1.087259] initcall cacheinfo_sysfs_init+0x0/0x2d returned 170 after 213 usecs
[    1.087364] calling  devcoredump_init+0x0/0x19 @ 1
[    1.087455] initcall devcoredump_init+0x0/0x19 returned 0 after 15 usecs
[    1.087532] calling  htcpld_core_init+0x0/0x2d @ 1
[    1.087656] initcall htcpld_core_init+0x0/0x2d returned -19 after 46 usecs
[    1.087733] calling  tps68470_driver_init+0x0/0x14 @ 1
[    1.087833] initcall tps68470_driver_init+0x0/0x14 returned 0 after 22 usecs
[    1.087911] calling  twl_driver_init+0x0/0x14 @ 1
[    1.088020] initcall twl_driver_init+0x0/0x14 returned 0 after 32 usecs
[    1.088097] calling  twl4030_audio_driver_init+0x0/0x14 @ 1
[    1.088197] initcall twl4030_audio_driver_init+0x0/0x14 returned 0 after 23 usecs
[    1.088301] calling  twl6040_driver_init+0x0/0x14 @ 1
[    1.088396] initcall twl6040_driver_init+0x0/0x14 returned 0 after 19 usecs
[    1.088473] calling  smsc_i2c_driver_init+0x0/0x14 @ 1
[    1.088568] initcall smsc_i2c_driver_init+0x0/0x14 returned 0 after 18 usecs
[    1.088645] calling  max77620_driver_init+0x0/0x14 @ 1
[    1.088738] initcall max77620_driver_init+0x0/0x14 returned 0 after 17 usecs
[    1.088815] calling  adp5520_driver_init+0x0/0x14 @ 1
[    1.088909] initcall adp5520_driver_init+0x0/0x14 returned 0 after 17 usecs
[    1.088987] calling  intel_soc_pmic_i2c_driver_init+0x0/0x14 @ 1
[    1.089095] initcall intel_soc_pmic_i2c_driver_init+0x0/0x14 returned 0 after 17 usecs
[    1.089200] calling  cht_wc_driver_init+0x0/0x14 @ 1
[    1.089292] initcall cht_wc_driver_init+0x0/0x14 returned 0 after 16 usecs
[    1.089370] calling  init_sd+0x0/0x173 @ 1
[    1.089683] initcall init_sd+0x0/0x173 returned 0 after 232 usecs
[    1.089761] calling  nvme_core_init+0x0/0xde @ 1
[    1.091035] initcall nvme_core_init+0x0/0xde returned 0 after 1170 usecs
[    1.091113] calling  nvme_init+0x0/0x1b @ 1
[    1.091225] initcall nvme_init+0x0/0x1b returned 0 after 37 usecs
[    1.091301] calling  ahci_pci_driver_init+0x0/0x1b @ 1
[    1.091412] ahci 0000:00:1f.2: version 3.0
[    1.093399] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    1.103572] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0xd impl SATA mode
[    1.103679] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst 
[    1.112447] scsi host0: ahci
[    1.113926] scsi host1: ahci
[    1.115259] scsi host2: ahci
[    1.116578] scsi host3: ahci
[    1.117900] scsi host4: ahci
[    1.119230] scsi host5: ahci
[    1.119443] ata1: SATA max UDMA/133 abar m2048@0xc4827000 port 0xc4827100 irq 24
[    1.119547] ata2: DUMMY
[    1.119617] ata3: SATA max UDMA/133 abar m2048@0xc4827000 port 0xc4827200 irq 24
[    1.119720] ata4: SATA max UDMA/133 abar m2048@0xc4827000 port 0xc4827280 irq 24
[    1.119822] ata5: DUMMY
[    1.119891] ata6: DUMMY
[    1.120046] initcall ahci_pci_driver_init+0x0/0x1b returned 0 after 27995 usecs
[    1.120150] calling  net_olddevs_init+0x0/0x5b @ 1
[    1.120230] initcall net_olddevs_init+0x0/0x5b returned 0 after 3 usecs
[    1.120307] calling  kgdbdbgp_start_thread+0x0/0x52 @ 1
[    1.120383] initcall kgdbdbgp_start_thread+0x0/0x52 returned 0 after 0 usecs
[    1.120462] calling  i8042_init+0x0/0x458 @ 1
[    1.120628] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.123016] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.123175] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.123363] initcall i8042_init+0x0/0x458 returned 0 after 2759 usecs
[    1.123441] calling  atkbd_init+0x0/0x27 @ 1
[    1.123587] initcall atkbd_init+0x0/0x27 returned 0 after 69 usecs
[    1.123673] calling  psmouse_init+0x0/0x91 @ 1
[    1.123845] initcall psmouse_init+0x0/0x91 returned 0 after 93 usecs
[    1.123922] calling  cmos_init+0x0/0x73 @ 1
[    1.124040] rtc_cmos 00:04: RTC can wake from S4
[    1.124342] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    1.124449] rtc_cmos 00:04: alarms up to one year, 242 bytes nvram, hpet irqs
[    1.124555] initcall cmos_init+0x0/0x73 returned 0 after 545 usecs
[    1.124632] calling  as3722_poweroff_driver_init+0x0/0x14 @ 1
[    1.124730] initcall as3722_poweroff_driver_init+0x0/0x14 returned 0 after 20 usecs
[    1.124835] calling  gpio_poweroff_driver_init+0x0/0x14 @ 1
[    1.125432] initcall gpio_poweroff_driver_init+0x0/0x14 returned 0 after 20 usecs
[    1.125536] calling  gpio_restart_driver_init+0x0/0x14 @ 1
[    1.125632] initcall gpio_restart_driver_init+0x0/0x14 returned 0 after 19 usecs
[    1.125737] calling  ltc2952_poweroff_driver_init+0x0/0x14 @ 1
[    1.125832] initcall ltc2952_poweroff_driver_init+0x0/0x14 returned 0 after 18 usecs
[    1.125937] calling  restart_poweroff_driver_init+0x0/0x14 @ 1
[    1.126040] initcall restart_poweroff_driver_init+0x0/0x14 returned 0 after 18 usecs
[    1.126171] calling  syscon_reboot_driver_init+0x0/0x14 @ 1
[    1.126275] initcall syscon_reboot_driver_init+0x0/0x14 returned 0 after 25 usecs
[    1.126380] calling  syscon_poweroff_register+0x0/0x14 @ 1
[    1.126478] initcall syscon_poweroff_register+0x0/0x14 returned 0 after 20 usecs
[    1.126581] calling  watchdog_gov_noop_register+0x0/0x12 @ 1
[    1.126662] initcall watchdog_gov_noop_register+0x0/0x12 returned 0 after 3 usecs
[    1.126766] calling  cpufreq_dt_platdev_init+0x0/0x10a @ 1
[    1.126845] initcall cpufreq_dt_platdev_init+0x0/0x10a returned -19 after 1 usecs
[    1.126949] calling  intel_pstate_init+0x0/0x2ff @ 1
[    1.127035] intel_pstate: Intel P-state driver initializing
[    1.127252] initcall intel_pstate_init+0x0/0x2ff returned 0 after 213 usecs
[    1.127338] calling  ledtrig_disk_init+0x0/0x2e @ 1
[    1.127416] initcall ledtrig_disk_init+0x0/0x2e returned 0 after 4 usecs
[    1.127492] calling  ledtrig_mtd_init+0x0/0x2e @ 1
[    1.127569] initcall ledtrig_mtd_init+0x0/0x2e returned 0 after 3 usecs
[    1.127645] calling  ledtrig_cpu_init+0x0/0xd8 @ 1
[    1.127732] ledtrig-cpu: registered to indicate activity on CPUs
[    1.127808] initcall ledtrig_cpu_init+0x0/0xd8 returned 0 after 87 usecs
[    1.127883] calling  ledtrig_panic_init+0x0/0x39 @ 1
[    1.127960] initcall ledtrig_panic_init+0x0/0x39 returned 0 after 2 usecs
[    1.128045] calling  efivars_sysfs_init+0x0/0x220 @ 1
[    1.128132] initcall efivars_sysfs_init+0x0/0x220 returned -19 after 1 usecs
[    1.128208] calling  esrt_sysfs_init+0x0/0x2f2 @ 1
[    1.128282] initcall esrt_sysfs_init+0x0/0x2f2 returned -38 after 0 usecs
[    1.128358] calling  ion_system_contig_heap_create+0x0/0x60 @ 1
[    1.128436] initcall ion_system_contig_heap_create+0x0/0x60 returned 0 after 3 usecs
[    1.128538] calling  ion_system_heap_create+0x0/0xc0 @ 1
[    1.128664] initcall ion_system_heap_create+0x0/0xc0 returned 0 after 50 usecs
[    1.128766] calling  ion_page_pool_init+0x0/0x8 @ 1
[    1.128840] initcall ion_page_pool_init+0x0/0x8 returned 0 after 0 usecs
[    1.128915] calling  ion_add_cma_heaps+0x0/0x20 @ 1
[    1.128989] initcall ion_add_cma_heaps+0x0/0x20 returned 0 after 0 usecs
[    1.129084] calling  ashmem_init+0x0/0xd3 @ 1
[    1.129456] ashmem: initialized
[    1.129527] initcall ashmem_init+0x0/0xd3 returned 0 after 362 usecs
[    1.129602] calling  intel_pmc_core_driver_init+0x0/0x1b @ 1
[    1.129740] initcall intel_pmc_core_driver_init+0x0/0x1b returned 0 after 23 usecs
[    1.129842] calling  pmc_atom_init+0x0/0x267 @ 1
[    1.129921] initcall pmc_atom_init+0x0/0x267 returned -19 after 4 usecs
[    1.129997] calling  goldfish_pdev_bus_driver_init+0x0/0x14 @ 1
[    1.130109] initcall goldfish_pdev_bus_driver_init+0x0/0x14 returned 0 after 16 usecs
[    1.130212] calling  extcon_class_init+0x0/0x17 @ 1
[    1.130299] initcall extcon_class_init+0x0/0x17 returned 0 after 13 usecs
[    1.130375] calling  powercap_init+0x0/0x289 @ 1
[    1.130564] initcall powercap_init+0x0/0x289 returned 0 after 113 usecs
[    1.130639] calling  binder_init+0x0/0x296 @ 1
[    1.130865] initcall binder_init+0x0/0x296 returned 0 after 149 usecs
[    1.130942] calling  pm_check_save_msr+0x0/0x20 @ 1
[    1.131025] initcall pm_check_save_msr+0x0/0x20 returned 0 after 1 usecs
[    1.131113] calling  sock_diag_init+0x0/0x37 @ 1
[    1.131215] initcall sock_diag_init+0x0/0x37 returned 0 after 26 usecs
[    1.131291] calling  blackhole_init+0x0/0x12 @ 1
[    1.131365] initcall blackhole_init+0x0/0x12 returned 0 after 1 usecs
[    1.131440] calling  gre_offload_init+0x0/0x47 @ 1
[    1.131515] initcall gre_offload_init+0x0/0x47 returned 0 after 1 usecs
[    1.131590] calling  sysctl_ipv4_init+0x0/0x4e @ 1
[    1.131707] initcall sysctl_ipv4_init+0x0/0x4e returned 0 after 42 usecs
[    1.131783] calling  cubictcp_register+0x0/0x59 @ 1
[    1.131859] initcall cubictcp_register+0x0/0x59 returned 0 after 1 usecs
[    1.131934] calling  unix_diag_init+0x0/0x12 @ 1
[    1.132017] initcall unix_diag_init+0x0/0x12 returned 0 after 1 usecs
[    1.132112] calling  inet6_init+0x0/0x353 @ 1
[    1.133097] NET: Registered protocol family 10
[    1.134178] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.138179] Segment Routing with IPv6
[    1.138282] initcall inet6_init+0x0/0x353 returned 0 after 5953 usecs
[    1.138358] calling  strp_mod_init+0x0/0x33 @ 1
[    1.139500] initcall strp_mod_init+0x0/0x33 returned 0 after 1043 usecs
[    1.139585] calling  dcbnl_init+0x0/0x4d @ 1
[    1.139660] initcall dcbnl_init+0x0/0x4d returned 0 after 0 usecs
[    1.139734] calling  plist_test+0x0/0x1c5 @ 1
[    1.139806] start plist test
[    1.141415] end plist test
[    1.141486] initcall plist_test+0x0/0x1c5 returned 0 after 1639 usecs
[    1.141562] calling  mcheck_init_device+0x0/0x149 @ 1
[    1.142617] initcall mcheck_init_device+0x0/0x149 returned 0 after 958 usecs
[    1.142695] calling  dev_mcelog_init_device+0x0/0x53 @ 1
[    1.142826] initcall dev_mcelog_init_device+0x0/0x53 returned 0 after 56 usecs
[    1.142960] calling  tboot_late_init+0x0/0x313 @ 1
[    1.143060] initcall tboot_late_init+0x0/0x313 returned 0 after 1 usecs
[    1.143135] calling  intel_rdt_late_init+0x0/0x383 @ 1
[    1.143210] initcall intel_rdt_late_init+0x0/0x383 returned -19 after 1 usecs
[    1.143286] calling  mcheck_late_init+0x0/0x4e @ 1
[    1.143386] RAS: Correctable Errors collector initialized.
[    1.143461] initcall mcheck_late_init+0x0/0x4e returned 0 after 99 usecs
[    1.143536] calling  severities_debugfs_init+0x0/0x3d @ 1
[    1.143615] initcall severities_debugfs_init+0x0/0x3d returned 0 after 4 usecs
[    1.143716] calling  microcode_init+0x0/0x1d7 @ 1
[    1.143851] microcode: sig=0x206a7, pf=0x10, revision=0x23
[    1.143994] microcode: Microcode Update Driver: v2.2.
[    1.143997] initcall microcode_init+0x0/0x1d7 returned 0 after 202 usecs
[    1.144165] calling  hpet_insert_resource+0x0/0x24 @ 1
[    1.144242] initcall hpet_insert_resource+0x0/0x24 returned 0 after 3 usecs
[    1.144319] calling  update_mp_table+0x0/0x504 @ 1
[    1.144392] initcall update_mp_table+0x0/0x504 returned 0 after 0 usecs
[    1.144469] calling  lapic_insert_resource+0x0/0x3f @ 1
[    1.144545] initcall lapic_insert_resource+0x0/0x3f returned 0 after 1 usecs
[    1.144621] calling  print_ICs+0x0/0x1d2 @ 1
[    1.144769] initcall print_ICs+0x0/0x1d2 returned 0 after 0 usecs
[    1.144844] calling  pat_memtype_list_init+0x0/0x35 @ 1
[    1.144924] initcall pat_memtype_list_init+0x0/0x35 returned 0 after 5 usecs
[    1.145000] calling  create_tlb_single_page_flush_ceiling+0x0/0x29 @ 1
[    1.145095] initcall create_tlb_single_page_flush_ceiling+0x0/0x29 returned 0 after 4 usecs
[    1.145199] calling  create_init_pkru_value+0x0/0x29 @ 1
[    1.145278] initcall create_init_pkru_value+0x0/0x29 returned 0 after 4 usecs
[    1.145356] calling  init_oops_id+0x0/0x40 @ 1
[    1.145431] initcall init_oops_id+0x0/0x40 returned 0 after 1 usecs
[    1.145507] calling  sched_clock_init_late+0x0/0xa3 @ 1
[    1.145582] sched_clock: Marking stable (1145004791, 0)->(1147408021, -2403230)
[    1.145704] initcall sched_clock_init_late+0x0/0xa3 returned 0 after 118 usecs
[    1.145805] calling  sched_init_debug+0x0/0x3e @ 1
[    1.145887] initcall sched_init_debug+0x0/0x3e returned 0 after 7 usecs
[    1.145963] calling  pm_qos_power_init+0x0/0xbe @ 1
[    1.146253] initcall pm_qos_power_init+0x0/0xbe returned 0 after 201 usecs
[    1.146331] calling  pm_debugfs_init+0x0/0x24 @ 1
[    1.146409] initcall pm_debugfs_init+0x0/0x24 returned 0 after 4 usecs
[    1.146484] calling  printk_late_init+0x0/0x160 @ 1
[    1.146558] initcall printk_late_init+0x0/0x160 returned 0 after 1 usecs
[    1.146634] calling  tk_debug_sleep_time_init+0x0/0x3c @ 1
[    1.146712] initcall tk_debug_sleep_time_init+0x0/0x3c returned 0 after 4 usecs
[    1.146883] calling  debugfs_kprobe_init+0x0/0xa7 @ 1
[    1.146971] initcall debugfs_kprobe_init+0x0/0xa7 returned 0 after 13 usecs
[    1.147053] calling  taskstats_init+0x0/0x39 @ 1
[    1.147140] registered taskstats version 1
[    1.147212] initcall taskstats_init+0x0/0x39 returned 0 after 84 usecs
[    1.147288] calling  load_system_certificate_list+0x0/0x101 @ 1
[    1.147361] Loading compiled-in X.509 certificates
[    1.147434] initcall load_system_certificate_list+0x0/0x101 returned 0 after 70 usecs
[    1.147536] calling  fault_around_debugfs+0x0/0x35 @ 1
[    1.147614] initcall fault_around_debugfs+0x0/0x35 returned 0 after 4 usecs
[    1.147690] calling  max_swapfiles_check+0x0/0x8 @ 1
[    1.147765] initcall max_swapfiles_check+0x0/0x8 returned 0 after 0 usecs
[    1.147841] calling  init_zswap+0x0/0x428 @ 1
[    1.148104] zswap: default zpool zbud not available
[    1.148177] zswap: pool creation failed
[    1.148303] initcall init_zswap+0x0/0x428 returned 0 after 379 usecs
[    1.148378] calling  split_huge_pages_debugfs+0x0/0x35 @ 1
[    1.148457] initcall split_huge_pages_debugfs+0x0/0x35 returned 0 after 4 usecs
[    1.148558] calling  pageowner_init+0x0/0x48 @ 1
[    1.148630] page_owner is disabled
[    1.148701] initcall pageowner_init+0x0/0x48 returned 0 after 68 usecs
[    1.148776] calling  check_early_ioremap_leak+0x0/0x38 @ 1
[    1.148850] initcall check_early_ioremap_leak+0x0/0x38 returned 0 after 0 usecs
[    1.149029] calling  cma_debugfs_init+0x0/0x1c7 @ 1
[    1.149107] initcall cma_debugfs_init+0x0/0x1c7 returned 0 after 4 usecs
[    1.149183] calling  init_percpu_stats_debugfs+0x0/0x24 @ 1
[    1.149262] initcall init_percpu_stats_debugfs+0x0/0x24 returned 0 after 4 usecs
[    1.149364] calling  init_root_keyring+0x0/0xb @ 1
[    1.149454] initcall init_root_keyring+0x0/0xb returned 0 after 16 usecs
[    1.149531] calling  init_encrypted+0x0/0xd4 @ 1
[    1.150410] Key type encrypted registered
[    1.150484] initcall init_encrypted+0x0/0xd4 returned 0 after 386 usecs
[    1.150560] calling  fail_make_request_debugfs+0x0/0x28 @ 1
[    1.150675] initcall fail_make_request_debugfs+0x0/0x28 returned 0 after 39 usecs
[    1.150777] calling  prandom_reseed+0x0/0x2f @ 1
[    1.150856] initcall prandom_reseed+0x0/0x2f returned 0 after 5 usecs
[    1.150931] calling  pci_resource_alignment_sysfs_init+0x0/0x19 @ 1
[    1.151032] initcall pci_resource_alignment_sysfs_init+0x0/0x19 returned 0 after 3 usecs
[    1.151142] calling  pci_sysfs_init+0x0/0x49 @ 1
[    1.152801] initcall pci_sysfs_init+0x0/0x49 returned 0 after 1547 usecs
[    1.152877] calling  bert_init+0x0/0x211 @ 1
[    1.152951] initcall bert_init+0x0/0x211 returned 0 after 1 usecs
[    1.153036] calling  clk_debug_init+0x0/0x137 @ 1
[    1.153129] initcall clk_debug_init+0x0/0x137 returned 0 after 17 usecs
[    1.153205] calling  boot_wait_for_devices+0x0/0x29 @ 1
[    1.153280] initcall boot_wait_for_devices+0x0/0x29 returned -19 after 0 usecs
[    1.153382] calling  dmar_free_unused_resources+0x0/0xb5 @ 1
[    1.153456] initcall dmar_free_unused_resources+0x0/0xb5 returned 0 after 0 usecs
[    1.153559] calling  deferred_probe_initcall+0x0/0x30 @ 1
[    1.153638] initcall deferred_probe_initcall+0x0/0x30 returned 0 after 4 usecs
[    1.153740] calling  genpd_debug_init+0x0/0x157 @ 1
[    1.153821] initcall genpd_debug_init+0x0/0x157 returned 0 after 7 usecs
[    1.153896] calling  genpd_power_off_unused+0x0/0x80 @ 1
[    1.153971] initcall genpd_power_off_unused+0x0/0x80 returned 0 after 0 usecs
[    1.154096] calling  sync_debugfs_init+0x0/0x5b @ 1
[    1.154181] initcall sync_debugfs_init+0x0/0x5b returned 0 after 10 usecs
[    1.154258] calling  init_netconsole+0x0/0x24f @ 1
[    1.154345] console [netcon0] enabled
[    1.154415] netconsole: network logging started
[    1.154488] initcall init_netconsole+0x0/0x24f returned 0 after 152 usecs
[    1.154633] calling  rtc_hctosys+0x0/0xe7 @ 1
[    1.154732] rtc_cmos 00:04: setting system clock to 2017-12-01 12:39:39 UTC (1512131979)
[    1.154836] initcall rtc_hctosys+0x0/0xe7 returned 0 after 127 usecs
[    1.154910] calling  charger_manager_init+0x0/0x8d @ 1
[    1.156077] initcall charger_manager_init+0x0/0x8d returned 0 after 1065 usecs
[    1.156187] calling  firmware_memmap_init+0x0/0x33 @ 1
[    1.156463] initcall firmware_memmap_init+0x0/0x33 returned 0 after 196 usecs
[    1.156542] calling  register_update_efi_random_seed+0x0/0x20 @ 1
[    1.156618] initcall register_update_efi_random_seed+0x0/0x20 returned 0 after 0 usecs
[    1.156790] calling  efi_shutdown_init+0x0/0x41 @ 1
[    1.156865] initcall efi_shutdown_init+0x0/0x41 returned -19 after 0 usecs
[    1.156940] calling  itmt_legacy_init+0x0/0x55 @ 1
[    1.157033] initcall itmt_legacy_init+0x0/0x55 returned -19 after 1 usecs
[    1.157109] calling  pci_mmcfg_late_insert_resources+0x0/0x4b @ 1
[    1.157187] initcall pci_mmcfg_late_insert_resources+0x0/0x4b returned 0 after 2 usecs
[    1.157289] calling  sch_default_qdisc+0x0/0x12 @ 1
[    1.157421] initcall sch_default_qdisc+0x0/0x12 returned -2 after 56 usecs
[    1.157498] calling  tcp_congestion_default+0x0/0x19 @ 1
[    1.157573] initcall tcp_congestion_default+0x0/0x19 returned 0 after 1 usecs
[    1.157649] calling  ip_auto_config+0x0/0x35 @ 1
[    1.157727] initcall ip_auto_config+0x0/0x35 returned 0 after 4 usecs
[    1.157803] calling  software_resume+0x0/0x220 @ 1
[    1.312016] tsc: Refined TSC clocksource calibration: 2394.560 MHz
[    1.312103] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2284248580e, max_idle_ns: 440795288736 ns
[    1.429226] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.430752] ACPI Error: [GTF0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
[    1.430861] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT0.PRT0._SDD, AE_NOT_FOUND (20170831/psparse-550)
[    1.431073] ACPI Error: [GTF0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
[    1.431186] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT0.PRT0._GTF, AE_NOT_FOUND (20170831/psparse-550)
[    1.431547] ata1.00: ATA-8: Hitachi HTS547564A9E384, JEDOA60B, max UDMA/133
[    1.431633] ata1.00: 1250263728 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.433187] ACPI Error: [GTF0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
[    1.433295] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT0.PRT0._SDD, AE_NOT_FOUND (20170831/psparse-550)
[    1.433492] ACPI Error: [GTF0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
[    1.433603] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT0.PRT0._GTF, AE_NOT_FOUND (20170831/psparse-550)
[    1.433956] ata1.00: configured for UDMA/133
[    1.444374] scsi 0:0:0:0: Direct-Access     ATA      Hitachi HTS54756 A60B PQ: 0 ANSI: 5
[    1.444995] sd 0:0:0:0: [sda] 1250263728 512-byte logical blocks: (640 GB/596 GiB)
[    1.445107] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.445206] sd 0:0:0:0: [sda] Write Protect is off
[    1.445278] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.445391] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.579787]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 sda10 >
[    1.581092] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.749227] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.751659] ata3.00: ATAPI: MATSHITADVD-RAM UJ8A2ES, 1.20, max UDMA/100
[    1.754406] ata3.00: configured for UDMA/100
[    1.758338] scsi 2:0:0:0: CD-ROM            MATSHITA DVD-RAM UJ8A2ES  1.20 PQ: 0 ANSI: 5
[    1.779158] psmouse serio1: synaptics: queried max coordinates: x [..5710], y [..4732]
[    1.825418] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xd00073/0x240000/0xa0400/0x0, board id: 1514, fw id: 743503
[    1.855055] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input2
[    2.077222] ata4: SATA link down (SStatus 0 SControl 300)
[    2.077346] initcall software_resume+0x0/0x220 returned -19 after 897915 usecs
[    2.077448] calling  fb_logo_late_init+0x0/0xf @ 1
[    2.077522] initcall fb_logo_late_init+0x0/0xf returned 0 after 0 usecs
[    2.077599] calling  clk_disable_unused+0x0/0x100 @ 1
[    2.077674] initcall clk_disable_unused+0x0/0x100 returned 0 after 2 usecs
[    2.077751] calling  regulator_init_complete+0x0/0x47 @ 1
[    2.077828] initcall regulator_init_complete+0x0/0x47 returned 0 after 2 usecs
[    2.320064] clocksource: Switched to clocksource tsc
[    2.520412] psmouse serio1: synaptics: queried max coordinates: x [..5710], y [..4732]
[    2.567003] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xd00073/0x240000/0xa0400/0x0, board id: 1514, fw id: 743503
[    2.596711] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input4
[    2.629066] EXT4-fs (sda10): mounting ext3 file system using the ext4 subsystem
[    2.664749] EXT4-fs (sda10): mounted filesystem with writeback data mode. Opts: (null)
[    2.664870] VFS: Mounted root (ext3 filesystem) readonly on device 8:10.
[    2.698377] devtmpfs: mounted
[    2.699284] Freeing unused kernel memory: 1900K
[    2.699356] Write protecting the kernel read-only data: 12288k
[    2.699640] Freeing unused kernel memory: 812K
[    2.700736] Freeing unused kernel memory: 464K
[    3.451655] random: crng init done
[    4.814575] systemd[1]: RTC configured in localtime, applying delta of -480 minutes to system time.
[    4.957337] calling  init_autofs4_fs+0x0/0x27 [autofs4] @ 1
[    4.957498] initcall init_autofs4_fs+0x0/0x27 [autofs4] returned 0 after 79 usecs
[    5.025282] systemd[1]: Mounting cgroup to /sys/fs/cgroup/rdma of type cgroup with options rdma.
[    5.025509] systemd[1]: Mounting cgroup to /sys/fs/cgroup/perf_event of type cgroup with options perf_event.
[    5.025728] systemd[1]: Mounting cgroup to /sys/fs/cgroup/freezer of type cgroup with options freezer.
[    5.032490] systemd[1]: Mounting cgroup to /sys/fs/cgroup/net_cls,net_prio of type cgroup with options net_cls,net_prio.
[    5.032753] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpu,cpuacct of type cgroup with options cpu,cpuacct.
[    5.033059] systemd[1]: Mounting cgroup to /sys/fs/cgroup/hugetlb of type cgroup with options hugetlb.
[    5.033297] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpuset of type cgroup with options cpuset.
[    5.033594] systemd[1]: Mounting cgroup to /sys/fs/cgroup/devices of type cgroup with options devices.
[    5.033812] systemd[1]: Mounting cgroup to /sys/fs/cgroup/pids of type cgroup with options pids.
[    5.034048] systemd[1]: Mounting cgroup to /sys/fs/cgroup/blkio of type cgroup with options blkio.
[    5.218455] systemd-rc-local-generator[101]: Automatically adding rc-local.service.
[    5.232023] systemd-rc-local-generator[101]: Automatically adding halt-local.service.
[    5.378667] systemd-gpt-auto-generator[99]: /dev/sda10: root device /dev/sda.
[    5.433434] systemd-sysv-generator[95]: Looking for unit files in (higher priority first):
[    5.433544] systemd-sysv-generator[95]: 	/etc/systemd/system
[    5.433621] systemd-sysv-generator[95]: 	/run/systemd/system
[    5.433697] systemd-sysv-generator[95]: 	/usr/local/lib/systemd/system
[    5.433775] systemd-sysv-generator[95]: 	/usr/lib/systemd/system
[    5.433852] systemd-sysv-generator[95]: 	/lib/systemd/system
[    5.433971] systemd-sysv-generator[95]: Looking for SysV init scripts in:
[    5.434061] systemd-sysv-generator[95]: 	/etc/init.d
[    5.434139] systemd-sysv-generator[95]: Looking for SysV rcN.d links in:
[    5.434217] systemd-sysv-generator[95]: 	/etc/init.d
[    5.470455] systemd-fstab-generator[105]: Parsing /etc/fstab
[    5.909723] systemd-fstab-generator[105]: Found entry what=/dev/disk/by-uuid/6308fb29-079c-4e1a-965b-83e468f4a41d where=swap type=swap nofail=no noauto=no
[    5.909964] systemd-fstab-generator[105]: Found entry what=/dev/sda10 where=/ type=ext3 nofail=no noauto=no
[    6.172671] systemd-sysv-ge: 17 output lines suppressed due to ratelimiting
[    6.564795] systemd-fstab-generator[105]: Found entry what=/dev/sda5 where=/boot type=ext3 nofail=no noauto=no
[    6.565024] systemd-fstab-generator[105]: Found entry what=/dev/sda6 where=/home type=ext3 nofail=no noauto=no
[    6.565225] systemd-fstab-generator[105]: Found entry what=/dev/sda7 where=/local type=ext3 nofail=no noauto=no
[    6.565428] systemd-fstab-generator[105]: Found entry what=/dev/sda8 where=/tester type=ext4 nofail=no noauto=no
[    6.702540] systemd-gpt-auto-generator[99]: /dev/sda: not a GPT partition table, ignoring.
[    8.458021] calling  init_sg+0x0/0x1000 [sg] @ 115
[    8.458284] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    8.458452] scsi 2:0:0:0: Attached scsi generic sg1 type 5
[    8.458549] initcall init_sg+0x0/0x1000 [sg] returned 0 after 438 usecs
[    8.866748] systemd-journald[117]: Fixed min_use=1.0M max_use=192.2M max_size=24.0M min_size=512.0K keep_free=288.3M n_max_files=100
[    8.867790] systemd-journald[117]: Reserving 43754 entries in hash table.
[    8.868301] systemd-journald[117]: Vacuuming...
[    8.868401] systemd-journald[117]: Vacuuming done, freed 0B of archived journals on disk.
[    8.868516] systemd-journald[117]: Flushing /dev/kmsg...
[    8.909509] systemd-journald[117]: systemd-journald running as pid 117
[    8.910046] systemd-journald[117]: Sent READY=1 notification.
[    8.910408] systemd-journald[117]: Sent WATCHDOG=1 notification.
[    8.913445] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[    8.914312] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[    9.484925] EXT4-fs (sda10): re-mounted. Opts: data=writeback,acl
[   12.044021] systemd[1]: Received SIGCHLD from PID 150 (plymouthd).
[   12.055020] systemd[1]: Child 150 (plymouthd) died (code=exited, status=0/SUCCESS)
[   12.066016] systemd[1]: plymouth-start.service: Child 150 belongs to plymouth-start.service
[   12.077022] systemd[1]: plymouth-start.service: Control process exited, code=exited status=0
[   12.088019] systemd[1]: plymouth-start.service: Got final SIGCHLD for state start.
[   12.099019] systemd[1]: plymouth-start.service: Main PID guessed: 160
[   12.121021] systemd[1]: plymouth-start.service: Forked /usr/bin/plymouth as 161
[   12.132017] systemd[1]: plymouth-start.service: Changed start -> start-post
[   12.143016] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/plymouth_2dstart_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=28 reply_cookie=0 error=n/a
[   12.154018] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/plymouth_2dstart_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=29 reply_cookie=0 error=n/a
[   17.755727] systemd-journald[117]: Root directory /run/log/journal removed.
[   17.755814] systemd-journald[117]: Directory /run/log/journal/69c54807c3cb473b82a49c7b7e022c37 removed.
[   17.755925] systemd-journald[117]: mmap cache statistics: 102038 hit, 1 miss
[   18.890424] systemd-journald[117]: Vacuuming...
[   19.948973] systemd-journald[117]: Vacuuming done, freed 0B of archived journals on disk.
[   19.965022] systemd[1]: Got disconnect on private connection.
[   19.976017] systemd[1]: Received SIGCHLD from PID 141 (journalctl).
[   19.987017] systemd[1]: Child 141 (journalctl) died (code=exited, status=0/SUCCESS)
[   19.998021] systemd[1]: systemd-journal-flush.service: Child 141 belongs to systemd-journal-flush.service
[   20.020020] systemd[1]: systemd-journal-flush.service: Changed start -> exited
[   20.031016] systemd[1]: systemd-journal-flush.service: Job systemd-journal-flush.service/start finished, result=done
[   20.049020] systemd[1]: Got cgroup empty notification for: /system.slice/systemd-journal-flush.service
[   20.086023] systemd[1]: Received SIGRTMIN+20 from PID 160 (plymouthd).
[   20.115021] systemd[1]: systemd-ask-password-plymouth.path: ConditionKernelCommandLine=!plymouth.enable=0 succeeded.
[   20.916992] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 157
[   20.917058] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   20.917592] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 151
[   20.917645] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   20.918466] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 152
[   20.918520] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   20.918987] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 156
[   20.919091] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   20.919521] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 154
[   20.919574] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   20.919998] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 158
[   20.920067] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   20.920542] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 159
[   20.920618] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   20.921100] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 153
[   20.921177] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   20.926782] calling  acpi_button_driver_init+0x0/0x1000 [button] @ 155
[   20.927024] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
[   20.927150] ACPI: Power Button [PWRB]
[   20.927373] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input6
[   20.927489] ACPI: Lid Switch [LID]
[   20.927692] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[   20.927807] ACPI: Power Button [PWRF]
[   20.927923] initcall acpi_button_driver_init+0x0/0x1000 [button] returned 0 after 1039 usecs
[   21.021199] calling  pcc_cpufreq_init+0x0/0xea7 [pcc_cpufreq] @ 154
[   21.021289] initcall pcc_cpufreq_init+0x0/0xea7 [pcc_cpufreq] returned -19 after 9 usecs
[   21.021756] calling  pcc_cpufreq_init+0x0/0xea7 [pcc_cpufreq] @ 151
[   21.021839] initcall pcc_cpufreq_init+0x0/0xea7 [pcc_cpufreq] returned -19 after 6 usecs
[   21.189949] calling  fjes_init_module+0x0/0x1000 [fjes] @ 165
[   21.190204] initcall fjes_init_module+0x0/0x1000 [fjes] returned -19 after 155 usecs
[   21.320023] calling  acpi_ac_init+0x0/0x1000 [ac] @ 164
[   21.320274] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[   21.320464] ACPI: AC Adapter [ADP1] (on-line)
[   21.320590] initcall acpi_ac_init+0x0/0x1000 [ac] returned 0 after 475 usecs
[   21.327775] calling  acpi_battery_init+0x0/0xf5e [battery] @ 167
[   21.327857] initcall acpi_battery_init+0x0/0xf5e [battery] returned 0 after 3 usecs
[   21.330475] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[   21.330590] ACPI: Battery Slot [BAT1] (battery present)
[   21.339754] calling  acpi_video_init+0x0/0x1000 [video] @ 166
[   21.339838] initcall acpi_video_init+0x0/0x1000 [video] returned 0 after 6 usecs
[   21.419749] calling  fjes_init_module+0x0/0x1000 [fjes] @ 169
[   21.419992] initcall fjes_init_module+0x0/0x1000 [fjes] returned -19 after 157 usecs
[   21.520757] calling  fjes_init_module+0x0/0x1000 [fjes] @ 169
[   21.520994] initcall fjes_init_module+0x0/0x1000 [fjes] returned -19 after 150 usecs
[   21.522904] calling  fjes_init_module+0x0/0x1000 [fjes] @ 190
[   21.562642] initcall fjes_init_module+0x0/0x1000 [fjes] returned -19 after 38724 usecs
[   21.646057] SMP alternatives: switching to SMP code
[   21.665812] smpboot: Booting Node 0 Processor 2 APIC 0x2
[   21.738266] smpboot: Booting Node 0 Processor 3 APIC 0x3
[   21.746293] x86: Booting SMP configuration:
[   21.746368] smpboot: Booting Node 0 Processor 1 APIC 0x1
[   21.760134] calling  rfkill_init+0x0/0xf8 [rfkill] @ 186
[   21.760327] initcall rfkill_init+0x0/0xf8 [rfkill] returned 0 after 109 usecs
[   21.894985] calling  acpi_thermal_init+0x0/0x1000 [thermal] @ 159
[   21.896664] thermal LNXTHERM:00: registered as thermal_zone0
[   21.896740] ACPI: Thermal Zone [TZ01] (66 C)
[   21.896860] initcall acpi_thermal_init+0x0/0x1000 [thermal] returned 0 after 1741 usecs
[   22.211768] calling  toshiba_bt_rfkill_driver_init+0x0/0x1000 [toshiba_bluetooth] @ 186
[   22.211945] initcall toshiba_bt_rfkill_driver_init+0x0/0x1000 [toshiba_bluetooth] returned 0 after 66 usecs
[   22.323521] calling  rapl_pmu_init+0x0/0x1000 [intel_rapl_perf] @ 183
[   22.323755] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[   22.323857] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[   22.323930] RAPL PMU: hw unit of domain package 2^-16 Joules
[   22.324013] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[   22.324089] initcall rapl_pmu_init+0x0/0x1000 [intel_rapl_perf] returned 0 after 474 usecs
[   22.351542] calling  iio_init+0x0/0x1000 [industrialio] @ 164
[   22.351679] initcall iio_init+0x0/0x1000 [industrialio] returned 0 after 53 usecs
[   22.393743] calling  toshiba_haps_driver_init+0x0/0x1000 [toshiba_haps] @ 154
[   22.394015] toshiba_haps: Toshiba HDD Active Protection Sensor device
[   22.428781] calling  leds_init+0x0/0x1000 [led_class] @ 164
[   22.428886] initcall leds_init+0x0/0x1000 [led_class] returned 0 after 25 usecs
[   22.499707] initcall toshiba_haps_driver_init+0x0/0x1000 [toshiba_haps] returned 0 after 103401 usecs
[   22.512937] calling  acpi_wmi_init+0x0/0x1000 [wmi] @ 164
[   22.513136] initcall acpi_wmi_init+0x0/0x1000 [wmi] returned 0 after 110 usecs
[   22.633518] calling  intel_uncore_init+0x0/0xe74 [intel_uncore] @ 177
[   22.634109] initcall intel_uncore_init+0x0/0xe74 [intel_uncore] returned 0 after 489 usecs
[   22.690924] calling  cstate_pmu_init+0x0/0xf7b [intel_cstate] @ 177
[   22.691362] initcall cstate_pmu_init+0x0/0xf7b [intel_cstate] returned 0 after 316 usecs
[   22.799749] calling  pcspkr_platform_driver_init+0x0/0x1000 [pcspkr] @ 180
[   22.800071] input: PC Speaker as /devices/platform/pcspkr/input/input8
[   22.800248] initcall pcspkr_platform_driver_init+0x0/0x1000 [pcspkr] returned 0 after 401 usecs
[   22.985658] calling  init_soundcore+0x0/0x1000 [soundcore] @ 180
[   22.985787] initcall init_soundcore+0x0/0x1000 [soundcore] returned 0 after 42 usecs
[   22.996025] systemd[1]: sys-devices-virtual-tty-ttya2.device: Changed dead -> plugged
[   23.026257] calling  toshiba_acpi_init+0x0/0x1000 [toshiba_acpi] @ 164
[   23.026391] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.24
[   23.088524] input: Toshiba input device as /devices/virtual/input/input9
[   23.112764] toshiba_acpi: Registering Toshiba accelerometer iio device
[   23.141836] toshiba_acpi: Supported laptop features: hotkeys video-out fan touchpad accelerometer-axes usb-sleep-charge panel-power-on cooling-method
[   23.142086] initcall toshiba_acpi_init+0x0/0x1000 [toshiba_acpi] returned 0 after 113033 usecs
[   23.430279] calling  pps_init+0x0/0x1000 [pps_core] @ 172
[   23.430386] pps_core: LinuxPPS API ver. 1 registered
[   23.430459] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   23.430564] initcall pps_init+0x0/0x1000 [pps_core] returned 0 after 201 usecs
[   23.573449] calling  mei_init+0x0/0xae [mei] @ 188
[   23.573593] initcall mei_init+0x0/0xae [mei] returned 0 after 62 usecs
[   23.715860] calling  cryptd_init+0x0/0x1000 [cryptd] @ 166
[   23.715945] initcall cryptd_init+0x0/0x1000 [cryptd] returned 0 after 4 usecs
[   23.755194] calling  lpc_ich_driver_init+0x0/0x1000 [lpc_ich] @ 184
[   23.755431] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20170831/utaddress-247)
[   23.755575] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   23.755683] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000057B (\GPIO) (20170831/utaddress-247)
[   23.755825] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   23.755932] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000057B (\GPIO) (20170831/utaddress-247)
[   23.756081] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   23.756187] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000057B (\GPIO) (20170831/utaddress-247)
[   23.756329] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   23.756435] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   23.756574] initcall lpc_ich_driver_init+0x0/0x1000 [lpc_ich] returned 0 after 1270 usecs
[   23.789889] calling  ledtrig_usb_init+0x0/0x1000 [usb_common] @ 151
[   23.789971] initcall ledtrig_usb_init+0x0/0x1000 [usb_common] returned 0 after 4 usecs
[   23.996405] calling  serio_raw_drv_init+0x0/0x1000 [serio_raw] @ 185
[   23.996534] initcall serio_raw_drv_init+0x0/0x1000 [serio_raw] returned 0 after 47 usecs
[   24.009076] calling  ptp_init+0x0/0x1000 [ptp] @ 172
[   24.009177] PTP clock support registered
[   24.009249] initcall ptp_init+0x0/0x1000 [ptp] returned 0 after 95 usecs
[   24.070866] calling  mei_me_driver_init+0x0/0x1000 [mei_me] @ 188
[   24.071053] initcall mei_me_driver_init+0x0/0x1000 [mei_me] returned 0 after 98 usecs
[   24.193564] calling  shpcd_init+0x0/0x1000 [shpchp] @ 175
[   24.193702] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   24.193780] initcall shpcd_init+0x0/0x1000 [shpchp] returned 0 after 133 usecs
[   24.263952] calling  cdrom_init+0x0/0x1000 [cdrom] @ 155
[   24.264055] initcall cdrom_init+0x0/0x1000 [cdrom] returned 0 after 12 usecs
[   24.652321] calling  mac_hid_init+0x0/0x1000 [mac_hid] @ 202
[   24.652412] initcall mac_hid_init+0x0/0x1000 [mac_hid] returned 0 after 10 usecs
[   24.788937] calling  init_sr+0x0/0x1000 [sr_mod] @ 155
[   24.803457] sr 2:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[   24.803564] cdrom: Uniform CD-ROM driver Revision: 3.20
[   24.803989] sr 2:0:0:0: Attached scsi CD-ROM sr0
[   24.804130] initcall init_sr+0x0/0x1000 [sr_mod] returned 0 after 14734 usecs
[   25.110275] calling  alsa_sound_init+0x0/0x84 [snd] @ 237
[   25.110460] initcall alsa_sound_init+0x0/0x84 [snd] returned 0 after 97 usecs
[   25.136051] systemd[1]: dev-ttyra.device: Changed dead -> plugged
[   25.147046] systemd[1]: sys-devices-virtual-tty-ttyra.device: Changed dead -> plugged
[   25.158044] systemd[1]: dev-ttyr9.device: Changed dead -> plugged
[   25.169062] systemd[1]: sys-devices-virtual-tty-ttyr9.device: Changed dead -> plugged
[   25.181017] systemd[1]: dev-ttyrb.device: Changed dead -> plugged
[   25.192019] systemd[1]: sys-devices-virtual-tty-ttyrb.device: Changed dead -> plugged
[   25.533945] calling  mousedev_init+0x0/0x1000 [mousedev] @ 202
[   25.534315] mousedev: PS/2 mouse device common for all mice
[   25.534392] initcall mousedev_init+0x0/0x1000 [mousedev] returned 0 after 340 usecs
[   25.592765] calling  usb_init+0x0/0x170 [usbcore] @ 190
[   25.592858] ACPI: bus type USB registered
[   25.593031] usbcore: registered new interface driver usbfs
[   25.593154] usbcore: registered new interface driver hub
[   25.593300] usbcore: registered new device driver usb
[   25.593381] initcall usb_init+0x0/0x170 [usbcore] returned 0 after 517 usecs
[   25.614993] calling  e1000_init_module+0x0/0x1000 [e1000e] @ 172
[   25.615084] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[   25.615160] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[   25.616995] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   25.744624] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[   25.813062] calling  ehci_hcd_init+0x0/0x1000 [ehci_hcd] @ 190
[   25.813141] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   25.813227] initcall ehci_hcd_init+0x0/0x1000 [ehci_hcd] returned 0 after 82 usecs
[   25.870132] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) e8:9d:87:4a:c2:2d
[   25.870241] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[   25.870362] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF
[   25.870509] initcall e1000_init_module+0x0/0x1000 [e1000e] returned 0 after 249429 usecs
[   25.931043] systemd[1]: dev-ttys3.device: Changed dead -> plugged
[   25.942110] systemd[1]: sys-devices-virtual-tty-ttys3.device: Changed dead -> plugged
[   25.953064] systemd[1]: dev-ttys4.device: Changed dead -> plugged
[   25.964152] systemd[1]: sys-devices-virtual-tty-ttys4.device: Changed dead -> plugged
[   26.006456] calling  input_leds_init+0x0/0x1000 [input_leds] @ 206
[   26.006799] initcall input_leds_init+0x0/0x1000 [input_leds] returned 0 after 255 usecs
[   26.104536] calling  ehci_pci_init+0x0/0x1000 [ehci_pci] @ 190
[   26.104616] ehci-pci: EHCI PCI platform driver
[   26.106370] ehci-pci 0000:00:1a.0: EHCI Host Controller
[   26.106461] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[   26.106577] ehci-pci 0000:00:1a.0: debug port 2
[   26.110579] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[   26.110679] ehci-pci 0000:00:1a.0: irq 16, io mem 0xc4829000
[   26.117011] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[   26.117267] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   26.117340] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   26.117438] usb usb1: Product: EHCI Host Controller
[   26.117509] usb usb1: Manufacturer: Linux 4.15.0-rc1 ehci_hcd
[   26.117583] usb usb1: SerialNumber: 0000:00:1a.0
[   26.118095] hub 1-0:1.0: USB hub found
[   26.118192] hub 1-0:1.0: 3 ports detected
[   26.120329] ehci-pci 0000:00:1d.0: EHCI Host Controller
[   26.120411] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[   26.120524] ehci-pci 0000:00:1d.0: debug port 2
[   26.124494] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[   26.124592] ehci-pci 0000:00:1d.0: irq 23, io mem 0xc4828000
[   26.131030] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[   26.131300] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[   26.131374] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   26.131474] usb usb2: Product: EHCI Host Controller
[   26.131545] usb usb2: Manufacturer: Linux 4.15.0-rc1 ehci_hcd
[   26.131623] usb usb2: SerialNumber: 0000:00:1d.0
[   26.132130] hub 2-0:1.0: USB hub found
[   26.132221] hub 2-0:1.0: 3 ports detected
[   26.132739] initcall ehci_pci_init+0x0/0x1000 [ehci_pci] returned 0 after 27461 usecs
[   26.319255] calling  joydev_init+0x0/0x1000 [joydev] @ 202
[   26.319338] initcall joydev_init+0x0/0x1000 [joydev] returned 0 after 2 usecs
[   26.400215] calling  xhci_hcd_init+0x0/0x22 [xhci_hcd] @ 152
[   26.400309] initcall xhci_hcd_init+0x0/0x22 [xhci_hcd] returned 0 after 11 usecs
[   26.442014] usb 1-1: new high-speed USB device number 2 using ehci-pci
[   26.458062] usb 2-1: new high-speed USB device number 2 using ehci-pci
[   26.524489] calling  mmc_init+0x0/0x1000 [mmc_core] @ 173
[   26.524676] initcall mmc_init+0x0/0x1000 [mmc_core] returned 0 after 100 usecs
[   26.567191] calling  xhci_pci_init+0x0/0x1000 [xhci_pci] @ 152
[   26.567727] xhci_hcd 0000:05:00.0: xHCI Host Controller
[   26.567814] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 3
[   26.568136] xhci_hcd 0000:05:00.0: hcc params 0x014042c3 hci version 0x96 quirks 0x00000004
[   26.568969] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[   26.569050] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   26.569150] usb usb3: Product: xHCI Host Controller
[   26.569222] usb usb3: Manufacturer: Linux 4.15.0-rc1 xhci-hcd
[   26.569294] usb usb3: SerialNumber: 0000:05:00.0
[   26.569787] hub 3-0:1.0: USB hub found
[   26.569884] hub 3-0:1.0: 2 ports detected
[   26.570290] xhci_hcd 0000:05:00.0: xHCI Host Controller
[   26.570371] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 4
[   26.571419] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[   26.571538] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   26.571561] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[   26.571672] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[   26.571673] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   26.571673] usb usb4: Product: xHCI Host Controller
[   26.571674] usb usb4: Manufacturer: Linux 4.15.0-rc1 xhci-hcd
[   26.571675] usb usb4: SerialNumber: 0000:05:00.0
[   26.572127] hub 4-0:1.0: USB hub found
[   26.572240] hub 4-0:1.0: 2 ports detected
[   26.572548] hub 1-1:1.0: USB hub found
[   26.572662] hub 1-1:1.0: 6 ports detected
[   26.572752] initcall xhci_pci_init+0x0/0x1000 [xhci_pci] returned 0 after 5351 usecs
[   26.586662] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[   26.586746] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   26.587382] hub 2-1:1.0: USB hub found
[   26.587560] hub 2-1:1.0: 6 ports detected
[   26.621818] calling  alsa_timer_init+0x0/0x1000 [snd_timer] @ 243
[   26.622014] initcall alsa_timer_init+0x0/0x1000 [snd_timer] returned 0 after 111 usecs
[   26.714400] calling  cfg80211_init+0x0/0xd4 [cfg80211] @ 159
[   26.714732] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   26.715047] initcall cfg80211_init+0x0/0xd4 [cfg80211] returned 0 after 521 usecs
[   26.815969] calling  sdhci_drv_init+0x0/0x1000 [sdhci] @ 173
[   26.816062] sdhci: Secure Digital Host Controller Interface driver
[   26.816135] sdhci: Copyright(c) Pierre Ossman
[   26.816209] initcall sdhci_drv_init+0x0/0x1000 [sdhci] returned 0 after 141 usecs
[   26.848119] usb 1-1.5: new high-speed USB device number 3 using ehci-pci
[   26.890014] usb 3-1: new low-speed USB device number 2 using xhci_hcd
[   26.905623] calling  aes_init+0x0/0x1000 [aes_x86_64] @ 157
[   26.905784] initcall aes_init+0x0/0x1000 [aes_x86_64] returned 0 after 77 usecs
[   26.930872] calling  evdev_init+0x0/0x1000 [evdev] @ 202
[   26.931575] initcall evdev_init+0x0/0x1000 [evdev] returned 0 after 611 usecs
[   27.045600] usb 3-1: New USB device found, idVendor=1241, idProduct=1122
[   27.045703] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   27.155660] usb 1-1.5: New USB device found, idVendor=0bda, idProduct=58f5
[   27.155741] usb 1-1.5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[   27.155840] usb 1-1.5: Product: 2SF001
[   27.155910] usb 1-1.5: Manufacturer: XZB4F2H6
[   27.155980] usb 1-1.5: SerialNumber: 0x0001
[   27.277893] calling  sdhci_driver_init+0x0/0x1000 [sdhci_pci] @ 173
[   27.278055] sdhci-pci 0000:01:00.0: SDHCI controller found [1180:e823] (rev 4)
[   27.279775] mmc0: SDHCI controller on PCI [0000:01:00.0] using DMA
[   27.280286] initcall sdhci_driver_init+0x0/0x1000 [sdhci_pci] returned 0 after 2251 usecs
[   27.458866] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   27.459013] cfg80211: failed to load regulatory.db
[   27.697882] calling  iTCO_vendor_init_module+0x0/0x1000 [iTCO_vendor_support] @ 153
[   27.697989] iTCO_vendor_support: vendor-support=0
[   27.698078] initcall iTCO_vendor_init_module+0x0/0x1000 [iTCO_vendor_support] returned 0 after 84 usecs
[   27.826639] calling  iTCO_wdt_init_module+0x0/0x1000 [iTCO_wdt] @ 153
[   27.826718] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   27.826868] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[   27.827209] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   27.827340] initcall iTCO_wdt_init_module+0x0/0x1000 [iTCO_wdt] returned 0 after 605 usecs
[   28.004189] calling  iwl_drv_init+0x0/0x1000 [iwlwifi] @ 159
[   28.004267] Intel(R) Wireless WiFi driver for Linux
[   28.004339] Copyright(c) 2003- 2015 Intel Corporation
[   28.005043] iwlwifi 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
[   28.005650] initcall iwl_drv_init+0x0/0x1000 [iwlwifi] returned 0 after 1338 usecs
[   28.138405] calling  alsa_seq_device_init+0x0/0x1000 [snd_seq_device] @ 244
[   28.138543] initcall alsa_seq_device_init+0x0/0x1000 [snd_seq_device] returned 0 after 52 usecs
[   28.262188] calling  aesni_init+0x0/0x1f1 [aesni_intel] @ 183
[   28.262270] AVX version of gcm_enc/dec engaged.
[   28.262345] AES CTR mode by8 optimization enabled
[   28.306580] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   28.307487] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   28.308347] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   28.309114] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   28.375958] calling  alsa_seq_init+0x0/0x48 [snd_seq] @ 261
[   28.376238] initcall alsa_seq_init+0x0/0x48 [snd_seq] returned 0 after 171 usecs
[   29.197378] iwlwifi 0000:04:00.0: loaded firmware version 39.31.5.1 build 35138 op_mode iwldvm
[   29.265180] calling  crypto_pcbc_module_init+0x0/0x1000 [pcbc] @ 320
[   29.265265] initcall crypto_pcbc_module_init+0x0/0x1000 [pcbc] returned 0 after 0 usecs
[   29.265835] alg: No test for pcbc(aes) (pcbc-aes-aesni)
[   29.265935] initcall aesni_init+0x0/0x1f1 [aesni_intel] returned 0 after 980134 usecs
[   29.290524] calling  alsa_pcm_init+0x0/0x1000 [snd_pcm] @ 288
[   29.290629] initcall alsa_pcm_init+0x0/0x1000 [snd_pcm] returned 0 after 15 usecs
[   29.389352] calling  alsa_hwdep_init+0x0/0x1000 [snd_hwdep] @ 169
[   29.389452] initcall alsa_hwdep_init+0x0/0x1000 [snd_hwdep] returned 0 after 16 usecs
[   29.664977] calling  hda_bus_init+0x0/0x1000 [snd_hda_core] @ 169
[   29.665112] initcall hda_bus_init+0x0/0x1000 [snd_hda_core] returned 0 after 41 usecs
[   30.054860] calling  ghash_pclmulqdqni_mod_init+0x0/0x1000 [ghash_clmulni_intel] @ 177
[   30.057629] initcall ghash_pclmulqdqni_mod_init+0x0/0x1000 [ghash_clmulni_intel] returned 0 after 2593 usecs
[   30.275857] calling  pcsp_init+0x0/0x1000 [snd_pcsp] @ 180
[   30.275940] Error: Driver 'pcspkr' is already registered, aborting...
[   30.276035] initcall pcsp_init+0x0/0x1000 [snd_pcsp] returned -16 after 93 usecs
[   30.467615] calling  crc32c_intel_mod_init+0x0/0x1000 [crc32c_intel] @ 157
[   30.467893] initcall crc32c_intel_mod_init+0x0/0x1000 [crc32c_intel] returned 0 after 188 usecs
[   31.075193] calling  crc32_pclmul_mod_init+0x0/0x1000 [crc32_pclmul] @ 157
[   31.075484] initcall crc32_pclmul_mod_init+0x0/0x1000 [crc32_pclmul] returned 0 after 201 usecs
[   31.194796] calling  crct10dif_intel_mod_init+0x0/0x1000 [crct10dif_pclmul] @ 157
[   31.195277] initcall crct10dif_intel_mod_init+0x0/0x1000 [crct10dif_pclmul] returned 0 after 357 usecs
[   31.236649] calling  i915_init+0x0/0x1000 [i915] @ 165
[   31.240427] [drm] Memory usable by graphics device = 2048M
[   31.240513] [drm] Replacing VGA console driver
[   31.241560] Console: switching to colour dummy device 80x25
[   31.241665] pmd_set_huge: Cannot satisfy [mem 0xb0000000-0xb0200000] with a huge-page mapping due to MTRR override.
[   31.248115] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   31.248122] [drm] Driver supports precise vblank timestamp query.
[   31.251411] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   31.325485] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 0
[   31.327590] ACPI: Video Device [GFX0] (multi-head: yes  rom: yes  post: no)
[   31.335901] acpi device:04: registered as cooling_device4
[   31.336586] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input10
[   31.337072] initcall i915_init+0x0/0x1000 [i915] returned 0 after 97947 usecs
[   31.358708] fbcon: inteldrmfb (fb0) is primary device
[   31.810673] Console: switching to colour frame buffer device 170x48
[   31.829641] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   32.033965] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   32.034392] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   32.035323] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   32.140222] calling  azx_driver_init+0x0/0x1000 [snd_hda_intel] @ 169
[   32.142303] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   32.142344] initcall azx_driver_init+0x0/0x1000 [snd_hda_intel] returned 0 after 2033 usecs
[   32.324496] calling  hid_init+0x0/0x65 [hid] @ 153
[   32.324618] hidraw: raw HID events driver (C) Jiri Kosina
[   32.324669] initcall hid_init+0x0/0x65 [hid] returned 0 after 129 usecs
[   32.369761] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   32.406308] calling  generic_driver_init+0x0/0x1000 [snd_hda_codec_generic] @ 369
[   32.406433] initcall generic_driver_init+0x0/0x1000 [snd_hda_codec_generic] returned 0 after 76 usecs
[   32.840826] calling  media_devnode_init+0x0/0x1000 [media] @ 208
[   32.840861] media: Linux media interface: v0.10
[   32.842273] initcall media_devnode_init+0x0/0x1000 [media] returned 0 after 1373 usecs
[   33.103642] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   33.269092] calling  realtek_driver_init+0x0/0x1000 [snd_hda_codec_realtek] @ 369
[   33.270943] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VB: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   33.271936] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   33.272916] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   33.273886] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   33.274857] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   33.275816] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[   33.276785] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[   33.283898] initcall realtek_driver_init+0x0/0x1000 [snd_hda_codec_realtek] returned 0 after 13323 usecs
[   33.441819] calling  ieee80211_init+0x0/0x3f [mac80211] @ 324
[   33.442807] initcall ieee80211_init+0x0/0x3f [mac80211] returned 0 after 10 usecs
[   33.471690] calling  videodev_init+0x0/0x1000 [videodev] @ 208
[   33.472828] Linux video capture interface: v2.00
[   33.473822] initcall videodev_init+0x0/0x1000 [videodev] returned 0 after 963 usecs
[   33.487965] calling  hid_init+0x0/0x1000 [usbhid] @ 153
[   33.505880] usbcore: registered new interface driver usbhid
[   33.506997] usbhid: USB HID core driver
[   33.507942] initcall hid_init+0x0/0x1000 [usbhid] returned 0 after 18501 usecs
[   33.599976] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   33.633247] calling  hdmi_driver_init+0x0/0x1000 [snd_hda_codec_hdmi] @ 375
[   33.635474] initcall hdmi_driver_init+0x0/0x1000 [snd_hda_codec_hdmi] returned 0 after 1134 usecs
[   33.637814] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   33.640673] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[   33.641938] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[   33.643193] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[   34.093729] calling  usb_mouse_driver_init+0x0/0x1000 [usbmouse] @ 153
[   34.094900] usbcore: registered new interface driver usbmouse
[   34.095952] initcall usb_mouse_driver_init+0x0/0x1000 [usbmouse] returned 0 after 1100 usecs
[   34.216608] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   34.389404] calling  iwl_init+0x0/0x1000 [iwldvm] @ 324
[   34.390594] iwlwifi 0000:04:00.0: CONFIG_IWLWIFI_DEBUG disabled
[   34.391607] iwlwifi 0000:04:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[   34.392594] iwlwifi 0000:04:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[   34.393567] iwlwifi 0000:04:00.0: Detected Intel(R) Centrino(R) Wireless-N 1000 BGN, REV=0x6C
[   34.405443] calling  hid_generic_init+0x0/0x1000 [hid_generic] @ 155
[   34.409783] input: HID 1241:1122 as /devices/pci0000:00/0000:00:1c.4/0000:05:00.0/usb3/3-1/3-1:1.0/0003:1241:1122.0001/input/input15
[   34.413050] hid-generic 0003:1241:1122.0001: input,hidraw0: USB HID v1.00 Mouse [HID 1241:1122] on usb-0000:05:00.0-1/input0
[   34.415761] initcall hid_generic_init+0x0/0x1000 [hid_generic] returned 0 after 6406 usecs
[   34.440653] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   34.953333] calling  uvc_init+0x0/0x1000 [uvcvideo] @ 208
[   34.962203] calling  arc4_init+0x0/0x1000 [arc4] @ 383
[   34.963506] initcall arc4_init+0x0/0x1000 [arc4] returned 0 after 227 usecs
[   34.965902] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   34.968017] initcall iwl_init+0x0/0x1000 [iwldvm] returned 0 after 563913 usecs
[   34.977591] uvcvideo: Found UVC 1.00 device 2SF001 (0bda:58f5)
[   35.008868] uvcvideo 1-1.5:1.0: Entity type for entity Processing 2 was not initialized!
[   35.009950] uvcvideo 1-1.5:1.0: Entity type for entity Camera 1 was not initialized!
[   35.011016] uvcvideo 1-1.5:1.0: Entity type for entity Extension 4 was not initialized!
[   35.012283] input: 2SF001: TOSHIBA Web Camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input16
[   35.013502] usbcore: registered new interface driver uvcvideo
[   35.014776] USB Video Class driver (1.1.1)
[   35.015839] initcall uvc_init+0x0/0x1000 [uvcvideo] returned 0 after 59372 usecs
[   35.440153] Adding 8388604k swap on /dev/sda9.  Priority:-2 extents:1 across:8388604k FS
[   35.838091] calling  vmx_init+0x0/0x2ad [kvm_intel] @ 183
[   35.841123] initcall vmx_init+0x0/0x2ad [kvm_intel] returned 0 after 1718 usecs
[   35.959901] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   36.088321] EXT4-fs (sda7): mounting ext3 file system using the ext4 subsystem
[   36.216074] calling  powerclamp_init+0x0/0x1000 [intel_powerclamp] @ 166
[   36.217544] initcall powerclamp_init+0x0/0x1000 [intel_powerclamp] returned 0 after 101 usecs
[   36.334487] calling  pkg_temp_thermal_init+0x0/0x1000 [x86_pkg_temp_thermal] @ 157
[   36.336021] initcall pkg_temp_thermal_init+0x0/0x1000 [x86_pkg_temp_thermal] returned 0 after 164 usecs
[   36.338234] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 183
[   36.339582] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   36.358515] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 177
[   36.359650] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   36.374531] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 157
[   36.375818] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   36.397507] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 166
[   36.398677] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   36.536783] calling  rapl_init+0x0/0x1000 [intel_rapl] @ 177
[   36.538047] intel_rapl: Found RAPL domain package
[   36.539212] intel_rapl: Found RAPL domain core
[   36.540168] intel_rapl: Found RAPL domain uncore
[   36.541126] intel_rapl: RAPL package 0 domain package locked by BIOS
[   36.542461] initcall rapl_init+0x0/0x1000 [intel_rapl] returned 0 after 4391 usecs
[   36.772956] calling  hwmon_init+0x0/0x1000 [hwmon] @ 177
[   36.774159] initcall hwmon_init+0x0/0x1000 [hwmon] returned 0 after 39 usecs
[   36.869285] EXT4-fs (sda7): mounted filesystem with writeback data mode. Opts: data=writeback,acl
[   36.962837] calling  coretemp_init+0x0/0x1000 [coretemp] @ 166
[   36.965049] initcall coretemp_init+0x0/0x1000 [coretemp] returned 0 after 1048 usecs
[   36.968447] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 185
[   36.969563] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   36.986591] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 165
[   36.987664] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   37.003497] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 155
[   37.004456] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[   37.181773] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   37.194457] EXT4-fs (sda6): mounting ext3 file system using the ext4 subsystem
[   37.266281] EXT4-fs (sda6): mounted filesystem with writeback data mode. Opts: data=writeback,acl
[   37.581953] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   37.645425] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   37.737124] EXT4-fs (sda5): mounting ext3 file system using the ext4 subsystem
[   37.759641] EXT4-fs (sda5): mounted filesystem with writeback data mode. Opts: data=writeback,acl
[   37.765323] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   37.793559] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   37.847599] EXT4-fs (sda8): mounted filesystem with writeback data mode. Opts: data=writeback,acl
[   37.855123] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   42.631336] calling  xt_init+0x0/0x1000 [x_tables] @ 463
[   42.632646] initcall xt_init+0x0/0x1000 [x_tables] returned 0 after 4 usecs
[   42.728576] calling  ip6_tables_init+0x0/0x1000 [ip6_tables] @ 463
[   42.729514] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   42.730435] initcall ip6_tables_init+0x0/0x1000 [ip6_tables] returned 0 after 915 usecs
[   42.908214] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   42.909255] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   42.975274] calling  ip6table_filter_init+0x0/0x1000 [ip6table_filter] @ 466
[   43.004013] initcall ip6table_filter_init+0x0/0x1000 [ip6table_filter] returned 0 after 27192 usecs
[   43.100793] calling  libcrc32c_mod_init+0x0/0x1000 [libcrc32c] @ 473
[   43.101679] initcall libcrc32c_mod_init+0x0/0x1000 [libcrc32c] returned 0 after 8 usecs
[   43.549276] calling  nf_conntrack_standalone_init+0x0/0x1000 [nf_conntrack] @ 473
[   43.549519] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   43.549857] initcall nf_conntrack_standalone_init+0x0/0x1000 [nf_conntrack] returned 0 after 512 usecs
[   43.787571] calling  conntrack_mt_init+0x0/0x1000 [xt_conntrack] @ 473
[   43.787615] initcall conntrack_mt_init+0x0/0x1000 [xt_conntrack] returned 0 after 0 usecs
[   43.921613] calling  ip_tables_init+0x0/0x1000 [ip_tables] @ 495
[   43.921684] ip_tables: (C) 2000-2006 Netfilter Core Team
[   43.921719] initcall ip_tables_init+0x0/0x1000 [ip_tables] returned 0 after 55 usecs
[   44.046524] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   44.046951] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   44.047836] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   44.048259] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   44.049186] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   44.184455] calling  nf_defrag_init+0x0/0x1000 [nf_defrag_ipv4] @ 497
[   44.184508] initcall nf_defrag_init+0x0/0x1000 [nf_defrag_ipv4] returned 0 after 0 usecs
[   44.207103] calling  nf_conntrack_l3proto_ipv4_init+0x0/0x1000 [nf_conntrack_ipv4] @ 497
[   44.207283] initcall nf_conntrack_l3proto_ipv4_init+0x0/0x1000 [nf_conntrack_ipv4] returned 0 after 124 usecs
[   44.341723] calling  nf_conntrack_netbios_ns_init+0x0/0x1000 [nf_conntrack_netbios_ns] @ 500
[   44.341773] initcall nf_conntrack_netbios_ns_init+0x0/0x1000 [nf_conntrack_netbios_ns] returned 0 after 1 usecs
[   44.387650] calling  ip6table_mangle_init+0x0/0x1000 [ip6table_mangle] @ 504
[   44.423015] initcall ip6table_mangle_init+0x0/0x1000 [ip6table_mangle] returned 0 after 34487 usecs
[   44.645324] calling  iptable_filter_init+0x0/0x1000 [iptable_filter] @ 517
[   44.666120] initcall iptable_filter_init+0x0/0x1000 [iptable_filter] returned 0 after 20237 usecs
[   44.746292] calling  xt_ct_tg_init+0x0/0x1000 [xt_CT] @ 519
[   44.747389] initcall xt_ct_tg_init+0x0/0x1000 [xt_CT] returned 0 after 0 usecs
[   44.799684] calling  iptable_raw_init+0x0/0x1000 [iptable_raw] @ 521
[   44.814108] initcall iptable_raw_init+0x0/0x1000 [iptable_raw] returned 0 after 12897 usecs
[   44.991259] calling  reject_tg_init+0x0/0x1000 [ipt_REJECT] @ 523
[   44.992535] initcall reject_tg_init+0x0/0x1000 [ipt_REJECT] returned 0 after 0 usecs
[   45.071186] calling  ip6table_raw_init+0x0/0x1000 [ip6table_raw] @ 527
[   45.086105] initcall ip6table_raw_init+0x0/0x1000 [ip6table_raw] returned 0 after 13310 usecs
[   45.269988] calling  nf_defrag_init+0x0/0x1000 [nf_defrag_ipv6] @ 529
[   45.271508] initcall nf_defrag_init+0x0/0x1000 [nf_defrag_ipv6] returned 0 after 222 usecs
[   45.298846] calling  nf_conntrack_l3proto_ipv6_init+0x0/0x1000 [nf_conntrack_ipv6] @ 529
[   45.300181] initcall nf_conntrack_l3proto_ipv6_init+0x0/0x1000 [nf_conntrack_ipv6] returned 0 after 34 usecs
[   45.442461] calling  tcpudp_mt_init+0x0/0x1000 [xt_tcpudp] @ 533
[   45.443745] initcall tcpudp_mt_init+0x0/0x1000 [xt_tcpudp] returned 0 after 0 usecs
[   45.541953] calling  reject_tg6_init+0x0/0x1000 [ip6t_REJECT] @ 535
[   45.542920] initcall reject_tg6_init+0x0/0x1000 [ip6t_REJECT] returned 0 after 0 usecs
[   45.597883] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   47.442173] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   47.443645] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   48.210717] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   48.488990] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   48.492504] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   50.420195] calling  limit_mt_init+0x0/0x1000 [xt_limit] @ 1336
[   50.421377] initcall limit_mt_init+0x0/0x1000 [xt_limit] returned 0 after 0 usecs
[   50.570927] calling  log_tg_init+0x0/0x1000 [xt_LOG] @ 1341
[   50.572089] initcall log_tg_init+0x0/0x1000 [xt_LOG] returned 0 after 0 usecs
[   50.617947] calling  nf_log_common_init+0x0/0x1000 [nf_log_common] @ 1344
[   50.619116] initcall nf_log_common_init+0x0/0x1000 [nf_log_common] returned 0 after 0 usecs
[   50.713961] calling  nf_log_ipv4_init+0x0/0x1000 [nf_log_ipv4] @ 1344
[   50.715224] initcall nf_log_ipv4_init+0x0/0x1000 [nf_log_ipv4] returned 0 after 1 usecs
[   50.783307] calling  pkttype_mt_init+0x0/0x1000 [xt_pkttype] @ 1357
[   50.784157] initcall pkttype_mt_init+0x0/0x1000 [xt_pkttype] returned 0 after 0 usecs
[   50.892482] calling  nf_log_ipv6_init+0x0/0x1000 [nf_log_ipv6] @ 1374
[   50.893860] initcall nf_log_ipv6_init+0x0/0x1000 [nf_log_ipv6] returned 0 after 1 usecs
[   51.366923] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   51.536587] iwlwifi 0000:04:00.0: Radio type=0x0-0x0-0x3
[   51.594799] iwlwifi 0000:04:00.0: Radio type=0x0-0x0-0x3
[   51.746527] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   51.748072] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   52.197338] calling  packet_init+0x0/0x1000 [af_packet] @ 1445
[   52.198209] NET: Registered protocol family 17
[   52.199103] initcall packet_init+0x0/0x1000 [af_packet] returned 0 after 870 usecs
[   52.630056] wlan0: authenticate with 20:e5:2a:17:8b:02
[   52.635462] wlan0: send auth to 20:e5:2a:17:8b:02 (try 1/3)
[   52.642341] wlan0: authenticated
[   52.644034] wlan0: associate with 20:e5:2a:17:8b:02 (try 1/3)
[   52.648398] wlan0: RX AssocResp from 20:e5:2a:17:8b:02 (capab=0x411 status=0 aid=1)
[   52.656165] wlan0: associated
[   52.873082] calling  crypto_ccm_module_init+0x0/0x1000 [ccm] @ 1456
[   52.874286] initcall crypto_ccm_module_init+0x0/0x1000 [ccm] returned 0 after 1 usecs
[   52.937108] calling  crypto_ctr_module_init+0x0/0x1000 [ctr] @ 1465
[   52.938293] initcall crypto_ctr_module_init+0x0/0x1000 [ctr] returned 0 after 1 usecs
[   53.831170] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   53.962911] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   54.269764] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   54.278236] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   54.300115] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   54.996197] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   55.046765] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   55.118524] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   55.120166] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[   58.854066] systemd-journald[117]: Fixed min_use=1.0M max_use=4.0G max_size=128.0M min_size=512.0K keep_free=4.0G n_max_files=100
[   59.660459] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  102.302981] systemd-journald[117]: Sent WATCHDOG=1 notification.
[  161.271729] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  161.272398] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  165.363500] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  166.385210] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  166.385917] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  166.943494] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  166.943633] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  167.300796] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  167.300968] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  169.479651] calling  fuse_init+0x0/0x1ad [fuse] @ 1922
[  169.479655] fuse init (API version 7.26)
[  169.480241] initcall fuse_init+0x0/0x1ad [fuse] returned 0 after 565 usecs
[  169.512144] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  178.233112] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  178.233239] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  178.329859] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  178.329983] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  178.974162] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  179.409964] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  179.410654] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  180.162273] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  180.162435] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  183.876871] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  183.877420] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  184.001799] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  184.002481] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  184.460760] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  184.461742] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  184.653787] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  184.653910] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  185.485992] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  185.486111] systemd-journald[117]: Successfully sent stream file descriptor to service manager.
[  197.929411] systemd-journald[117]: Sent WATCHDOG=1 notification.

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

* Re: maxcpus confusion
  2017-12-01 20:58 maxcpus confusion Randy Dunlap
@ 2017-12-04 21:02 ` Heiko Carstens
  2017-12-04 22:40   ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Heiko Carstens @ 2017-12-04 21:02 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: LKML, X86 ML

On Fri, Dec 01, 2017 at 12:58:47PM -0800, Randy Dunlap wrote:
> Hi,
> 
> I used "maxcpus=1" on a recent x86 boot (4.15-rc1) and got 4 CPUs (all of
> them AFAICT).  When I use "nr_cpus=1", I do get a hard limit of one CPU.
> 
> 
> A few boot log excerpts:
> 
> [    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
> ...
> [    0.030007] smp: Bringing up secondary CPUs ...
> [    0.030109] smp: Brought up 1 node, 1 CPU
> [    0.030181] smpboot: Max logical packages: 4
> [    0.030255] smpboot: Total of 1 processors activated (4789.06 BogoMIPS)
> 
> 
> Is systemd (or something else) later onlining the other CPUs?
> 
> /sys/devices/system/cpu/online is 0-3
> /sys/devices/system/cpu/offline is 4-7

Check /lib/udev/rules.d/ for a rule that auto-onlines CPUs.
This behavior is distribution specific.

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

* Re: maxcpus confusion
  2017-12-04 21:02 ` Heiko Carstens
@ 2017-12-04 22:40   ` Randy Dunlap
  0 siblings, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2017-12-04 22:40 UTC (permalink / raw)
  To: Heiko Carstens; +Cc: LKML, X86 ML

On 12/04/2017 01:02 PM, Heiko Carstens wrote:
> On Fri, Dec 01, 2017 at 12:58:47PM -0800, Randy Dunlap wrote:
>> Hi,
>>
>> I used "maxcpus=1" on a recent x86 boot (4.15-rc1) and got 4 CPUs (all of
>> them AFAICT).  When I use "nr_cpus=1", I do get a hard limit of one CPU.
>>
>>
>> A few boot log excerpts:
>>
>> [    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
>> ...
>> [    0.030007] smp: Bringing up secondary CPUs ...
>> [    0.030109] smp: Brought up 1 node, 1 CPU
>> [    0.030181] smpboot: Max logical packages: 4
>> [    0.030255] smpboot: Total of 1 processors activated (4789.06 BogoMIPS)
>>
>>
>> Is systemd (or something else) later onlining the other CPUs?
>>
>> /sys/devices/system/cpu/online is 0-3
>> /sys/devices/system/cpu/offline is 4-7
> 
> Check /lib/udev/rules.d/ for a rule that auto-onlines CPUs.
> This behavior is distribution specific.

You got it in one try.  Thanks.  It would have taken me awhile to find that.

I owe you a beer if you get to Portland, Oregon. :)

-- 
~Randy

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

end of thread, other threads:[~2017-12-04 22:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-01 20:58 maxcpus confusion Randy Dunlap
2017-12-04 21:02 ` Heiko Carstens
2017-12-04 22:40   ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox