Dear Linux folks,I am trying to improve the boot time of the Linux kernel. Debian Sid/unstable with Linux 4.15.11. Here is the excerpt of the Linux messages. Please find the full log attached.
[ 0.316674] calling ata_init+0x0/0x30c [libata] @ 137 [ 0.316727] libata version 3.00 loaded. [ 0.316739] initcall ata_init+0x0/0x30c [libata] returned 0 after 56 usecs [ 0.317665] calling ahci_pci_driver_init+0x0/0x1000 [ahci] @ 137 [ 0.317686] ahci 0000:00:1f.2: version 3.0 [ 0.317888] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl SATA mode[ 0.317891] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst [ 0.328793] scsi host0: ahci[ 0.328928] scsi host1: ahci [ 0.329052] scsi host2: ahci [ 0.329276] scsi host3: ahci [ 0.329434] scsi host4: ahci [ 0.329527] scsi host5: ahci [ 0.329572] ata1: SATA max UDMA/133 abar m2048@0xf7c36000 port 0xf7c36100 irq 26 [ 0.329575] ata2: SATA max UDMA/133 abar m2048@0xf7c36000 port 0xf7c36180 irq 26 [ 0.329576] ata3: DUMMY [ 0.329577] ata4: DUMMY [ 0.329577] ata5: DUMMY [ 0.329578] ata6: DUMMY [ 0.329614] initcall ahci_pci_driver_init+0x0/0x1000 [ahci] returned 0 after 11659 usecs [ 0.643147] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 0.643171] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 0.644484] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [ 0.644488] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out [ 0.644492] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out [ 0.644681] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04) [ 0.645758] ata1.00: ATA-8: WDC WD2500AAKX-75U6AA0, 19.01H19, max UDMA/133 [ 0.645761] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 0.647367] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [ 0.647371] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out [ 0.647374] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out [ 0.647392] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [ 0.647396] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out [ 0.647399] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out [ 0.647482] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04) [ 0.648466] ata1.00: configured for UDMA/133 [ 0.648799] ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04) [ 0.649888] scsi 0:0:0:0: Direct-Access ATA WDC WD2500AAKX-7 1H19 PQ: 0 ANSI: 5 [ 0.650698] ata2.00: ATAPI: HL-DT-ST DVD+-RW GT80N, A103, max UDMA/100 [ 0.655777] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [ 0.655781] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out [ 0.655784] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out [ 0.657253] ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04) [ 0.660389] ata2.00: configured for UDMA/100 [ 0.665109] scsi 1:0:0:0: CD-ROM HL-DT-ST DVD+-RW GT80N A103 PQ: 0 ANSI: 5 [ 0.700576] calling init_sd+0x0/0x1000 [sd_mod] @ 144 [ 0.700696] initcall init_sd+0x0/0x1000 [sd_mod] returned 0 after 106 usecs [ 0.700851] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB) [ 0.700881] sd 0:0:0:0: [sda] Write Protect is off [ 0.700885] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 0.700939] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 0.738275] sda: sda1 sda2 sda3 [ 0.739620] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.212128] tsc: Refined TSC clocksource calibration: 3392.282 MHz [ 1.212142] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x30e5d3a863b, max_idle_ns: 440795241822 ns [ 1.262425] calling md_init+0x0/0x1000 [md_mod] @ 186 [ 1.262480] initcall md_init+0x0/0x1000 [md_mod] returned 0 after 46 usecs
There are two gaps. The first is after `initcall ahci_pci_driver_init`. I suppose, it takes time to “probe the links”, but could that be done in an async task as proposed for `i915_init` in [1] with the line below?
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 1ff17799769d..745e116a5002 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -598,6 +598,7 @@ static struct pci_driver ahci_pci_driver = { .driver = { .pm = &ahci_pci_pm_ops, }, + .driver.probe_type = PROBE_PREFER_ASYNCHRONOUS, };#if IS_ENABLED(CONFIG_PATA_MARVELL)
The second gap is after `sd 0:0:0:0: [sda] Attached SCSI disk`, but I guess that’s related to TSC, but that could have been done in parallel already I guess.
Kind regards, Paul [1] https://patchwork.freedesktop.org/series/40547/
[ 0.000000] Normal zone: 124416 pages, LIFO batch:31 [ 0.000000] Reserved but unavailable: 100 pages [ 0.000000] Reserving Intel graphics memory at 0x00000000dba00000-0x00000000df9fffff [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000 [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff] [ 0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff] [ 0.000000] PM: Registered nosave memory: [mem 0xd670a000-0xd67fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xd6f56000-0xd6ffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xd77b4000-0xd77fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xd8f1b000-0xd8ffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xda6ea000-0xda8e8fff] [ 0.000000] PM: Registered nosave memory: [mem 0xda8e9000-0xda92bfff] [ 0.000000] PM: Registered nosave memory: [mem 0xdb000000-0xdb7fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xdb800000-0xdf9fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xdfa00000-0xf7ffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff] [ 0.000000] e820: [mem 0xdfa00000-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: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1 [ 0.000000] percpu: Embedded 44 pages/cpu @ (ptrval) s142040 r8192 d29992 u262144 [ 0.000000] pcpu-alloc: s142040 r8192 d29992 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: 1003575 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-2-amd64 root=UUID=5b174394-f639-4013-9d47-99f478a0965c ro quiet noisapnp cryptomgr.notests initcall_debug init=/lib/systemd/systemd-bootchart [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! [ 0.000000] Memory: 3915240K/4078112K available (10252K kernel code, 1165K rwdata, 3084K rodata, 1516K init, 692K bss, 162872K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 29537 entries in 116 pages [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.000000] NR_IRQS: 33024, nr_irqs: 488, preallocated irqs: 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] ACPI: Core revision 20170831 [ 0.000000] ACPI: 4 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] DMAR: Host address width 36 [ 0.000000] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 [ 0.000000] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a [ 0.000000] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 [ 0.000000] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a [ 0.000000] DMAR: RMRR base: 0x000000da861000 end: 0x000000da887fff [ 0.000000] DMAR: RMRR base: 0x000000db800000 end: 0x000000df9fffff [ 0.000000] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 [ 0.000000] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 [ 0.000000] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. [ 0.000000] DMAR-IR: Enabled IRQ remapping in x2apic mode [ 0.000000] x2apic enabled [ 0.000000] Switched APIC routing to cluster x2apic. [ 0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.020000] tsc: Fast TSC calibration using PIT [ 0.024000] tsc: Detected 3392.066 MHz processor [ 0.024000] Calibrating delay loop (skipped), value calculated using timer frequency.. 6784.13 BogoMIPS (lpj=13568264) [ 0.024000] pid_max: default: 32768 minimum: 301 [ 0.024000] Security Framework initialized [ 0.024000] Yama: disabled by default; enable with sysctl kernel.yama.* [ 0.024000] AppArmor: AppArmor initialized [ 0.024000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.024000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.024000] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.024000] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.024000] CPU: Physical Processor ID: 0 [ 0.024000] CPU: Processor Core ID: 0 [ 0.024000] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.024000] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) [ 0.024000] mce: CPU supports 9 MCE banks [ 0.024000] CPU0: Thermal monitoring enabled (TM1) [ 0.024000] process: using mwait in idle threads [ 0.024000] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.024000] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.024000] Spectre V2 : Mitigation: Full generic retpoline [ 0.028058] Freeing SMP alternatives memory: 28K [ 0.028881] TSC deadline timer enabled [ 0.028884] smpboot: CPU0: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz (family: 0x6, model: 0x3a, stepping: 0x9) [ 0.028933] calling trace_init_flags_sys_exit+0x0/0xf @ 1 [ 0.028934] initcall trace_init_flags_sys_exit+0x0/0xf returned 0 after 0 usecs [ 0.028935] calling trace_init_flags_sys_enter+0x0/0xf @ 1 [ 0.028937] initcall trace_init_flags_sys_enter+0x0/0xf returned 0 after 0 usecs [ 0.028938] calling init_hw_perf_events+0x0/0x5d2 @ 1 [ 0.028938] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver. [ 0.028954] ... version: 3 [ 0.028955] ... bit width: 48 [ 0.028955] ... generic registers: 4 [ 0.028955] ... value mask: 0000ffffffffffff [ 0.028956] ... max period: 00007fffffffffff [ 0.028956] ... fixed-purpose events: 3 [ 0.028957] ... event mask: 000000070000000f [ 0.028965] initcall init_hw_perf_events+0x0/0x5d2 returned 0 after 0 usecs [ 0.028967] calling init_real_mode+0x0/0x1a7 @ 1 [ 0.028975] initcall init_real_mode+0x0/0x1a7 returned 0 after 0 usecs [ 0.028977] calling trace_init_perf_perm_irq_work_exit+0x0/0x13 @ 1 [ 0.028978] initcall trace_init_perf_perm_irq_work_exit+0x0/0x13 returned 0 after 0 usecs [ 0.028980] calling register_nmi_cpu_backtrace_handler+0x0/0x16 @ 1 [ 0.028981] initcall register_nmi_cpu_backtrace_handler+0x0/0x16 returned 0 after 0 usecs [ 0.028983] calling early_efi_map_fb+0x0/0x34 @ 1 [ 0.028984] initcall early_efi_map_fb+0x0/0x34 returned 0 after 0 usecs [ 0.028986] calling spawn_ksoftirqd+0x0/0x40 @ 1 [ 0.028998] initcall spawn_ksoftirqd+0x0/0x40 returned 0 after 0 usecs [ 0.028999] calling migration_init+0x0/0x34 @ 1 [ 0.029000] initcall migration_init+0x0/0x34 returned 0 after 0 usecs [ 0.029002] calling check_cpu_stall_init+0x0/0x1b @ 1 [ 0.029003] initcall check_cpu_stall_init+0x0/0x1b returned 0 after 0 usecs [ 0.029004] calling srcu_bootup_announce+0x0/0x30 @ 1 [ 0.029005] Hierarchical SRCU implementation. [ 0.029006] initcall srcu_bootup_announce+0x0/0x30 returned 0 after 0 usecs [ 0.029007] calling rcu_spawn_gp_kthread+0x0/0x128 @ 1 [ 0.029023] initcall rcu_spawn_gp_kthread+0x0/0x128 returned 0 after 0 usecs [ 0.029025] calling cpu_stop_init+0x0/0x8d @ 1 [ 0.029035] initcall cpu_stop_init+0x0/0x8d returned 0 after 0 usecs [ 0.029037] calling init_events+0x0/0x40 @ 1 [ 0.029044] initcall init_events+0x0/0x40 returned 0 after 0 usecs [ 0.029045] calling init_trace_printk+0x0/0xc @ 1 [ 0.029047] initcall init_trace_printk+0x0/0xc returned 0 after 0 usecs [ 0.029048] calling event_trace_enable_again+0x0/0x21 @ 1 [ 0.029050] initcall event_trace_enable_again+0x0/0x21 returned 0 after 0 usecs [ 0.029052] calling jump_label_init_module+0x0/0x11 @ 1 [ 0.029053] initcall jump_label_init_module+0x0/0x11 returned 0 after 0 usecs [ 0.029054] calling dynamic_debug_init+0x0/0x23a @ 1 [ 0.029276] initcall dynamic_debug_init+0x0/0x23a returned 0 after 0 usecs [ 0.029278] calling rand_initialize+0x0/0xf0 @ 1 [ 0.029302] initcall rand_initialize+0x0/0xf0 returned 0 after 0 usecs [ 0.029303] calling initialize_ptr_random+0x0/0x36 @ 1 [ 0.029305] initcall initialize_ptr_random+0x0/0x36 returned 0 after 0 usecs [ 0.029605] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.029617] smp: Bringing up secondary CPUs ... [ 0.029668] x86: Booting SMP configuration: [ 0.029669] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 [ 0.042391] smp: Brought up 1 node, 8 CPUs [ 0.042391] smpboot: Max logical packages: 1 [ 0.042391] smpboot: Total of 8 processors activated (54273.05 BogoMIPS) [ 0.044203] devtmpfs: initialized [ 0.044203] x86/mm: Memory block size: 128MB [ 0.044293] calling ipc_ns_init+0x0/0x57 @ 1 [ 0.044295] initcall ipc_ns_init+0x0/0x57 returned 0 after 0 usecs [ 0.044297] calling init_mmap_min_addr+0x0/0x25 @ 1 [ 0.044298] initcall init_mmap_min_addr+0x0/0x25 returned 0 after 0 usecs [ 0.044301] calling init_cpufreq_transition_notifier_list+0x0/0x1b @ 1 [ 0.044305] initcall init_cpufreq_transition_notifier_list+0x0/0x1b returned 0 after 0 usecs [ 0.044306] calling jit_init+0x0/0x8 @ 1 [ 0.044308] initcall jit_init+0x0/0x8 returned 0 after 0 usecs [ 0.044309] calling net_ns_init+0x0/0x157 @ 1 [ 0.044317] initcall net_ns_init+0x0/0x157 returned 0 after 0 usecs [ 0.044317] calling xen_pvh_gnttab_setup+0x0/0x34 @ 1 [ 0.044317] initcall xen_pvh_gnttab_setup+0x0/0x34 returned -19 after 0 usecs [ 0.044317] calling e820__register_nvs_regions+0x0/0x38 @ 1 [ 0.044317] PM: Registering ACPI NVS region [mem 0xd8f1b000-0xd8ffffff] (937984 bytes) [ 0.044317] PM: Registering ACPI NVS region [mem 0xda8e9000-0xda92bfff] (274432 bytes) [ 0.044317] initcall e820__register_nvs_regions+0x0/0x38 returned 0 after 0 usecs [ 0.044317] calling cpufreq_register_tsc_scaling+0x0/0x2a @ 1 [ 0.044317] initcall cpufreq_register_tsc_scaling+0x0/0x2a returned 0 after 0 usecs [ 0.044317] calling init_cpu_syscore+0x0/0xf @ 1 [ 0.044317] initcall init_cpu_syscore+0x0/0xf returned 0 after 0 usecs [ 0.044317] calling reboot_init+0x0/0x3d @ 1 [ 0.044317] initcall reboot_init+0x0/0x3d returned 0 after 0 usecs [ 0.044317] calling init_lapic_sysfs+0x0/0x21 @ 1 [ 0.044317] initcall init_lapic_sysfs+0x0/0x21 returned 0 after 0 usecs [ 0.044317] calling cpu_hotplug_pm_sync_init+0x0/0x14 @ 1 [ 0.044317] initcall cpu_hotplug_pm_sync_init+0x0/0x14 returned 0 after 0 usecs [ 0.044317] calling alloc_frozen_cpus+0x0/0x8 @ 1 [ 0.044317] initcall alloc_frozen_cpus+0x0/0x8 returned 0 after 0 usecs [ 0.044317] calling wq_sysfs_init+0x0/0x2b @ 1 [ 0.044317] initcall wq_sysfs_init+0x0/0x2b returned 0 after 0 usecs [ 0.044317] calling ksysfs_init+0x0/0x93 @ 1 [ 0.044317] initcall ksysfs_init+0x0/0x93 returned 0 after 0 usecs [ 0.044317] calling pm_init+0x0/0x78 @ 1 [ 0.044317] initcall pm_init+0x0/0x78 returned 0 after 0 usecs [ 0.044317] calling pm_disk_init+0x0/0x18 @ 1 [ 0.044317] initcall pm_disk_init+0x0/0x18 returned 0 after 0 usecs [ 0.044317] calling swsusp_header_init+0x0/0x30 @ 1 [ 0.044317] initcall swsusp_header_init+0x0/0x30 returned 0 after 0 usecs [ 0.044317] calling rcu_set_runtime_mode+0x0/0x12 @ 1 [ 0.044317] initcall rcu_set_runtime_mode+0x0/0x12 returned 0 after 0 usecs [ 0.044317] calling init_jiffies_clocksource+0x0/0x18 @ 1 [ 0.044317] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.044317] initcall init_jiffies_clocksource+0x0/0x18 returned 0 after 0 usecs [ 0.044317] calling futex_init+0x0/0xf9 @ 1 [ 0.044317] futex hash table entries: 2048 (order: 5, 131072 bytes) [ 0.044317] initcall futex_init+0x0/0xf9 returned 0 after 0 usecs [ 0.044317] calling cgroup_wq_init+0x0/0x2e @ 1 [ 0.044317] initcall cgroup_wq_init+0x0/0x2e returned 0 after 0 usecs [ 0.044317] calling cgroup1_wq_init+0x0/0x2e @ 1 [ 0.044317] initcall cgroup1_wq_init+0x0/0x2e returned 0 after 0 usecs [ 0.044317] calling ftrace_mod_cmd_init+0x0/0xc @ 1 [ 0.044317] initcall ftrace_mod_cmd_init+0x0/0xc returned 0 after 0 usecs [ 0.044317] calling init_graph_trace+0x0/0x5d @ 1 [ 0.044317] initcall init_graph_trace+0x0/0x5d returned 0 after 0 usecs [ 0.044317] calling init_per_zone_wmark_min+0x0/0x70 @ 1 [ 0.044317] initcall init_per_zone_wmark_min+0x0/0x70 returned 0 after 0 usecs [ 0.044317] calling init_zero_pfn+0x0/0x38 @ 1 [ 0.044317] initcall init_zero_pfn+0x0/0x38 returned 0 after 0 usecs [ 0.044317] calling memory_failure_init+0x0/0x9f @ 1 [ 0.044317] initcall memory_failure_init+0x0/0x9f returned 0 after 0 usecs [ 0.044317] calling fsnotify_init+0x0/0x49 @ 1 [ 0.044317] initcall fsnotify_init+0x0/0x49 returned 0 after 0 usecs [ 0.044317] calling filelock_init+0x0/0x8c @ 1 [ 0.044317] initcall filelock_init+0x0/0x8c returned 0 after 0 usecs [ 0.044317] calling init_script_binfmt+0x0/0x16 @ 1 [ 0.044317] initcall init_script_binfmt+0x0/0x16 returned 0 after 0 usecs [ 0.044317] calling init_elf_binfmt+0x0/0x16 @ 1 [ 0.044317] initcall init_elf_binfmt+0x0/0x16 returned 0 after 0 usecs [ 0.044317] calling init_compat_elf_binfmt+0x0/0x16 @ 1 [ 0.044317] initcall init_compat_elf_binfmt+0x0/0x16 returned 0 after 0 usecs [ 0.044317] calling debugfs_init+0x0/0x53 @ 1 [ 0.044317] initcall debugfs_init+0x0/0x53 returned 0 after 0 usecs [ 0.044317] calling tracefs_init+0x0/0x3b @ 1 [ 0.044317] initcall tracefs_init+0x0/0x3b returned 0 after 0 usecs [ 0.044317] calling securityfs_init+0x0/0x69 @ 1 [ 0.044317] initcall securityfs_init+0x0/0x69 returned 0 after 0 usecs [ 0.044317] calling prandom_init+0x0/0xb6 @ 1 [ 0.044317] initcall prandom_init+0x0/0xb6 returned 0 after 0 usecs [ 0.044317] calling pinctrl_init+0x0/0xae @ 1 [ 0.044317] pinctrl core: initialized pinctrl subsystem [ 0.044317] initcall pinctrl_init+0x0/0xae returned 0 after 0 usecs [ 0.044317] calling gpiolib_dev_init+0x0/0xcb @ 1 [ 0.044317] initcall gpiolib_dev_init+0x0/0xcb returned 0 after 0 usecs [ 0.044317] calling sfi_sysfs_init+0x0/0xcd @ 1 [ 0.044317] initcall sfi_sysfs_init+0x0/0xcd returned 0 after 0 usecs [ 0.044317] calling iommu_init+0x0/0x2b @ 1 [ 0.044317] initcall iommu_init+0x0/0x2b returned 0 after 0 usecs [ 0.044317] calling opp_debug_init+0x0/0x3c @ 1 [ 0.044317] initcall opp_debug_init+0x0/0x3c returned 0 after 0 usecs [ 0.044317] calling cpufreq_core_init+0x0/0x4c @ 1 [ 0.044317] initcall cpufreq_core_init+0x0/0x4c returned 0 after 0 usecs [ 0.044317] calling cpuidle_init+0x0/0x3b @ 1 [ 0.044317] initcall cpuidle_init+0x0/0x3b returned 0 after 0 usecs [ 0.044317] calling capsule_reboot_register+0x0/0x11 @ 1 [ 0.044317] initcall capsule_reboot_register+0x0/0x11 returned 0 after 0 usecs [ 0.044317] calling bsp_pm_check_init+0x0/0x14 @ 1 [ 0.044317] initcall bsp_pm_check_init+0x0/0x14 returned 0 after 0 usecs [ 0.044317] calling sock_init+0x0/0x9a @ 1 [ 0.044317] initcall sock_init+0x0/0x9a returned 0 after 0 usecs [ 0.044317] calling net_inuse_init+0x0/0x24 @ 1 [ 0.044317] initcall net_inuse_init+0x0/0x24 returned 0 after 0 usecs [ 0.044317] calling net_defaults_init+0x0/0x24 @ 1 [ 0.044317] initcall net_defaults_init+0x0/0x24 returned 0 after 0 usecs [ 0.044317] calling init_default_flow_dissectors+0x0/0x50 @ 1 [ 0.044317] initcall init_default_flow_dissectors+0x0/0x50 returned 0 after 0 usecs [ 0.044317] calling netpoll_init+0x0/0x28 @ 1 [ 0.044317] initcall netpoll_init+0x0/0x28 returned 0 after 0 usecs [ 0.044317] calling netlink_proto_init+0x0/0x169 @ 1 [ 0.044317] NET: Registered protocol family 16 [ 0.044317] initcall netlink_proto_init+0x0/0x169 returned 0 after 0 usecs [ 0.044319] calling __gnttab_init+0x0/0x30 @ 1 [ 0.044320] initcall __gnttab_init+0x0/0x30 returned -19 after 0 usecs [ 0.044335] calling irq_sysfs_init+0x0/0x94 @ 1 [ 0.044370] initcall irq_sysfs_init+0x0/0x94 returned 0 after 0 usecs [ 0.044372] calling audit_init+0x0/0x147 @ 1 [ 0.044373] audit: initializing netlink subsys (disabled) [ 0.044377] initcall audit_init+0x0/0x147 returned 0 after 0 usecs [ 0.044377] audit: type=2000 audit(1522140838.044:1): state=initialized audit_enabled=0 res=1 [ 0.044377] calling bdi_class_init+0x0/0x49 @ 1 [ 0.044377] initcall bdi_class_init+0x0/0x49 returned 0 after 0 usecs [ 0.044377] calling mm_sysfs_init+0x0/0x29 @ 1 [ 0.044377] initcall mm_sysfs_init+0x0/0x29 returned 0 after 0 usecs [ 0.044377] calling gpiolib_sysfs_init+0x0/0xa0 @ 1 [ 0.044377] initcall gpiolib_sysfs_init+0x0/0xa0 returned 0 after 0 usecs [ 0.044377] calling pcibus_class_init+0x0/0x18 @ 1 [ 0.044377] initcall pcibus_class_init+0x0/0x18 returned 0 after 0 usecs [ 0.044377] calling pci_driver_init+0x0/0x11 @ 1 [ 0.044377] initcall pci_driver_init+0x0/0x11 returned 0 after 0 usecs [ 0.044377] calling backlight_class_init+0x0/0xa6 @ 1 [ 0.044377] initcall backlight_class_init+0x0/0xa6 returned 0 after 0 usecs [ 0.044377] calling xenbus_init+0x0/0x2c4 @ 1 [ 0.044377] initcall xenbus_init+0x0/0x2c4 returned -19 after 0 usecs [ 0.044377] calling tty_class_init+0x0/0x34 @ 1 [ 0.044377] initcall tty_class_init+0x0/0x34 returned 0 after 0 usecs [ 0.044377] calling vtconsole_class_init+0x0/0xd8 @ 1 [ 0.044377] initcall vtconsole_class_init+0x0/0xd8 returned 0 after 0 usecs [ 0.044377] calling iommu_dev_init+0x0/0x18 @ 1 [ 0.044377] initcall iommu_dev_init+0x0/0x18 returned 0 after 0 usecs [ 0.044377] calling mipi_dsi_bus_init+0x0/0x11 @ 1 [ 0.044377] initcall mipi_dsi_bus_init+0x0/0x11 returned 0 after 0 usecs [ 0.044377] calling wakeup_sources_debugfs_init+0x0/0x24 @ 1 [ 0.044377] initcall wakeup_sources_debugfs_init+0x0/0x24 returned 0 after 0 usecs [ 0.044377] calling register_node_type+0x0/0x2f @ 1 [ 0.044377] initcall register_node_type+0x0/0x2f returned 0 after 0 usecs [ 0.044377] calling regmap_initcall+0x0/0xd @ 1 [ 0.044377] initcall regmap_initcall+0x0/0xd returned 0 after 0 usecs [ 0.044377] calling spi_init+0x0/0x97 @ 1 [ 0.044377] initcall spi_init+0x0/0x97 returned 0 after 0 usecs [ 0.044377] calling i2c_init+0x0/0xb4 @ 1 [ 0.044377] initcall i2c_init+0x0/0xb4 returned 0 after 0 usecs [ 0.044377] calling init_ladder+0x0/0x24 @ 1 [ 0.044377] cpuidle: using governor ladder [ 0.044377] initcall init_ladder+0x0/0x24 returned 0 after 0 usecs [ 0.044377] calling init_menu+0x0/0x11 @ 1 [ 0.044377] cpuidle: using governor menu [ 0.044377] initcall init_menu+0x0/0x11 returned 0 after 0 usecs [ 0.044377] calling pcc_init+0x0/0x34a @ 1 [ 0.044377] initcall pcc_init+0x0/0x34a returned -19 after 0 usecs [ 0.044377] calling amd_postcore_init+0x0/0x111 @ 1 [ 0.044377] initcall amd_postcore_init+0x0/0x111 returned 0 after 0 usecs [ 0.044377] calling kobject_uevent_init+0x0/0xc @ 1 [ 0.044377] initcall kobject_uevent_init+0x0/0xc returned 0 after 0 usecs [ 0.044377] calling bts_init+0x0/0xbb @ 1 [ 0.044377] initcall bts_init+0x0/0xbb returned -19 after 0 usecs [ 0.044377] calling pt_init+0x0/0x354 @ 1 [ 0.044377] initcall pt_init+0x0/0x354 returned -19 after 0 usecs [ 0.044377] calling boot_params_ksysfs_init+0x0/0x275 @ 1 [ 0.044377] initcall boot_params_ksysfs_init+0x0/0x275 returned 0 after 0 usecs [ 0.044377] calling sbf_init+0x0/0xcb @ 1 [ 0.044377] initcall sbf_init+0x0/0xcb returned 0 after 0 usecs [ 0.044377] calling arch_kdebugfs_init+0x0/0x24 @ 1 [ 0.044377] initcall arch_kdebugfs_init+0x0/0x24 returned 0 after 0 usecs [ 0.044377] calling mtrr_if_init+0x0/0x5e @ 1 [ 0.044377] initcall mtrr_if_init+0x0/0x5e returned 0 after 0 usecs [ 0.044377] calling ffh_cstate_init+0x0/0x2a @ 1 [ 0.044377] initcall ffh_cstate_init+0x0/0x2a returned 0 after 0 usecs [ 0.044377] calling activate_jump_labels+0x0/0x32 @ 1 [ 0.044377] initcall activate_jump_labels+0x0/0x32 returned 0 after 0 usecs [ 0.044377] calling gigantic_pages_init+0x0/0x2f @ 1 [ 0.044377] initcall gigantic_pages_init+0x0/0x2f returned 0 after 0 usecs [ 0.044377] calling kcmp_cookies_init+0x0/0x38 @ 1 [ 0.044377] initcall kcmp_cookies_init+0x0/0x38 returned 0 after 0 usecs [ 0.044377] calling acpi_pci_init+0x0/0x62 @ 1 [ 0.044377] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 0.044377] ACPI: bus type PCI registered [ 0.044377] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.044377] initcall acpi_pci_init+0x0/0x62 returned 0 after 0 usecs [ 0.044377] calling dma_bus_init+0x0/0xdd @ 1 [ 0.044377] initcall dma_bus_init+0x0/0xdd returned 0 after 0 usecs [ 0.044377] calling dma_channel_table_init+0x0/0xd7 @ 1 [ 0.044377] initcall dma_channel_table_init+0x0/0xd7 returned 0 after 0 usecs [ 0.044377] calling setup_vcpu_hotplug_event+0x0/0x31 @ 1 [ 0.044377] initcall setup_vcpu_hotplug_event+0x0/0x31 returned -19 after 0 usecs [ 0.044377] calling register_xen_pci_notifier+0x0/0x36 @ 1 [ 0.044377] initcall register_xen_pci_notifier+0x0/0x36 returned 0 after 0 usecs [ 0.044377] calling xen_pcpu_init+0x0/0xbb @ 1 [ 0.044377] initcall xen_pcpu_init+0x0/0xbb returned -19 after 0 usecs [ 0.044377] calling dmi_id_init+0x0/0x31d @ 1 [ 0.044377] initcall dmi_id_init+0x0/0x31d returned 0 after 0 usecs [ 0.044377] calling pci_arch_init+0x0/0x66 @ 1 [ 0.044377] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) [ 0.044377] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 [ 0.044377] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override. [ 0.044377] PCI: Using configuration type 1 for base access [ 0.044377] initcall pci_arch_init+0x0/0x66 returned 0 after 0 usecs [ 0.044377] calling init_vdso+0x0/0x40 @ 1 [ 0.044377] initcall init_vdso+0x0/0x40 returned 0 after 0 usecs [ 0.044377] calling sysenter_setup+0x0/0x14 @ 1 [ 0.044377] initcall sysenter_setup+0x0/0x14 returned 0 after 0 usecs [ 0.044377] calling fixup_ht_bug+0x0/0xa2 @ 1 [ 0.044377] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on [ 0.044377] initcall fixup_ht_bug+0x0/0xa2 returned 0 after 0 usecs [ 0.044377] calling topology_init+0x0/0xb5 @ 1 [ 0.044377] initcall topology_init+0x0/0xb5 returned 0 after 0 usecs [ 0.044377] calling mtrr_init_finialize+0x0/0x3f @ 1 [ 0.044377] initcall mtrr_init_finialize+0x0/0x3f returned 0 after 0 usecs [ 0.044377] calling uid_cache_init+0x0/0x9a @ 1 [ 0.044377] initcall uid_cache_init+0x0/0x9a returned 0 after 0 usecs [ 0.044377] calling param_sysfs_init+0x0/0x1b6 @ 1 [ 0.044573] initcall param_sysfs_init+0x0/0x1b6 returned 0 after 0 usecs [ 0.044574] calling user_namespace_sysctl_init+0x0/0x34 @ 1 [ 0.044581] initcall user_namespace_sysctl_init+0x0/0x34 returned 0 after 0 usecs [ 0.044582] calling proc_schedstat_init+0x0/0x1f @ 1 [ 0.044584] initcall proc_schedstat_init+0x0/0x1f returned 0 after 0 usecs [ 0.044585] calling pm_sysrq_init+0x0/0x19 @ 1 [ 0.044591] initcall pm_sysrq_init+0x0/0x19 returned 0 after 0 usecs [ 0.044591] calling create_proc_profile+0x0/0xd0 @ 1 [ 0.044591] initcall create_proc_profile+0x0/0xd0 returned 0 after 0 usecs [ 0.044591] calling crash_save_vmcoreinfo_init+0x0/0x5c3 @ 1 [ 0.044591] initcall crash_save_vmcoreinfo_init+0x0/0x5c3 returned 0 after 0 usecs [ 0.044591] calling crash_notes_memory_init+0x0/0x36 @ 1 [ 0.044591] initcall crash_notes_memory_init+0x0/0x36 returned 0 after 0 usecs [ 0.044591] calling cgroup_sysfs_init+0x0/0x18 @ 1 [ 0.044591] initcall cgroup_sysfs_init+0x0/0x18 returned 0 after 0 usecs [ 0.044591] calling cgroup_namespaces_init+0x0/0x8 @ 1 [ 0.044591] initcall cgroup_namespaces_init+0x0/0x8 returned 0 after 0 usecs [ 0.044591] calling user_namespaces_init+0x0/0x2d @ 1 [ 0.044591] initcall user_namespaces_init+0x0/0x2d returned 0 after 0 usecs [ 0.044591] calling hung_task_init+0x0/0x4f @ 1 [ 0.044591] initcall hung_task_init+0x0/0x4f returned 0 after 0 usecs [ 0.044591] calling dev_map_init+0x0/0x14 @ 1 [ 0.044591] initcall dev_map_init+0x0/0x14 returned 0 after 0 usecs [ 0.044591] calling bpf_offload_init+0x0/0x14 @ 1 [ 0.044591] initcall bpf_offload_init+0x0/0x14 returned 0 after 0 usecs [ 0.044591] calling oom_init+0x0/0x30 @ 1 [ 0.044591] initcall oom_init+0x0/0x30 returned 0 after 0 usecs [ 0.044591] calling default_bdi_init+0x0/0xae @ 1 [ 0.044591] initcall default_bdi_init+0x0/0xae returned 0 after 0 usecs [ 0.044591] calling percpu_enable_async+0x0/0xf @ 1 [ 0.044591] initcall percpu_enable_async+0x0/0xf returned 0 after 0 usecs [ 0.044591] calling kcompactd_init+0x0/0x90 @ 1 [ 0.044591] initcall kcompactd_init+0x0/0x90 returned 0 after 0 usecs [ 0.044591] calling init_reserve_notifier+0x0/0x1f @ 1 [ 0.044591] initcall init_reserve_notifier+0x0/0x1f returned 0 after 0 usecs [ 0.044591] calling init_admin_reserve+0x0/0x40 @ 1 [ 0.044591] initcall init_admin_reserve+0x0/0x40 returned 0 after 0 usecs [ 0.044591] calling init_user_reserve+0x0/0x40 @ 1 [ 0.044591] initcall init_user_reserve+0x0/0x40 returned 0 after 0 usecs [ 0.044591] calling swap_init_sysfs+0x0/0x63 @ 1 [ 0.044591] initcall swap_init_sysfs+0x0/0x63 returned 0 after 0 usecs [ 0.044591] calling swapfile_init+0x0/0xb1 @ 1 [ 0.044591] initcall swapfile_init+0x0/0xb1 returned 0 after 0 usecs [ 0.044591] calling hugetlb_init+0x0/0x472 @ 1 [ 0.044591] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.044591] initcall hugetlb_init+0x0/0x472 returned 0 after 0 usecs [ 0.044591] calling ksm_init+0x0/0x197 @ 1 [ 0.044591] initcall ksm_init+0x0/0x197 returned 0 after 0 usecs [ 0.044591] calling hugepage_init+0x0/0x154 @ 1 [ 0.044591] initcall hugepage_init+0x0/0x154 returned 0 after 0 usecs [ 0.044591] calling mem_cgroup_swap_init+0x0/0x52 @ 1 [ 0.044591] initcall mem_cgroup_swap_init+0x0/0x52 returned 0 after 0 usecs [ 0.044591] calling mem_cgroup_init+0x0/0x14b @ 1 [ 0.044591] initcall mem_cgroup_init+0x0/0x14b returned 0 after 0 usecs [ 0.044591] calling sel_ib_pkey_init+0x0/0x48 @ 1 [ 0.044591] initcall sel_ib_pkey_init+0x0/0x48 returned 0 after 0 usecs [ 0.044591] calling crypto_wq_init+0x0/0x31 @ 1 [ 0.044591] initcall crypto_wq_init+0x0/0x31 returned 0 after 0 usecs [ 0.044591] calling cryptomgr_init+0x0/0x11 @ 1 [ 0.044591] initcall cryptomgr_init+0x0/0x11 returned 0 after 0 usecs [ 0.044591] calling init_bio+0x0/0xd2 @ 1 [ 0.044591] initcall init_bio+0x0/0xd2 returned 0 after 0 usecs [ 0.044591] calling blk_settings_init+0x0/0x2a @ 1 [ 0.044591] initcall blk_settings_init+0x0/0x2a returned 0 after 0 usecs [ 0.044591] calling blk_ioc_init+0x0/0x2a @ 1 [ 0.044591] initcall blk_ioc_init+0x0/0x2a returned 0 after 0 usecs [ 0.044591] calling blk_softirq_init+0x0/0x71 @ 1 [ 0.044591] initcall blk_softirq_init+0x0/0x71 returned 0 after 0 usecs [ 0.044591] calling blk_mq_init+0x0/0x2a @ 1 [ 0.044591] initcall blk_mq_init+0x0/0x2a returned 0 after 0 usecs [ 0.044591] calling genhd_device_init+0x0/0x76 @ 1 [ 0.044591] initcall genhd_device_init+0x0/0x76 returned 0 after 0 usecs [ 0.044591] calling irq_poll_setup+0x0/0x6c @ 1 [ 0.044591] initcall irq_poll_setup+0x0/0x6c returned 0 after 0 usecs [ 0.044591] calling byt_gpio_init+0x0/0x13 @ 1 [ 0.044591] initcall byt_gpio_init+0x0/0x13 returned 0 after 0 usecs [ 0.044591] calling chv_pinctrl_init+0x0/0x13 @ 1 [ 0.044591] initcall chv_pinctrl_init+0x0/0x13 returned 0 after 0 usecs [ 0.044591] calling bxt_pinctrl_init+0x0/0x13 @ 1 [ 0.044591] initcall bxt_pinctrl_init+0x0/0x13 returned 0 after 0 usecs [ 0.044591] calling spt_pinctrl_init+0x0/0x13 @ 1 [ 0.044591] initcall spt_pinctrl_init+0x0/0x13 returned 0 after 0 usecs [ 0.044591] calling gpiolib_debugfs_init+0x0/0x24 @ 1 [ 0.044591] initcall gpiolib_debugfs_init+0x0/0x24 returned 0 after 0 usecs [ 0.044591] calling pci_slot_init+0x0/0x50 @ 1 [ 0.044591] initcall pci_slot_init+0x0/0x50 returned 0 after 0 usecs [ 0.044591] calling fbmem_init+0x0/0xd5 @ 1 [ 0.044591] initcall fbmem_init+0x0/0xd5 returned 0 after 0 usecs [ 0.044591] calling scan_for_dmi_ipmi+0x0/0xf6 @ 1 [ 0.044591] initcall scan_for_dmi_ipmi+0x0/0xf6 returned 0 after 0 usecs [ 0.044591] calling acpi_init+0x0/0x365 @ 1 [ 0.044591] ACPI: Added _OSI(Module Device) [ 0.044591] ACPI: Added _OSI(Processor Device) [ 0.044591] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.044591] ACPI: Added _OSI(Processor Aggregator Device) [ 0.044591] ACPI: Executed 1 blocks of module-level executable AML code [ 0.049057] ACPI: Dynamic OEM Table Load: [ 0.049057] ACPI: SSDT 0xFFFF8CB7984E1000 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117) [ 0.049057] ACPI: Dynamic OEM Table Load: [ 0.049057] ACPI: SSDT 0xFFFF8CB798503C00 000303 (v01 PmRef ApIst 00003000 INTL 20051117) [ 0.049057] ACPI: Dynamic OEM Table Load: [ 0.049057] ACPI: SSDT 0xFFFF8CB798AEF000 000119 (v01 PmRef ApCst 00003000 INTL 20051117) [ 0.049057] ACPI: Interpreter enabled [ 0.049057] ACPI: (supports S0 S3 S4 S5) [ 0.049057] ACPI: Using IOAPIC for interrupt routing [ 0.049057] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.049136] ACPI: Enabled 15 GPEs in block 00 to 3F [ 0.057037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) [ 0.057041] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.057140] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM [ 0.057459] PCI host bridge to bus 0000:00 [ 0.057461] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.057462] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.057463] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.057464] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window] [ 0.057465] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window] [ 0.057466] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window] [ 0.057467] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window] [ 0.057468] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window] [ 0.057469] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window] [ 0.057470] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff window] [ 0.057471] pci_bus 0000:00: root bus resource [bus 00-3e] [ 0.057477] pci 0000:00:00.0: [8086:0150] type 00 class 0x060000 [ 0.057549] pci 0000:00:02.0: [8086:0162] type 00 class 0x030000 [ 0.057557] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit] [ 0.057561] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref] [ 0.057564] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f] [ 0.057652] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330 [ 0.057675] pci 0000:00:14.0: reg 0x10: [mem 0xf7c20000-0xf7c2ffff 64bit] [ 0.057740] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 0.057802] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000 [ 0.057825] pci 0000:00:16.0: reg 0x10: [mem 0xf7c3c000-0xf7c3c00f 64bit] [ 0.057894] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold [ 0.057958] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000 [ 0.057976] pci 0000:00:19.0: reg 0x10: [mem 0xf7c00000-0xf7c1ffff] [ 0.057984] pci 0000:00:19.0: reg 0x14: [mem 0xf7c39000-0xf7c39fff] [ 0.057992] pci 0000:00:19.0: reg 0x18: [io 0xf080-0xf09f] [ 0.058046] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold [ 0.058108] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320 [ 0.058129] pci 0000:00:1a.0: reg 0x10: [mem 0xf7c38000-0xf7c383ff] [ 0.058205] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold [ 0.058266] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300 [ 0.058285] pci 0000:00:1b.0: reg 0x10: [mem 0xf7c30000-0xf7c33fff 64bit] [ 0.058354] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 0.058417] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320 [ 0.058437] pci 0000:00:1d.0: reg 0x10: [mem 0xf7c37000-0xf7c373ff] [ 0.058515] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 0.058576] pci 0000:00:1f.0: [8086:1e47] type 00 class 0x060100 [ 0.058731] pci 0000:00:1f.2: [8086:1e02] type 00 class 0x010601 [ 0.058747] pci 0000:00:1f.2: reg 0x10: [io 0xf0d0-0xf0d7] [ 0.058754] pci 0000:00:1f.2: reg 0x14: [io 0xf0c0-0xf0c3] [ 0.058762] pci 0000:00:1f.2: reg 0x18: [io 0xf0b0-0xf0b7] [ 0.058769] pci 0000:00:1f.2: reg 0x1c: [io 0xf0a0-0xf0a3] [ 0.058776] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f] [ 0.058783] pci 0000:00:1f.2: reg 0x24: [mem 0xf7c36000-0xf7c367ff] [ 0.058820] pci 0000:00:1f.2: PME# supported from D3hot [ 0.058875] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500 [ 0.058891] pci 0000:00:1f.3: reg 0x10: [mem 0xf7c35000-0xf7c350ff 64bit] [ 0.058910] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f] [ 0.059286] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.059328] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 0.059370] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15) [ 0.059403] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15) [ 0.059438] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15) [ 0.059474] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 0.059512] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15) [ 0.059549] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.059641] initcall acpi_init+0x0/0x365 returned 0 after 11718 usecs [ 0.059643] calling pnp_init+0x0/0x11 @ 1 [ 0.059647] initcall pnp_init+0x0/0x11 returned 0 after 0 usecs [ 0.059649] calling balloon_init+0x0/0x1b5 @ 1 [ 0.059651] initcall balloon_init+0x0/0x1b5 returned -19 after 0 usecs [ 0.059652] calling xen_setup_shutdown_event+0x0/0x30 @ 1 [ 0.059653] initcall xen_setup_shutdown_event+0x0/0x30 returned -19 after 0 usecs [ 0.059655] calling xenbus_probe_backend_init+0x0/0x4e @ 1 [ 0.059660] initcall xenbus_probe_backend_init+0x0/0x4e returned 0 after 0 usecs [ 0.059661] calling xenbus_probe_frontend_init+0x0/0x4e @ 1 [ 0.059665] initcall xenbus_probe_frontend_init+0x0/0x4e returned 0 after 0 usecs [ 0.059667] calling xen_acpi_pad_init+0x0/0x45 @ 1 [ 0.059668] initcall xen_acpi_pad_init+0x0/0x45 returned -19 after 0 usecs [ 0.059669] calling misc_init+0x0/0xb7 @ 1 [ 0.059673] initcall misc_init+0x0/0xb7 returned 0 after 0 usecs [ 0.059674] calling tpm_init+0x0/0xd1 @ 1 [ 0.059678] initcall tpm_init+0x0/0xd1 returned 0 after 0 usecs [ 0.059679] calling vga_arb_device_init+0x0/0x248 @ 1 [ 0.059690] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.059690] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.059690] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.059690] vgaarb: loaded [ 0.059690] initcall vga_arb_device_init+0x0/0x248 returned 0 after 0 usecs [ 0.059690] calling cn_init+0x0/0xf0 @ 1 [ 0.059690] initcall cn_init+0x0/0xf0 returned 0 after 0 usecs [ 0.059690] calling dax_fs_init+0x0/0xbf @ 1 [ 0.059690] initcall dax_fs_init+0x0/0xbf returned 0 after 0 usecs [ 0.059690] calling dma_buf_init+0x0/0xaa @ 1 [ 0.059690] initcall dma_buf_init+0x0/0xaa returned 0 after 0 usecs [ 0.059690] calling serio_init+0x0/0x2a @ 1 [ 0.059690] initcall serio_init+0x0/0x2a returned 0 after 0 usecs [ 0.059690] calling input_init+0x0/0xfd @ 1 [ 0.059690] initcall input_init+0x0/0xfd returned 0 after 0 usecs [ 0.059690] calling rtc_init+0x0/0x4c @ 1 [ 0.059690] initcall rtc_init+0x0/0x4c returned 0 after 0 usecs [ 0.059690] calling power_supply_class_init+0x0/0x40 @ 1 [ 0.059690] initcall power_supply_class_init+0x0/0x40 returned 0 after 0 usecs [ 0.059690] calling hwmon_init+0x0/0xf9 @ 1 [ 0.059690] initcall hwmon_init+0x0/0xf9 returned 0 after 0 usecs [ 0.059690] calling edac_init+0x0/0x70 @ 1 [ 0.059690] EDAC MC: Ver: 3.0.0 [ 0.059690] initcall edac_init+0x0/0x70 returned 0 after 0 usecs [ 0.059690] calling leds_init+0x0/0x3c @ 1 [ 0.059690] initcall leds_init+0x0/0x3c returned 0 after 0 usecs [ 0.059690] calling dmi_init+0x0/0x114 @ 1 [ 0.059690] initcall dmi_init+0x0/0x114 returned 0 after 0 usecs [ 0.059690] calling efisubsys_init+0x0/0x2cf @ 1 [ 0.059690] initcall efisubsys_init+0x0/0x2cf returned 0 after 0 usecs [ 0.059690] calling devfreq_init+0x0/0xa1 @ 1 [ 0.059690] initcall devfreq_init+0x0/0xa1 returned 0 after 0 usecs [ 0.059690] calling ras_init+0x0/0xf @ 1 [ 0.059690] initcall ras_init+0x0/0xf returned 0 after 0 usecs [ 0.059690] calling nvmem_init+0x0/0x11 @ 1 [ 0.059690] initcall nvmem_init+0x0/0x11 returned 0 after 0 usecs [ 0.059690] calling pci_subsys_init+0x0/0x67 @ 1 [ 0.059690] PCI: Using ACPI for IRQ routing [ 0.061311] PCI: pci_cache_line_size set to 64 bytes [ 0.061338] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff] [ 0.061339] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff] [ 0.061340] e820: reserve RAM buffer [mem 0xd670a000-0xd7ffffff] [ 0.061341] e820: reserve RAM buffer [mem 0xd6f56000-0xd7ffffff] [ 0.061341] e820: reserve RAM buffer [mem 0xd77b4000-0xd7ffffff] [ 0.061342] e820: reserve RAM buffer [mem 0xd8f1b000-0xdbffffff] [ 0.061343] e820: reserve RAM buffer [mem 0xda6ea000-0xdbffffff] [ 0.061344] e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff] [ 0.061345] e820: reserve RAM buffer [mem 0x11e600000-0x11fffffff] [ 0.061346] initcall pci_subsys_init+0x0/0x67 returned 0 after 3906 usecs [ 0.061347] calling proto_init+0x0/0x11 @ 1 [ 0.061349] initcall proto_init+0x0/0x11 returned 0 after 0 usecs [ 0.061351] calling net_dev_init+0x0/0x1eb @ 1 [ 0.061397] initcall net_dev_init+0x0/0x1eb returned 0 after 0 usecs [ 0.061398] calling neigh_init+0x0/0x80 @ 1 [ 0.061400] initcall neigh_init+0x0/0x80 returned 0 after 0 usecs [ 0.061401] calling fib_notifier_init+0x0/0x11 @ 1 [ 0.061402] initcall fib_notifier_init+0x0/0x11 returned 0 after 0 usecs [ 0.061403] calling fib_rules_init+0x0/0xac @ 1 [ 0.061405] initcall fib_rules_init+0x0/0xac returned 0 after 0 usecs [ 0.061406] calling init_cgroup_netprio+0x0/0x14 @ 1 [ 0.061408] initcall init_cgroup_netprio+0x0/0x14 returned 0 after 0 usecs [ 0.061409] calling bpf_lwt_init+0x0/0x16 @ 1 [ 0.061410] initcall bpf_lwt_init+0x0/0x16 returned 0 after 0 usecs [ 0.061411] calling pktsched_init+0x0/0x10f @ 1 [ 0.061414] initcall pktsched_init+0x0/0x10f returned 0 after 0 usecs [ 0.061415] calling tc_filter_init+0x0/0x83 @ 1 [ 0.061418] initcall tc_filter_init+0x0/0x83 returned 0 after 0 usecs [ 0.061420] calling tc_action_init+0x0/0x69 @ 1 [ 0.061422] initcall tc_action_init+0x0/0x69 returned 0 after 0 usecs [ 0.061423] calling genl_init+0x0/0x36 @ 1 [ 0.061427] initcall genl_init+0x0/0x36 returned 0 after 0 usecs [ 0.061428] calling ipv4_netfilter_init+0x0/0x11 @ 1 [ 0.061430] initcall ipv4_netfilter_init+0x0/0x11 returned 0 after 0 usecs [ 0.061431] calling wireless_nlevent_init+0x0/0x3c @ 1 [ 0.061433] initcall wireless_nlevent_init+0x0/0x3c returned 0 after 0 usecs [ 0.061435] calling xen_mcfg_late+0x0/0xe5 @ 1 [ 0.061436] initcall xen_mcfg_late+0x0/0xe5 returned 0 after 0 usecs [ 0.061438] calling watchdog_init+0x0/0x98 @ 1 [ 0.061447] initcall watchdog_init+0x0/0x98 returned 0 after 0 usecs [ 0.061447] calling nmi_warning_debugfs+0x0/0x27 @ 1 [ 0.061447] initcall nmi_warning_debugfs+0x0/0x27 returned 0 after 0 usecs [ 0.061447] calling save_microcode_in_initrd+0x0/0xa4 @ 1 [ 0.061447] initcall save_microcode_in_initrd+0x0/0xa4 returned 0 after 0 usecs [ 0.061447] calling hpet_late_init+0x0/0x111 @ 1 [ 0.061447] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 0.061447] hpet0: 8 comparators, 64-bit 14.318180 MHz counter [ 0.062048] initcall hpet_late_init+0x0/0x111 returned 0 after 0 usecs [ 0.062049] calling init_amd_nbs+0x0/0x11f @ 1 [ 0.062052] initcall init_amd_nbs+0x0/0x11f returned 0 after 0 usecs [ 0.062053] calling sugov_register+0x0/0x11 @ 1 [ 0.062054] initcall sugov_register+0x0/0x11 returned 0 after 0 usecs [ 0.062055] calling clocksource_done_booting+0x0/0x42 @ 1 [ 0.062068] clocksource: Switched to clocksource hpet [ 0.062071] initcall clocksource_done_booting+0x0/0x42 returned 0 after 3 usecs [ 0.062073] calling tracer_init_tracefs+0x0/0x1b3 @ 1 [ 0.062528] initcall tracer_init_tracefs+0x0/0x1b3 returned 0 after 2458 usecs [ 0.062530] calling init_trace_printk_function_export+0x0/0x2d @ 1 [ 0.062534] initcall init_trace_printk_function_export+0x0/0x2d returned 0 after 1 usecs [ 0.062536] calling init_graph_tracefs+0x0/0x2d @ 1 [ 0.062541] initcall init_graph_tracefs+0x0/0x2d returned 0 after 1 usecs [ 0.062542] calling event_trace_init+0x0/0x2b3 @ 1 [ 0.066201] initcall event_trace_init+0x0/0x2b3 returned 0 after 3568 usecs [ 0.066203] calling init_kprobe_trace+0x0/0x8a @ 1 [ 0.066210] initcall init_kprobe_trace+0x0/0x8a returned 0 after 2 usecs [ 0.066210] calling init_uprobe_trace+0x0/0x4f @ 1 [ 0.066215] initcall init_uprobe_trace+0x0/0x4f returned 0 after 2 usecs [ 0.066216] calling bpf_init+0x0/0x4a @ 1 [ 0.066223] initcall bpf_init+0x0/0x4a returned 0 after 4 usecs [ 0.066224] calling init_pipe_fs+0x0/0x47 @ 1 [ 0.066234] initcall init_pipe_fs+0x0/0x47 returned 0 after 7 usecs [ 0.066235] calling cgroup_writeback_init+0x0/0x2b @ 1 [ 0.066251] initcall cgroup_writeback_init+0x0/0x2b returned 0 after 12 usecs [ 0.066253] calling inotify_user_setup+0x0/0x48 @ 1 [ 0.066258] initcall inotify_user_setup+0x0/0x48 returned 0 after 2 usecs [ 0.066259] calling eventpoll_init+0x0/0xc9 @ 1 [ 0.066273] initcall eventpoll_init+0x0/0xc9 returned 0 after 10 usecs [ 0.066274] calling anon_inode_init+0x0/0x5b @ 1 [ 0.066281] initcall anon_inode_init+0x0/0x5b returned 0 after 4 usecs [ 0.066282] calling init_dax_wait_table+0x0/0x40 @ 1 [ 0.066305] initcall init_dax_wait_table+0x0/0x40 returned 0 after 19 usecs [ 0.066306] calling proc_locks_init+0x0/0x1f @ 1 [ 0.066311] initcall proc_locks_init+0x0/0x1f returned 0 after 2 usecs [ 0.066312] calling dquot_init+0x0/0x119 @ 1 [ 0.066314] VFS: Disk quotas dquot_6.6.0 [ 0.066325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.066331] initcall dquot_init+0x0/0x119 returned 0 after 15 usecs [ 0.066332] calling quota_init+0x0/0x24 @ 1 [ 0.066342] initcall quota_init+0x0/0x24 returned 0 after 6 usecs [ 0.066343] calling proc_cmdline_init+0x0/0x1f @ 1 [ 0.066348] initcall proc_cmdline_init+0x0/0x1f returned 0 after 2 usecs [ 0.066349] calling proc_consoles_init+0x0/0x1f @ 1 [ 0.066352] initcall proc_consoles_init+0x0/0x1f returned 0 after 1 usecs [ 0.066353] calling proc_cpuinfo_init+0x0/0x1f @ 1 [ 0.066357] initcall proc_cpuinfo_init+0x0/0x1f returned 0 after 1 usecs [ 0.066358] calling proc_devices_init+0x0/0x1f @ 1 [ 0.066361] initcall proc_devices_init+0x0/0x1f returned 0 after 0 usecs [ 0.066362] calling proc_interrupts_init+0x0/0x1f @ 1 [ 0.066366] initcall proc_interrupts_init+0x0/0x1f returned 0 after 2 usecs [ 0.066367] calling proc_loadavg_init+0x0/0x1f @ 1 [ 0.066371] initcall proc_loadavg_init+0x0/0x1f returned 0 after 1 usecs [ 0.066372] calling proc_meminfo_init+0x0/0x1f @ 1 [ 0.066377] initcall proc_meminfo_init+0x0/0x1f returned 0 after 2 usecs [ 0.066379] calling proc_stat_init+0x0/0x1f @ 1 [ 0.066382] initcall proc_stat_init+0x0/0x1f returned 0 after 1 usecs [ 0.066383] calling proc_uptime_init+0x0/0x1f @ 1 [ 0.066387] initcall proc_uptime_init+0x0/0x1f returned 0 after 1 usecs [ 0.066388] calling proc_version_init+0x0/0x1f @ 1 [ 0.066391] initcall proc_version_init+0x0/0x1f returned 0 after 1 usecs [ 0.066393] calling proc_softirqs_init+0x0/0x1f @ 1 [ 0.066396] initcall proc_softirqs_init+0x0/0x1f returned 0 after 1 usecs [ 0.066397] calling proc_kcore_init+0x0/0xd0 @ 1 [ 0.066405] initcall proc_kcore_init+0x0/0xd0 returned 0 after 5 usecs [ 0.066406] calling vmcore_init+0x0/0x610 @ 1 [ 0.066410] initcall vmcore_init+0x0/0x610 returned 0 after 1 usecs [ 0.066411] calling proc_kmsg_init+0x0/0x22 @ 1 [ 0.066415] initcall proc_kmsg_init+0x0/0x22 returned 0 after 1 usecs [ 0.066416] calling proc_page_init+0x0/0x56 @ 1 [ 0.066421] initcall proc_page_init+0x0/0x56 returned 0 after 2 usecs [ 0.066422] calling init_ramfs_fs+0x0/0x1f @ 1 [ 0.066426] initcall init_ramfs_fs+0x0/0x1f returned 0 after 1 usecs [ 0.066427] calling init_hugetlbfs_fs+0x0/0x17a @ 1 [ 0.066445] initcall init_hugetlbfs_fs+0x0/0x17a returned 0 after 14 usecs [ 0.066446] calling tomoyo_initerface_init+0x0/0x178 @ 1 [ 0.066450] initcall tomoyo_initerface_init+0x0/0x178 returned 0 after 1 usecs [ 0.066451] calling aa_create_aafs+0x0/0x3a5 @ 1 [ 0.066489] AppArmor: AppArmor Filesystem Enabled [ 0.066492] initcall aa_create_aafs+0x0/0x3a5 returned 0 after 37 usecs [ 0.066494] calling blk_scsi_ioctl_init+0x0/0x38c @ 1 [ 0.066499] initcall blk_scsi_ioctl_init+0x0/0x38c returned 0 after 1 usecs [ 0.066500] calling dynamic_debug_init_debugfs+0x0/0x62 @ 1 [ 0.066508] initcall dynamic_debug_init_debugfs+0x0/0x62 returned 0 after 5 usecs [ 0.066509] calling acpi_event_init+0x0/0x2d @ 1 [ 0.066516] initcall acpi_event_init+0x0/0x2d returned 0 after 4 usecs [ 0.066517] calling pnp_system_init+0x0/0x11 @ 1 [ 0.066531] initcall pnp_system_init+0x0/0x11 returned 0 after 10 usecs [ 0.066532] calling pnpacpi_init+0x0/0x6e @ 1 [ 0.066534] pnp: PnP ACPI init [ 0.066601] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved [ 0.066605] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.066661] system 00:01: [io 0x0680-0x069f] has been reserved [ 0.066662] system 00:01: [io 0x1000-0x100f] has been reserved [ 0.066663] system 00:01: [io 0xffff] has been reserved [ 0.066664] system 00:01: [io 0xffff] has been reserved [ 0.066666] system 00:01: [io 0x0400-0x0453] has been reserved [ 0.066667] system 00:01: [io 0x0458-0x047f] has been reserved [ 0.066668] system 00:01: [io 0x0500-0x057f] has been reserved [ 0.066669] system 00:01: [io 0x164e-0x164f] has been reserved [ 0.066671] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.066687] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.066716] system 00:03: [io 0x0454-0x0457] has been reserved [ 0.066718] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) [ 0.066783] system 00:04: [io 0x0a40-0x0a4f] has been reserved [ 0.066784] system 00:04: [io 0x0a00-0x0a3f] has been reserved [ 0.066787] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.066818] system 00:05: [io 0x04d0-0x04d1] has been reserved [ 0.066821] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.067342] pnp 00:06: [dma 0 disabled] [ 0.067373] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) [ 0.067503] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 0.067506] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved [ 0.067507] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.067508] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.067511] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved [ 0.067512] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.067513] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved [ 0.067514] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved [ 0.067516] system 00:07: [mem 0xff000000-0xffffffff] has been reserved [ 0.067517] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved [ 0.067518] system 00:07: [mem 0xdfa00000-0xdfa00fff] has been reserved [ 0.067521] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.067632] system 00:08: [mem 0x20000000-0x201fffff] has been reserved [ 0.067634] system 00:08: [mem 0x40004000-0x40004fff] has been reserved [ 0.067636] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.067646] pnp: PnP ACPI: found 9 devices [ 0.067652] initcall pnpacpi_init+0x0/0x6e returned 0 after 1090 usecs [ 0.067653] calling chr_dev_init+0x0/0xa9 @ 1 [ 0.069051] initcall chr_dev_init+0x0/0xa9 returned 0 after 1363 usecs [ 0.069053] calling firmware_class_init+0x0/0xce @ 1 [ 0.069060] initcall firmware_class_init+0x0/0xce returned 0 after 4 usecs [ 0.069062] calling thermal_init+0x0/0xdf @ 1 [ 0.069073] initcall thermal_init+0x0/0xdf returned 0 after 8 usecs [ 0.069075] calling cpufreq_gov_performance_init+0x0/0x11 @ 1 [ 0.069079] initcall cpufreq_gov_performance_init+0x0/0x11 returned 0 after 1 usecs [ 0.069080] calling cpufreq_gov_dbs_init+0x0/0x11 @ 1 [ 0.069084] initcall cpufreq_gov_dbs_init+0x0/0x11 returned 0 after 1 usecs [ 0.069085] calling map_properties+0x0/0x540 @ 1 [ 0.069088] initcall map_properties+0x0/0x540 returned 0 after 1 usecs [ 0.069089] calling init_acpi_pm_clocksource+0x0/0xdb @ 1 [ 0.073600] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.073603] initcall init_acpi_pm_clocksource+0x0/0xdb returned 0 after 4405 usecs [ 0.073604] calling pcibios_assign_resources+0x0/0xca @ 1 [ 0.073610] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.073611] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.073613] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.073614] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window] [ 0.073615] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window] [ 0.073616] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window] [ 0.073617] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window] [ 0.073618] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff window] [ 0.073619] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff window] [ 0.073620] pci_bus 0000:00: resource 13 [mem 0xdfa00000-0xfeafffff window] [ 0.073665] initcall pcibios_assign_resources+0x0/0xca returned 0 after 57 usecs [ 0.073666] calling sysctl_core_init+0x0/0x2b @ 1 [ 0.073679] initcall sysctl_core_init+0x0/0x2b returned 0 after 10 usecs [ 0.073680] calling eth_offload_init+0x0/0x14 @ 1 [ 0.073684] initcall eth_offload_init+0x0/0x14 returned 0 after 1 usecs [ 0.073685] calling inet_init+0x0/0x285 @ 1 [ 0.073698] NET: Registered protocol family 2 [ 0.073791] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.073833] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.073886] TCP: Hash tables configured (established 32768 bind 32768) [ 0.073907] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.073916] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.073953] initcall inet_init+0x0/0x285 returned 0 after 259 usecs [ 0.073955] calling ipv4_offload_init+0x0/0x74 @ 1 [ 0.073958] initcall ipv4_offload_init+0x0/0x74 returned 0 after 1 usecs [ 0.073960] calling af_unix_init+0x0/0x4e @ 1 [ 0.073962] NET: Registered protocol family 1 [ 0.073966] initcall af_unix_init+0x0/0x4e returned 0 after 3 usecs [ 0.073968] calling ipv6_offload_init+0x0/0x7f @ 1 [ 0.073973] initcall ipv6_offload_init+0x0/0x7f returned 0 after 1 usecs [ 0.073974] calling pci_apply_final_quirks+0x0/0x125 @ 1 [ 0.073982] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.124105] PCI: CLS 64 bytes, default 64 [ 0.124109] initcall pci_apply_final_quirks+0x0/0x125 returned 0 after 48956 usecs [ 0.124110] calling acpi_reserve_resources+0x0/0xeb @ 1 [ 0.124115] initcall acpi_reserve_resources+0x0/0xeb returned 0 after 2 usecs [ 0.124117] calling populate_rootfs+0x0/0x10a @ 1 [ 0.124144] Unpacking initramfs... [ 0.202199] Freeing initrd memory: 7084K [ 0.202210] initcall populate_rootfs+0x0/0x10a returned 0 after 76257 usecs [ 0.202212] calling pci_iommu_init+0x0/0x3f @ 1 [ 0.202238] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.202240] software IO TLB [mem 0xd270a000-0xd670a000] (64MB) mapped at [00000000980b0df6-00000000481366e5] [ 0.202246] initcall pci_iommu_init+0x0/0x3f returned 0 after 27 usecs [ 0.202248] calling calgary_fixup_tce_spaces+0x0/0xff @ 1 [ 0.202252] initcall calgary_fixup_tce_spaces+0x0/0xff returned -19 after 1 usecs [ 0.202254] calling ir_dev_scope_init+0x0/0x33 @ 1 [ 0.202257] initcall ir_dev_scope_init+0x0/0x33 returned 0 after 1 usecs [ 0.202275] calling ia32_binfmt_init+0x0/0x14 @ 1 [ 0.202285] initcall ia32_binfmt_init+0x0/0x14 returned 0 after 4 usecs [ 0.202286] calling amd_uncore_init+0x0/0x275 @ 1 [ 0.202290] initcall amd_uncore_init+0x0/0x275 returned -19 after 1 usecs [ 0.202291] calling amd_ibs_init+0x0/0x18d @ 1 [ 0.202294] initcall amd_ibs_init+0x0/0x18d returned -19 after 1 usecs [ 0.202295] calling amd_iommu_pc_init+0x0/0x26b @ 1 [ 0.202298] initcall amd_iommu_pc_init+0x0/0x26b returned -19 after 1 usecs [ 0.202299] calling msr_init+0x0/0xf1 @ 1 [ 0.202307] initcall msr_init+0x0/0xf1 returned 0 after 4 usecs [ 0.202308] calling register_kernel_offset_dumper+0x0/0x1b @ 1 [ 0.202312] initcall register_kernel_offset_dumper+0x0/0x1b returned 0 after 1 usecs [ 0.202313] calling i8259A_init_ops+0x0/0x21 @ 1 [ 0.202317] initcall i8259A_init_ops+0x0/0x21 returned 0 after 1 usecs [ 0.202318] calling init_tsc_clocksource+0x0/0xc4 @ 1 [ 0.202324] initcall init_tsc_clocksource+0x0/0xc4 returned 0 after 4 usecs [ 0.202325] calling add_rtc_cmos+0x0/0xc9 @ 1 [ 0.202331] initcall add_rtc_cmos+0x0/0xc9 returned 0 after 2 usecs [ 0.202332] calling i8237A_init_ops+0x0/0x14 @ 1 [ 0.202341] initcall i8237A_init_ops+0x0/0x14 returned 0 after 5 usecs [ 0.202342] calling thermal_throttle_init_device+0x0/0x42 @ 1 [ 0.202455] initcall thermal_throttle_init_device+0x0/0x42 returned 0 after 105 usecs [ 0.202457] calling ioapic_init_ops+0x0/0x14 @ 1 [ 0.202460] initcall ioapic_init_ops+0x0/0x14 returned 0 after 1 usecs [ 0.202461] calling register_e820_pmem+0x0/0x42 @ 1 [ 0.202469] initcall register_e820_pmem+0x0/0x42 returned 0 after 5 usecs [ 0.202470] calling add_pcspkr+0x0/0x6f @ 1 [ 0.202498] initcall add_pcspkr+0x0/0x6f returned 0 after 25 usecs [ 0.202499] calling sysfb_init+0x0/0x9f @ 1 [ 0.202515] initcall sysfb_init+0x0/0x9f returned 0 after 14 usecs [ 0.202517] calling audit_classes_init+0x0/0xaf @ 1 [ 0.202524] initcall audit_classes_init+0x0/0xaf returned 0 after 4 usecs [ 0.202525] calling pt_dump_init+0x0/0x32 @ 1 [ 0.202529] initcall pt_dump_init+0x0/0x32 returned 0 after 1 usecs [ 0.202530] calling init_aout_binfmt+0x0/0x16 @ 1 [ 0.202534] initcall init_aout_binfmt+0x0/0x16 returned 0 after 1 usecs [ 0.202535] calling iosf_mbi_init+0x0/0x1a @ 1 [ 0.202553] initcall iosf_mbi_init+0x0/0x1a returned 0 after 14 usecs [ 0.202554] calling proc_execdomains_init+0x0/0x1f @ 1 [ 0.202561] initcall proc_execdomains_init+0x0/0x1f returned 0 after 3 usecs [ 0.202562] calling register_warn_debugfs+0x0/0x24 @ 1 [ 0.202570] initcall register_warn_debugfs+0x0/0x24 returned 0 after 5 usecs [ 0.202571] calling cpuhp_sysfs_init+0x0/0x6d @ 1 [ 0.202590] initcall cpuhp_sysfs_init+0x0/0x6d returned 0 after 15 usecs [ 0.202592] calling ioresources_init+0x0/0x36 @ 1 [ 0.202598] initcall ioresources_init+0x0/0x36 returned 0 after 3 usecs [ 0.202599] calling init_sched_debug_procfs+0x0/0x29 @ 1 [ 0.202603] initcall init_sched_debug_procfs+0x0/0x29 returned 0 after 2 usecs [ 0.202604] calling snapshot_device_init+0x0/0x11 @ 1 [ 0.202638] initcall snapshot_device_init+0x0/0x11 returned 0 after 30 usecs [ 0.202640] calling irq_gc_init_ops+0x0/0x14 @ 1 [ 0.202643] initcall irq_gc_init_ops+0x0/0x14 returned 0 after 1 usecs [ 0.202644] calling irq_pm_init_ops+0x0/0x14 @ 1 [ 0.202647] initcall irq_pm_init_ops+0x0/0x14 returned 0 after 1 usecs [ 0.202648] calling klp_init+0x0/0x29 @ 1 [ 0.202654] initcall klp_init+0x0/0x29 returned 0 after 2 usecs [ 0.202655] calling timekeeping_init_ops+0x0/0x14 @ 1 [ 0.202658] initcall timekeeping_init_ops+0x0/0x14 returned 0 after 1 usecs [ 0.202660] calling init_clocksource_sysfs+0x0/0x69 @ 1 [ 0.202684] initcall init_clocksource_sysfs+0x0/0x69 returned 0 after 18 usecs [ 0.202685] calling init_timer_list_procfs+0x0/0x29 @ 1 [ 0.202690] initcall init_timer_list_procfs+0x0/0x29 returned 0 after 2 usecs [ 0.202691] calling alarmtimer_init+0x0/0x134 @ 1 [ 0.202717] initcall alarmtimer_init+0x0/0x134 returned 0 after 22 usecs [ 0.202718] calling init_posix_timers+0x0/0x2a @ 1 [ 0.202728] initcall init_posix_timers+0x0/0x2a returned 0 after 6 usecs [ 0.202729] calling clockevents_init_sysfs+0x0/0xc9 @ 1 [ 0.202793] initcall clockevents_init_sysfs+0x0/0xc9 returned 0 after 59 usecs [ 0.202794] calling proc_dma_init+0x0/0x1f @ 1 [ 0.202799] initcall proc_dma_init+0x0/0x1f returned 0 after 2 usecs [ 0.202800] calling proc_modules_init+0x0/0x1f @ 1 [ 0.202805] initcall proc_modules_init+0x0/0x1f returned 0 after 2 usecs [ 0.202806] calling kallsyms_init+0x0/0x22 @ 1 [ 0.202811] initcall kallsyms_init+0x0/0x22 returned 0 after 2 usecs [ 0.202813] calling pid_namespaces_init+0x0/0x40 @ 1 [ 0.202824] initcall pid_namespaces_init+0x0/0x40 returned 0 after 8 usecs [ 0.202825] calling audit_watch_init+0x0/0x3a @ 1 [ 0.202829] initcall audit_watch_init+0x0/0x3a returned 0 after 1 usecs [ 0.202830] calling audit_fsnotify_init+0x0/0x3a @ 1 [ 0.202834] initcall audit_fsnotify_init+0x0/0x3a returned 0 after 1 usecs [ 0.202835] calling audit_tree_init+0x0/0x4d @ 1 [ 0.202839] initcall audit_tree_init+0x0/0x4d returned 0 after 1 usecs [ 0.202840] calling init_kprobes+0x0/0x1f9 @ 1 [ 0.202972] initcall init_kprobes+0x0/0x1f9 returned 0 after 125 usecs [ 0.202973] calling seccomp_sysctl_init+0x0/0x2c @ 1 [ 0.202980] initcall seccomp_sysctl_init+0x0/0x2c returned 0 after 3 usecs [ 0.202981] calling utsname_sysctl_init+0x0/0x14 @ 1 [ 0.202989] initcall utsname_sysctl_init+0x0/0x14 returned 0 after 5 usecs [ 0.202990] calling init_tracepoints+0x0/0x28 @ 1 [ 0.202994] initcall init_tracepoints+0x0/0x28 returned 0 after 1 usecs [ 0.202995] calling stack_trace_init+0x0/0xb0 @ 1 [ 0.203003] initcall stack_trace_init+0x0/0xb0 returned 0 after 4 usecs [ 0.203005] calling init_mmio_trace+0x0/0xc @ 1 [ 0.203011] initcall init_mmio_trace+0x0/0xc returned 0 after 2 usecs [ 0.203012] calling init_blk_tracer+0x0/0x50 @ 1 [ 0.203020] initcall init_blk_tracer+0x0/0x50 returned 0 after 5 usecs [ 0.203021] calling perf_event_sysfs_init+0x0/0x84 @ 1 [ 0.203073] initcall perf_event_sysfs_init+0x0/0x84 returned 0 after 48 usecs [ 0.203074] calling init_uprobes+0x0/0x71 @ 1 [ 0.203080] initcall init_uprobes+0x0/0x71 returned 0 after 2 usecs [ 0.203081] calling padata_driver_init+0x0/0x39 @ 1 [ 0.203084] initcall padata_driver_init+0x0/0x39 returned 0 after 1 usecs [ 0.203085] calling system_trusted_keyring_init+0x0/0x61 @ 1 [ 0.203087] Initialise system trusted keyrings [ 0.203093] initcall system_trusted_keyring_init+0x0/0x61 returned 0 after 5 usecs [ 0.203094] calling kswapd_init+0x0/0x85 @ 1 [ 0.203139] initcall kswapd_init+0x0/0x85 returned 0 after 41 usecs [ 0.203141] calling extfrag_debug_init+0x0/0x78 @ 1 [ 0.203147] initcall extfrag_debug_init+0x0/0x78 returned 0 after 3 usecs [ 0.203148] calling mm_compute_batch_init+0x0/0x19 @ 1 [ 0.203153] initcall mm_compute_batch_init+0x0/0x19 returned 0 after 2 usecs [ 0.203155] calling slab_proc_init+0x0/0x22 @ 1 [ 0.203160] initcall slab_proc_init+0x0/0x22 returned 0 after 2 usecs [ 0.203162] calling workingset_init+0x0/0x82 @ 1 [ 0.203164] workingset: timestamp_bits=40 max_order=20 bucket_order=0 [ 0.203168] initcall workingset_init+0x0/0x82 returned 0 after 3 usecs [ 0.203169] calling proc_vmalloc_init+0x0/0x22 @ 1 [ 0.203174] initcall proc_vmalloc_init+0x0/0x22 returned 0 after 2 usecs [ 0.203176] calling procswaps_init+0x0/0x1f @ 1 [ 0.203181] initcall procswaps_init+0x0/0x1f returned 0 after 2 usecs [ 0.203182] calling init_frontswap+0x0/0x91 @ 1 [ 0.203191] initcall init_frontswap+0x0/0x91 returned 0 after 5 usecs [ 0.203192] calling slab_sysfs_init+0x0/0xfa @ 1 [ 0.203866] initcall slab_sysfs_init+0x0/0xfa returned 0 after 654 usecs [ 0.203867] calling init_zbud+0x0/0x20 @ 1 [ 0.203869] zbud: loaded [ 0.203871] initcall init_zbud+0x0/0x20 returned 0 after 2 usecs [ 0.203872] calling fcntl_init+0x0/0x2a @ 1 [ 0.203878] initcall fcntl_init+0x0/0x2a returned 0 after 2 usecs [ 0.203879] calling proc_filesystems_init+0x0/0x1f @ 1 [ 0.203884] initcall proc_filesystems_init+0x0/0x1f returned 0 after 2 usecs [ 0.203885] calling start_dirtytime_writeback+0x0/0x2a @ 1 [ 0.203889] initcall start_dirtytime_writeback+0x0/0x2a returned 0 after 1 usecs [ 0.203890] calling blkdev_init+0x0/0x2a @ 1 [ 0.203898] initcall blkdev_init+0x0/0x2a returned 0 after 4 usecs [ 0.203899] calling dio_init+0x0/0x2d @ 1 [ 0.203919] initcall dio_init+0x0/0x2d returned 0 after 16 usecs [ 0.203920] calling dnotify_init+0x0/0x79 @ 1 [ 0.203925] initcall dnotify_init+0x0/0x79 returned 0 after 2 usecs [ 0.203926] calling fanotify_user_setup+0x0/0x77 @ 1 [ 0.203932] initcall fanotify_user_setup+0x0/0x77 returned 0 after 3 usecs [ 0.203933] calling userfaultfd_init+0x0/0x2e @ 1 [ 0.203949] initcall userfaultfd_init+0x0/0x2e returned 0 after 13 usecs [ 0.203950] calling aio_setup+0x0/0xa1 @ 1 [ 0.203962] initcall aio_setup+0x0/0xa1 returned 0 after 8 usecs [ 0.203963] calling init_sys32_ioctl+0x0/0x28 @ 1 [ 0.204120] initcall init_sys32_ioctl+0x0/0x28 returned 0 after 151 usecs [ 0.204121] calling init_devpts_fs+0x0/0x28 @ 1 [ 0.204131] initcall init_devpts_fs+0x0/0x28 returned 0 after 6 usecs [ 0.204132] calling init_pstore_fs+0x0/0x4a @ 1 [ 0.204137] initcall init_pstore_fs+0x0/0x4a returned 0 after 2 usecs [ 0.204138] calling ipc_init+0x0/0x4c @ 1 [ 0.204145] initcall ipc_init+0x0/0x4c returned 0 after 4 usecs [ 0.204146] calling ipc_sysctl_init+0x0/0x14 @ 1 [ 0.204157] initcall ipc_sysctl_init+0x0/0x14 returned 0 after 8 usecs [ 0.204159] calling init_mqueue_fs+0x0/0xf0 @ 1 [ 0.204190] initcall init_mqueue_fs+0x0/0xf0 returned 0 after 28 usecs [ 0.204191] calling key_proc_init+0x0/0x58 @ 1 [ 0.204197] initcall key_proc_init+0x0/0x58 returned 0 after 2 usecs [ 0.204198] calling selinux_nf_ip_init+0x0/0x3b @ 1 [ 0.204202] initcall selinux_nf_ip_init+0x0/0x3b returned 0 after 1 usecs [ 0.204203] calling init_sel_fs+0x0/0xa1 @ 1 [ 0.204206] initcall init_sel_fs+0x0/0xa1 returned 0 after 1 usecs [ 0.204208] calling selnl_init+0x0/0x7d @ 1 [ 0.204215] initcall selnl_init+0x0/0x7d returned 0 after 4 usecs [ 0.204216] calling sel_netif_init+0x0/0x3b @ 1 [ 0.204220] initcall sel_netif_init+0x0/0x3b returned 0 after 1 usecs [ 0.204221] calling sel_netnode_init+0x0/0x48 @ 1 [ 0.204225] initcall sel_netnode_init+0x0/0x48 returned 0 after 1 usecs [ 0.204226] calling sel_netport_init+0x0/0x48 @ 1 [ 0.204229] initcall sel_netport_init+0x0/0x48 returned 0 after 1 usecs [ 0.204230] calling aurule_init+0x0/0x2b @ 1 [ 0.204234] initcall aurule_init+0x0/0x2b returned 0 after 1 usecs [ 0.204235] calling crypto_algapi_init+0x0/0xd @ 1 [ 0.204240] initcall crypto_algapi_init+0x0/0xd returned 0 after 2 usecs [ 0.204242] calling rsa_init+0x0/0x50 @ 1 [ 0.204273] alg: self-tests disabled [ 0.204280] initcall rsa_init+0x0/0x50 returned 0 after 33 usecs [ 0.204282] calling hmac_module_init+0x0/0x11 @ 1 [ 0.204286] initcall hmac_module_init+0x0/0x11 returned 0 after 1 usecs [ 0.204287] calling crypto_null_mod_init+0x0/0x48 @ 1 [ 0.204372] initcall crypto_null_mod_init+0x0/0x48 returned 0 after 80 usecs [ 0.204373] calling md5_mod_init+0x0/0x11 @ 1 [ 0.204397] initcall md5_mod_init+0x0/0x11 returned 0 after 20 usecs [ 0.204398] calling sha1_generic_mod_init+0x0/0x11 @ 1 [ 0.204422] initcall sha1_generic_mod_init+0x0/0x11 returned 0 after 20 usecs [ 0.204423] calling sha256_generic_mod_init+0x0/0x16 @ 1 [ 0.204467] initcall sha256_generic_mod_init+0x0/0x16 returned 0 after 40 usecs [ 0.204468] calling aes_init+0x0/0x11 @ 1 [ 0.204493] initcall aes_init+0x0/0x11 returned 0 after 21 usecs [ 0.204494] calling crct10dif_mod_init+0x0/0x11 @ 1 [ 0.204518] initcall crct10dif_mod_init+0x0/0x11 returned 0 after 19 usecs [ 0.204519] calling lzo_mod_init+0x0/0x3a @ 1 [ 0.204563] initcall lzo_mod_init+0x0/0x3a returned 0 after 40 usecs [ 0.204564] calling asymmetric_key_init+0x0/0x11 @ 1 [ 0.204567] Key type asymmetric registered [ 0.204570] initcall asymmetric_key_init+0x0/0x11 returned 0 after 2 usecs [ 0.204571] calling x509_key_init+0x0/0x11 @ 1 [ 0.204573] Asymmetric key parser 'x509' registered [ 0.204576] initcall x509_key_init+0x0/0x11 returned 0 after 2 usecs [ 0.204578] calling proc_genhd_init+0x0/0x36 @ 1 [ 0.204583] initcall proc_genhd_init+0x0/0x36 returned 0 after 2 usecs [ 0.204585] calling bsg_init+0x0/0x194 @ 1 [ 0.204603] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.204607] initcall bsg_init+0x0/0x194 returned 0 after 17 usecs [ 0.204609] calling throtl_init+0x0/0x41 @ 1 [ 0.204643] initcall throtl_init+0x0/0x41 returned 0 after 30 usecs [ 0.204644] calling noop_init+0x0/0x11 @ 1 [ 0.204647] io scheduler noop registered [ 0.204650] initcall noop_init+0x0/0x11 returned 0 after 2 usecs [ 0.204651] calling deadline_init+0x0/0x11 @ 1 [ 0.204653] io scheduler deadline registered [ 0.204655] initcall deadline_init+0x0/0x11 returned 0 after 2 usecs [ 0.204656] calling cfq_init+0x0/0x74 @ 1 [ 0.204682] io scheduler cfq registered (default) [ 0.204687] initcall cfq_init+0x0/0x74 returned 0 after 28 usecs [ 0.204688] calling deadline_init+0x0/0x11 @ 1 [ 0.204690] io scheduler mq-deadline registered [ 0.204692] initcall deadline_init+0x0/0x11 returned 0 after 2 usecs [ 0.204693] calling btree_module_init+0x0/0x25 @ 1 [ 0.204698] initcall btree_module_init+0x0/0x25 returned 0 after 2 usecs [ 0.204699] calling crc_t10dif_mod_init+0x0/0x39 @ 1 [ 0.204703] initcall crc_t10dif_mod_init+0x0/0x39 returned 0 after 2 usecs [ 0.204704] calling percpu_counter_startup+0x0/0x51 @ 1 [ 0.204770] initcall percpu_counter_startup+0x0/0x51 returned 0 after 61 usecs [ 0.204771] calling digsig_init+0x0/0x36 @ 1 [ 0.204775] initcall digsig_init+0x0/0x36 returned 0 after 2 usecs [ 0.204776] calling sg_pool_init+0x0/0xd9 @ 1 [ 0.204787] initcall sg_pool_init+0x0/0xd9 returned 0 after 8 usecs [ 0.204788] calling phy_core_init+0x0/0x4a @ 1 [ 0.204793] initcall phy_core_init+0x0/0x4a returned 0 after 2 usecs [ 0.204794] calling pci_proc_init+0x0/0x66 @ 1 [ 0.204807] initcall pci_proc_init+0x0/0x66 returned 0 after 10 usecs [ 0.204808] calling pcie_portdrv_init+0x0/0x6f @ 1 [ 0.204825] initcall pcie_portdrv_init+0x0/0x6f returned 0 after 14 usecs [ 0.204826] calling aer_service_init+0x0/0x32 @ 1 [ 0.204833] initcall aer_service_init+0x0/0x32 returned 0 after 4 usecs [ 0.204834] calling pcie_pme_service_init+0x0/0x11 @ 1 [ 0.204840] initcall pcie_pme_service_init+0x0/0x11 returned 0 after 3 usecs [ 0.204841] calling dpc_service_init+0x0/0x11 @ 1 [ 0.204847] initcall dpc_service_init+0x0/0x11 returned 0 after 3 usecs [ 0.204848] calling pci_hotplug_init+0x0/0x31 @ 1 [ 0.204850] initcall pci_hotplug_init+0x0/0x31 returned 0 after 1 usecs [ 0.204852] calling pcied_init+0x0/0x56 @ 1 [ 0.204858] initcall pcied_init+0x0/0x56 returned 0 after 3 usecs [ 0.204859] calling xenfb_init+0x0/0x44 @ 1 [ 0.204862] initcall xenfb_init+0x0/0x44 returned -19 after 1 usecs [ 0.204863] calling vesafb_driver_init+0x0/0x13 @ 1 [ 0.204873] initcall vesafb_driver_init+0x0/0x13 returned 0 after 6 usecs [ 0.204874] calling efifb_driver_init+0x0/0x13 @ 1 [ 0.204881] initcall efifb_driver_init+0x0/0x13 returned 0 after 3 usecs [ 0.204882] calling intel_idle_init+0x0/0x5e2 @ 1 [ 0.204885] intel_idle: MWAIT substates: 0x1120 [ 0.204885] intel_idle: v0.4.1 model 0x3A [ 0.205088] intel_idle: lapic_timer_reliable_states 0xffffffff [ 0.205093] initcall intel_idle_init+0x0/0x5e2 returned 0 after 204 usecs [ 0.205095] calling acpi_processor_driver_init+0x0/0x98 @ 1 [ 0.205301] initcall acpi_processor_driver_init+0x0/0x98 returned 0 after 198 usecs [ 0.205302] calling acpi_hed_driver_init+0x0/0x11 @ 1 [ 0.205329] initcall acpi_hed_driver_init+0x0/0x11 returned 0 after 24 usecs [ 0.205330] calling bgrt_init+0x0/0xb5 @ 1 [ 0.205334] initcall bgrt_init+0x0/0xb5 returned -19 after 1 usecs [ 0.205335] calling erst_init+0x0/0x317 @ 1 [ 0.205340] initcall erst_init+0x0/0x317 returned 0 after 1 usecs [ 0.205342] calling ghes_init+0x0/0x13d @ 1 [ 0.205345] initcall ghes_init+0x0/0x13d returned -19 after 1 usecs [ 0.205346] calling extlog_init+0x0/0x372 @ 1 [ 0.205350] initcall extlog_init+0x0/0x372 returned -19 after 1 usecs [ 0.205351] calling gpio_clk_driver_init+0x0/0x13 @ 1 [ 0.205359] initcall gpio_clk_driver_init+0x0/0x13 returned 0 after 4 usecs [ 0.205361] calling plt_clk_driver_init+0x0/0x13 @ 1 [ 0.205367] initcall plt_clk_driver_init+0x0/0x13 returned 0 after 3 usecs [ 0.205369] calling xenbus_probe_initcall+0x0/0x4e @ 1 [ 0.205373] initcall xenbus_probe_initcall+0x0/0x4e returned -19 after 1 usecs [ 0.205374] calling xenbus_init+0x0/0x36 @ 1 [ 0.205378] initcall xenbus_init+0x0/0x36 returned -19 after 1 usecs [ 0.205379] calling xenbus_backend_init+0x0/0x48 @ 1 [ 0.205383] initcall xenbus_backend_init+0x0/0x48 returned -19 after 1 usecs [ 0.205384] calling hypervisor_subsys_init+0x0/0x25 @ 1 [ 0.205387] initcall hypervisor_subsys_init+0x0/0x25 returned -19 after 1 usecs [ 0.205389] calling hyper_sysfs_init+0x0/0x188 @ 1 [ 0.205393] initcall hyper_sysfs_init+0x0/0x188 returned -19 after 1 usecs [ 0.205394] calling platform_driver_init+0x0/0x1a @ 1 [ 0.205404] initcall platform_driver_init+0x0/0x1a returned 0 after 6 usecs [ 0.205406] calling xen_late_init_mcelog+0x0/0x61 @ 1 [ 0.205409] initcall xen_late_init_mcelog+0x0/0x61 returned -19 after 1 usecs [ 0.205411] calling n_null_init+0x0/0x1f @ 1 [ 0.205414] initcall n_null_init+0x0/0x1f returned 0 after 1 usecs [ 0.205415] calling pty_init+0x0/0x1ec @ 1 [ 0.205447] initcall pty_init+0x0/0x1ec returned 0 after 29 usecs [ 0.205448] calling sysrq_init+0x0/0x6c @ 1 [ 0.205453] initcall sysrq_init+0x0/0x6c returned 0 after 2 usecs [ 0.205454] calling xen_hvc_init+0x0/0x277 @ 1 [ 0.205457] initcall xen_hvc_init+0x0/0x277 returned -19 after 1 usecs [ 0.205458] calling serial8250_init+0x0/0x15b @ 1 [ 0.205460] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.226336] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.226505] initcall serial8250_init+0x0/0x15b returned 0 after 20551 usecs [ 0.226506] calling serial_pci_driver_init+0x0/0x1a @ 1 [ 0.226524] initcall serial_pci_driver_init+0x0/0x1a returned 0 after 15 usecs [ 0.226525] calling exar_pci_driver_init+0x0/0x1a @ 1 [ 0.226533] initcall exar_pci_driver_init+0x0/0x1a returned 0 after 5 usecs [ 0.226534] calling dw8250_platform_driver_init+0x0/0x13 @ 1 [ 0.226541] initcall dw8250_platform_driver_init+0x0/0x13 returned 0 after 4 usecs [ 0.226542] calling mid8250_pci_driver_init+0x0/0x1a @ 1 [ 0.226549] initcall mid8250_pci_driver_init+0x0/0x1a returned 0 after 4 usecs [ 0.226550] calling hpet_init+0x0/0x65 @ 1 [ 0.226689] initcall hpet_init+0x0/0x65 returned 0 after 132 usecs [ 0.226690] calling agp_init+0x0/0x24 @ 1 [ 0.226692] Linux agpgart interface v0.103 [ 0.226694] initcall agp_init+0x0/0x24 returned 0 after 1 usecs [ 0.226695] calling agp_amd64_mod_init+0x0/0x20 @ 1 [ 0.226713] initcall agp_amd64_mod_init+0x0/0x20 returned -19 after 15 usecs [ 0.226714] calling agp_intel_init+0x0/0x29 @ 1 [ 0.226722] initcall agp_intel_init+0x0/0x29 returned 0 after 6 usecs [ 0.226723] calling agp_sis_init+0x0/0x29 @ 1 [ 0.226731] initcall agp_sis_init+0x0/0x29 returned 0 after 5 usecs [ 0.226732] calling agp_via_init+0x0/0x29 @ 1 [ 0.226739] initcall agp_via_init+0x0/0x29 returned 0 after 5 usecs [ 0.226740] calling init_tis+0x0/0xd8 @ 1 [ 0.226755] initcall init_tis+0x0/0xd8 returned 0 after 12 usecs [ 0.226757] calling amd_iommu_v2_init+0x0/0x6e @ 1 [ 0.226759] AMD IOMMUv2 driver by Joerg Roedel <jroedel@xxxxxxx> [ 0.226759] AMD IOMMUv2 functionality not available on this system [ 0.226762] initcall amd_iommu_v2_init+0x0/0x6e returned 0 after 2 usecs [ 0.226763] calling cn_proc_init+0x0/0x36 @ 1 [ 0.226768] initcall cn_proc_init+0x0/0x36 returned 0 after 2 usecs [ 0.226770] calling topology_sysfs_init+0x0/0x30 @ 1 [ 0.226793] initcall topology_sysfs_init+0x0/0x30 returned 0 after 19 usecs [ 0.226794] calling cacheinfo_sysfs_init+0x0/0x2c @ 1 [ 0.227149] initcall cacheinfo_sysfs_init+0x0/0x2c returned 169 after 344 usecs [ 0.227151] calling devcoredump_init+0x0/0x18 @ 1 [ 0.227157] initcall devcoredump_init+0x0/0x18 returned 0 after 3 usecs [ 0.227158] calling mac_hid_init+0x0/0x22 @ 1 [ 0.227164] initcall mac_hid_init+0x0/0x22 returned 0 after 3 usecs [ 0.227166] calling net_olddevs_init+0x0/0x5d @ 1 [ 0.227172] initcall net_olddevs_init+0x0/0x5d returned 0 after 3 usecs [ 0.227173] calling i8042_init+0x0/0x462 @ 1 [ 0.227187] i8042: PNP: No PS/2 controller found. [ 0.227187] i8042: Probing ports directly. [ 0.230021] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.230024] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.230062] initcall i8042_init+0x0/0x462 returned 0 after 2817 usecs [ 0.230063] calling input_leds_init+0x0/0x11 @ 1 [ 0.230067] initcall input_leds_init+0x0/0x11 returned 0 after 1 usecs [ 0.230068] calling mousedev_init+0x0/0x81 @ 1 [ 0.230121] mousedev: PS/2 mouse device common for all mice [ 0.230124] initcall mousedev_init+0x0/0x81 returned 0 after 52 usecs [ 0.230126] calling atkbd_init+0x0/0x26 @ 1 [ 0.230137] initcall atkbd_init+0x0/0x26 returned 0 after 8 usecs [ 0.230138] calling xenkbd_init+0x0/0x44 @ 1 [ 0.230142] initcall xenkbd_init+0x0/0x44 returned -19 after 1 usecs [ 0.230143] calling cmos_init+0x0/0x6c @ 1 [ 0.230171] rtc_cmos 00:02: RTC can wake from S4 [ 0.230284] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 [ 0.230309] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs [ 0.230319] initcall cmos_init+0x0/0x6c returned 0 after 169 usecs [ 0.230321] calling intel_pstate_init+0x0/0x31c @ 1 [ 0.230325] intel_pstate: Intel P-state driver initializing [ 0.230435] initcall intel_pstate_init+0x0/0x31c returned 0 after 108 usecs [ 0.230436] calling ledtrig_disk_init+0x0/0x2e @ 1 [ 0.230453] initcall ledtrig_disk_init+0x0/0x2e returned 0 after 2 usecs [ 0.230456] calling ledtrig_mtd_init+0x0/0x2e @ 1 [ 0.230465] initcall ledtrig_mtd_init+0x0/0x2e returned 0 after 1 usecs [ 0.230467] calling ledtrig_cpu_init+0x0/0xd3 @ 1 [ 0.230588] ledtrig-cpu: registered to indicate activity on CPUs [ 0.230595] initcall ledtrig_cpu_init+0x0/0xd3 returned 0 after 116 usecs [ 0.230598] calling ledtrig_panic_init+0x0/0x39 @ 1 [ 0.230605] initcall ledtrig_panic_init+0x0/0x39 returned 0 after 2 usecs [ 0.230608] calling dmi_sysfs_init+0x0/0xc9 @ 1 [ 0.230981] initcall dmi_sysfs_init+0x0/0xc9 returned 0 after 356 usecs [ 0.230984] calling efi_load_efivars+0x0/0x71 @ 1 [ 0.230992] initcall efi_load_efivars+0x0/0x71 returned 0 after 0 usecs [ 0.230994] calling esrt_sysfs_init+0x0/0x2ef @ 1 [ 0.231001] initcall esrt_sysfs_init+0x0/0x2ef returned -38 after 1 usecs [ 0.231003] calling pmc_atom_init+0x0/0x283 @ 1 [ 0.231011] initcall pmc_atom_init+0x0/0x283 returned -19 after 5 usecs [ 0.231013] calling powercap_init+0x0/0x2a7 @ 1 [ 0.231078] initcall powercap_init+0x0/0x2a7 returned 0 after 60 usecs [ 0.231082] calling pm_check_save_msr+0x0/0x20 @ 1 [ 0.231088] initcall pm_check_save_msr+0x0/0x20 returned 0 after 2 usecs [ 0.231090] calling sock_diag_init+0x0/0x34 @ 1 [ 0.231124] initcall sock_diag_init+0x0/0x34 returned 0 after 27 usecs [ 0.231128] calling blackhole_init+0x0/0x11 @ 1 [ 0.231134] initcall blackhole_init+0x0/0x11 returned 0 after 1 usecs [ 0.231137] calling gre_offload_init+0x0/0x49 @ 1 [ 0.231143] initcall gre_offload_init+0x0/0x49 returned 0 after 2 usecs [ 0.231146] calling sysctl_ipv4_init+0x0/0x4c @ 1 [ 0.231217] initcall sysctl_ipv4_init+0x0/0x4c returned 0 after 64 usecs [ 0.231219] calling cubictcp_register+0x0/0x59 @ 1 [ 0.231229] initcall cubictcp_register+0x0/0x59 returned 0 after 1 usecs [ 0.231231] calling inet6_init+0x0/0x351 @ 1 [ 0.231361] NET: Registered protocol family 10 [ 0.237238] Segment Routing with IPv6 [ 0.237273] initcall inet6_init+0x0/0x351 returned 0 after 5892 usecs [ 0.237277] calling mip6_init+0x0/0xb9 @ 1 [ 0.237282] mip6: Mobile IPv6 [ 0.237288] initcall mip6_init+0x0/0xb9 returned 0 after 2 usecs [ 0.237291] calling packet_init+0x0/0x42 @ 1 [ 0.237296] NET: Registered protocol family 17 [ 0.237305] initcall packet_init+0x0/0x42 returned 0 after 5 usecs [ 0.237308] calling dcbnl_init+0x0/0x4d @ 1 [ 0.237316] initcall dcbnl_init+0x0/0x4d returned 0 after 0 usecs [ 0.237319] calling mpls_gso_init+0x0/0x2c @ 1 [ 0.237323] mpls_gso: MPLS GSO support [ 0.237328] initcall mpls_gso_init+0x0/0x2c returned 0 after 2 usecs [ 0.237331] calling mcheck_init_device+0x0/0x12f @ 1 [ 0.238140] initcall mcheck_init_device+0x0/0x12f returned 0 after 780 usecs [ 0.238173] calling mcheck_late_init+0x0/0x70 @ 1 [ 0.238195] initcall mcheck_late_init+0x0/0x70 returned 0 after 14 usecs [ 0.238198] calling severities_debugfs_init+0x0/0x3b @ 1 [ 0.238206] initcall severities_debugfs_init+0x0/0x3b returned 0 after 2 usecs [ 0.238208] calling threshold_init_device+0x0/0x4b @ 1 [ 0.238215] initcall threshold_init_device+0x0/0x4b returned 0 after 3 usecs [ 0.238218] calling microcode_init+0x0/0x1fb @ 1 [ 0.238278] microcode: sig=0x306a9, pf=0x2, revision=0x12 [ 0.238553] microcode: Microcode Update Driver: v2.2. [ 0.238560] initcall microcode_init+0x0/0x1fb returned 0 after 325 usecs [ 0.238563] calling hpet_insert_resource+0x0/0x23 @ 1 [ 0.238573] initcall hpet_insert_resource+0x0/0x23 returned 0 after 3 usecs [ 0.238575] calling update_mp_table+0x0/0x509 @ 1 [ 0.238581] initcall update_mp_table+0x0/0x509 returned 0 after 2 usecs [ 0.238583] calling lapic_insert_resource+0x0/0x3f @ 1 [ 0.238589] initcall lapic_insert_resource+0x0/0x3f returned 0 after 2 usecs [ 0.238591] calling print_ICs+0x0/0x18d @ 1 [ 0.238595] initcall print_ICs+0x0/0x18d returned 0 after 0 usecs [ 0.238598] calling pat_memtype_list_init+0x0/0x32 @ 1 [ 0.238606] initcall pat_memtype_list_init+0x0/0x32 returned 0 after 3 usecs [ 0.238609] calling create_tlb_single_page_flush_ceiling+0x0/0x29 @ 1 [ 0.238617] initcall create_tlb_single_page_flush_ceiling+0x0/0x29 returned 0 after 2 usecs [ 0.238620] calling create_init_pkru_value+0x0/0x29 @ 1 [ 0.238629] initcall create_init_pkru_value+0x0/0x29 returned 0 after 2 usecs [ 0.238632] calling init_oops_id+0x0/0x40 @ 1 [ 0.238641] initcall init_oops_id+0x0/0x40 returned 0 after 2 usecs [ 0.238644] calling sched_clock_init_late+0x0/0x7b @ 1 [ 0.238649] sched_clock: Marking stable (238546866, 0)->(223968518, 14578348) [ 0.238986] initcall sched_clock_init_late+0x0/0x7b returned 0 after 330 usecs [ 0.238988] calling sched_init_debug+0x0/0x3e @ 1 [ 0.238995] initcall sched_init_debug+0x0/0x3e returned 0 after 3 usecs [ 0.238997] calling pm_qos_power_init+0x0/0xad @ 1 [ 0.239133] initcall pm_qos_power_init+0x0/0xad returned 0 after 126 usecs [ 0.239135] calling pm_debugfs_init+0x0/0x24 @ 1 [ 0.239144] initcall pm_debugfs_init+0x0/0x24 returned 0 after 2 usecs [ 0.239146] calling printk_late_init+0x0/0x122 @ 1 [ 0.239153] initcall printk_late_init+0x0/0x122 returned 0 after 3 usecs [ 0.239156] calling tk_debug_sleep_time_init+0x0/0x3c @ 1 [ 0.239165] initcall tk_debug_sleep_time_init+0x0/0x3c returned 0 after 2 usecs [ 0.239168] calling debugfs_kprobe_init+0x0/0xd2 @ 1 [ 0.239177] initcall debugfs_kprobe_init+0x0/0xd2 returned 0 after 5 usecs [ 0.239179] calling taskstats_init+0x0/0x37 @ 1 [ 0.239191] registered taskstats version 1 [ 0.239198] initcall taskstats_init+0x0/0x37 returned 0 after 12 usecs [ 0.239200] calling load_system_certificate_list+0x0/0xea @ 1 [ 0.239202] Loading compiled-in X.509 certificates [ 0.241761] Loaded X.509 cert 'Debian Project: Ben Hutchings: 008a018dca80932630' [ 0.241769] initcall load_system_certificate_list+0x0/0xea returned 0 after 2503 usecs [ 0.241772] calling fault_around_debugfs+0x0/0x35 @ 1 [ 0.241782] initcall fault_around_debugfs+0x0/0x35 returned 0 after 3 usecs [ 0.241785] calling max_swapfiles_check+0x0/0x8 @ 1 [ 0.241791] initcall max_swapfiles_check+0x0/0x8 returned 0 after 1 usecs [ 0.241794] calling init_zswap+0x0/0x427 @ 1 [ 0.241819] zswap: loaded using pool lzo/zbud [ 0.241950] initcall init_zswap+0x0/0x427 returned 0 after 146 usecs [ 0.241952] calling split_huge_pages_debugfs+0x0/0x35 @ 1 [ 0.241960] initcall split_huge_pages_debugfs+0x0/0x35 returned 0 after 2 usecs [ 0.241962] calling check_early_ioremap_leak+0x0/0x39 @ 1 [ 0.241967] initcall check_early_ioremap_leak+0x0/0x39 returned 0 after 1 usecs [ 0.241969] calling init_root_keyring+0x0/0xa @ 1 [ 0.241986] initcall init_root_keyring+0x0/0xa returned 0 after 12 usecs [ 0.241988] calling init_profile_hash+0x0/0x7f @ 1 [ 0.241994] AppArmor: AppArmor sha1 policy hashing enabled [ 0.241998] initcall init_profile_hash+0x0/0x7f returned 0 after 3 usecs [ 0.242001] calling init_ima+0x0/0x35 @ 1 [ 0.242006] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 0.242032] initcall init_ima+0x0/0x35 returned 0 after 24 usecs [ 0.242034] calling prandom_reseed+0x0/0x2a @ 1 [ 0.242050] initcall prandom_reseed+0x0/0x2a returned 0 after 10 usecs [ 0.242052] calling pci_resource_alignment_sysfs_init+0x0/0x18 @ 1 [ 0.242061] initcall pci_resource_alignment_sysfs_init+0x0/0x18 returned 0 after 5 usecs [ 0.242063] calling pci_sysfs_init+0x0/0x50 @ 1 [ 0.242275] initcall pci_sysfs_init+0x0/0x50 returned 0 after 202 usecs [ 0.242279] calling bert_init+0x0/0x23b @ 1 [ 0.242288] initcall bert_init+0x0/0x23b returned 0 after 1 usecs [ 0.242291] calling clk_debug_init+0x0/0x13e @ 1 [ 0.242305] initcall clk_debug_init+0x0/0x13e returned 0 after 8 usecs [ 0.242308] calling boot_wait_for_devices+0x0/0x29 @ 1 [ 0.242315] initcall boot_wait_for_devices+0x0/0x29 returned -19 after 0 usecs [ 0.242318] calling dmar_free_unused_resources+0x0/0xcd @ 1 [ 0.242325] initcall dmar_free_unused_resources+0x0/0xcd returned 0 after 0 usecs [ 0.242330] calling deferred_probe_initcall+0x0/0x30 @ 1 [ 0.242361] initcall deferred_probe_initcall+0x0/0x30 returned 0 after 20 usecs [ 0.242365] calling genpd_debug_init+0x0/0x15c @ 1 [ 0.242382] initcall genpd_debug_init+0x0/0x15c returned 0 after 9 usecs [ 0.242385] calling genpd_power_off_unused+0x0/0x7e @ 1 [ 0.242390] initcall genpd_power_off_unused+0x0/0x7e returned 0 after 1 usecs [ 0.242393] calling rtc_hctosys+0x0/0x102 @ 1 [ 0.242441] rtc_cmos 00:02: setting system clock to 2018-03-27 08:53:58 UTC (1522140838) [ 0.242448] initcall rtc_hctosys+0x0/0x102 returned 0 after 48 usecs [ 0.242451] calling firmware_memmap_init+0x0/0x33 @ 1 [ 0.242537] initcall firmware_memmap_init+0x0/0x33 returned 0 after 76 usecs [ 0.242542] calling register_update_efi_random_seed+0x0/0x20 @ 1 [ 0.242549] initcall register_update_efi_random_seed+0x0/0x20 returned 0 after 0 usecs [ 0.242552] calling efi_shutdown_init+0x0/0x3c @ 1 [ 0.242560] initcall efi_shutdown_init+0x0/0x3c returned -19 after 0 usecs [ 0.242563] calling pci_mmcfg_late_insert_resources+0x0/0x51 @ 1 [ 0.242572] initcall pci_mmcfg_late_insert_resources+0x0/0x51 returned 0 after 3 usecs [ 0.242575] calling tcp_congestion_default+0x0/0x18 @ 1 [ 0.242583] initcall tcp_congestion_default+0x0/0x18 returned 0 after 1 usecs [ 0.242586] calling software_resume+0x0/0x2a0 @ 1 [ 0.242593] initcall software_resume+0x0/0x2a0 returned -2 after 1 usecs [ 0.242597] calling clear_boot_tracer+0x0/0x26 @ 1 [ 0.242602] initcall clear_boot_tracer+0x0/0x26 returned 0 after 1 usecs [ 0.242606] calling clk_disable_unused+0x0/0x170 @ 1 [ 0.242614] initcall clk_disable_unused+0x0/0x170 returned 0 after 1 usecs [ 0.245195] Freeing unused kernel memory: 1516K [ 0.245196] Write protecting the kernel read-only data: 16384k [ 0.245904] Freeing unused kernel memory: 2012K [ 0.249025] Freeing unused kernel memory: 1012K [ 0.257224] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 0.257225] x86/mm: Checking user space page tables [ 0.261167] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 0.309280] calling acpi_thermal_init+0x0/0x1000 [thermal] @ 141 [ 0.309560] ACPI: Invalid active0 threshold [ 0.309626] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info(). [ 0.309663] thermal LNXTHERM:00: registered as thermal_zone0 [ 0.309664] ACPI: Thermal Zone [TZ00] (28 C) [ 0.309916] thermal LNXTHERM:01: registered as thermal_zone1 [ 0.309917] ACPI: Thermal Zone [TZ01] (30 C) [ 0.309931] initcall acpi_thermal_init+0x0/0x1000 [thermal] returned 0 after 630 usecs [ 0.312943] calling crc32c_intel_mod_init+0x0/0x1000 [crc32c_intel] @ 142 [ 0.312983] initcall crc32c_intel_mod_init+0x0/0x1000 [crc32c_intel] returned 0 after 33 usecs [ 0.313564] calling init_scsi+0x0/0x78 [scsi_mod] @ 137 [ 0.313621] SCSI subsystem initialized [ 0.313633] initcall init_scsi+0x0/0x78 [scsi_mod] returned 0 after 56 usecs [ 0.316674] calling ata_init+0x0/0x30c [libata] @ 137 [ 0.316727] libata version 3.00 loaded. [ 0.316739] initcall ata_init+0x0/0x30c [libata] returned 0 after 56 usecs [ 0.317665] calling ahci_pci_driver_init+0x0/0x1000 [ahci] @ 137 [ 0.317686] ahci 0000:00:1f.2: version 3.0 [ 0.317888] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl SATA mode [ 0.317891] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst [ 0.328793] scsi host0: ahci [ 0.328928] scsi host1: ahci [ 0.329052] scsi host2: ahci [ 0.329276] scsi host3: ahci [ 0.329434] scsi host4: ahci [ 0.329527] scsi host5: ahci [ 0.329572] ata1: SATA max UDMA/133 abar m2048@0xf7c36000 port 0xf7c36100 irq 26 [ 0.329575] ata2: SATA max UDMA/133 abar m2048@0xf7c36000 port 0xf7c36180 irq 26 [ 0.329576] ata3: DUMMY [ 0.329577] ata4: DUMMY [ 0.329577] ata5: DUMMY [ 0.329578] ata6: DUMMY [ 0.329614] initcall ahci_pci_driver_init+0x0/0x1000 [ahci] returned 0 after 11659 usecs [ 0.643147] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 0.643171] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 0.644484] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [ 0.644488] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out [ 0.644492] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out [ 0.644681] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04) [ 0.645758] ata1.00: ATA-8: WDC WD2500AAKX-75U6AA0, 19.01H19, max UDMA/133 [ 0.645761] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 0.647367] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [ 0.647371] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out [ 0.647374] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out [ 0.647392] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [ 0.647396] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out [ 0.647399] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out [ 0.647482] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04) [ 0.648466] ata1.00: configured for UDMA/133 [ 0.648799] ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04) [ 0.649888] scsi 0:0:0:0: Direct-Access ATA WDC WD2500AAKX-7 1H19 PQ: 0 ANSI: 5 [ 0.650698] ata2.00: ATAPI: HL-DT-ST DVD+-RW GT80N, A103, max UDMA/100 [ 0.655777] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [ 0.655781] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out [ 0.655784] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out [ 0.657253] ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04) [ 0.660389] ata2.00: configured for UDMA/100 [ 0.665109] scsi 1:0:0:0: CD-ROM HL-DT-ST DVD+-RW GT80N A103 PQ: 0 ANSI: 5 [ 0.700576] calling init_sd+0x0/0x1000 [sd_mod] @ 144 [ 0.700696] initcall init_sd+0x0/0x1000 [sd_mod] returned 0 after 106 usecs [ 0.700851] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB) [ 0.700881] sd 0:0:0:0: [sda] Write Protect is off [ 0.700885] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 0.700939] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 0.738275] sda: sda1 sda2 sda3 [ 0.739620] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.212128] tsc: Refined TSC clocksource calibration: 3392.282 MHz [ 1.212142] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x30e5d3a863b, max_idle_ns: 440795241822 ns [ 1.262425] calling md_init+0x0/0x1000 [md_mod] @ 186 [ 1.262480] initcall md_init+0x0/0x1000 [md_mod] returned 0 after 46 usecs [ 1.262628] calling linear_init+0x0/0x1000 [linear] @ 186 [ 1.262632] initcall linear_init+0x0/0x1000 [linear] returned 0 after 0 usecs [ 1.263579] calling multipath_init+0x0/0x1000 [multipath] @ 191 [ 1.263582] initcall multipath_init+0x0/0x1000 [multipath] returned 0 after 0 usecs [ 1.264502] calling raid0_init+0x0/0x1000 [raid0] @ 194 [ 1.264505] initcall raid0_init+0x0/0x1000 [raid0] returned 0 after 0 usecs [ 1.265613] calling raid_init+0x0/0x1000 [raid1] @ 197 [ 1.265616] initcall raid_init+0x0/0x1000 [raid1] returned 0 after 0 usecs [ 1.266438] calling crc32c_mod_init+0x0/0x1000 [crc32c_generic] @ 200 [ 1.266472] initcall crc32c_mod_init+0x0/0x1000 [crc32c_generic] returned 0 after 30 usecs [ 1.266584] calling libcrc32c_mod_init+0x0/0x1000 [libcrc32c] @ 200 [ 1.266590] initcall libcrc32c_mod_init+0x0/0x1000 [libcrc32c] returned 0 after 2 usecs [ 1.266914] calling init_module+0x0/0x1000 [raid6_pq] @ 200 [ 1.332078] raid6: sse2x1 gen() 11448 MB/s [ 1.400074] raid6: sse2x1 xor() 8395 MB/s [ 1.468079] raid6: sse2x2 gen() 13990 MB/s [ 1.536074] raid6: sse2x2 xor() 9368 MB/s [ 1.604074] raid6: sse2x4 gen() 16666 MB/s [ 1.672077] raid6: sse2x4 xor() 11171 MB/s [ 1.672079] raid6: using algorithm sse2x4 gen() 16666 MB/s [ 1.672080] raid6: .... xor() 11171 MB/s, rmw enabled [ 1.672080] raid6: using ssse3x2 recovery algorithm [ 1.672084] initcall init_module+0x0/0x1000 [raid6_pq] returned 0 after 395669 usecs [ 1.672288] calling async_tx_init+0x0/0x1000 [async_tx] @ 200 [ 1.672294] async_tx: api initialized (async) [ 1.672297] initcall async_tx_init+0x0/0x1000 [async_tx] returned 0 after 3 usecs [ 1.672467] calling calibrate_xor_blocks+0x0/0xf45 [xor] @ 200 [ 1.672471] xor: automatically using best checksumming function avx [ 1.672473] initcall calibrate_xor_blocks+0x0/0xf45 [xor] returned 0 after 1 usecs [ 1.672712] calling async_pq_init+0x0/0x1000 [async_pq] @ 200 [ 1.672719] initcall async_pq_init+0x0/0x1000 [async_pq] returned 0 after 0 usecs [ 1.674322] calling raid5_init+0x0/0x1000 [raid456] @ 200 [ 1.674367] initcall raid5_init+0x0/0x1000 [raid456] returned 0 after 40 usecs [ 1.676953] calling raid_init+0x0/0x1000 [raid10] @ 216 [ 1.676958] initcall raid_init+0x0/0x1000 [raid10] returned 0 after 1 usecs [ 1.715686] calling init_xfs_fs+0x0/0x1ab [xfs] @ 232 [ 1.715691] SGI XFS with ACLs, security attributes, realtime, no debug enabled [ 1.715998] initcall init_xfs_fs+0x0/0x1ab [xfs] returned 0 after 277 usecs [ 1.725158] XFS (sda1): Mounting V5 Filesystem [ 1.809735] XFS (sda1): Ending clean mount [ 2.236350] clocksource: Switched to clocksource tsc [ 3.221968] calling init_autofs4_fs+0x0/0x26 [autofs4] @ 1 [ 3.221998] initcall init_autofs4_fs+0x0/0x26 [autofs4] returned 0 after 26 usecs [ 3.285596] calling xt_init+0x0/0x1000 [x_tables] @ 1 [ 3.285600] initcall xt_init+0x0/0x1000 [x_tables] returned 0 after 0 usecs [ 3.334483] calling ip_tables_init+0x0/0x1000 [ip_tables] @ 1 [ 3.334486] ip_tables: (C) 2000-2006 Netfilter Core Team [ 3.334488] initcall ip_tables_init+0x0/0x1000 [ip_tables] returned 0 after 2 usecs [ 3.369503] systemd[1]: systemd 238 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [ 3.388276] systemd[1]: Detected architecture x86-64. [ 3.405269] systemd[1]: Set hostname to <plumpsklo>. [ 4.834470] random: crng init done [ 5.712379] systemd[1]: Reached target User and Group Name Lookups. [ 5.712615] systemd[1]: Listening on Journal Socket. [ 5.713718] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 5.714214] systemd[1]: Mounting Kernel Debug File System... [ 5.714298] systemd[1]: Listening on RPCbind Server Activation Socket. [ 5.728209] systemd[1]: Starting Load Kernel Modules... [ 5.728494] systemd[1]: Created slice system-getty.slice. [ 6.263849] calling init_sunrpc+0x0/0x6e [sunrpc] @ 293 [ 6.264003] RPC: Registered named UNIX socket transport module. [ 6.264004] RPC: Registered udp transport module. [ 6.264004] RPC: Registered tcp transport module. [ 6.264004] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 6.264014] initcall init_sunrpc+0x0/0x6e [sunrpc] returned 0 after 150 usecs [ 6.367331] systemd-journald[284]: Received request to flush runtime journal from PID 1 [ 11.246572] calling rapl_pmu_init+0x0/0x1000 [intel_rapl_perf] @ 351 [ 11.246647] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer [ 11.246648] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules [ 11.246648] RAPL PMU: hw unit of domain package 2^-16 Joules [ 11.246649] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules [ 11.246651] initcall rapl_pmu_init+0x0/0x1000 [intel_rapl_perf] returned 0 after 73 usecs [ 11.266736] calling intel_uncore_init+0x0/0xe7c [intel_uncore] @ 347 [ 11.266892] initcall intel_uncore_init+0x0/0xe7c [intel_uncore] returned 0 after 147 usecs [ 11.305843] calling acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 345 [ 11.305845] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs [ 11.324873] calling acpi_button_driver_init+0x0/0x1000 [button] @ 341 [ 11.324939] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2 [ 11.324956] ACPI: Power Button [PWRB] [ 11.325015] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 [ 11.325033] ACPI: Power Button [PWRF] [ 11.325066] initcall acpi_button_driver_init+0x0/0x1000 [button] returned 0 after 183 usecs [ 11.333136] calling cstate_pmu_init+0x0/0xf3f [intel_cstate] @ 351 [ 11.333202] initcall cstate_pmu_init+0x0/0xf3f [intel_cstate] returned 0 after 61 usecs [ 11.631581] calling pcspkr_platform_driver_init+0x0/0x1000 [pcspkr] @ 340 [ 11.631627] input: PC Speaker as /devices/platform/pcspkr/input/input4 [ 11.631645] initcall pcspkr_platform_driver_init+0x0/0x1000 [pcspkr] returned 0 after 59 usecs [ 11.646686] calling cryptd_init+0x0/0x1000 [cryptd] @ 347 [ 11.646693] initcall cryptd_init+0x0/0x1000 [cryptd] returned 0 after 3 usecs [ 11.681221] calling pcc_cpufreq_init+0x0/0xe88 [pcc_cpufreq] @ 342 [ 11.681229] initcall pcc_cpufreq_init+0x0/0xe88 [pcc_cpufreq] returned -19 after 5 usecs [ 11.716504] calling acpi_video_init+0x0/0x1000 [video] @ 340 [ 11.716508] calling pcc_cpufreq_init+0x0/0xe88 [pcc_cpufreq] @ 345 [ 11.716512] initcall acpi_video_init+0x0/0x1000 [video] returned 0 after 4 usecs [ 11.716514] initcall pcc_cpufreq_init+0x0/0xe88 [pcc_cpufreq] returned -19 after 2 usecs [ 11.846128] calling aes_init+0x0/0x1000 [aes_x86_64] @ 347 [ 11.846168] initcall aes_init+0x0/0x1000 [aes_x86_64] returned 0 after 36 usecs [ 12.074091] calling serio_raw_drv_init+0x0/0x1000 [serio_raw] @ 342 [ 12.074102] initcall serio_raw_drv_init+0x0/0x1000 [serio_raw] returned 0 after 8 usecs [ 12.117363] calling pps_init+0x0/0x1000 [pps_core] @ 337 [ 12.117369] pps_core: LinuxPPS API ver. 1 registered [ 12.117370] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx> [ 12.117372] initcall pps_init+0x0/0x1000 [pps_core] returned 0 after 5 usecs [ 12.166867] calling ledtrig_usb_init+0x0/0x1000 [usb_common] @ 335 [ 12.166871] initcall ledtrig_usb_init+0x0/0x1000 [usb_common] returned 0 after 1 usecs [ 12.328314] calling init_sg+0x0/0x1000 [sg] @ 329 [ 12.328357] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 12.328377] scsi 1:0:0:0: Attached scsi generic sg1 type 5 [ 12.328380] initcall init_sg+0x0/0x1000 [sg] returned 0 after 61 usecs [ 12.379574] calling mei_init+0x0/0xac [mei] @ 333 [ 12.379586] initcall mei_init+0x0/0xac [mei] returned 0 after 7 usecs [ 12.425112] calling mei_me_driver_init+0x0/0x1000 [mei_me] @ 333 [ 12.425125] initcall mei_me_driver_init+0x0/0x1000 [mei_me] returned 0 after 9 usecs [ 12.534827] calling aesni_init+0x0/0x201 [aesni_intel] @ 346 [ 12.534828] AVX version of gcm_enc/dec engaged. [ 12.534828] AES CTR mode by8 optimization enabled [ 12.542714] calling dcdbas_init+0x0/0x1000 [dcdbas] @ 344 [ 12.542753] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2) [ 12.542760] initcall dcdbas_init+0x0/0x1000 [dcdbas] returned 0 after 43 usecs [ 12.587715] calling i2c_i801_init+0x0/0x1000 [i2c_i801] @ 339 [ 12.587866] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt [ 12.588233] initcall i2c_i801_init+0x0/0x1000 [i2c_i801] returned 0 after 503 usecs [ 12.608338] calling ie31200_init+0x0/0x1000 [ie31200_edac] @ 338 [ 12.608348] initcall ie31200_init+0x0/0x1000 [ie31200_edac] returned 0 after 7 usecs [ 12.621199] calling ptp_init+0x0/0x1000 [ptp] @ 337 [ 12.621204] PTP clock support registered [ 12.621206] initcall ptp_init+0x0/0x1000 [ptp] returned 0 after 4 usecs [ 12.654243] calling lpc_ich_driver_init+0x0/0x1000 [lpc_ich] @ 330 [ 12.654296] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20170831/utaddress-247) [ 12.654300] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 12.654304] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20170831/utaddress-247) [ 12.654306] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 12.654307] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20170831/utaddress-247) [ 12.654309] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 12.654309] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20170831/utaddress-247) [ 12.654311] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 12.654311] lpc_ich: Resource conflict(s) found affecting gpio_ich [ 12.654325] initcall lpc_ich_driver_init+0x0/0x1000 [lpc_ich] returned 0 after 76 usecs [ 12.682850] calling psmouse_init+0x0/0x8a [psmouse] @ 343 [ 12.682867] initcall psmouse_init+0x0/0x8a [psmouse] returned 0 after 13 usecs [ 12.731133] calling drm_core_init+0x0/0xe2 [drm] @ 332 [ 12.731160] initcall drm_core_init+0x0/0xe2 [drm] returned 0 after 10 usecs [ 12.741482] calling usb_init+0x0/0x170 [usbcore] @ 331 [ 12.741487] ACPI: bus type USB registered [ 12.741502] usbcore: registered new interface driver usbfs [ 12.741506] usbcore: registered new interface driver hub [ 12.741529] usbcore: registered new device driver usb [ 12.741536] initcall usb_init+0x0/0x170 [usbcore] returned 0 after 44 usecs [ 12.771705] calling evdev_init+0x0/0x1000 [evdev] @ 333 [ 12.771787] initcall evdev_init+0x0/0x1000 [evdev] returned 0 after 76 usecs [ 12.893672] calling crypto_pcbc_module_init+0x0/0x1000 [pcbc] @ 411 [ 12.893675] initcall crypto_pcbc_module_init+0x0/0x1000 [pcbc] returned 0 after 0 usecs [ 12.893969] initcall aesni_init+0x0/0x201 [aesni_intel] returned 0 after 350716 usecs [ 12.956870] calling iTCO_vendor_init_module+0x0/0x1000 [iTCO_vendor_support] @ 339 [ 12.956871] iTCO_vendor_support: vendor-support=0 [ 12.956872] initcall iTCO_vendor_init_module+0x0/0x1000 [iTCO_vendor_support] returned 0 after 0 usecs [ 12.975997] calling cdrom_init+0x0/0x1000 [cdrom] @ 345 [ 12.976002] initcall cdrom_init+0x0/0x1000 [cdrom] returned 0 after 2 usecs [ 12.984861] calling init_sr+0x0/0x1000 [sr_mod] @ 345 [ 13.014195] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 13.014197] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 13.014289] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 13.014301] initcall init_sr+0x0/0x1000 [sr_mod] returned 0 after 28746 usecs [ 13.014989] calling drm_kms_helper_init+0x0/0x15 [drm_kms_helper] @ 332 [ 13.014995] initcall drm_kms_helper_init+0x0/0x15 [drm_kms_helper] returned 0 after 0 usecs [ 13.130018] calling iTCO_wdt_init_module+0x0/0x1000 [iTCO_wdt] @ 339 [ 13.130019] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11 [ 13.130057] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460) [ 13.130133] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 13.130145] initcall iTCO_wdt_init_module+0x0/0x1000 [iTCO_wdt] returned 0 after 121 usecs [ 13.291857] calling ehci_hcd_init+0x0/0x1000 [ehci_hcd] @ 331 [ 13.291858] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 13.291863] initcall ehci_hcd_init+0x0/0x1000 [ehci_hcd] returned 0 after 3 usecs [ 13.328891] calling ghash_pclmulqdqni_mod_init+0x0/0x1000 [ghash_clmulni_intel] @ 340 [ 13.329011] initcall ghash_pclmulqdqni_mod_init+0x0/0x1000 [ghash_clmulni_intel] returned 0 after 110 usecs [ 13.364570] calling xhci_hcd_init+0x0/0x1f [xhci_hcd] @ 335 [ 13.364577] initcall xhci_hcd_init+0x0/0x1f [xhci_hcd] returned 0 after 1 usecs [ 13.495053] calling crc32_pclmul_mod_init+0x0/0x1000 [crc32_pclmul] @ 340 [ 13.495100] initcall crc32_pclmul_mod_init+0x0/0x1000 [crc32_pclmul] returned 0 after 42 usecs [ 13.533916] calling init_soundcore+0x0/0x1000 [soundcore] @ 336 [ 13.533925] initcall init_soundcore+0x0/0x1000 [soundcore] returned 0 after 5 usecs [ 13.557674] calling crct10dif_intel_mod_init+0x0/0x1000 [crct10dif_pclmul] @ 347 [ 13.557724] initcall crct10dif_intel_mod_init+0x0/0x1000 [crct10dif_pclmul] returned 0 after 47 usecs [ 13.571336] calling xhci_pci_init+0x0/0x1000 [xhci_pci] @ 335 [ 13.571491] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 13.571497] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 [ 13.572589] xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x0000b930 [ 13.572594] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported [ 13.572742] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 13.572744] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 13.572745] usb usb1: Product: xHCI Host Controller [ 13.572746] usb usb1: Manufacturer: Linux 4.15.0-2-amd64 xhci-hcd [ 13.572747] usb usb1: SerialNumber: 0000:00:14.0 [ 13.572856] hub 1-0:1.0: USB hub found [ 13.572869] hub 1-0:1.0: 4 ports detected [ 13.573175] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 13.573178] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 [ 13.573217] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003 [ 13.573219] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 13.573220] usb usb2: Product: xHCI Host Controller [ 13.573221] usb usb2: Manufacturer: Linux 4.15.0-2-amd64 xhci-hcd [ 13.573222] usb usb2: SerialNumber: 0000:00:14.0 [ 13.573303] hub 2-0:1.0: USB hub found [ 13.573316] hub 2-0:1.0: 4 ports detected [ 13.573625] initcall xhci_pci_init+0x0/0x1000 [xhci_pci] returned 0 after 2231 usecs [ 13.622381] calling e1000_init_module+0x0/0x1000 [e1000e] @ 337 [ 13.622383] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k [ 13.622383] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 13.622551] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 13.626809] calling alsa_sound_init+0x0/0x82 [snd] @ 336 [ 13.626827] initcall alsa_sound_init+0x0/0x82 [snd] returned 0 after 10 usecs [ 13.714037] calling alsa_timer_init+0x0/0x1000 [snd_timer] @ 336 [ 13.714073] initcall alsa_timer_init+0x0/0x1000 [snd_timer] returned 0 after 31 usecs [ 13.715310] calling i915_init+0x0/0x59 [i915] @ 332 [ 13.766813] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock [ 13.895229] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 90:b1:1c:70:f7:e5 [ 13.895231] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection [ 13.895270] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: 1011FF-0FF [ 13.895310] initcall e1000_init_module+0x0/0x1000 [e1000e] returned 0 after 266518 usecs [ 13.895925] [drm] Memory usable by graphics device = 2048M [ 13.895927] [drm] Replacing VGA console driver [ 13.896774] Console: switching to colour dummy device 80x25 [ 13.902162] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 13.902163] [drm] Driver supports precise vblank timestamp query. [ 13.904374] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 13.908689] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 0 [ 13.909179] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 13.909415] acpi device:49: registered as cooling_device8 [ 13.909474] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6 [ 13.909606] initcall i915_init+0x0/0x59 [i915] returned 0 after 189705 usecs [ 13.964001] calling ehci_pci_init+0x0/0x1000 [ehci_pci] @ 334 [ 13.964002] ehci-pci: EHCI PCI platform driver [ 13.964110] ehci-pci 0000:00:1a.0: EHCI Host Controller [ 13.964115] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3 [ 13.964129] ehci-pci 0000:00:1a.0: debug port 2 [ 13.968033] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported [ 13.968046] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7c38000 [ 13.980163] calling vmx_init+0x0/0x567 [kvm_intel] @ 348 [ 13.980756] initcall vmx_init+0x0/0x567 [kvm_intel] returned 0 after 574 usecs [ 13.983061] fbcon: inteldrmfb (fb0) is primary device [ 13.984085] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 [ 13.984292] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 [ 13.984294] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 13.984294] usb usb3: Product: EHCI Host Controller [ 13.984295] usb usb3: Manufacturer: Linux 4.15.0-2-amd64 ehci_hcd [ 13.984296] usb usb3: SerialNumber: 0000:00:1a.0 [ 13.984442] hub 3-0:1.0: USB hub found [ 13.984452] hub 3-0:1.0: 2 ports detected [ 13.984736] ehci-pci 0000:00:1d.0: EHCI Host Controller [ 13.984739] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4 [ 13.984752] ehci-pci 0000:00:1d.0: debug port 2 [ 13.988662] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported [ 13.988674] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7c37000 [ 13.991571] calling alsa_pcm_init+0x0/0x1000 [snd_pcm] @ 336 [ 13.991576] initcall alsa_pcm_init+0x0/0x1000 [snd_pcm] returned 0 after 1 usecs [ 14.008096] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 [ 14.008162] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002 [ 14.008164] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 14.008165] usb usb4: Product: EHCI Host Controller [ 14.008167] usb usb4: Manufacturer: Linux 4.15.0-2-amd64 ehci_hcd [ 14.008168] usb usb4: SerialNumber: 0000:00:1d.0 [ 14.008284] hub 4-0:1.0: USB hub found [ 14.008291] hub 4-0:1.0: 2 ports detected [ 14.008421] initcall ehci_pci_init+0x0/0x1000 [ehci_pci] returned 0 after 43374 usecs [ 14.057763] Console: switching to colour frame buffer device 240x75 [ 14.059508] e1000e 0000:00:19.0 eno1: renamed from eth0 [ 14.081282] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device [ 14.320087] usb 3-1: new high-speed USB device number 2 using ehci-pci [ 14.327334] calling alsa_hwdep_init+0x0/0x1000 [snd_hwdep] @ 336 [ 14.327338] initcall alsa_hwdep_init+0x0/0x1000 [snd_hwdep] returned 0 after 2 usecs [ 14.344087] usb 4-1: new high-speed USB device number 2 using ehci-pci [ 14.360224] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready [ 14.390499] calling coretemp_init+0x0/0x1000 [coretemp] @ 341 [ 14.390914] initcall coretemp_init+0x0/0x1000 [coretemp] returned 0 after 402 usecs [ 14.406304] calling hda_bus_init+0x0/0x11 [snd_hda_core] @ 336 [ 14.406314] initcall hda_bus_init+0x0/0x11 [snd_hda_core] returned 0 after 5 usecs [ 14.476542] usb 3-1: New USB device found, idVendor=8087, idProduct=0024 [ 14.476546] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 14.476949] hub 3-1:1.0: USB hub found [ 14.477126] hub 3-1:1.0: 6 ports detected [ 14.500543] usb 4-1: New USB device found, idVendor=8087, idProduct=0024 [ 14.500547] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 14.500760] hub 4-1:1.0: USB hub found [ 14.500853] hub 4-1:1.0: 8 ports detected [ 14.548539] calling powerclamp_init+0x0/0x1000 [intel_powerclamp] @ 341 [ 14.548566] initcall powerclamp_init+0x0/0x1000 [intel_powerclamp] returned 0 after 23 usecs [ 14.629559] calling pkg_temp_thermal_init+0x0/0x1000 [x86_pkg_temp_thermal] @ 340 [ 14.629680] initcall pkg_temp_thermal_init+0x0/0x1000 [x86_pkg_temp_thermal] returned 0 after 114 usecs [ 14.630047] calling acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 348 [ 14.630049] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs [ 14.680664] calling acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 349 [ 14.680667] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs [ 14.685255] calling azx_driver_init+0x0/0xfd8 [snd_hda_intel] @ 336 [ 14.685408] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 14.685436] initcall azx_driver_init+0x0/0xfd8 [snd_hda_intel] returned 0 after 172 usecs [ 14.768164] calling rapl_init+0x0/0x1000 [intel_rapl] @ 350 [ 14.768181] intel_rapl: Found RAPL domain package [ 14.768181] intel_rapl: Found RAPL domain core [ 14.768182] intel_rapl: Found RAPL domain uncore [ 14.768185] intel_rapl: RAPL package 0 domain package locked by BIOS [ 14.768540] initcall rapl_init+0x0/0x1000 [intel_rapl] returned 0 after 362 usecs [ 14.785243] calling generic_driver_init+0x0/0x1000 [snd_hda_codec_generic] @ 331 [ 14.785253] initcall generic_driver_init+0x0/0x1000 [snd_hda_codec_generic] returned 0 after 6 usecs [ 15.057944] calling pkt_init+0x0/0x1000 [pktcdvd] @ 455 [ 15.058008] initcall pkt_init+0x0/0x1000 [pktcdvd] returned 0 after 58 usecs [ 15.072728] calling realtek_driver_init+0x0/0x1000 [snd_hda_codec_realtek] @ 331 [ 15.072833] snd_hda_codec_realtek hdaudioC0D0: ALC269VB: SKU not ready 0x411111f0 [ 15.073354] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VB: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:line [ 15.073356] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=1 (0x14/0x0/0x0/0x0/0x0) [ 15.073357] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) [ 15.073358] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 15.073359] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 15.073360] snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x19 [ 15.073361] snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x18 [ 15.079490] initcall realtek_driver_init+0x0/0x1000 [snd_hda_codec_realtek] returned 0 after 6597 usecs [ 15.089393] pktcdvd: pktcdvd0: writer mapped to sr0 [ 15.185811] calling hdmi_driver_init+0x0/0x1000 [snd_hda_codec_hdmi] @ 459 [ 15.187127] initcall hdmi_driver_init+0x0/0x1000 [snd_hda_codec_hdmi] returned 0 after 1280 usecs [ 15.187374] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7 [ 15.188051] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8 [ 15.188849] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 [ 15.188898] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 [ 15.188934] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 [ 15.188961] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12 [ 15.188986] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13 [ 16.241799] audit: type=1400 audit(1522140854.493:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=463 comm="apparmor_parser" [ 16.258217] audit: type=1400 audit(1522140854.509:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=464 comm="apparmor_parser" [ 16.321582] audit: type=1400 audit(1522140854.573:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=466 comm="apparmor_parser" [ 16.427272] audit: type=1400 audit(1522140854.677:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=462 comm="apparmor_parser" [ 16.427283] audit: type=1400 audit(1522140854.677:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=462 comm="apparmor_parser" [ 16.427285] audit: type=1400 audit(1522140854.677:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=462 comm="apparmor_parser" [ 16.428650] audit: type=1400 audit(1522140854.681:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/mission-control-5" pid=467 comm="apparmor_parser" [ 16.428661] audit: type=1400 audit(1522140854.681:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/telepathy-*" pid=467 comm="apparmor_parser" [ 16.428662] audit: type=1400 audit(1522140854.681:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/telepathy-*//pxgsettings" pid=467 comm="apparmor_parser" [ 16.428664] audit: type=1400 audit(1522140854.681:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/telepathy-*//sanitized_helper" pid=467 comm="apparmor_parser" [ 17.178162] e1000e: eno1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None [ 17.178202] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready [ 31.756571] calling fuse_init+0x0/0x1a8 [fuse] @ 866 [ 31.756573] fuse init (API version 7.26) [ 31.756645] initcall fuse_init+0x0/0x1a8 [fuse] returned 0 after 67 usecs
Attachment:
bootchart-20180327-1054.svg.7z
Description: application/7z-compressed
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature