All of lore.kernel.org
 help / color / mirror / Atom feed
* ftrace: function radeon_init not traceable
@ 2020-05-09 10:16 Paul Menzel
  2020-05-11 18:58 ` Steven Rostedt
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Menzel @ 2020-05-09 10:16 UTC (permalink / raw)
  To: Steven Rostedt, Ingo Molnar; +Cc: linux-kernel

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

Dear Linux folks,


Linux master and Linux 5.6.7 (from Debian Sid/unstable) are used.

Instrumenting Linux’ start-up time, I’d like to trace the init function 
of the Radeon graphics driver `radeon_init()` (built as a module).

     drivers/gpu/drm/radeon/radeon_drv.c:static int __init radeon_init(void)
     drivers/gpu/drm/radeon/radeon_drv.c:module_init(radeon_init);

With `initcall_debug` I can see:

     [    1.079920] calling  radeon_init+0x0/0x1000 [radeon] @ 138
     [    1.663200] initcall radeon_init+0x0/0x1000 [radeon] returned 0 
after 129346 usecs

With `function_graph` as the trace, I am adding the string below to the 
Linux kernel CLI.

     initcall_debug log_buf_len=32M trace_buf_size=57074K 
trace_clock=global 
trace_options=nooverwrite,funcgraph-abstime,funcgraph-cpu,funcgraph-duration,funcgraph-proc,funcgraph-tail,nofuncgraph-overhead,context-info,graph-time 
ftrace=function_graph ftrace_graph_max_depth=1 
ftrace_graph_filter=radeon_init

But ftrace “rejects” that:

     [    0.075538] ftrace: allocating 30958 entries in 61 pages
     [    0.084542] ftrace: allocated 61 pages with 5 groups
     [    0.094184] ftrace: function radeon_init not traceable

I believe it worked in the past. Is there a way to trace that init function?

Despite the function not being traceable, the trace file is still 
filled. I’d would have expected to be empty.

```
# tracer: function_graph
#
#     TIME        CPU  TASK/PID         DURATION 
FUNCTION CALLS
#      |          |     |    |           |   |                     |   | 
   |   |
     2.910887 |   0)    <idle>-0    |   2.662 us    |  local_touch_nmi();
     2.910888 |   0)    <idle>-0    |   0.497 us    |  local_touch_nmi();
     2.910888 |   0)    <idle>-0    |   0.346 us    |  local_touch_nmi();
     2.910888 |   1)   systemd-1    |   1.440 us    |  __text_poke();
     2.910888 |   1)   systemd-1    |   0.588 us    |  __text_poke();
     2.910888 |   1)   systemd-1    |   0.556 us    |  __text_poke();
     2.910888 |   1)   systemd-1    |   0.489 us    |  __text_poke();
[…]
     2.910889 |   1)   systemd-1    |   0.530 us    |  __text_poke();
     2.910889 |   0)    <idle>-0    |   0.473 us    |  do_sync_core();
     2.910889 |   1)   systemd-1    |   0.572 us    |  do_sync_core();
     2.910889 |   0)    <idle>-0    |   0.365 us    | 
arch_cpu_idle_enter();
     2.910889 |   1)   systemd-1    |   0.830 us    |  __text_poke();
     2.910889 |   0)    <idle>-0    | ! 278.143 us  |  arch_cpu_idle();
     2.910889 |   1)   systemd-1    |   0.582 us    |  __text_poke();
[…]
```


Kind regards,

Paul

[-- Attachment #2: 20200509-linux-5.7-rc4-with-prints.txt --]
[-- Type: text/plain, Size: 172037 bytes --]

[    0.000000] Linux version 5.7.0-rc4-00279-g75903925ab27 (root@3ac37cc8b13f) (gcc version 9.3.0 (Debian 9.3.0-12), GNU ld (GNU Binutils for Debian) 2.34) #104 SMP Sat May 9 08:42:11 UTC 2020
[    0.000000] random: get_random_u32 called from bsp_init_amd+0x135/0x220 with crng_init=0
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008da22fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008da23000-0x000000008de5dfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008de5e000-0x000000008de6dfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000008de6e000-0x000000008df46fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008df47000-0x000000008e5f9fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008e5fa000-0x000000008e5fafff] usable
[    0.000000] BIOS-e820: [mem 0x000000008e5fb000-0x000000008e800fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008e801000-0x000000008ec3bfff] usable
[    0.000000] BIOS-e820: [mem 0x000000008ec3c000-0x000000008eff3fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008eff4000-0x000000008effffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000013effffff] usable
[    0.000000] kmemleak: Kernel memory leak detector disabled
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: System manufacturer System Product Name/F2A85-M PRO, BIOS 6601 11/25/2014
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Initial usec timer 105021407
[    0.000000] tsc: Detected 4400.238 MHz processor
[    0.002507] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.002509] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.002515] last_pfn = 0x8f000 max_arch_pfn = 0x100000
[    0.002520] MTRR default type: uncachable
[    0.002521] MTRR fixed ranges enabled:
[    0.002523]   00000-9FFFF write-back
[    0.002523]   A0000-BFFFF write-through
[    0.002524]   C0000-CFFFF write-protect
[    0.002525]   D0000-E7FFF uncachable
[    0.002526]   E8000-FFFFF write-protect
[    0.002527] MTRR variable ranges enabled:
[    0.002528]   0 base 000000000000 mask FFFF80000000 write-back
[    0.002530]   1 base 000080000000 mask FFFFF8000000 write-back
[    0.002531]   2 base 000088000000 mask FFFFFC000000 write-back
[    0.002532]   3 base 00008C000000 mask FFFFFE000000 write-back
[    0.002533]   4 base 00008E000000 mask FFFFFF000000 write-back
[    0.002534]   5 disabled
[    0.002534]   6 disabled
[    0.002535]   7 disabled
[    0.002536] TOM2: 000000013f000000 aka 5104M
[    0.002754] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002897] e820: update [mem 0x8f000000-0xffffffff] usable ==> reserved
[    0.002910] initial memory mapped: [mem 0x00000000-0x093fffff]
[    0.002927] BRK [0x08f16000, 0x08f16fff] PGTABLE
[    0.009018] printk: log_buf_len: 33554432 bytes
[    0.009019] printk: early log buf free: 258052(98%)
[    0.009024] ACPI: Early table checksum verification disabled
[    0.009029] ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
[    0.009033] ACPI: XSDT 0x000000008DE66078 000064 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.009038] ACPI: FACP 0x000000008DE6CED0 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.009043] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20200326/tbfadt-615)
[    0.009047] ACPI: DSDT 0x000000008DE66170 006D5D (v02 ALASKA A M I    00000000 INTL 20051117)
[    0.009050] ACPI: FACS 0x000000008DF3C080 000040
[    0.009052] ACPI: APIC 0x000000008DE6CFE0 000072 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.009055] ACPI: FPDT 0x000000008DE6D058 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.009057] ACPI: MCFG 0x000000008DE6D0A0 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.009060] ACPI: SSDT 0x000000008DE6D898 0004B7 (v02 AMD    ANNAPURN 00000001 MSFT 04000000)
[    0.009062] ACPI: HPET 0x000000008DE6D138 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.009064] ACPI: IVRS 0x000000008DE6D170 000070 (v02 AMD    ANNAPURN 00000001 AMD  00000000)
[    0.009067] ACPI: SSDT 0x000000008DE6D1E0 0006B2 (v01 AMD    ANNAPURN 00000001 AMD  00000001)
[    0.009075] ACPI: Local APIC address 0xfee00000
[    0.009078] 1404MB HIGHMEM available.
[    0.009080] 883MB LOWMEM available.
[    0.009081]   mapped low ram: 0 - 373fe000
[    0.009082]   low ram: 0 - 373fe000
[    0.009095] BRK [0x08f17000, 0x08f17fff] PGTABLE
[    0.009101] Zone ranges:
[    0.009102]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.009103]   Normal   [mem 0x0000000001000000-0x00000000373fdfff]
[    0.009104]   HighMem  [mem 0x00000000373fe000-0x000000008effffff]
[    0.009105] Movable zone start for each node
[    0.009106] Early memory node ranges
[    0.009107]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.009108]   node   0: [mem 0x0000000000100000-0x000000008da22fff]
[    0.009108]   node   0: [mem 0x000000008e5fa000-0x000000008e5fafff]
[    0.009109]   node   0: [mem 0x000000008e801000-0x000000008ec3bfff]
[    0.009110]   node   0: [mem 0x000000008eff4000-0x000000008effffff]
[    0.009225] Zeroed struct page in unavailable ranges: 8696 pages
[    0.009226] Initmem setup node 0 [mem 0x0000000000001000-0x000000008effffff]
[    0.009228] On node 0 totalpages: 581128
[    0.009229]   DMA zone: 40 pages used for memmap
[    0.009230]   DMA zone: 0 pages reserved
[    0.009231]   DMA zone: 3997 pages, LIFO batch:0
[    0.009288]   Normal zone: 2170 pages used for memmap
[    0.009289]   Normal zone: 222206 pages, LIFO batch:63
[    0.012295]   HighMem zone: 354925 pages, LIFO batch:63
[    0.017162] Using APIC driver default
[    0.017355] ACPI: PM-Timer IO Port: 0x808
[    0.017357] ACPI: Local APIC address 0xfee00000
[    0.017362] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.017369] IOAPIC[0]: apic_id 3, version 33, address 0xfec00000, GSI 0-23
[    0.017371] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.017373] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.017375] ACPI: IRQ0 used by override.
[    0.017376] ACPI: IRQ9 used by override.
[    0.017378] Using ACPI (MADT) for SMP configuration information
[    0.017379] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.017382] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[    0.017383] smpboot: smpboot: XXX end of prefill_possible_map
[    0.017384] After prefill_possible_map
[    0.017384] After init_cpu_to_node
[    0.017386] After io_apic_init_mappings
[    0.017386] After x86_init.hyper.guest_late_init
[    0.017398] [mem 0x8f000000-0xfebfffff] available for PCI devices
[    0.017399] After e820
[    0.017402] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.017403] After unwind_init
[    0.017404] After setup_arch
[    0.017408] After setup_command_line
[    0.017409] After setup_nr_cpu_ids
[    0.017410] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.017557] percpu: Embedded 35 pages/cpu s111500 r0 d31860 u143360
[    0.017560] pcpu-alloc: s111500 r0 d31860 u143360 alloc=35*4096
[    0.017561] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.017570] After setup_per_cpu_areas
[    0.017571] After smp_perpare_boot_cpu
[    0.017572] After boot_cpu_hotplug_init
[    0.017574] Built 1 zonelists, mobility grouping on.  Total pages: 578918
[    0.017577] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.7.0-rc4-00279-g75903925ab27 root=/dev/sda1 rw noisapnp cryptomgr.notests quiet initcall_debug init=/lib/systemd/systemd-bootchart memory_corruption_check=0 memory_corruption_check_size=512k memory_corruption_check_period=5 iomem=relaxed apparmor=0 selinux=0 kmemleak=off initcall_blacklist=serial8250_init,asus_wmi_init,wmi_bmof_driver_init udev.children_max=4 udev.log_priority=info maxcpus=4 log_buf_len=2M log_buf_len=32M trace_buf_size=57074K trace_clock=global trace_options=nooverwrite,funcgraph-abstime,funcgraph-cpu,funcgraph-duration,funcgraph-proc,funcgraph-tail,nofuncgraph-overhead,context-info,graph-time ftrace=function_graph ftrace_graph_max_depth=1 ftrace_graph_filter=radeon_init console=ttyS0,115200 debug
[    0.017725] blacklisting initcall serial8250_init
[    0.017727] blacklisting initcall asus_wmi_init
[    0.017729] blacklisting initcall wmi_bmof_driver_init
[    0.017968] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.018011] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.018023] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.018025] Initializing HighMem for node 0 (000373fe:0008f000)
[    0.018027] add_highpages_with_active_regions: start_pfn = 226302, end_pfn = 585728
[    0.018028] add_highpages_with_active_regions: for_each_free_mem_range: i = 8589934592, nid = 0, pfn = 226302, e_pfn = 226302, before for loop
[    0.018030] add_highpages_with_active_regions: for_each_free_mem_range: i = 17179869185, nid = 0, pfn = 226302, e_pfn = 226302, before for loop
[    0.018031] add_highpages_with_active_regions: for_each_free_mem_range: i = 21474836481, nid = 0, pfn = 226302, e_pfn = 226302, before for loop
[    0.018032] add_highpages_with_active_regions: for_each_free_mem_range: i = 25769803777, nid = 0, pfn = 226302, e_pfn = 226302, before for loop
[    0.018033] add_highpages_with_active_regions: for_each_free_mem_range: i = 30064771073, nid = 0, pfn = 226302, e_pfn = 226302, before for loop
[    0.018034] add_highpages_with_active_regions: for_each_free_mem_range: i = 34359738369, nid = 0, pfn = 226302, e_pfn = 226302, before for loop
[    0.018035] add_highpages_with_active_regions: for_each_free_mem_range: i = 38654705665, nid = 0, pfn = 226302, e_pfn = 226302, before for loop
[    0.018036] add_highpages_with_active_regions: for_each_free_mem_range: i = 42949672961, nid = 0, pfn = 226302, e_pfn = 226302, before for loop
[    0.018037] add_highpages_with_active_regions: for_each_free_mem_range: i = 47244640257, nid = 0, pfn = 226302, e_pfn = 226302, before for loop
[    0.018038] add_highpages_with_active_regions: for_each_free_mem_range: i = 51539607553, nid = 0, pfn = 226302, e_pfn = 226302, before for loop
[    0.018039] add_highpages_with_active_regions: for_each_free_mem_range: i = 55834574849, nid = 0, pfn = 226302, e_pfn = 226302, before for loop
[    0.018040] add_highpages_with_active_regions: for_each_free_mem_range: i = 60129542145, nid = 0, pfn = 226302, e_pfn = 226302, before for loop
[    0.018041] add_highpages_with_active_regions: for_each_free_mem_range: i = 64424509441, nid = 0, pfn = 226302, e_pfn = 226302, before for loop
[    0.018042] add_highpages_with_active_regions: for_each_free_mem_range: i = 68719476737, nid = 0, pfn = 226302, e_pfn = 226302, before for loop
[    0.018043] add_highpages_with_active_regions: for_each_free_mem_range: i = 73014444033, nid = 0, pfn = 226302, e_pfn = 226302, before for loop
[    0.018044] add_highpages_with_active_regions: for_each_free_mem_range: i = 77309411329, nid = 0, pfn = 226302, e_pfn = 226302, before for loop
[    0.018045] add_highpages_with_active_regions: for_each_free_mem_range: i = 81604378625, nid = 0, pfn = 226302, e_pfn = 226302, before for loop
[    0.018046] add_highpages_with_active_regions: for_each_free_mem_range: i = 85899345921, nid = 0, pfn = 226302, e_pfn = 226302, before for loop
[    0.018047] add_highpages_with_active_regions: for_each_free_mem_range: i = 90194313217, nid = 0, pfn = 226302, e_pfn = 226302, before for loop
[    0.018048] add_highpages_with_active_regions: for_each_free_mem_range: i = 94489280513, nid = 0, pfn = 226302, e_pfn = 226302, before for loop
[    0.018049] add_highpages_with_active_regions: for_each_free_mem_range: i = 98784247809, nid = 0, pfn = 226302, e_pfn = 226302, before for loop
[    0.018050] add_highpages_with_active_regions: for_each_free_mem_range: i = 103079215105, nid = 0, pfn = 226302, e_pfn = 226302, before for loop
[    0.018051] add_highpages_with_active_regions: for_each_free_mem_range: i = 107374182401, nid = 0, pfn = 226302, e_pfn = 226302, before for loop
[    0.018052] add_highpages_with_active_regions: for_each_free_mem_range: i = 107374182402, nid = 0, pfn = 226302, e_pfn = 580131, before for loop
[    0.072841] add_highpages_with_active_regions: for_each_free_mem_range: i = 107374182403, nid = 0, pfn = 583162, e_pfn = 583163, before for loop
[    0.072843] add_highpages_with_active_regions: for_each_free_mem_range: i = 107374182404, nid = 0, pfn = 583681, e_pfn = 584764, before for loop
[    0.073012] add_highpages_with_active_regions: for_each_free_mem_range: i = 107374182405, nid = 0, pfn = 585716, e_pfn = 585728, before for loop
[    0.073016] Initializing Movable for node 0 (00000000:00000000)
[    0.073016] add_highpages_with_active_regions: start_pfn = 0, end_pfn = 0
[    0.073018] add_highpages_with_active_regions: for_each_free_mem_range: i = 8589934592, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073019] add_highpages_with_active_regions: for_each_free_mem_range: i = 17179869185, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073020] add_highpages_with_active_regions: for_each_free_mem_range: i = 21474836481, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073021] add_highpages_with_active_regions: for_each_free_mem_range: i = 25769803777, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073022] add_highpages_with_active_regions: for_each_free_mem_range: i = 30064771073, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073023] add_highpages_with_active_regions: for_each_free_mem_range: i = 34359738369, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073024] add_highpages_with_active_regions: for_each_free_mem_range: i = 38654705665, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073025] add_highpages_with_active_regions: for_each_free_mem_range: i = 42949672961, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073026] add_highpages_with_active_regions: for_each_free_mem_range: i = 47244640257, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073027] add_highpages_with_active_regions: for_each_free_mem_range: i = 51539607553, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073028] add_highpages_with_active_regions: for_each_free_mem_range: i = 55834574849, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073029] add_highpages_with_active_regions: for_each_free_mem_range: i = 60129542145, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073030] add_highpages_with_active_regions: for_each_free_mem_range: i = 64424509441, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073031] add_highpages_with_active_regions: for_each_free_mem_range: i = 68719476737, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073032] add_highpages_with_active_regions: for_each_free_mem_range: i = 73014444033, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073033] add_highpages_with_active_regions: for_each_free_mem_range: i = 77309411329, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073034] add_highpages_with_active_regions: for_each_free_mem_range: i = 81604378625, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073035] add_highpages_with_active_regions: for_each_free_mem_range: i = 85899345921, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073036] add_highpages_with_active_regions: for_each_free_mem_range: i = 90194313217, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073037] add_highpages_with_active_regions: for_each_free_mem_range: i = 94489280513, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073038] add_highpages_with_active_regions: for_each_free_mem_range: i = 98784247809, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073039] add_highpages_with_active_regions: for_each_free_mem_range: i = 103079215105, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073040] add_highpages_with_active_regions: for_each_free_mem_range: i = 107374182401, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073041] add_highpages_with_active_regions: for_each_free_mem_range: i = 107374182402, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073042] add_highpages_with_active_regions: for_each_free_mem_range: i = 107374182403, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073043] add_highpages_with_active_regions: for_each_free_mem_range: i = 107374182404, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.073044] add_highpages_with_active_regions: for_each_free_mem_range: i = 107374182405, nid = 0, pfn = 0, e_pfn = 0, before for loop
[    0.075422] Memory: 2251816K/2324512K available (7625K kernel code, 782K rwdata, 2856K rodata, 740K init, 3188K bss, 72696K reserved, 0K cma-reserved, 1419700K highmem)
[    0.075424] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.075529] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.075537] After mm_init
[    0.075538] ftrace: allocating 30958 entries in 61 pages
[    0.084542] ftrace: allocated 61 pages with 5 groups
[    0.094184] ftrace: function radeon_init not traceable
[    0.097880] After sched_init
[    0.097907] rcu: Hierarchical RCU implementation.
[    0.097907] rcu: 	RCU event tracing is enabled.
[    0.097909] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.097913] After rcu_init
[    0.102304] NR_IRQS: 2304, nr_irqs: 456, preallocated irqs: 16
[    0.102618] random: crng_init_try_arch_early failed with i = 4, X86_FEATURE_RDRAND = no
[    0.102619] random: crng_init_try_arch_early failed with i = 5, X86_FEATURE_RDRAND = no
[    0.102620] random: crng_init_try_arch_early failed with i = 6, X86_FEATURE_RDRAND = no
[    0.102621] random: crng_init_try_arch_early failed with i = 7, X86_FEATURE_RDRAND = no
[    0.102622] random: crng_init_try_arch_early failed with i = 8, X86_FEATURE_RDRAND = no
[    0.102623] random: crng_init_try_arch_early failed with i = 9, X86_FEATURE_RDRAND = no
[    0.102623] random: crng_init_try_arch_early failed with i = 10, X86_FEATURE_RDRAND = no
[    0.102624] random: crng_init_try_arch_early failed with i = 11, X86_FEATURE_RDRAND = no
[    0.102625] random: crng_init_try_arch_early failed with i = 12, X86_FEATURE_RDRAND = no
[    0.102626] random: crng_init_try_arch_early failed with i = 13, X86_FEATURE_RDRAND = no
[    0.102627] random: crng_init_try_arch_early failed with i = 14, X86_FEATURE_RDRAND = no
[    0.102627] random: crng_init_try_arch_early failed with i = 15, X86_FEATURE_RDRAND = no
[    0.102628] After add_latent_entropy
[    0.102637] After add_device_randomness
[    0.102638] After boot_init_stack_canary
[    0.102654] spurious 8259A interrupt: IRQ7.
[    0.102661] calling  con_init+0x0/0x1f4 @ 0
[    0.102673] Console: colour dummy device 80x25
[    0.102676] initcall con_init+0x0/0x1f4 returned 0 after 0 usecs
[    0.102677] calling  univ8250_console_init+0x0/0x2a @ 0
[    1.876033] printk: console [ttyS0] enabled
[    1.880210] initcall univ8250_console_init+0x0/0x2a returned 0 after 0 usecs
[    1.887253] ACPI: Core revision 20200326
[    1.891244] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.900372] APIC: Switch to symmetric I/O mode setup
[    1.905335] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    1.911152] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.960372] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3f6d476665d, max_idle_ns: 440795358940 ns
[    1.970884] Calibrating delay loop (skipped), value calculated using timer frequency.. 8800.47 BogoMIPS (lpj=44002380)
[    1.980885] pid_max: default: 32768 minimum: 301
[    1.985530] LSM: Security Framework initializing
[    1.990896] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    1.998199] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    2.001063] Bit 30 in CPUID ECX not set.
[    2.001081] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[    2.010885] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
[    2.020886] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    2.030886] Spectre V2 : Mitigation: Full AMD retpoline
[    2.036110] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    2.040886] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    2.050969] Freeing SMP alternatives memory: 28K
[    2.055580] After check_bugs
[    2.070885] After acpi_subsystem_init
[    2.074541] After arch_post_acpi_subsys_init
[    2.080884] After sfi_init_late
[    2.084018] After rcu_scheduler_starting
[    2.087962] After find_task_by_pid_ns
[    2.090884] After numa_default_policy
[    2.094550] After rcu_read_lock
[    2.097687] After rcu_read_unlock
[    2.100885] After kthreadd_done
[    2.104027] smpboot: Start of native_smp_prepare_cpus
[    2.110885] smpboot: smpboot: zalloc 0
[    2.114634] smpboot: smpboot: zalloc 1
[    2.118378] smpboot: smpboot: zalloc 2
[    2.120884] smpboot: smpboot: zalloc 3
[    2.124628] smpboot: smpboot: After set_sched_topology()
[    2.130885] smpboot: smpboot: After smp_sanity_check()
[    2.136020] smpboot: smpboot: Before x86_init.timers.setup_percpu_clockev()
[    2.263929] smpboot: smpboot: After x86_init.timers.setup_percpu_clockev()
[    2.270793] smpboot: smp_get_logical_apicid()
[    2.270884] smpboot: CPU0: AMD A6-6400K APU with Radeon(tm) HD Graphics (family: 0x15, model: 0x13, stepping: 0x1)
[    2.280967] calling  trace_init_flags_sys_enter+0x0/0x13 @ 1
[    2.286622] initcall trace_init_flags_sys_enter+0x0/0x13 returned 0 after 0 usecs
[    2.290885] calling  trace_init_flags_sys_exit+0x0/0x13 @ 1
[    2.300885] initcall trace_init_flags_sys_exit+0x0/0x13 returned 0 after 0 usecs
[    2.308269] calling  init_hw_perf_events+0x0/0x51e @ 1
[    2.310884] Performance Events: Fam15h core perfctr, AMD PMU driver.
[    2.317234] ... version:                0
[    2.320884] ... bit width:              48
[    2.324972] ... generic registers:      6
[    2.330884] ... value mask:             0000ffffffffffff
[    2.336185] ... max period:             00007fffffffffff
[    2.340884] ... fixed-purpose events:   0
[    2.344887] ... event mask:             000000000000003f
[    2.350890] initcall init_hw_perf_events+0x0/0x51e returned 0 after 39062 usecs
[    2.358188] calling  init_real_mode+0x0/0x108 @ 1
[    2.360892] initcall init_real_mode+0x0/0x108 returned 0 after 0 usecs
[    2.367408] calling  trace_init_perf_perm_irq_work_exit+0x0/0x16 @ 1
[    2.370885] initcall trace_init_perf_perm_irq_work_exit+0x0/0x16 returned 0 after 0 usecs
[    2.380885] calling  validate_x2apic+0x0/0x49 @ 1
[    2.385580] initcall validate_x2apic+0x0/0x49 returned 0 after 0 usecs
[    2.390885] calling  register_nmi_cpu_backtrace_handler+0x0/0x18 @ 1
[    2.400885] initcall register_nmi_cpu_backtrace_handler+0x0/0x18 returned 0 after 0 usecs
[    2.409049] calling  spawn_ksoftirqd+0x0/0x39 @ 1
[    2.410898] initcall spawn_ksoftirqd+0x0/0x39 returned 0 after 0 usecs
[    2.420885] calling  migration_init+0x0/0x31 @ 1
[    2.425495] initcall migration_init+0x0/0x31 returned 0 after 0 usecs
[    2.430884] calling  srcu_bootup_announce+0x0/0x30 @ 1
[    2.436012] rcu: Hierarchical SRCU implementation.
[    2.440884] initcall srcu_bootup_announce+0x0/0x30 returned 0 after 9765 usecs
[    2.448095] calling  rcu_spawn_core_kthreads+0x0/0x71 @ 1
[    2.450884] initcall rcu_spawn_core_kthreads+0x0/0x71 returned 0 after 0 usecs
[    2.460884] calling  rcu_spawn_gp_kthread+0x0/0x112 @ 1
[    2.466121] initcall rcu_spawn_gp_kthread+0x0/0x112 returned 0 after 0 usecs
[    2.470885] calling  check_cpu_stall_init+0x0/0x1b @ 1
[    2.476014] initcall check_cpu_stall_init+0x0/0x1b returned 0 after 0 usecs
[    2.480886] calling  rcu_sysrq_init+0x0/0x25 @ 1
[    2.490885] initcall rcu_sysrq_init+0x0/0x25 returned 0 after 0 usecs
[    2.497321] calling  cpu_stop_init+0x0/0x78 @ 1
[    2.500901] initcall cpu_stop_init+0x0/0x78 returned 0 after 0 usecs
[    2.507245] calling  init_events+0x0/0x3a @ 1
[    2.510897] initcall init_events+0x0/0x3a returned 0 after 0 usecs
[    2.517070] calling  init_trace_printk+0x0/0xf @ 1
[    2.520888] initcall init_trace_printk+0x0/0xf returned 0 after 0 usecs
[    2.530885] calling  event_trace_enable_again+0x0/0x41 @ 1
[    2.536362] initcall event_trace_enable_again+0x0/0x41 returned 0 after 0 usecs
[    2.540885] calling  jump_label_init_module+0x0/0x14 @ 1
[    2.546187] initcall jump_label_init_module+0x0/0x14 returned 0 after 0 usecs
[    2.550885] calling  dynamic_debug_init+0x0/0x206 @ 1
[    2.561102] initcall dynamic_debug_init+0x0/0x206 returned 0 after 0 usecs
[    2.567972] calling  initialize_ptr_random+0x0/0x47 @ 1
[    2.570885] initcall initialize_ptr_random+0x0/0x47 returned 0 after 0 usecs
[    2.577951] smp: Bringing up secondary CPUs ...
[    2.584088] x86: Booting SMP configuration:
[    2.590888] .... node  #0, CPUs:      #1
[    1.808288] Bit 30 in CPUID ECX not set.
[    2.596992] After schedule_preempt_disabled
[    2.605064] smp: Brought up 1 node, 2 CPUs
[    2.610887] smpboot: Max logical packages: 2
[    2.615155] smpboot: Total of 2 processors activated (17600.95 BogoMIPS)
[    2.621196] devtmpfs: initialized
[    2.624452] calling  ipc_ns_init+0x0/0x48 @ 1
[    2.628803] initcall ipc_ns_init+0x0/0x48 returned 0 after 0 usecs
[    2.628803] calling  init_mmap_min_addr+0x0/0x27 @ 1
[    2.640885] initcall init_mmap_min_addr+0x0/0x27 returned 0 after 0 usecs
[    2.647662] calling  pci_realloc_setup_params+0x0/0x3e @ 1
[    2.650885] initcall pci_realloc_setup_params+0x0/0x3e returned 0 after 0 usecs
[    2.660886] calling  net_ns_init+0x0/0x11d @ 1
[    2.665345] initcall net_ns_init+0x0/0x11d returned 0 after 0 usecs
[    2.671033] calling  e820__register_nvs_regions+0x0/0x46 @ 1
[    2.676690] PM: Registering ACPI NVS region [mem 0x8de6e000-0x8df46fff] (888832 bytes)
[    2.680893] PM: Registering ACPI NVS region [mem 0x8e5fb000-0x8e800fff] (2121728 bytes)
[    2.690909] initcall e820__register_nvs_regions+0x0/0x46 returned 0 after 19531 usecs
[    2.700885] calling  cpufreq_register_tsc_scaling+0x0/0x2a @ 1
[    2.706716] initcall cpufreq_register_tsc_scaling+0x0/0x2a returned 0 after 0 usecs
[    2.710886] calling  reboot_init+0x0/0x22 @ 1
[    2.715241] initcall reboot_init+0x0/0x22 returned 0 after 0 usecs
[    2.717063] calling  init_lapic_sysfs+0x0/0x24 @ 1
[    2.720885] initcall init_lapic_sysfs+0x0/0x24 returned 0 after 0 usecs
[    2.727488] calling  alloc_frozen_cpus+0x0/0xc @ 1
[    2.740885] initcall alloc_frozen_cpus+0x0/0xc returned 0 after 0 usecs
[    2.747489] calling  cpu_hotplug_pm_sync_init+0x0/0x16 @ 1
[    2.750885] initcall cpu_hotplug_pm_sync_init+0x0/0x16 returned 0 after 0 usecs
[    2.758181] calling  wq_sysfs_init+0x0/0x29 @ 1
[    2.758181] initcall wq_sysfs_init+0x0/0x29 returned 0 after 0 usecs
[    2.770885] calling  ksysfs_init+0x0/0x7d @ 1
[    2.775240] initcall ksysfs_init+0x0/0x7d returned 0 after 0 usecs
[    2.780885] calling  sugov_register+0x0/0x14 @ 1
[    2.785495] initcall sugov_register+0x0/0x14 returned 0 after 0 usecs
[    2.790886] calling  pm_init+0x0/0x5f @ 1
[    2.794916] initcall pm_init+0x0/0x5f returned 0 after 0 usecs
[    2.800888] calling  rcu_set_runtime_mode+0x0/0x1b @ 1
[    2.806023] initcall rcu_set_runtime_mode+0x0/0x1b returned 0 after 0 usecs
[    2.810885] calling  init_jiffies_clocksource+0x0/0x1b @ 1
[    2.816361] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    2.820885] initcall init_jiffies_clocksource+0x0/0x1b returned 0 after 9765 usecs
[    2.828447] calling  futex_init+0x0/0xd5 @ 1
[    2.840886] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    2.847747] initcall futex_init+0x0/0xd5 returned 0 after 0 usecs
[    2.847747] calling  cgroup_wq_init+0x0/0x28 @ 1
[    2.850890] initcall cgroup_wq_init+0x0/0x28 returned 0 after 0 usecs
[    2.857323] calling  cgroup1_wq_init+0x0/0x28 @ 1
[    2.870890] initcall cgroup1_wq_init+0x0/0x28 returned 0 after 0 usecs
[    2.877408] calling  ftrace_mod_cmd_init+0x0/0xf @ 1
[    2.880885] initcall ftrace_mod_cmd_init+0x0/0xf returned 0 after 0 usecs
[    2.887661] calling  init_wakeup_tracer+0x0/0x2b @ 1
[    2.887661] initcall init_wakeup_tracer+0x0/0x2b returned 0 after 0 usecs
[    2.900886] calling  init_graph_trace+0x0/0x5a @ 1
[    2.905678] Starting tracer 'function_graph'
[    2.989575] initcall init_graph_trace+0x0/0x5a returned 0 after 87890 usecs
[    3.000895] calling  init_zero_pfn+0x0/0x47 @ 1
[    3.005422] initcall init_zero_pfn+0x0/0x47 returned 0 after 0 usecs
[    3.007238] calling  init_per_zone_wmark_min+0x0/0x66 @ 1
[    3.010892] initcall init_per_zone_wmark_min+0x0/0x66 returned 0 after 0 usecs
[    3.018114] calling  cma_init_reserved_areas+0x0/0x172 @ 1
[    3.030888] initcall cma_init_reserved_areas+0x0/0x172 returned 0 after 0 usecs
[    3.038185] calling  fsnotify_init+0x0/0x44 @ 1
[    3.038185] initcall fsnotify_init+0x0/0x44 returned 0 after 0 usecs
[    3.050889] calling  filelock_init+0x0/0x89 @ 1
[    3.055437] initcall filelock_init+0x0/0x89 returned 0 after 0 usecs
[    3.060889] calling  init_script_binfmt+0x0/0x18 @ 1
[    3.065849] initcall init_script_binfmt+0x0/0x18 returned 0 after 0 usecs
[    3.070889] calling  init_elf_binfmt+0x0/0x18 @ 1
[    3.075588] initcall init_elf_binfmt+0x0/0x18 returned 0 after 0 usecs
[    3.077411] calling  configfs_init+0x0/0x88 @ 1
[    3.080899] initcall configfs_init+0x0/0x88 returned 0 after 0 usecs
[    3.087247] calling  debugfs_init+0x0/0x4b @ 1
[    3.090892] initcall debugfs_init+0x0/0x4b returned 0 after 0 usecs
[    3.097151] calling  tracefs_init+0x0/0x39 @ 1
[    3.110893] initcall tracefs_init+0x0/0x39 returned 0 after 0 usecs
[    3.117160] calling  securityfs_init+0x0/0x63 @ 1
[    3.120984] initcall securityfs_init+0x0/0x63 returned 0 after 0 usecs
[    3.127503] calling  prandom_init+0x0/0xb9 @ 1
[    3.127503] initcall prandom_init+0x0/0xb9 returned 0 after 0 usecs
[    3.130889] calling  pinctrl_init+0x0/0x9d @ 1
[    3.135330] pinctrl core: initialized pinctrl subsystem
[    3.140933] initcall pinctrl_init+0x0/0x9d returned 0 after 0 usecs
[    3.147192] calling  gpiolib_dev_init+0x0/0xb3 @ 1
[    3.150911] initcall gpiolib_dev_init+0x0/0xb3 returned 0 after 0 usecs
[    3.157523] calling  component_debug_init+0x0/0x1d @ 1
[    3.170894] initcall component_debug_init+0x0/0x1d returned 0 after 0 usecs
[    3.177847] calling  early_resume_init+0x0/0xb0 @ 1
[    3.177847] PM: RTC time: 10:03:16, date: 2020-05-09
[    3.180888] initcall early_resume_init+0x0/0xb0 returned 0 after 0 usecs
[    3.187582] calling  thermal_init+0x0/0xec @ 1
[    3.190888] thermal_sys: Registered thermal governor 'fair_share'
[    3.190890] thermal_sys: Registered thermal governor 'bang_bang'
[    3.196977] thermal_sys: Registered thermal governor 'step_wise'
[    3.210889] thermal_sys: Registered thermal governor 'user_space'
[    3.216895] initcall thermal_init+0x0/0xec returned 0 after 19531 usecs
[    3.230889] calling  opp_debug_init+0x0/0x1d @ 1
[    3.235511] initcall opp_debug_init+0x0/0x1d returned 0 after 0 usecs
[    3.240889] calling  cpufreq_core_init+0x0/0x38 @ 1
[    3.245766] initcall cpufreq_core_init+0x0/0x38 returned 0 after 0 usecs
[    3.250889] calling  cpufreq_gov_performance_init+0x0/0x14 @ 1
[    3.256715] initcall cpufreq_gov_performance_init+0x0/0x14 returned 0 after 0 usecs
[    3.258537] calling  cpufreq_gov_dbs_init+0x0/0x14 @ 1
[    3.270888] initcall cpufreq_gov_dbs_init+0x0/0x14 returned 0 after 0 usecs
[    3.277842] calling  cpuidle_init+0x0/0x23 @ 1
[    3.277842] initcall cpuidle_init+0x0/0x23 returned 0 after 0 usecs
[    3.280889] calling  bsp_pm_check_init+0x0/0x16 @ 1
[    3.285766] initcall bsp_pm_check_init+0x0/0x16 returned 0 after 0 usecs
[    3.300889] calling  sock_init+0x0/0x8c @ 1
[    3.305223] initcall sock_init+0x0/0x8c returned 0 after 0 usecs
[    3.310891] calling  net_inuse_init+0x0/0x24 @ 1
[    3.315514] initcall net_inuse_init+0x0/0x24 returned 0 after 0 usecs
[    3.320889] calling  net_defaults_init+0x0/0x24 @ 1
[    3.325765] initcall net_defaults_init+0x0/0x24 returned 0 after 0 usecs
[    3.330889] calling  init_default_flow_dissectors+0x0/0x48 @ 1
[    3.336713] initcall init_default_flow_dissectors+0x0/0x48 returned 0 after 0 usecs
[    3.338539] calling  netpoll_init+0x0/0x34 @ 1
[    3.350888] initcall netpoll_init+0x0/0x34 returned 0 after 0 usecs
[    3.357146] calling  netlink_proto_init+0x0/0x123 @ 1
[    3.357146] NET: Registered protocol family 16
[    3.360445] initcall netlink_proto_init+0x0/0x123 returned 0 after 0 usecs
[    3.371389] calling  irq_sysfs_init+0x0/0x80 @ 1
[    3.376004] initcall irq_sysfs_init+0x0/0x80 returned 0 after 0 usecs
[    3.377600] calling  audit_init+0x0/0x166 @ 1
[    3.390901] audit: initializing netlink subsys (disabled)
[    3.396973] initcall audit_init+0x0/0x166 returned 0 after 0 usecs
[    3.396973] audit: type=2000 audit(1589018594.490:1): state=initialized audit_enabled=0 res=1
[    3.400902] calling  release_early_probes+0x0/0x36 @ 1
[    3.416021] initcall release_early_probes+0x0/0x36 returned 0 after 0 usecs
[    3.420897] calling  bdi_class_init+0x0/0x41 @ 1
[    3.425524] initcall bdi_class_init+0x0/0x41 returned 0 after 0 usecs
[    3.430890] calling  mm_sysfs_init+0x0/0x27 @ 1
[    3.435426] initcall mm_sysfs_init+0x0/0x27 returned 0 after 0 usecs
[    3.440889] calling  kobject_uevent_init+0x0/0xf @ 1
[    3.445874] initcall kobject_uevent_init+0x0/0xf returned 0 after 0 usecs
[    3.450889] calling  gpiolib_sysfs_init+0x0/0x84 @ 1
[    3.460898] initcall gpiolib_sysfs_init+0x0/0x84 returned 0 after 0 usecs
[    3.467686] calling  acpi_gpio_setup_params+0x0/0xa0 @ 1
[    3.470890] initcall acpi_gpio_setup_params+0x0/0xa0 returned 0 after 0 usecs
[    3.480889] calling  pcibus_class_init+0x0/0x19 @ 1
[    3.485766] initcall pcibus_class_init+0x0/0x19 returned 0 after 0 usecs
[    3.490891] calling  pci_driver_init+0x0/0x22 @ 1
[    3.495632] initcall pci_driver_init+0x0/0x22 returned 0 after 0 usecs
[    3.500889] calling  backlight_class_init+0x0/0x91 @ 1
[    3.506028] initcall backlight_class_init+0x0/0x91 returned 0 after 0 usecs
[    3.510889] calling  tty_class_init+0x0/0x30 @ 1
[    3.520894] initcall tty_class_init+0x0/0x30 returned 0 after 0 usecs
[    3.527330] calling  vtconsole_class_init+0x0/0xc0 @ 1
[    3.530950] initcall vtconsole_class_init+0x0/0xc0 returned 0 after 0 usecs
[    3.537906] calling  software_node_init+0x0/0x29 @ 1
[    3.540891] initcall software_node_init+0x0/0x29 returned 0 after 0 usecs
[    3.550890] calling  wakeup_sources_debugfs_init+0x0/0x24 @ 1
[    3.556645] initcall wakeup_sources_debugfs_init+0x0/0x24 returned 0 after 0 usecs
[    3.560896] calling  wakeup_sources_sysfs_init+0x0/0x2d @ 1
[    3.566469] initcall wakeup_sources_sysfs_init+0x0/0x2d returned 0 after 0 usecs
[    3.570895] calling  regmap_initcall+0x0/0x11 @ 1
[    3.580894] initcall regmap_initcall+0x0/0x11 returned 0 after 0 usecs
[    3.587417] calling  i2c_init+0x0/0xa5 @ 1
[    3.590947] initcall i2c_init+0x0/0xa5 returned 0 after 0 usecs
[    3.596863] calling  init_menu+0x0/0x14 @ 1
[    3.600926] cpuidle: using governor menu
[    3.604851] initcall init_menu+0x0/0x14 returned 0 after 0 usecs
[    3.610893] calling  pcc_init+0x0/0x2fa @ 1
[    3.615079] initcall pcc_init+0x0/0x2fa returned -19 after 0 usecs
[    3.620890] calling  amd_postcore_init+0x0/0xf9 @ 1
[    3.625806] initcall amd_postcore_init+0x0/0xf9 returned 0 after 0 usecs
[    3.631385] calling  bts_init+0x0/0xae @ 1
[    3.635485] initcall bts_init+0x0/0xae returned -19 after 0 usecs
[    3.640889] calling  pt_init+0x0/0x301 @ 1
[    3.644982] initcall pt_init+0x0/0x301 returned -19 after 0 usecs
[    3.650889] calling  boot_params_ksysfs_init+0x0/0x21c @ 1
[    3.660895] initcall boot_params_ksysfs_init+0x0/0x21c returned 0 after 0 usecs
[    3.668200] calling  sbf_init+0x0/0xc7 @ 1
[    3.670888] initcall sbf_init+0x0/0xc7 returned 0 after 0 usecs
[    3.676802] calling  arch_kdebugfs_init+0x0/0x1d @ 1
[    3.680894] initcall arch_kdebugfs_init+0x0/0x1d returned 0 after 0 usecs
[    3.690891] calling  init_pit_clocksource+0x0/0x3a @ 1
[    3.696030] initcall init_pit_clocksource+0x0/0x3a returned 0 after 0 usecs
[    3.700890] calling  intel_pconfig_init+0x0/0xbb @ 1
[    3.705858] initcall intel_pconfig_init+0x0/0xbb returned 0 after 0 usecs
[    3.710889] calling  mtrr_if_init+0x0/0x51 @ 1
[    3.715331] initcall mtrr_if_init+0x0/0x51 returned 0 after 0 usecs
[    3.720890] calling  ffh_cstate_init+0x0/0x2d @ 1
[    3.725591] initcall ffh_cstate_init+0x0/0x2d returned 0 after 0 usecs
[    3.730889] calling  kdump_buf_page_init+0x0/0x3b @ 1
[    3.740888] initcall kdump_buf_page_init+0x0/0x3b returned 0 after 0 usecs
[    3.747756] calling  cryptomgr_init+0x0/0x14 @ 1
[    3.750889] initcall cryptomgr_init+0x0/0x14 returned 0 after 0 usecs
[    3.757331] calling  acpi_pci_init+0x0/0x5b @ 1
[    3.760887] ACPI: bus type PCI registered
[    3.764897] initcall acpi_pci_init+0x0/0x5b returned 0 after 0 usecs
[    3.770889] calling  dma_channel_table_init+0x0/0xc5 @ 1
[    3.776211] initcall dma_channel_table_init+0x0/0xc5 returned 0 after 0 usecs
[    3.780889] calling  dma_bus_init+0x0/0xc8 @ 1
[    3.790913] initcall dma_bus_init+0x0/0xc8 returned 0 after 0 usecs
[    3.797177] calling  dmi_id_init+0x0/0x2b8 @ 1
[    3.800990] initcall dmi_id_init+0x0/0x2b8 returned 0 after 0 usecs
[    3.807252] calling  pci_arch_init+0x0/0x6b @ 1
[    3.810900] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    3.820891] PCI: not using MMCONFIG
[    3.837337] PCI: Using configuration type 1 for base access
[    3.840887] PCI: Using configuration type 1 for extended access
[    3.846809] initcall pci_arch_init+0x0/0x6b returned 0 after 29296 usecs
[    3.851382] calling  fixup_ht_bug+0x0/0xac @ 1
[    3.855821] initcall fixup_ht_bug+0x0/0xac returned 0 after 0 usecs
[    3.860889] calling  topology_init+0x0/0x30 @ 1
[    3.871006] initcall topology_init+0x0/0x30 returned 0 after 0 usecs
[    3.877358] calling  intel_epb_init+0x0/0x64 @ 1
[    3.880888] initcall intel_epb_init+0x0/0x64 returned -19 after 0 usecs
[    3.887496] calling  mtrr_init_finialize+0x0/0x41 @ 1
[    3.890890] initcall mtrr_init_finialize+0x0/0x41 returned 0 after 0 usecs
[    3.900889] calling  uid_cache_init+0x0/0x7b @ 1
[    3.905509] initcall uid_cache_init+0x0/0x7b returned 0 after 0 usecs
[    3.910889] calling  param_sysfs_init+0x0/0x197 @ 1
[    3.921531] initcall param_sysfs_init+0x0/0x197 returned 0 after 9765 usecs
[    3.928492] calling  user_namespace_sysctl_init+0x0/0x40 @ 1
[    3.930905] initcall user_namespace_sysctl_init+0x0/0x40 returned 0 after 0 usecs
[    3.940890] calling  proc_schedstat_init+0x0/0x23 @ 1
[    3.945945] initcall proc_schedstat_init+0x0/0x23 returned 0 after 0 usecs
[    3.950890] calling  pm_sysrq_init+0x0/0x1b @ 1
[    3.955430] initcall pm_sysrq_init+0x0/0x1b returned 0 after 0 usecs
[    3.960896] calling  create_proc_profile+0x0/0x100 @ 1
[    3.966031] initcall create_proc_profile+0x0/0x100 returned 0 after 0 usecs
[    3.970905] calling  time_ns_init+0x0/0xc @ 1
[    3.980893] initcall time_ns_init+0x0/0xc returned 0 after 0 usecs
[    3.987072] calling  crash_save_vmcoreinfo_init+0x0/0x4f2 @ 1
[    3.990934] initcall crash_save_vmcoreinfo_init+0x0/0x4f2 returned 0 after 0 usecs
[    3.998500] calling  crash_notes_memory_init+0x0/0x36 @ 1
[    4.000896] initcall crash_notes_memory_init+0x0/0x36 returned 0 after 0 usecs
[    4.010893] calling  cgroup_sysfs_init+0x0/0x19 @ 1
[    4.015776] initcall cgroup_sysfs_init+0x0/0x19 returned 0 after 0 usecs
[    4.020889] calling  cgroup_namespaces_init+0x0/0xc @ 1
[    4.026115] initcall cgroup_namespaces_init+0x0/0xc returned 0 after 0 usecs
[    4.030889] calling  user_namespaces_init+0x0/0x2c @ 1
[    4.040895] initcall user_namespaces_init+0x0/0x2c returned 0 after 0 usecs
[    4.047852] calling  init_kprobes+0x0/0x12d @ 1
[    4.051107] initcall init_kprobes+0x0/0x12d returned 0 after 0 usecs
[    4.057455] calling  send_signal_irq_work_init+0x0/0x3b @ 1
[    4.060889] initcall send_signal_irq_work_init+0x0/0x3b returned 0 after 0 usecs
[    4.070890] calling  init_kprobe_trace_early+0x0/0x26 @ 1
[    4.076291] initcall init_kprobe_trace_early+0x0/0x26 returned 0 after 0 usecs
[    4.080889] calling  dev_map_init+0x0/0x42 @ 1
[    4.085337] initcall dev_map_init+0x0/0x42 returned 0 after 0 usecs
[    4.090891] calling  cpu_map_init+0x0/0x38 @ 1
[    4.100888] initcall cpu_map_init+0x0/0x38 returned 0 after 0 usecs
[    4.107149] calling  stack_map_init+0x0/0x40 @ 1
[    4.110888] initcall stack_map_init+0x0/0x40 returned 0 after 0 usecs
[    4.117324] calling  oom_init+0x0/0x2e @ 1
[    4.120913] initcall oom_init+0x0/0x2e returned 0 after 0 usecs
[    4.126808] calling  default_bdi_init+0x0/0xa3 @ 1
[    4.130958] initcall default_bdi_init+0x0/0xa3 returned 0 after 0 usecs
[    4.137566] calling  cgwb_init+0x0/0x28 @ 1
[    4.140951] initcall cgwb_init+0x0/0x28 returned 0 after 0 usecs
[    4.140951] calling  percpu_enable_async+0x0/0x13 @ 1
[    4.145936] initcall percpu_enable_async+0x0/0x13 returned 0 after 0 usecs
[    4.160889] calling  kcompactd_init+0x0/0x49 @ 1
[    4.165513] initcall kcompactd_init+0x0/0x49 returned 0 after 0 usecs
[    4.170891] calling  init_user_reserve+0x0/0x40 @ 1
[    4.175771] initcall init_user_reserve+0x0/0x40 returned 0 after 0 usecs
[    4.180889] calling  init_admin_reserve+0x0/0x40 @ 1
[    4.185857] initcall init_admin_reserve+0x0/0x40 returned 0 after 0 usecs
[    4.190889] calling  init_reserve_notifier+0x0/0x3 @ 1
[    4.200888] initcall init_reserve_notifier+0x0/0x3 returned 0 after 0 usecs
[    4.207843] calling  swap_init_sysfs+0x0/0x5d @ 1
[    4.210894] initcall swap_init_sysfs+0x0/0x5d returned 0 after 0 usecs
[    4.217417] calling  swapfile_init+0x0/0x40 @ 1
[    4.220888] initcall swapfile_init+0x0/0x40 returned 0 after 0 usecs
[    4.227235] calling  hugetlb_init+0x0/0x392 @ 1
[    4.230889] HugeTLB registered 4.00 MiB page size, pre-allocated 0 pages
[    4.240914] initcall hugetlb_init+0x0/0x392 returned 0 after 9765 usecs
[    4.247523] calling  ksm_init+0x0/0x154 @ 1
[    4.250928] initcall ksm_init+0x0/0x154 returned 0 after 0 usecs
[    4.256929] calling  hugepage_init+0x0/0x12e @ 1
[    4.260910] initcall hugepage_init+0x0/0x12e returned 0 after 0 usecs
[    4.267338] calling  mem_cgroup_init+0x0/0xc2 @ 1
[    4.270910] initcall mem_cgroup_init+0x0/0xc2 returned 0 after 0 usecs
[    4.280889] calling  mem_cgroup_swap_init+0x0/0x51 @ 1
[    4.286028] initcall mem_cgroup_swap_init+0x0/0x51 returned 0 after 0 usecs
[    4.290890] calling  dh_init+0x0/0x20 @ 1
[    4.294906] alg: self-tests disabled
[    4.300957] initcall dh_init+0x0/0x20 returned 0 after 9765 usecs
[    4.306984] calling  rsa_init+0x0/0x40 @ 1
[    4.310953] initcall rsa_init+0x0/0x40 returned 0 after 0 usecs
[    4.316810] calling  hmac_module_init+0x0/0x14 @ 1
[    4.320909] initcall hmac_module_init+0x0/0x14 returned 0 after 0 usecs
[    4.327518] calling  crypto_null_mod_init+0x0/0x60 @ 1
[    4.330926] initcall crypto_null_mod_init+0x0/0x60 returned 0 after 0 usecs
[    4.340946] calling  md5_mod_init+0x0/0x14 @ 1
[    4.345349] initcall md5_mod_init+0x0/0x14 returned 0 after 0 usecs
[    4.350902] calling  sha1_generic_mod_init+0x0/0x14 @ 1
[    4.356146] initcall sha1_generic_mod_init+0x0/0x14 returned 0 after 0 usecs
[    4.360945] calling  sha256_generic_mod_init+0x0/0x19 @ 1
[    4.366291] initcall sha256_generic_mod_init+0x0/0x19 returned 0 after 0 usecs
[    4.368110] calling  crypto_ecb_module_init+0x0/0x14 @ 1
[    4.380945] initcall crypto_ecb_module_init+0x0/0x14 returned 0 after 0 usecs
[    4.388040] calling  crypto_cbc_module_init+0x0/0x14 @ 1
[    4.388040] initcall crypto_cbc_module_init+0x0/0x14 returned 0 after 0 usecs
[    4.400890] calling  crypto_module_init+0x0/0x14 @ 1
[    4.405849] initcall crypto_module_init+0x0/0x14 returned 0 after 0 usecs
[    4.410889] calling  crypto_module_init+0x0/0x14 @ 1
[    4.415846] initcall crypto_module_init+0x0/0x14 returned 0 after 0 usecs
[    4.417672] calling  cryptd_init+0x0/0xca @ 1
[    4.420943] cryptd: max_cpu_qlen set to 1000
[    4.430890] initcall cryptd_init+0x0/0xca returned 0 after 9765 usecs
[    4.440895] calling  aes_init+0x0/0x14 @ 1
[    4.445000] initcall aes_init+0x0/0x14 returned 0 after 0 usecs
[    4.450921] calling  deflate_mod_init+0x0/0x3d @ 1
[    4.455722] initcall deflate_mod_init+0x0/0x3d returned 0 after 0 usecs
[    4.460901] calling  crc32c_mod_init+0x0/0x14 @ 1
[    4.465625] initcall crc32c_mod_init+0x0/0x14 returned 0 after 0 usecs
[    4.470894] calling  crc32_mod_init+0x0/0x14 @ 1
[    4.475508] initcall crc32_mod_init+0x0/0x14 returned 0 after 0 usecs
[    4.477328] calling  crct10dif_mod_init+0x0/0x14 @ 1
[    4.490924] initcall crct10dif_mod_init+0x0/0x14 returned 0 after 0 usecs
[    4.497672] calling  crypto_authenc_module_init+0x0/0x14 @ 1
[    4.500909] initcall crypto_authenc_module_init+0x0/0x14 returned 0 after 0 usecs
[    4.510892] calling  crypto_authenc_esn_module_init+0x0/0x14 @ 1
[    4.516907] initcall crypto_authenc_esn_module_init+0x0/0x14 returned 0 after 0 usecs
[    4.520897] calling  lzo_mod_init+0x0/0x38 @ 1
[    4.525334] initcall lzo_mod_init+0x0/0x38 returned 0 after 0 usecs
[    4.527155] calling  lzorle_mod_init+0x0/0x38 @ 1
[    4.540923] initcall lzorle_mod_init+0x0/0x38 returned 0 after 9765 usecs
[    4.547674] calling  ghash_mod_init+0x0/0x14 @ 1
[    4.550944] initcall ghash_mod_init+0x0/0x14 returned 0 after 0 usecs
[    4.557327] calling  essiv_module_init+0x0/0x14 @ 1
[    4.557327] initcall essiv_module_init+0x0/0x14 returned 0 after 0 usecs
[    4.560889] calling  init_bio+0x0/0xbe @ 1
[    4.570960] initcall init_bio+0x0/0xbe returned 0 after 0 usecs
[    4.576877] calling  blk_settings_init+0x0/0x22 @ 1
[    4.580890] initcall blk_settings_init+0x0/0x22 returned 0 after 0 usecs
[    4.590890] calling  blk_ioc_init+0x0/0x29 @ 1
[    4.595351] initcall blk_ioc_init+0x0/0x29 returned 0 after 0 usecs
[    4.600897] calling  blk_softirq_init+0x0/0x63 @ 1
[    4.605682] initcall blk_softirq_init+0x0/0x63 returned 0 after 0 usecs
[    4.610894] calling  blk_mq_init+0x0/0x26 @ 1
[    4.615250] initcall blk_mq_init+0x0/0x26 returned 0 after 0 usecs
[    4.620890] calling  genhd_device_init+0x0/0x66 @ 1
[    4.625836] initcall genhd_device_init+0x0/0x66 returned 0 after 0 usecs
[    4.630897] calling  blkcg_init+0x0/0x28 @ 1
[    4.640962] initcall blkcg_init+0x0/0x28 returned 0 after 0 usecs
[    4.647056] calling  irq_poll_setup+0x0/0x5e @ 1
[    4.650896] initcall irq_poll_setup+0x0/0x5e returned 0 after 0 usecs
[    4.657332] calling  byt_gpio_init+0x0/0x16 @ 1
[    4.660901] initcall byt_gpio_init+0x0/0x16 returned 0 after 0 usecs
[    4.667252] calling  gpiolib_debugfs_init+0x0/0x24 @ 1
[    4.670894] initcall gpiolib_debugfs_init+0x0/0x24 returned 0 after 0 usecs
[    4.680889] calling  pwm_debugfs_init+0x0/0x24 @ 1
[    4.685679] initcall pwm_debugfs_init+0x0/0x24 returned 0 after 0 usecs
[    4.690889] calling  pwm_sysfs_init+0x0/0x19 @ 1
[    4.695507] initcall pwm_sysfs_init+0x0/0x19 returned 0 after 0 usecs
[    4.700890] calling  pci_slot_init+0x0/0x40 @ 1
[    4.705426] initcall pci_slot_init+0x0/0x40 returned 0 after 0 usecs
[    4.710889] calling  fbmem_init+0x0/0xcc @ 1
[    4.715213] initcall fbmem_init+0x0/0xcc returned 0 after 0 usecs
[    4.720889] calling  scan_for_dmi_ipmi+0x0/0x270 @ 1
[    4.725857] initcall scan_for_dmi_ipmi+0x0/0x270 returned 0 after 0 usecs
[    4.730889] calling  acpi_init+0x0/0x2c7 @ 1
[    4.740946] ACPI: Added _OSI(Module Device)
[    4.745128] ACPI: Added _OSI(Processor Device)
[    4.749576] ACPI: Added _OSI(3.0 _SCP Extensions)
[    4.750895] ACPI: Added _OSI(Processor Aggregator Device)
[    4.756290] ACPI: Added _OSI(Linux-Dell-Video)
[    4.760891] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    4.766204] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    4.818803] ACPI: DSDT successfully acquired and loaded
[    4.827274] ACPI: 3 ACPI AML tables successfully acquired and loaded
[    4.845114] ACPI: EC: EC started
[    4.848345] ACPI: EC: interrupt blocked
[    4.850927] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    4.855978] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    4.860887] ACPI: Interpreter enabled
[    4.864619] ACPI: (supports S0 S3 S5)
[    4.870888] ACPI: Using IOAPIC for interrupt routing
[    4.877153] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    4.881236] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    4.890893] PCI: Using MMCONFIG for extended config space
[    4.900891] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    4.912930] ACPI: Enabled 9 GPEs in block 00 to 1F
[    4.976519] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    4.980900] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    4.992998] acpi PNP0A03:00: _OSC: platform does not support [PME LTR]
[    5.002451] acpi PNP0A03:00: _OSC: OS now controls [AER PCIeCapability]
[    5.011365] PCI host bridge to bus 0000:00
[    5.015464] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    5.020906] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    5.027687] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    5.030888] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    5.040890] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    5.048370] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    5.050888] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff window]
[    5.060888] pci_bus 0000:00: root bus resource [bus 00-ff]
[    5.066396] pci 0000:00:00.0: [1022:1410] type 00 class 0x060000
[    5.070894] pci 0000:00:00.0: calling  quirk_mmio_always_on+0x0/0x10 @ 1
[    5.080889] pci 0000:00:00.0: quirk_mmio_always_on+0x0/0x10 took 0 usecs
[    5.088209] pci 0000:00:00.2: [1022:1419] type 00 class 0x080600
[    5.091548] pci 0000:00:01.0: [1002:9996] type 00 class 0x030000
[    5.100908] pci 0000:00:01.0: reg 0x10: [mem 0xc0000000-0xcfffffff pref]
[    5.107614] pci 0000:00:01.0: reg 0x14: [io  0xf000-0xf0ff]
[    5.110895] pci 0000:00:01.0: reg 0x18: [mem 0xfeb00000-0xfeb3ffff]
[    5.120919] pci 0000:00:01.0: enabling Extended Tags
[    5.125902] pci 0000:00:01.0: calling  quirk_no_pm_reset+0x0/0x20 @ 1
[    5.130889] pci 0000:00:01.0: quirk_no_pm_reset+0x0/0x20 took 0 usecs
[    5.137366] pci 0000:00:01.0: supports D1 D2
[    5.141405] pci 0000:00:01.1: [1002:9902] type 00 class 0x040300
[    5.147429] pci 0000:00:01.1: reg 0x10: [mem 0xfeb44000-0xfeb47fff]
[    5.150933] pci 0000:00:01.1: enabling Extended Tags
[    5.160941] pci 0000:00:01.1: supports D1 D2
[    5.165767] pci 0000:00:10.0: [1022:7812] type 00 class 0x0c0330
[    5.170923] pci 0000:00:10.0: reg 0x10: [mem 0xfeb4a000-0xfeb4bfff 64bit]
[    5.177854] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
[    5.180887] pci 0000:00:10.0: pme_poll = true
[    5.185242] pci 0000:00:10.0: after device_set_wakeup_capable()
[    5.190891] pci 0000:00:10.0: after pci_pme_active()
[    5.201522] pci 0000:00:10.1: [1022:7812] type 00 class 0x0c0330
[    5.207555] pci 0000:00:10.1: reg 0x10: [mem 0xfeb48000-0xfeb49fff 64bit]
[    5.211038] pci 0000:00:10.1: PME# supported from D0 D3hot D3cold
[    5.217130] pci 0000:00:10.1: pme_poll = true
[    5.220887] pci 0000:00:10.1: after device_set_wakeup_capable()
[    5.230891] pci 0000:00:10.1: after pci_pme_active()
[    5.236487] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
[    5.240915] pci 0000:00:11.0: reg 0x10: [io  0xf140-0xf147]
[    5.246489] pci 0000:00:11.0: reg 0x14: [io  0xf130-0xf133]
[    5.250898] pci 0000:00:11.0: reg 0x18: [io  0xf120-0xf127]
[    5.256475] pci 0000:00:11.0: reg 0x1c: [io  0xf110-0xf113]
[    5.260897] pci 0000:00:11.0: reg 0x20: [io  0xf100-0xf10f]
[    5.266474] pci 0000:00:11.0: reg 0x24: [mem 0xfeb50000-0xfeb507ff]
[    5.271517] pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310
[    5.280908] pci 0000:00:12.0: reg 0x10: [mem 0xfeb4f000-0xfeb4ffff]
[    5.287842] pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320
[    5.290913] pci 0000:00:12.2: reg 0x10: [mem 0xfeb4e000-0xfeb4e0ff]
[    5.301000] pci 0000:00:12.2: supports D1 D2
[    5.305269] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    5.310887] pci 0000:00:12.2: pme_poll = true
[    5.315240] pci 0000:00:12.2: after device_set_wakeup_capable()
[    5.320890] pci 0000:00:12.2: after pci_pme_active()
[    5.326467] pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310
[    5.330909] pci 0000:00:13.0: reg 0x10: [mem 0xfeb4d000-0xfeb4dfff]
[    5.341563] pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320
[    5.347588] pci 0000:00:13.2: reg 0x10: [mem 0xfeb4c000-0xfeb4c0ff]
[    5.351000] pci 0000:00:13.2: supports D1 D2
[    5.355265] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    5.360887] pci 0000:00:13.2: pme_poll = true
[    5.365240] pci 0000:00:13.2: after device_set_wakeup_capable()
[    5.370890] pci 0000:00:13.2: after pci_pme_active()
[    5.376450] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
[    5.381483] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
[    5.390917] pci 0000:00:14.2: reg 0x10: [mem 0xfeb40000-0xfeb43fff 64bit]
[    5.397798] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    5.400887] pci 0000:00:14.2: pme_poll = true
[    5.405241] pci 0000:00:14.2: after device_set_wakeup_capable()
[    5.410890] pci 0000:00:14.2: after pci_pme_active()
[    5.421475] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
[    5.428141] pci 0000:00:14.4: [1022:780f] type 01 class 0x060401
[    5.431547] pci 0000:00:15.0: [1022:43a0] type 01 class 0x060400
[    5.440951] pci 0000:00:15.0: enabling Extended Tags
[    5.445992] pci 0000:00:15.0: supports D1 D2
[    5.451315] pci 0000:00:15.1: [1022:43a1] type 01 class 0x060400
[    5.457377] pci 0000:00:15.1: enabling Extended Tags
[    5.460962] pci 0000:00:15.1: supports D1 D2
[    5.465858] pci 0000:00:15.2: [1022:43a2] type 01 class 0x060400
[    5.470949] pci 0000:00:15.2: enabling Extended Tags
[    5.475984] pci 0000:00:15.2: supports D1 D2
[    5.481511] pci 0000:00:18.0: [1022:1400] type 00 class 0x060000
[    5.487516] pci 0000:00:18.0: calling  quirk_mmio_always_on+0x0/0x10 @ 1
[    5.490889] pci 0000:00:18.0: quirk_mmio_always_on+0x0/0x10 took 0 usecs
[    5.501433] pci 0000:00:18.1: [1022:1401] type 00 class 0x060000
[    5.507438] pci 0000:00:18.1: calling  quirk_mmio_always_on+0x0/0x10 @ 1
[    5.510889] pci 0000:00:18.1: quirk_mmio_always_on+0x0/0x10 took 0 usecs
[    5.521426] pci 0000:00:18.2: [1022:1402] type 00 class 0x060000
[    5.527437] pci 0000:00:18.2: calling  quirk_mmio_always_on+0x0/0x10 @ 1
[    5.530889] pci 0000:00:18.2: quirk_mmio_always_on+0x0/0x10 took 0 usecs
[    5.541428] pci 0000:00:18.3: [1022:1403] type 00 class 0x060000
[    5.547439] pci 0000:00:18.3: calling  quirk_mmio_always_on+0x0/0x10 @ 1
[    5.550889] pci 0000:00:18.3: quirk_mmio_always_on+0x0/0x10 took 0 usecs
[    5.561431] pci 0000:00:18.4: [1022:1404] type 00 class 0x060000
[    5.567439] pci 0000:00:18.4: calling  quirk_mmio_always_on+0x0/0x10 @ 1
[    5.570889] pci 0000:00:18.4: quirk_mmio_always_on+0x0/0x10 took 0 usecs
[    5.581428] pci 0000:00:18.5: [1022:1405] type 00 class 0x060000
[    5.587438] pci 0000:00:18.5: calling  quirk_mmio_always_on+0x0/0x10 @ 1
[    5.590889] pci 0000:00:18.5: quirk_mmio_always_on+0x0/0x10 took 0 usecs
[    5.601451] pci_bus 0000:01: extended config space not accessible
[    5.607660] pci 0000:00:14.4: PCI bridge to [bus 01] (subtractive decode)
[    5.610916] pci 0000:00:14.4:   bridge window [io  0x0000-0x03af window] (subtractive decode)
[    5.620888] pci 0000:00:14.4:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
[    5.630888] pci 0000:00:14.4:   bridge window [io  0x03b0-0x03df window] (subtractive decode)
[    5.640890] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    5.649410] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    5.650888] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode)
[    5.660888] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xffffffff window] (subtractive decode)
[    5.670982] pci 0000:00:15.0: PCI bridge to [bus 02]
[    5.681022] pci 0000:03:00.0: [1b21:1042] type 00 class 0x0c0330
[    5.687071] pci 0000:03:00.0: reg 0x10: [mem 0xfea00000-0xfea07fff 64bit]
[    5.691084] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    5.700887] pci 0000:03:00.0: pme_poll = true
[    5.705242] pci 0000:03:00.0: after device_set_wakeup_capable()
[    5.710892] pci 0000:03:00.0: after pci_pme_active()
[    5.716067] pci 0000:00:15.1: PCI bridge to [bus 03]
[    5.720895] pci 0000:00:15.1:   bridge window [mem 0xfea00000-0xfeafffff]
[    5.727821] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    5.730924] pci 0000:04:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    5.740915] pci 0000:04:00.0: reg 0x18: [mem 0xd0004000-0xd0004fff 64bit pref]
[    5.748149] pci 0000:04:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
[    5.751037] pci 0000:04:00.0: supports D1 D2
[    5.755310] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    5.760887] pci 0000:04:00.0: pme_poll = true
[    5.765240] pci 0000:04:00.0: after device_set_wakeup_capable()
[    5.770891] pci 0000:04:00.0: after pci_pme_active()
[    5.781237] pci 0000:00:15.2: PCI bridge to [bus 04]
[    5.786208] pci 0000:00:15.2:   bridge window [io  0xe000-0xefff]
[    5.790895] pci 0000:00:15.2:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    5.798663] pci_bus 0000:00: on NUMA node 0
[    5.804046] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 6 7 10 11 14 15) *0
[    5.811504] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 6 7 10 11 14 15) *0
[    5.821541] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 6 7 10 11 14 15) *0
[    5.828978] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 10 11 14 15) *0
[    5.831429] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 6 7 10 11 14 15) *0
[    5.841317] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 6 7 10 11 14 15) *0
[    5.851316] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 6 7 10 11 14 15) *0
[    5.858531] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 6 7 10 11 14 15) *0
[    5.861606] ACPI: EC: interrupt unblocked
[    5.865613] ACPI: EC: event unblocked
[    5.870886] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    5.875935] ACPI: EC: GPE=0xa
[    5.880890] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    5.887931] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    5.890896] probe of PNP0C09:00 returned 1 after 30000 usecs
[    5.900999] initcall acpi_init+0x0/0x2c7 returned 0 after 1132812 usecs
[    5.907610] calling  pnp_init+0x0/0x14 @ 1
[    5.910912] initcall pnp_init+0x0/0x14 returned 0 after 0 usecs
[    5.916827] calling  misc_init+0x0/0xae @ 1
[    5.920900] initcall misc_init+0x0/0xae returned 0 after 0 usecs
[    5.926905] calling  dax_core_init+0x0/0xa7 @ 1
[    5.930953] initcall dax_core_init+0x0/0xa7 returned 0 after 0 usecs
[    5.937306] calling  dma_buf_init+0x0/0xb3 @ 1
[    5.940923] initcall dma_buf_init+0x0/0xb3 returned 0 after 0 usecs
[    5.950889] calling  init_scsi+0x0/0x90 @ 1
[    5.955246] SCSI subsystem initialized
[    5.958995] initcall init_scsi+0x0/0x90 returned 0 after 0 usecs
[    5.960889] calling  ata_init+0x0/0x2a8 @ 1
[    5.965142] libata version 3.00 loaded.
[    5.970889] initcall ata_init+0x0/0x2a8 returned 0 after 9765 usecs
[    5.977156] calling  phy_init+0x0/0x26c @ 1
[    5.980953] initcall phy_init+0x0/0x26c returned 0 after 0 usecs
[    5.986959] calling  usb_common_init+0x0/0x1d @ 1
[    5.990894] initcall usb_common_init+0x0/0x1d returned 0 after 0 usecs
[    6.000889] calling  usb_init+0x0/0x113 @ 1
[    6.005080] ACPI: bus type USB registered
[    6.009137] usbcore: registered new interface driver usbfs
[    6.010920] usbcore: registered new interface driver hub
[    6.016272] usbcore: registered new device driver usb
[    6.020888] initcall usb_init+0x0/0x113 returned 0 after 19531 usecs
[    6.030889] calling  serio_init+0x0/0x2d @ 1
[    6.035179] initcall serio_init+0x0/0x2d returned 0 after 0 usecs
[    6.040891] calling  input_init+0x0/0xe3 @ 1
[    6.045174] initcall input_init+0x0/0xe3 returned 0 after 0 usecs
[    6.050889] calling  rtc_init+0x0/0x47 @ 1
[    6.054987] initcall rtc_init+0x0/0x47 returned 0 after 0 usecs
[    6.060892] calling  power_supply_class_init+0x0/0x3a @ 1
[    6.066307] initcall power_supply_class_init+0x0/0x3a returned 0 after 0 usecs
[    6.070889] calling  hwmon_init+0x0/0xd5 @ 1
[    6.075170] initcall hwmon_init+0x0/0xd5 returned 0 after 0 usecs
[    6.080889] calling  leds_init+0x0/0x37 @ 1
[    6.085074] initcall leds_init+0x0/0x37 returned 0 after 0 usecs
[    6.090889] calling  dmi_init+0x0/0xf4 @ 1
[    6.094999] initcall dmi_init+0x0/0xf4 returned 0 after 0 usecs
[    6.100889] calling  devfreq_init+0x0/0xb2 @ 1
[    6.105379] initcall devfreq_init+0x0/0xb2 returned 0 after 0 usecs
[    6.110890] calling  ras_init+0x0/0x14 @ 1
[    6.115009] initcall ras_init+0x0/0x14 returned 0 after 0 usecs
[    6.120889] calling  nvmem_init+0x0/0x14 @ 1
[    6.130897] initcall nvmem_init+0x0/0x14 returned 0 after 9765 usecs
[    6.137245] calling  pci_subsys_init+0x0/0x61 @ 1
[    6.140889] PCI: Using ACPI for IRQ routing
[    6.156249] PCI: pci_cache_line_size set to 64 bytes
[    6.160991] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
[    6.166992] e820: reserve RAM buffer [mem 0x8da23000-0x8fffffff]
[    6.170888] e820: reserve RAM buffer [mem 0x8e5fb000-0x8fffffff]
[    6.176895] e820: reserve RAM buffer [mem 0x8ec3c000-0x8fffffff]
[    6.180888] e820: reserve RAM buffer [mem 0x8f000000-0x8fffffff]
[    6.190890] initcall pci_subsys_init+0x0/0x61 returned 0 after 48828 usecs
[    6.197765] calling  proto_init+0x0/0x14 @ 1
[    6.200891] initcall proto_init+0x0/0x14 returned 0 after 0 usecs
[    6.206986] calling  net_dev_init+0x0/0x1e4 @ 1
[    6.211155] initcall net_dev_init+0x0/0x1e4 returned 0 after 0 usecs
[    6.217506] calling  neigh_init+0x0/0x7b @ 1
[    6.220904] initcall neigh_init+0x0/0x7b returned 0 after 0 usecs
[    6.226991] calling  fib_notifier_init+0x0/0x14 @ 1
[    6.230890] initcall fib_notifier_init+0x0/0x14 returned 0 after 0 usecs
[    6.240892] calling  init_flow_indr_rhashtable+0x0/0x19 @ 1
[    6.246467] initcall init_flow_indr_rhashtable+0x0/0x19 returned 0 after 0 usecs
[    6.250890] calling  fib_rules_init+0x0/0xa6 @ 1
[    6.255513] initcall fib_rules_init+0x0/0xa6 returned 0 after 0 usecs
[    6.260890] calling  init_cgroup_netprio+0x0/0x16 @ 1
[    6.265944] initcall init_cgroup_netprio+0x0/0x16 returned 0 after 0 usecs
[    6.270889] calling  bpf_lwt_init+0x0/0x19 @ 1
[    6.280888] initcall bpf_lwt_init+0x0/0x19 returned 0 after 0 usecs
[    6.287148] calling  devlink_init+0x0/0x28 @ 1
[    6.290894] initcall devlink_init+0x0/0x28 returned 0 after 0 usecs
[    6.297159] calling  pktsched_init+0x0/0xf6 @ 1
[    6.300898] initcall pktsched_init+0x0/0xf6 returned 0 after 0 usecs
[    6.307253] calling  tc_filter_init+0x0/0xe9 @ 1
[    6.310906] initcall tc_filter_init+0x0/0xe9 returned 0 after 0 usecs
[    6.320890] calling  tc_action_init+0x0/0x4e @ 1
[    6.325511] initcall tc_action_init+0x0/0x4e returned 0 after 0 usecs
[    6.330890] calling  genl_init+0x0/0x33 @ 1
[    6.335085] initcall genl_init+0x0/0x33 returned 0 after 0 usecs
[    6.340891] calling  ethnl_init+0x0/0x53 @ 1
[    6.345183] initcall ethnl_init+0x0/0x53 returned 0 after 0 usecs
[    6.350889] calling  nexthop_init+0x0/0xc5 @ 1
[    6.355343] initcall nexthop_init+0x0/0xc5 returned 0 after 0 usecs
[    6.361394] calling  nmi_warning_debugfs+0x0/0x26 @ 1
[    6.366452] initcall nmi_warning_debugfs+0x0/0x26 returned 0 after 0 usecs
[    6.370890] calling  hpet_late_init+0x0/0x1e5 @ 1
[    6.375598] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    6.380887] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    6.392894] initcall hpet_late_init+0x0/0x1e5 returned 0 after 19531 usecs
[    6.399767] calling  init_amd_nbs+0x0/0x10f @ 1
[    6.400997] initcall init_amd_nbs+0x0/0x10f returned 0 after 0 usecs
[    6.410889] calling  clocksource_done_booting+0x0/0x40 @ 1
[    6.416399] clocksource: Switched to clocksource tsc-early
[    6.420883] initcall clocksource_done_booting+0x0/0x40 returned 0 after 5378 usecs
[    6.423977] calling  tracer_init_tracefs+0x0/0x18e @ 1
[    6.488831] initcall tracer_init_tracefs+0x0/0x18e returned 0 after 58313 usecs
[    6.496150] calling  init_trace_printk_function_export+0x0/0x2d @ 1
[    6.502434] initcall init_trace_printk_function_export+0x0/0x2d returned 0 after 7 usecs
[    6.510523] calling  init_graph_tracefs+0x0/0x2d @ 1
[    6.515504] initcall init_graph_tracefs+0x0/0x2d returned 0 after 6 usecs
[    6.522301] calling  bpf_event_init+0x0/0x11 @ 1
[    6.526918] initcall bpf_event_init+0x0/0x11 returned 0 after 0 usecs
[    6.533372] calling  init_kprobe_trace+0x0/0x155 @ 1
[    6.538348] initcall init_kprobe_trace+0x0/0x155 returned 0 after 15 usecs
[    6.545225] calling  init_dynamic_event+0x0/0x3c @ 1
[    6.550193] initcall init_dynamic_event+0x0/0x3c returned 0 after 5 usecs
[    6.556987] calling  init_uprobe_trace+0x0/0x5f @ 1
[    6.561893] initcall init_uprobe_trace+0x0/0x5f returned 0 after 19 usecs
[    6.568677] calling  bpf_init+0x0/0x42 @ 1
[    6.572793] initcall bpf_init+0x0/0x42 returned 0 after 7 usecs
[    6.578712] calling  init_pipe_fs+0x0/0x40 @ 1
[    6.583201] initcall init_pipe_fs+0x0/0x40 returned 0 after 33 usecs
[    6.589554] calling  cgroup_writeback_init+0x0/0x28 @ 1
[    6.594818] initcall cgroup_writeback_init+0x0/0x28 returned 0 after 28 usecs
[    6.601958] calling  inotify_user_setup+0x0/0x4a @ 1
[    6.606946] initcall inotify_user_setup+0x0/0x4a returned 0 after 23 usecs
[    6.613822] calling  eventpoll_init+0x0/0xab @ 1
[    6.618457] initcall eventpoll_init+0x0/0xab returned 0 after 17 usecs
[    6.624995] calling  anon_inode_init+0x0/0x4c @ 1
[    6.629722] initcall anon_inode_init+0x0/0x4c returned 0 after 23 usecs
[    6.636343] calling  init_dax_wait_table+0x0/0x2f @ 1
[    6.641633] initcall init_dax_wait_table+0x0/0x2f returned 0 after 228 usecs
[    6.648678] calling  proc_locks_init+0x0/0x23 @ 1
[    6.653396] initcall proc_locks_init+0x0/0x23 returned 0 after 3 usecs
[    6.659919] calling  iomap_init+0x0/0x20 @ 1
[    6.664250] initcall iomap_init+0x0/0x20 returned 0 after 48 usecs
[    6.670424] calling  dquot_init+0x0/0xfa @ 1
[    6.674705] VFS: Disk quotas dquot_6.6.0
[    6.678664] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    6.685628] initcall dquot_init+0x0/0xfa returned 0 after 10666 usecs
[    6.692076] calling  quota_init+0x0/0x25 @ 1
[    6.696361] initcall quota_init+0x0/0x25 returned 0 after 15 usecs
[    6.702544] calling  proc_cmdline_init+0x0/0x21 @ 1
[    6.707423] initcall proc_cmdline_init+0x0/0x21 returned 0 after 2 usecs
[    6.714134] calling  proc_consoles_init+0x0/0x23 @ 1
[    6.719099] initcall proc_consoles_init+0x0/0x23 returned 0 after 1 usecs
[    6.725895] calling  proc_cpuinfo_init+0x0/0x1f @ 1
[    6.730772] initcall proc_cpuinfo_init+0x0/0x1f returned 0 after 1 usecs
[    6.737482] calling  proc_devices_init+0x0/0x23 @ 1
[    6.742370] initcall proc_devices_init+0x0/0x23 returned 0 after 2 usecs
[    6.749066] calling  proc_interrupts_init+0x0/0x23 @ 1
[    6.754218] initcall proc_interrupts_init+0x0/0x23 returned 0 after 2 usecs
[    6.761185] calling  proc_loadavg_init+0x0/0x21 @ 1
[    6.766063] initcall proc_loadavg_init+0x0/0x21 returned 0 after 1 usecs
[    6.772771] calling  proc_meminfo_init+0x0/0x21 @ 1
[    6.777650] initcall proc_meminfo_init+0x0/0x21 returned 0 after 1 usecs
[    6.784359] calling  proc_stat_init+0x0/0x1f @ 1
[    6.788979] initcall proc_stat_init+0x0/0x1f returned 0 after 1 usecs
[    6.795427] calling  proc_uptime_init+0x0/0x21 @ 1
[    6.800220] initcall proc_uptime_init+0x0/0x21 returned 0 after 1 usecs
[    6.806841] calling  proc_version_init+0x0/0x21 @ 1
[    6.811730] initcall proc_version_init+0x0/0x21 returned 0 after 2 usecs
[    6.818426] calling  proc_softirqs_init+0x0/0x21 @ 1
[    6.823405] initcall proc_softirqs_init+0x0/0x21 returned 0 after 2 usecs
[    6.830188] calling  proc_kcore_init+0x0/0x6e @ 1
[    6.834907] initcall proc_kcore_init+0x0/0x6e returned 0 after 3 usecs
[    6.841440] calling  vmcore_init+0x0/0x176 @ 1
[    6.845882] initcall vmcore_init+0x0/0x176 returned 0 after 0 usecs
[    6.852160] calling  proc_kmsg_init+0x0/0x22 @ 1
[    6.856779] initcall proc_kmsg_init+0x0/0x22 returned 0 after 1 usecs
[    6.863228] calling  proc_page_init+0x0/0x4e @ 1
[    6.867848] initcall proc_page_init+0x0/0x4e returned 0 after 4 usecs
[    6.874296] calling  init_ramfs_fs+0x0/0x14 @ 1
[    6.878827] initcall init_ramfs_fs+0x0/0x14 returned 0 after 1 usecs
[    6.885188] calling  init_hugetlbfs_fs+0x0/0xf4 @ 1
[    6.890102] initcall init_hugetlbfs_fs+0x0/0xf4 returned 0 after 35 usecs
[    6.896900] calling  blk_scsi_ioctl_init+0x0/0x36a @ 1
[    6.902046] initcall blk_scsi_ioctl_init+0x0/0x36a returned 0 after 0 usecs
[    6.909005] calling  dynamic_debug_init_control+0x0/0x71 @ 1
[    6.914688] initcall dynamic_debug_init_control+0x0/0x71 returned 0 after 15 usecs
[    6.922267] calling  acpi_event_init+0x0/0x31 @ 1
[    6.926980] initcall acpi_event_init+0x0/0x31 returned 0 after 11 usecs
[    6.933605] calling  pnp_system_init+0x0/0x14 @ 1
[    6.938323] initcall pnp_system_init+0x0/0x14 returned 0 after 17 usecs
[    6.944948] calling  pnpacpi_init+0x0/0x67 @ 1
[    6.949388] pnp: PnP ACPI init
[    6.953023] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    6.959638] probe of 00:00 returned 1 after 6631 usecs
[    6.964789] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    6.972018] system 00:01: [mem 0x90000000-0xbfffffff] has been reserved
[    6.978628] probe of 00:01 returned 1 after 6622 usecs
[    6.983778] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    6.991066] system 00:02: [mem 0xfeb80000-0xfebfffff] has been reserved
[    6.997676] probe of 00:02 returned 1 after 6622 usecs
[    7.002827] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    7.012088] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    7.018007] system 00:03: [io  0x040b] has been reserved
[    7.023330] system 00:03: [io  0x04d6] has been reserved
[    7.028641] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    7.034572] system 00:03: [io  0x0c14] has been reserved
[    7.039881] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    7.045811] system 00:03: [io  0x0c52] has been reserved
[    7.051133] system 00:03: [io  0x0c6c] has been reserved
[    7.056443] system 00:03: [io  0x0c6f] has been reserved
[    7.061766] system 00:03: [io  0x0cd0-0x0cd1] has been reserved
[    7.067683] system 00:03: [io  0x0cd2-0x0cd3] has been reserved
[    7.073613] system 00:03: [io  0x0cd4-0x0cd5] has been reserved
[    7.079532] system 00:03: [io  0x0cd6-0x0cd7] has been reserved
[    7.085460] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    7.091389] system 00:03: [io  0x0800-0x089f] has been reserved
[    7.097309] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    7.103237] system 00:03: [io  0x0900-0x090f] has been reserved
[    7.109154] system 00:03: [io  0x0910-0x091f] has been reserved
[    7.115084] system 00:03: [io  0xfe00-0xfefe] has been reserved
[    7.121013] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    7.127971] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    7.134596] system 00:03: [mem 0xfed80000-0xfed8ffff] has been reserved
[    7.141215] system 00:03: [mem 0xfed61000-0xfed70fff] has been reserved
[    7.147827] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    7.154450] system 00:03: [mem 0xfed00000-0xfed00fff] could not be reserved
[    7.161417] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    7.168031] probe of 00:03 returned 1 after 155956 usecs
[    7.173354] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    7.180857] system 00:04: [io  0x0290-0x029f] has been reserved
[    7.186790] probe of 00:04 returned 1 after 5945 usecs
[    7.191936] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    7.198871] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    7.205739] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    7.211672] probe of 00:06 returned 1 after 5946 usecs
[    7.216809] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    7.223807] probe of 00:07 returned 1 after 15 usecs
[    7.228777] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    7.235858] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    7.245041] pnp 00:09: [dma 0 disabled]
[    7.249058] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[    7.257313] pnp: PnP ACPI: found 10 devices
[    7.261512] initcall pnpacpi_init+0x0/0x67 returned 0 after 304805 usecs
[    7.268210] calling  chr_dev_init+0x0/0x9b @ 1
[    7.279274] initcall chr_dev_init+0x0/0x9b returned 0 after 6453 usecs
[    7.285816] calling  firmware_class_init+0x0/0xe0 @ 1
[    7.290866] initcall firmware_class_init+0x0/0xe0 returned 0 after 2 usecs
[    7.297746] calling  init_acpi_pm_clocksource+0x0/0x18a @ 1
[    7.337867] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    7.346737] initcall init_acpi_pm_clocksource+0x0/0x18a returned 0 after 42393 usecs
[    7.354485] calling  powercap_init+0x0/0x1f9 @ 1
[    7.359155] initcall powercap_init+0x0/0x1f9 returned 0 after 49 usecs
[    7.365683] calling  pcibios_assign_resources+0x0/0x96 @ 1
[    7.371190] pci 0000:00:14.4: PCI bridge to [bus 01]
[    7.376166] pci 0000:00:15.0: PCI bridge to [bus 02]
[    7.381149] pci 0000:00:15.1: PCI bridge to [bus 03]
[    7.386114] pci 0000:00:15.1:   bridge window [mem 0xfea00000-0xfeafffff]
[    7.392910] pci 0000:00:15.2: PCI bridge to [bus 04]
[    7.397873] pci 0000:00:15.2:   bridge window [io  0xe000-0xefff]
[    7.403978] pci 0000:00:15.2:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    7.411725] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    7.417901] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    7.424087] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    7.430260] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    7.436450] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    7.443330] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    7.450202] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff window]
[    7.457171] pci_bus 0000:01: resource 4 [io  0x0000-0x03af window]
[    7.463358] pci_bus 0000:01: resource 5 [io  0x03e0-0x0cf7 window]
[    7.469537] pci_bus 0000:01: resource 6 [io  0x03b0-0x03df window]
[    7.475725] pci_bus 0000:01: resource 7 [io  0x0d00-0xffff window]
[    7.481914] pci_bus 0000:01: resource 8 [mem 0x000a0000-0x000bffff window]
[    7.488786] pci_bus 0000:01: resource 9 [mem 0x000c0000-0x000dffff window]
[    7.495668] pci_bus 0000:01: resource 10 [mem 0xc0000000-0xffffffff window]
[    7.502637] pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfeafffff]
[    7.508901] pci_bus 0000:04: resource 0 [io  0xe000-0xefff]
[    7.514476] pci_bus 0000:04: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    7.522015] initcall pcibios_assign_resources+0x0/0x96 returned 0 after 147303 usecs
[    7.529757] calling  sysctl_core_init+0x0/0x28 @ 1
[    7.534581] initcall sysctl_core_init+0x0/0x28 returned 0 after 22 usecs
[    7.541294] calling  eth_offload_init+0x0/0x16 @ 1
[    7.546082] initcall eth_offload_init+0x0/0x16 returned 0 after 0 usecs
[    7.552706] calling  ipv4_offload_init+0x0/0x6e @ 1
[    7.557585] initcall ipv4_offload_init+0x0/0x6e returned 0 after 1 usecs
[    7.564293] calling  inet_init+0x0/0x245 @ 1
[    7.568609] NET: Registered protocol family 2
[    7.573297] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    7.581661] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    7.589408] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    7.596562] TCP: Hash tables configured (established 8192 bind 8192)
[    7.602982] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    7.609596] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    7.616758] initcall inet_init+0x0/0x245 returned 0 after 47064 usecs
[    7.623203] calling  af_unix_init+0x0/0x4c @ 1
[    7.627650] NET: Registered protocol family 1
[    7.632025] initcall af_unix_init+0x0/0x4c returned 0 after 4277 usecs
[    7.638550] calling  ipv6_offload_init+0x0/0x77 @ 1
[    7.643438] initcall ipv6_offload_init+0x0/0x77 returned 0 after 1 usecs
[    7.650138] calling  vlan_offload_init+0x0/0x20 @ 1
[    7.655025] initcall vlan_offload_init+0x0/0x20 returned 0 after 0 usecs
[    7.661734] calling  pci_apply_final_quirks+0x0/0x11c @ 1
[    7.667142] pci 0000:00:01.0: calling  pci_fixup_video+0x0/0xc0 @ 1
[    7.673420] pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    7.681771] pci 0000:00:01.0: pci_fixup_video+0x0/0xc0 took 8158 usecs
[    7.688299] pci 0000:00:01.1: calling  quirk_gpu_hda+0x0/0x20 @ 1
[    7.694403] pci 0000:00:01.1: D0 power state depends on 0000:00:01.0
[    7.700754] pci 0000:00:01.1: quirk_gpu_hda+0x0/0x20 took 6207 usecs
[    7.707116] pci 0000:00:10.0: calling  quirk_usb_early_handoff+0x0/0x669 @ 1
[    7.714167] pci 0000:00:10.0: Skip AMD USB device
[    7.718874] pci 0000:00:10.0: quirk_usb_early_handoff+0x0/0x669 took 4595 usecs
[    7.726192] pci 0000:00:10.1: calling  quirk_usb_early_handoff+0x0/0x669 @ 1
[    7.733243] pci 0000:00:10.1: Skip AMD USB device
[    7.737949] pci 0000:00:10.1: quirk_usb_early_handoff+0x0/0x669 took 4595 usecs
[    7.745271] pci 0000:00:12.0: calling  quirk_usb_early_handoff+0x0/0x669 @ 1
[    7.752325] pci 0000:00:12.0: Skip AMD USB device
[    7.757025] pci 0000:00:12.0: quirk_usb_early_handoff+0x0/0x669 took 4589 usecs
[    7.764343] pci 0000:00:12.2: calling  quirk_usb_early_handoff+0x0/0x669 @ 1
[    7.771392] pci 0000:00:12.2: Skip AMD USB device
[    7.776099] pci 0000:00:12.2: quirk_usb_early_handoff+0x0/0x669 took 4596 usecs
[    7.783416] pci 0000:00:12.2: calling  pci_fixup_amd_ehci_pme+0x0/0x24 @ 1
[    7.790285] pci 0000:00:12.2: PME# does not work under D3, disabling it
[    7.796901] pci 0000:00:12.2: pci_fixup_amd_ehci_pme+0x0/0x24 took 6459 usecs
[    7.804047] pci 0000:00:13.0: calling  quirk_usb_early_handoff+0x0/0x669 @ 1
[    7.811094] pci 0000:00:13.0: Skip AMD USB device
[    7.815794] pci 0000:00:13.0: quirk_usb_early_handoff+0x0/0x669 took 4588 usecs
[    7.823115] pci 0000:00:13.2: calling  quirk_usb_early_handoff+0x0/0x669 @ 1
[    7.830154] pci 0000:00:13.2: Skip AMD USB device
[    7.834873] pci 0000:00:13.2: quirk_usb_early_handoff+0x0/0x669 took 4606 usecs
[    7.842186] pci 0000:00:13.2: calling  pci_fixup_amd_ehci_pme+0x0/0x24 @ 1
[    7.849056] pci 0000:00:13.2: PME# does not work under D3, disabling it
[    7.855678] pci 0000:00:13.2: pci_fixup_amd_ehci_pme+0x0/0x24 took 6465 usecs
[    7.862827] pci 0000:00:14.2: calling  quirk_gpu_hda+0x0/0x20 @ 1
[    7.868913] pci 0000:00:14.2: quirk_gpu_hda+0x0/0x20 took 0 usecs
[    7.875047] pci 0000:03:00.0: calling  quirk_usb_early_handoff+0x0/0x669 @ 1
[    7.883279] pci 0000:03:00.0: quirk_usb_early_handoff+0x0/0x669 took 1155 usecs
[    7.890584] PCI: CLS 64 bytes, default 64
[    7.894601] initcall pci_apply_final_quirks+0x0/0x11c returned 0 after 222137 usecs
[    7.902261] calling  acpi_reserve_resources+0x0/0xcd @ 1
[    7.907571] initcall acpi_reserve_resources+0x0/0xcd returned 0 after 4 usecs
[    7.914708] calling  populate_rootfs+0x0/0xed @ 1
[    7.919530] initcall populate_rootfs+0x0/0xed returned 0 after 112 usecs
[    7.926234] calling  pci_iommu_init+0x0/0x3a @ 1
[    7.930855] initcall pci_iommu_init+0x0/0x3a returned 0 after 0 usecs
[    7.937798] calling  amd_uncore_init+0x0/0x28a @ 1
[    7.942602] amd_uncore: AMD NB counters detected
[    7.947284] initcall amd_uncore_init+0x0/0x28a returned 0 after 4579 usecs
[    7.954170] calling  amd_ibs_init+0x0/0x196 @ 1
[    7.958700] LVT offset 0 assigned for vector 0x400
[    7.963547] perf: AMD IBS detected (0x000000ff)
[    7.968078] initcall amd_ibs_init+0x0/0x196 returned 0 after 9158 usecs
[    7.974705] calling  msr_init+0x0/0x50 @ 1
[    7.978801] initcall msr_init+0x0/0x50 returned 0 after 3 usecs
[    7.984735] calling  register_kernel_offset_dumper+0x0/0x1b @ 1
[    7.990656] initcall register_kernel_offset_dumper+0x0/0x1b returned 0 after 0 usecs
[    7.998406] calling  i8259A_init_ops+0x0/0x25 @ 1
[    8.003130] initcall i8259A_init_ops+0x0/0x25 returned 0 after 12 usecs
[    8.009740] calling  init_tsc_clocksource+0x0/0xa8 @ 1
[    8.014894] initcall init_tsc_clocksource+0x0/0xa8 returned 0 after 3 usecs
[    8.021859] calling  add_rtc_cmos+0x0/0x9c @ 1
[    8.026304] initcall add_rtc_cmos+0x0/0x9c returned 0 after 2 usecs
[    8.032579] calling  i8237A_init_ops+0x0/0x3e @ 1
[    8.037295] initcall i8237A_init_ops+0x0/0x3e returned 0 after 11 usecs
[    8.043912] calling  umwait_init+0x0/0x86 @ 1
[    8.048272] initcall umwait_init+0x0/0x86 returned -19 after 0 usecs
[    8.054635] calling  msr_init+0x0/0xc9 @ 1
[    8.059010] initcall msr_init+0x0/0xc9 returned 0 after 270 usecs
[    8.065114] calling  cpuid_init+0x0/0xc9 @ 1
[    8.069598] initcall cpuid_init+0x0/0xc9 returned 0 after 209 usecs
[    8.075876] calling  ioapic_init_ops+0x0/0x16 @ 1
[    8.080581] initcall ioapic_init_ops+0x0/0x16 returned 0 after 0 usecs
[    8.087118] calling  add_pcspkr+0x0/0x61 @ 1
[    8.091446] initcall add_pcspkr+0x0/0x61 returned 0 after 47 usecs
[    8.097624] calling  start_periodic_check_for_corruption+0x0/0x40 @ 1
[    8.104071] initcall start_periodic_check_for_corruption+0x0/0x40 returned 0 after 0 usecs
[    8.112337] calling  sysfb_init+0x0/0x83 @ 1
[    8.116653] initcall sysfb_init+0x0/0x83 returned 0 after 43 usecs
[    8.122843] calling  pt_dump_init+0x0/0x57 @ 1
[    8.127287] initcall pt_dump_init+0x0/0x57 returned 0 after 0 usecs
[    8.133562] calling  crc32c_intel_mod_init+0x0/0x29 @ 1
[    8.138980] initcall crc32c_intel_mod_init+0x0/0x29 returned 0 after 186 usecs
[    8.146217] calling  crc32_pclmul_mod_init+0x0/0x34 @ 1
[    8.151613] initcall crc32_pclmul_mod_init+0x0/0x34 returned 0 after 151 usecs
[    8.158827] calling  proc_execdomains_init+0x0/0x21 @ 1
[    8.164069] initcall proc_execdomains_init+0x0/0x21 returned 0 after 4 usecs
[    8.171132] calling  register_warn_debugfs+0x0/0x24 @ 1
[    8.176374] initcall register_warn_debugfs+0x0/0x24 returned 0 after 14 usecs
[    8.183514] calling  cpuhp_sysfs_init+0x0/0x6e @ 1
[    8.188336] initcall cpuhp_sysfs_init+0x0/0x6e returned 0 after 33 usecs
[    8.195051] calling  ioresources_init+0x0/0x40 @ 1
[    8.199842] initcall ioresources_init+0x0/0x40 returned 0 after 3 usecs
[    8.206458] calling  init_sched_debug_procfs+0x0/0x2f @ 1
[    8.211866] initcall init_sched_debug_procfs+0x0/0x2f returned 0 after 1 usecs
[    8.219087] calling  psi_proc_init+0x0/0x60 @ 1
[    8.223632] initcall psi_proc_init+0x0/0x60 returned 0 after 7 usecs
[    8.229981] calling  irq_pm_init_ops+0x0/0x16 @ 1
[    8.234694] initcall irq_pm_init_ops+0x0/0x16 returned 0 after 0 usecs
[    8.241228] calling  timekeeping_init_ops+0x0/0x16 @ 1
[    8.246360] initcall timekeeping_init_ops+0x0/0x16 returned 0 after 0 usecs
[    8.253328] calling  init_clocksource_sysfs+0x0/0x24 @ 1
[    8.258731] initcall init_clocksource_sysfs+0x0/0x24 returned 0 after 89 usecs
[    8.265958] calling  init_timer_list_procfs+0x0/0x2f @ 1
[    8.271280] initcall init_timer_list_procfs+0x0/0x2f returned 0 after 2 usecs
[    8.278411] calling  alarmtimer_init+0x0/0xca @ 1
[    8.283145] initcall alarmtimer_init+0x0/0xca returned 0 after 20 usecs
[    8.289756] calling  init_posix_timers+0x0/0x29 @ 1
[    8.294659] initcall init_posix_timers+0x0/0x29 returned 0 after 15 usecs
[    8.301447] calling  clockevents_init_sysfs+0x0/0x9e @ 1
[    8.307014] initcall clockevents_init_sysfs+0x0/0x9e returned 0 after 247 usecs
[    8.314333] calling  proc_dma_init+0x0/0x21 @ 1
[    8.318868] initcall proc_dma_init+0x0/0x21 returned 0 after 2 usecs
[    8.325234] calling  modules_wq_init+0x0/0x3e @ 1
[    8.329934] initcall modules_wq_init+0x0/0x3e returned 0 after 0 usecs
[    8.336468] calling  proc_modules_init+0x0/0x1f @ 1
[    8.341359] initcall proc_modules_init+0x0/0x1f returned 0 after 2 usecs
[    8.348058] calling  kallsyms_init+0x0/0x22 @ 1
[    8.352603] initcall kallsyms_init+0x0/0x22 returned 0 after 2 usecs
[    8.358950] calling  pid_namespaces_init+0x0/0x2c @ 1
[    8.364026] initcall pid_namespaces_init+0x0/0x2c returned 0 after 13 usecs
[    8.370991] calling  audit_watch_init+0x0/0x36 @ 1
[    8.375782] initcall audit_watch_init+0x0/0x36 returned 0 after 1 usecs
[    8.382405] calling  audit_fsnotify_init+0x0/0x36 @ 1
[    8.387455] initcall audit_fsnotify_init+0x0/0x36 returned 0 after 0 usecs
[    8.394337] calling  audit_tree_init+0x0/0x62 @ 1
[    8.399049] initcall audit_tree_init+0x0/0x62 returned 0 after 5 usecs
[    8.405580] calling  seccomp_sysctl_init+0x0/0x31 @ 1
[    8.410639] initcall seccomp_sysctl_init+0x0/0x31 returned 0 after 7 usecs
[    8.417523] calling  utsname_sysctl_init+0x0/0x16 @ 1
[    8.422592] initcall utsname_sysctl_init+0x0/0x16 returned 0 after 8 usecs
[    8.429464] calling  init_tracepoints+0x0/0x2b @ 1
[    8.434267] initcall init_tracepoints+0x0/0x2b returned 0 after 2 usecs
[    8.440879] calling  stack_trace_init+0x0/0x9e @ 1
[    8.445706] initcall stack_trace_init+0x0/0x9e returned 0 after 20 usecs
[    8.452422] calling  init_mmio_trace+0x0/0xf @ 1
[    8.457044] initcall init_mmio_trace+0x0/0xf returned 0 after 2 usecs
[    8.463491] calling  init_blk_tracer+0x0/0x4d @ 1
[    8.468214] initcall init_blk_tracer+0x0/0x4d returned 0 after 18 usecs
[    8.474840] calling  perf_event_sysfs_init+0x0/0x78 @ 1
[    8.480573] initcall perf_event_sysfs_init+0x0/0x78 returned 0 after 500 usecs
[    8.487802] calling  padata_driver_init+0x0/0x6b @ 1
[    8.492779] initcall padata_driver_init+0x0/0x6b returned 0 after 1 usecs
[    8.499561] calling  system_trusted_keyring_init+0x0/0x55 @ 1
[    8.505314] Initialise system trusted keyrings
[    8.509759] initcall system_trusted_keyring_init+0x0/0x55 returned 0 after 4340 usecs
[    8.517592] calling  kswapd_init+0x0/0x18 @ 1
[    8.522006] initcall kswapd_init+0x0/0x18 returned 0 after 49 usecs
[    8.528267] calling  extfrag_debug_init+0x0/0x4d @ 1
[    8.533255] initcall extfrag_debug_init+0x0/0x4d returned 0 after 15 usecs
[    8.540122] calling  mm_compute_batch_init+0x0/0x41 @ 1
[    8.545354] initcall mm_compute_batch_init+0x0/0x41 returned 0 after 0 usecs
[    8.552402] calling  slab_proc_init+0x0/0x22 @ 1
[    8.557025] initcall slab_proc_init+0x0/0x22 returned 0 after 2 usecs
[    8.563470] calling  workingset_init+0x0/0x87 @ 1
[    8.568174] workingset: timestamp_bits=14 max_order=20 bucket_order=6
[    8.574617] initcall workingset_init+0x0/0x87 returned 0 after 6291 usecs
[    8.581411] calling  proc_vmalloc_init+0x0/0x26 @ 1
[    8.586292] initcall proc_vmalloc_init+0x0/0x26 returned 0 after 1 usecs
[    8.592996] calling  procswaps_init+0x0/0x1f @ 1
[    8.597610] initcall procswaps_init+0x0/0x1f returned 0 after 2 usecs
[    8.604054] calling  init_frontswap+0x0/0x82 @ 1
[    8.608693] initcall init_frontswap+0x0/0x82 returned 0 after 25 usecs
[    8.615226] calling  slab_sysfs_init+0x0/0xd0 @ 1
[    8.626428] initcall slab_sysfs_init+0x0/0xd0 returned 0 after 6350 usecs
[    8.633222] calling  init_cleancache+0x0/0x76 @ 1
[    8.637953] initcall init_cleancache+0x0/0x76 returned 0 after 25 usecs
[    8.644576] calling  fcntl_init+0x0/0x29 @ 1
[    8.648852] initcall fcntl_init+0x0/0x29 returned 0 after 7 usecs
[    8.654949] calling  proc_filesystems_init+0x0/0x21 @ 1
[    8.660178] initcall proc_filesystems_init+0x0/0x21 returned 0 after 2 usecs
[    8.667234] calling  start_dirtytime_writeback+0x0/0x29 @ 1
[    8.672814] initcall start_dirtytime_writeback+0x0/0x29 returned 0 after 1 usecs
[    8.680203] calling  blkdev_init+0x0/0x20 @ 1
[    8.684587] initcall blkdev_init+0x0/0x20 returned 0 after 15 usecs
[    8.690847] calling  dio_init+0x0/0x2c @ 1
[    8.694964] initcall dio_init+0x0/0x2c returned 0 after 9 usecs
[    8.700882] calling  dnotify_init+0x0/0x6f @ 1
[    8.705354] initcall dnotify_init+0x0/0x6f returned 0 after 18 usecs
[    8.711716] calling  fanotify_user_setup+0x0/0x8c @ 1
[    8.716797] initcall fanotify_user_setup+0x0/0x8c returned 0 after 29 usecs
[    8.723767] calling  userfaultfd_init+0x0/0x2c @ 1
[    8.728627] initcall userfaultfd_init+0x0/0x2c returned 0 after 70 usecs
[    8.735333] calling  aio_setup+0x0/0x6c @ 1
[    8.739635] initcall aio_setup+0x0/0x6c returned 0 after 113 usecs
[    8.745819] calling  io_uring_init+0x0/0x2c @ 1
[    8.750360] initcall io_uring_init+0x0/0x2c returned 0 after 7 usecs
[    8.756721] calling  mbcache_init+0x0/0x31 @ 1
[    8.761252] initcall mbcache_init+0x0/0x31 returned 0 after 83 usecs
[    8.767601] calling  init_v2_quota_format+0x0/0x22 @ 1
[    8.772750] initcall init_v2_quota_format+0x0/0x22 returned 0 after 0 usecs
[    8.779709] calling  init_devpts_fs+0x0/0x28 @ 1
[    8.784345] initcall init_devpts_fs+0x0/0x28 returned 0 after 10 usecs
[    8.790871] calling  ext4_init_fs+0x0/0x18e @ 1
[    8.795921] initcall ext4_init_fs+0x0/0x18e returned 0 after 498 usecs
[    8.802447] calling  journal_init+0x0/0x115 @ 1
[    8.807173] initcall journal_init+0x0/0x115 returned 0 after 187 usecs
[    8.813707] calling  init_nls_cp437+0x0/0x16 @ 1
[    8.818326] initcall init_nls_cp437+0x0/0x16 returned 0 after 0 usecs
[    8.824778] calling  init_nls_ascii+0x0/0x16 @ 1
[    8.829393] initcall init_nls_ascii+0x0/0x16 returned 0 after 0 usecs
[    8.835844] calling  init_autofs_fs+0x0/0x29 @ 1
[    8.840556] initcall init_autofs_fs+0x0/0x29 returned 0 after 91 usecs
[    8.847094] calling  ipc_init+0x0/0x27 @ 1
[    8.851212] initcall ipc_init+0x0/0x27 returned 0 after 12 usecs
[    8.857214] calling  ipc_sysctl_init+0x0/0x16 @ 1
[    8.861939] initcall ipc_sysctl_init+0x0/0x16 returned 0 after 10 usecs
[    8.868551] calling  init_mqueue_fs+0x0/0xe1 @ 1
[    8.873290] initcall init_mqueue_fs+0x0/0xe1 returned 0 after 109 usecs
[    8.879906] calling  key_proc_init+0x0/0x5c @ 1
[    8.884449] initcall key_proc_init+0x0/0x5c returned 0 after 4 usecs
[    8.890800] calling  selinux_nf_ip_init+0x0/0x49 @ 1
[    8.895773] initcall selinux_nf_ip_init+0x0/0x49 returned 0 after 0 usecs
[    8.902571] calling  init_sel_fs+0x0/0xf8 @ 1
[    8.906925] initcall init_sel_fs+0x0/0xf8 returned 0 after 0 usecs
[    8.913110] calling  selnl_init+0x0/0x6e @ 1
[    8.917385] initcall selnl_init+0x0/0x6e returned 0 after 7 usecs
[    8.923486] calling  sel_netif_init+0x0/0x36 @ 1
[    8.928100] initcall sel_netif_init+0x0/0x36 returned 0 after 0 usecs
[    8.934548] calling  sel_netnode_init+0x0/0x30 @ 1
[    8.939340] initcall sel_netnode_init+0x0/0x30 returned 0 after 0 usecs
[    8.945962] calling  sel_netport_init+0x0/0x30 @ 1
[    8.950756] initcall sel_netport_init+0x0/0x30 returned 0 after 0 usecs
[    8.957377] calling  aurule_init+0x0/0x2a @ 1
[    8.961742] initcall aurule_init+0x0/0x2a returned 0 after 0 usecs
[    8.967916] calling  crypto_algapi_init+0x0/0x11 @ 1
[    8.972892] initcall crypto_algapi_init+0x0/0x11 returned 0 after 1 usecs
[    8.979676] calling  af_alg_init+0x0/0x3a @ 1
[    8.984041] NET: Registered protocol family 38
[    8.988480] initcall af_alg_init+0x0/0x3a returned 0 after 4335 usecs
[    8.994921] calling  algif_hash_init+0x0/0x14 @ 1
[    8.999628] initcall algif_hash_init+0x0/0x14 returned 0 after 1 usecs
[    9.006162] calling  algif_skcipher_init+0x0/0x14 @ 1
[    9.011240] initcall algif_skcipher_init+0x0/0x14 returned 0 after 14 usecs
[    9.018202] calling  rng_init+0x0/0x14 @ 1
[    9.022309] initcall rng_init+0x0/0x14 returned 0 after 1 usecs
[    9.028227] calling  algif_aead_init+0x0/0x14 @ 1
[    9.032941] initcall algif_aead_init+0x0/0x14 returned 0 after 1 usecs
[    9.039462] calling  asymmetric_key_init+0x0/0x14 @ 1
[    9.044519] Key type asymmetric registered
[    9.048611] initcall asymmetric_key_init+0x0/0x14 returned 0 after 3996 usecs
[    9.055754] calling  x509_key_init+0x0/0x14 @ 1
[    9.060284] Asymmetric key parser 'x509' registered
[    9.065163] initcall x509_key_init+0x0/0x14 returned 0 after 4763 usecs
[    9.071778] calling  proc_genhd_init+0x0/0x3a @ 1
[    9.076487] initcall proc_genhd_init+0x0/0x3a returned 0 after 3 usecs
[    9.083018] calling  init_emergency_pool+0x0/0x52 @ 1
[    9.088098] bounce: pool size: 64 pages
[    9.090956] tsc: Refined TSC clocksource calibration: 4400.251 MHz
[    9.092005] initcall init_emergency_pool+0x0/0x52 returned 0 after 3846 usecs
[    9.098129] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3f6d532fa1d, max_idle_ns: 440795309790 ns
[    9.105258] calling  bsg_init+0x0/0x12c @ 1
[    9.119428] clocksource: Switched to clocksource tsc
[    9.119458] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    9.131805] initcall bsg_init+0x0/0x12c returned 0 after 12100 usecs
[    9.138158] calling  throtl_init+0x0/0x38 @ 1
[    9.142615] initcall throtl_init+0x0/0x38 returned 0 after 88 usecs
[    9.148878] calling  deadline_init+0x0/0x14 @ 1
[    9.153419] io scheduler mq-deadline registered
[    9.157952] initcall deadline_init+0x0/0x14 returned 0 after 4425 usecs
[    9.164573] calling  kyber_init+0x0/0x14 @ 1
[    9.168846] io scheduler kyber registered
[    9.172866] initcall kyber_init+0x0/0x14 returned 0 after 3925 usecs
[    9.179222] calling  crc_t10dif_mod_init+0x0/0x3f @ 1
[    9.184286] initcall crc_t10dif_mod_init+0x0/0x3f returned 0 after 6 usecs
[    9.191165] calling  libcrc32c_mod_init+0x0/0x25 @ 1
[    9.196133] initcall libcrc32c_mod_init+0x0/0x25 returned 0 after 3 usecs
[    9.202923] calling  percpu_counter_startup+0x0/0x50 @ 1
[    9.208274] initcall percpu_counter_startup+0x0/0x50 returned 0 after 37 usecs
[    9.215503] calling  audit_classes_init+0x0/0x4f @ 1
[    9.220467] initcall audit_classes_init+0x0/0x4f returned 0 after 2 usecs
[    9.227263] calling  sg_pool_init+0x0/0xa5 @ 1
[    9.232055] initcall sg_pool_init+0x0/0xa5 returned 0 after 333 usecs
[    9.238493] calling  phy_core_init+0x0/0x44 @ 1
[    9.243044] initcall phy_core_init+0x0/0x44 returned 0 after 13 usecs
[    9.249482] calling  pcie_portdrv_init+0x0/0x43 @ 1
[    9.254443] probe of 0000:00:14.4 returned 0 after 21 usecs
[    9.260916] probe of 0000:00:15.0 returned 1 after 901 usecs
[    9.266737] probe of 0000:00:15.1 returned 1 after 163 usecs
[    9.273263] probe of 0000:00:15.2 returned 1 after 853 usecs
[    9.278948] initcall pcie_portdrv_init+0x0/0x43 returned 0 after 24002 usecs
[    9.286004] calling  pci_proc_init+0x0/0x64 @ 1
[    9.290611] initcall pci_proc_init+0x0/0x64 returned 0 after 74 usecs
[    9.297052] calling  pci_stub_init+0x0/0x133 @ 1
[    9.301701] initcall pci_stub_init+0x0/0x133 returned 0 after 29 usecs
[    9.308226] calling  ged_driver_init+0x0/0x16 @ 1
[    9.312961] initcall ged_driver_init+0x0/0x16 returned 0 after 23 usecs
[    9.319571] calling  acpi_button_driver_init+0x0/0x4d @ 1
[    9.325051] probe of PNP0C0C:00 returned 0 after 21 usecs
[    9.330572] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    9.338081] ACPI: Power Button [PWRF]
[    9.341776] probe of LNXPWRBN:00 returned 1 after 11314 usecs
[    9.347529] initcall acpi_button_driver_init+0x0/0x4d returned 0 after 22019 usecs
[    9.355105] calling  acpi_fan_driver_init+0x0/0x16 @ 1
[    9.360263] initcall acpi_fan_driver_init+0x0/0x16 returned 0 after 20 usecs
[    9.367318] calling  acpi_processor_driver_init+0x0/0xa6 @ 1
[    9.373042] ACPI: \_PR_.P000: Found 2 idle states
[    9.377932] probe of cpu0 returned 1 after 4944 usecs
[    9.383053] ACPI: \_PR_.P001: Found 2 idle states
[    9.387952] probe of cpu1 returned 1 after 4951 usecs
[    9.393029] initcall acpi_processor_driver_init+0x0/0xa6 returned 0 after 19577 usecs
[    9.400856] calling  acpi_thermal_init+0x0/0x74 @ 1
[    9.405882] initcall acpi_thermal_init+0x0/0x74 returned 0 after 134 usecs
[    9.412775] calling  acpi_hed_driver_init+0x0/0x14 @ 1
[    9.417965] initcall acpi_hed_driver_init+0x0/0x14 returned 0 after 52 usecs
[    9.425026] calling  gpio_clk_driver_init+0x0/0x16 @ 1
[    9.430184] initcall gpio_clk_driver_init+0x0/0x16 returned 0 after 16 usecs
[    9.437243] calling  plt_clk_driver_init+0x0/0x16 @ 1
[    9.442320] initcall plt_clk_driver_init+0x0/0x16 returned 0 after 17 usecs
[    9.449278] calling  dw_pci_driver_init+0x0/0x1b @ 1
[    9.454289] initcall dw_pci_driver_init+0x0/0x1b returned 0 after 34 usecs
[    9.461172] calling  n_null_init+0x0/0x21 @ 1
[    9.465526] initcall n_null_init+0x0/0x21 returned 0 after 0 usecs
[    9.471717] calling  pty_init+0x0/0x1d6 @ 1
[    9.476003] initcall pty_init+0x0/0x1d6 returned 0 after 98 usecs
[    9.482103] calling  sysrq_init+0x0/0x5f @ 1
[    9.486372] initcall sysrq_init+0x0/0x5f returned 0 after 2 usecs
[    9.492476] initcall serial8250_init blacklisted
[    9.497093] calling  serial_pci_driver_init+0x0/0x1b @ 1
[    9.502469] initcall serial_pci_driver_init+0x0/0x1b returned 0 after 53 usecs
[    9.509686] calling  dw8250_platform_driver_init+0x0/0x16 @ 1
[    9.515467] initcall dw8250_platform_driver_init+0x0/0x16 returned 0 after 24 usecs
[    9.523134] calling  lpss8250_pci_driver_init+0x0/0x1b @ 1
[    9.528653] initcall lpss8250_pci_driver_init+0x0/0x1b returned 0 after 31 usecs
[    9.536053] calling  mid8250_pci_driver_init+0x0/0x1b @ 1
[    9.541500] initcall mid8250_pci_driver_init+0x0/0x1b returned 0 after 40 usecs
[    9.548806] calling  raw_init+0x0/0x12d @ 1
[    9.553141] initcall raw_init+0x0/0x12d returned 0 after 134 usecs
[    9.559321] calling  hpet_init+0x0/0x5c @ 1
[    9.563834] probe of PNP0103:00 returned 0 after 197 usecs
[    9.569332] initcall hpet_init+0x0/0x5c returned 0 after 5677 usecs
[    9.575614] calling  nvram_module_init+0x0/0x7f @ 1
[    9.580575] Non-volatile memory driver v1.3
[    9.584768] initcall nvram_module_init+0x0/0x7f returned 0 after 4176 usecs
[    9.591736] calling  hwrng_modinit+0x0/0x71 @ 1
[    9.596346] initcall hwrng_modinit+0x0/0x71 returned 0 after 80 usecs
[    9.602802] calling  mod_init+0x0/0x1ae @ 1
[    9.607190] initcall mod_init+0x0/0x1ae returned -19 after 198 usecs
[    9.613553] calling  mod_init+0x0/0x17c @ 1
[    9.617756] initcall mod_init+0x0/0x17c returned -19 after 21 usecs
[    9.624030] calling  mod_init+0x0/0x97 @ 1
[    9.628145] initcall mod_init+0x0/0x97 returned -19 after 21 usecs
[    9.634329] calling  topology_sysfs_init+0x0/0x40 @ 1
[    9.639443] initcall topology_sysfs_init+0x0/0x40 returned 0 after 58 usecs
[    9.646411] calling  cacheinfo_sysfs_init+0x0/0x2a @ 1
[    9.651802] initcall cacheinfo_sysfs_init+0x0/0x2a returned 0 after 237 usecs
[    9.658934] calling  init_sd+0x0/0x1a3 @ 1
[    9.663096] initcall init_sd+0x0/0x1a3 returned 0 after 53 usecs
[    9.669102] calling  init_sr+0x0/0x42 @ 1
[    9.673138] initcall init_sr+0x0/0x42 returned 0 after 18 usecs
[    9.679052] calling  init_sg+0x0/0x18d @ 1
[    9.683180] initcall init_sg+0x0/0x18d returned 0 after 22 usecs
[    9.689183] calling  ahci_pci_driver_init+0x0/0x1b @ 1
[    9.694356] ahci 0000:00:11.0: version 3.0
[    9.699383] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[    9.707568] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio sxs 
[    9.717814] scsi host0: ahci
[    9.721126] scsi host1: ahci
[    9.724371] scsi host2: ahci
[    9.727552] scsi host3: ahci
[    9.730726] scsi host4: ahci
[    9.733924] scsi host5: ahci
[    9.737105] scsi host6: ahci
[    9.740292] scsi host7: ahci
[    9.743365] ata1: SATA max UDMA/133 abar m2048@0xfeb50000 port 0xfeb50100 irq 27
[    9.750750] ata2: SATA max UDMA/133 abar m2048@0xfeb50000 port 0xfeb50180 irq 27
[    9.758154] ata3: SATA max UDMA/133 abar m2048@0xfeb50000 port 0xfeb50200 irq 27
[    9.765555] ata4: SATA max UDMA/133 abar m2048@0xfeb50000 port 0xfeb50280 irq 27
[    9.772957] ata5: SATA max UDMA/133 abar m2048@0xfeb50000 port 0xfeb50300 irq 27
[    9.780346] ata6: SATA max UDMA/133 abar m2048@0xfeb50000 port 0xfeb50380 irq 27
[    9.787750] ata7: SATA max UDMA/133 abar m2048@0xfeb50000 port 0xfeb50400 irq 27
[    9.795151] ata8: SATA max UDMA/133 abar m2048@0xfeb50000 port 0xfeb50480 irq 27
[    9.802608] ata1: SATA link down (SStatus 0 SControl 0)
[    9.807868] probe of 0000:00:11.0 returned 1 after 113524 usecs
[    9.807873] ata2: SATA link down (SStatus 0 SControl 0)
[    9.813945] initcall ahci_pci_driver_init+0x0/0x1b returned 0 after 116809 usecs
[    9.819362] ata4: SATA link down (SStatus 0 SControl 0)
[    9.826457] calling  blackhole_netdev_init+0x0/0x6a @ 1
[    9.831794] ata3: SATA link down (SStatus 0 SControl 0)
[    9.836900] initcall blackhole_netdev_init+0x0/0x6a returned 0 after 32 usecs
[    9.842616] ata6: SATA link down (SStatus 0 SControl 0)
[    9.849215] calling  fixed_mdio_bus_init+0x0/0xdb @ 1
[    9.850736] libphy: Fixed MDIO Bus: probed
[    9.854574] ata5: SATA link down (SStatus 0 SControl 0)
[    9.859491] initcall fixed_mdio_bus_init+0x0/0xdb returned 0 after 10032 usecs
[    9.859496] calling  cdrom_init+0x0/0x11 @ 1
[    9.863921] ata8: SATA link down (SStatus 0 SControl 0)
[    9.868840] initcall cdrom_init+0x0/0x11 returned 0 after 18 usecs
[    9.876125] ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 0)
[    9.880321] calling  usb_serial_init+0x0/0x143 @ 1
[    9.885987] ata7.00: ATA-9: SanDisk SDSSDP064G, 2.0.0, max UDMA/133
[    9.891885] usbcore: registered new interface driver usbserial_generic
[    9.897714] ata7.00: 125045424 sectors, multi 1: LBA48 NCQ (depth 32)
[    9.902550] usbserial: USB Serial support registered for generic
[    9.909239] ata7.00: configured for UDMA/133
[    9.915296] initcall usb_serial_init+0x0/0x143 returned 0 after 23011 usecs
[    9.922276] scsi 6:0:0:0: Direct-Access     ATA      SanDisk SDSSDP06 0    PQ: 0 ANSI: 5
[    9.927736] calling  i8042_init+0x0/0x42f @ 1
[    9.933157] probe of 6:0:0:0 returned 0 after 68 usecs
[    9.939261] probe of 00:08 returned 1 after 229 usecs
[    9.948184] sd 6:0:0:0: [sda] 125045424 512-byte logical blocks: (64.0 GB/59.6 GiB)
[    9.951507] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    9.956616] sd 6:0:0:0: [sda] Write Protect is off
[    9.961584] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    9.969230] sd 6:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    9.977046] serio: i8042 KBD port at 0x60,0x64 irq 1
[    9.981385] sd 6:0:0:0: Attached scsi generic sg0 type 0
[    9.991439] probe of i8042 returned 1 after 14989 usecs
[   10.011105] sd 6:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   10.011645] initcall i8042_init+0x0/0x42f returned 0 after 70989 usecs
[   10.027143] calling  serport_init+0x0/0x30 @ 1
[   10.031596] initcall serport_init+0x0/0x30 returned 0 after 0 usecs
[   10.037863] calling  input_leds_init+0x0/0x14 @ 1
[   10.042585] initcall input_leds_init+0x0/0x14 returned 0 after 7 usecs
[   10.045363]  sda: sda1
[   10.049113] calling  mousedev_init+0x0/0x56 @ 1
[   10.054979] sd 6:0:0:0: [sda] Attached SCSI disk
[   10.056428] mousedev: PS/2 mouse device common for all mice
[   10.060641] probe of 6:0:0:0 returned 1 after 113565 usecs
[   10.066211] initcall mousedev_init+0x0/0x56 returned 0 after 9964 usecs
[   10.078296] calling  evdev_init+0x0/0x14 @ 1
[   10.082660] initcall evdev_init+0x0/0x14 returned 0 after 83 usecs
[   10.088835] calling  atkbd_init+0x0/0x25 @ 1
[   10.093157] initcall atkbd_init+0x0/0x25 returned 0 after 36 usecs
[   10.099338] calling  psmouse_init+0x0/0x7a @ 1
[   10.103876] initcall psmouse_init+0x0/0x7a returned 0 after 81 usecs
[   10.110232] calling  cmos_init+0x0/0x65 @ 1
[   10.114516] rtc_cmos 00:05: RTC can wake from S4
[   10.119503] probe of alarmtimer.0.auto returned 1 after 16 usecs
[   10.125596] rtc_cmos 00:05: registered as rtc0
[   10.130090] rtc_cmos 00:05: setting system clock to 2020-05-09T10:03:23 UTC (1589018603)
[   10.138268] rtc_cmos 00:05: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[   10.145951] probe of 00:05 returned 1 after 31475 usecs
[   10.151233] initcall cmos_init+0x0/0x65 returned 0 after 35932 usecs
[   10.157595] calling  sensors_w83627ehf_init+0x0/0x160 @ 1
[   10.163098] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[   10.171975] initcall sensors_w83627ehf_init+0x0/0x160 returned -19 after 8758 usecs
[   10.179629] calling  dm_init+0x0/0x3c @ 1
[   10.183667] probe of serio0 returned 1 after 79862 usecs
[   10.189071] device-mapper: uevent: version 1.0.3
[   10.193896] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[   10.202333] initcall dm_init+0x0/0x3c returned 0 after 18244 usecs
[   10.208514] calling  dm_crypt_init+0x0/0x2d @ 1
[   10.213051] initcall dm_crypt_init+0x0/0x2d returned 0 after 0 usecs
[   10.219399] calling  cpufreq_gov_powersave_init+0x0/0x14 @ 1
[   10.225067] initcall cpufreq_gov_powersave_init+0x0/0x14 returned 0 after 1 usecs
[   10.232553] calling  cpufreq_gov_userspace_init+0x0/0x14 @ 1
[   10.238214] initcall cpufreq_gov_userspace_init+0x0/0x14 returned 0 after 0 usecs
[   10.245702] calling  cpufreq_gov_dbs_init+0x0/0x14 @ 1
[   10.250841] initcall cpufreq_gov_dbs_init+0x0/0x14 returned 0 after 0 usecs
[   10.257809] calling  intel_pstate_init+0x0/0x3c9 @ 1
[   10.262785] initcall intel_pstate_init+0x0/0x3c9 returned -19 after 0 usecs
[   10.269745] calling  ledtrig_disk_init+0x0/0x48 @ 1
[   10.274645] initcall ledtrig_disk_init+0x0/0x48 returned 0 after 11 usecs
[   10.281438] calling  ledtrig_panic_init+0x0/0x34 @ 1
[   10.286403] initcall ledtrig_panic_init+0x0/0x34 returned 0 after 3 usecs
[   10.293199] calling  dmi_sysfs_init+0x0/0xc1 @ 1
[   10.298891] initcall dmi_sysfs_init+0x0/0xc1 returned 0 after 1051 usecs
[   10.305600] calling  hid_init+0x0/0x5d @ 1
[   10.309722] hid: raw HID events driver (C) Jiri Kosina
[   10.314889] initcall hid_init+0x0/0x5d returned 0 after 5070 usecs
[   10.321080] calling  hid_generic_init+0x0/0x1b @ 1
[   10.325891] initcall hid_generic_init+0x0/0x1b returned 0 after 20 usecs
[   10.332601] calling  hid_init+0x0/0x58 @ 1
[   10.336721] usbcore: registered new interface driver usbhid
[   10.342302] usbhid: USB HID core driver
[   10.346139] initcall hid_init+0x0/0x58 returned 0 after 9225 usecs
[   10.352323] calling  pmc_atom_init+0x0/0x227 @ 1
[   10.356967] initcall pmc_atom_init+0x0/0x227 returned -19 after 25 usecs
[   10.363680] calling  extcon_class_init+0x0/0x1b @ 1
[   10.368560] initcall extcon_class_init+0x0/0x1b returned 0 after 6 usecs
[   10.375261] calling  pm_check_save_msr+0x0/0x30 @ 1
[   10.380139] x86/pm: family 0x15 cpu detected, MSR saving is needed during suspending.
[   10.387975] initcall pm_check_save_msr+0x0/0x30 returned 0 after 7652 usecs
[   10.394943] calling  sock_diag_init+0x0/0x30 @ 1
[   10.399594] initcall sock_diag_init+0x0/0x30 returned 0 after 30 usecs
[   10.406129] calling  blackhole_init+0x0/0x14 @ 1
[   10.410745] initcall blackhole_init+0x0/0x14 returned 0 after 1 usecs
[   10.417190] calling  fq_codel_module_init+0x0/0x14 @ 1
[   10.422338] initcall fq_codel_module_init+0x0/0x14 returned 0 after 0 usecs
[   10.429300] calling  init_cgroup_cls+0x0/0x14 @ 1
[   10.434012] initcall init_cgroup_cls+0x0/0x14 returned 0 after 0 usecs
[   10.440541] calling  xt_init+0x0/0xb0 @ 1
[   10.444565] initcall xt_init+0x0/0xb0 returned 0 after 2 usecs
[   10.450396] calling  tcpudp_mt_init+0x0/0x19 @ 1
[   10.455022] initcall tcpudp_mt_init+0x0/0x19 returned 0 after 2 usecs
[   10.461471] calling  gre_offload_init+0x0/0x47 @ 1
[   10.466262] initcall gre_offload_init+0x0/0x47 returned 0 after 0 usecs
[   10.472886] calling  sysctl_ipv4_init+0x0/0x45 @ 1
[   10.477755] initcall sysctl_ipv4_init+0x0/0x45 returned 0 after 76 usecs
[   10.484466] calling  ip_tables_init+0x0/0x84 @ 1
[   10.489089] initcall ip_tables_init+0x0/0x84 returned 0 after 8 usecs
[   10.495541] calling  iptable_filter_init+0x0/0x45 @ 1
[   10.500766] initcall iptable_filter_init+0x0/0x45 returned 0 after 171 usecs
[   10.507823] calling  reject_tg_init+0x0/0x14 @ 1
[   10.512449] initcall reject_tg_init+0x0/0x14 returned 0 after 0 usecs
[   10.518888] calling  cubictcp_register+0x0/0x71 @ 1
[   10.523777] initcall cubictcp_register+0x0/0x71 returned 0 after 0 usecs
[   10.530476] calling  xfrm_user_init+0x0/0x45 @ 1
[   10.535104] Initializing XFRM netlink socket
[   10.539382] initcall xfrm_user_init+0x0/0x45 returned 0 after 4176 usecs
[   10.546089] calling  mcheck_init_device+0x0/0x101 @ 1
[   10.551473] initcall mcheck_init_device+0x0/0x101 returned 0 after 318 usecs
[   10.559020] calling  mcheck_late_init+0x0/0x75 @ 1
[   10.563836] initcall mcheck_late_init+0x0/0x75 returned 0 after 16 usecs
[   10.570533] calling  severities_debugfs_init+0x0/0x29 @ 1
[   10.575949] initcall severities_debugfs_init+0x0/0x29 returned 0 after 6 usecs
[   10.583180] calling  threshold_init_device+0x0/0x47 @ 1
[   10.588403] initcall threshold_init_device+0x0/0x47 returned 0 after 0 usecs
[   10.595461] calling  hpet_insert_resource+0x0/0x24 @ 1
[   10.600599] initcall hpet_insert_resource+0x0/0x24 returned 0 after 1 usecs
[   10.607569] calling  lapic_insert_resource+0x0/0x3b @ 1
[   10.612802] initcall lapic_insert_resource+0x0/0x3b returned 0 after 1 usecs
[   10.619848] calling  print_ipi_mode+0x0/0x2b @ 1
[   10.624475] IPI shorthand broadcast: enabled
[   10.628745] initcall print_ipi_mode+0x0/0x2b returned 0 after 4169 usecs
[   10.635450] calling  print_ICs+0x0/0x175 @ 1
[   10.639719] initcall print_ICs+0x0/0x175 returned 0 after 0 usecs
[   10.645824] calling  create_tlb_single_page_flush_ceiling+0x0/0x28 @ 1
[   10.652364] initcall create_tlb_single_page_flush_ceiling+0x0/0x28 returned 0 after 6 usecs
[   10.660710] calling  pat_memtype_list_init+0x0/0x36 @ 1
[   10.665954] initcall pat_memtype_list_init+0x0/0x36 returned 0 after 6 usecs
[   10.673013] calling  init_oops_id+0x0/0x50 @ 1
[   10.677456] initcall init_oops_id+0x0/0x50 returned 0 after 1 usecs
[   10.683733] calling  sched_clock_init_late+0x0/0x89 @ 1
[   10.688954] sched_clock: Marking stable (8885433533, 1798288350)->(10822071168, -138349285)
[   10.697350] initcall sched_clock_init_late+0x0/0x89 returned 0 after 8199 usecs
[   10.704662] calling  sched_init_debug+0x0/0x3a @ 1
[   10.709464] initcall sched_init_debug+0x0/0x3a returned 0 after 10 usecs
[   10.716173] calling  cpu_latency_qos_init+0x0/0x38 @ 1
[   10.721409] initcall cpu_latency_qos_init+0x0/0x38 returned 0 after 87 usecs
[   10.728452] calling  pm_debugfs_init+0x0/0x24 @ 1
[   10.733174] initcall pm_debugfs_init+0x0/0x24 returned 0 after 6 usecs
[   10.739701] calling  printk_late_init+0x0/0x106 @ 1
[   10.744591] initcall printk_late_init+0x0/0x106 returned 0 after 1 usecs
[   10.751298] calling  init_srcu_module_notifier+0x0/0x2b @ 1
[   10.756868] initcall init_srcu_module_notifier+0x0/0x2b returned 0 after 1 usecs
[   10.764275] calling  tk_debug_sleep_time_init+0x0/0x24 @ 1
[   10.769759] initcall tk_debug_sleep_time_init+0x0/0x24 returned 0 after 5 usecs
[   10.777068] calling  debugfs_kprobe_init+0x0/0x9a @ 1
[   10.782140] initcall debugfs_kprobe_init+0x0/0x9a returned 0 after 19 usecs
[   10.789102] calling  taskstats_init+0x0/0x38 @ 1
[   10.793735] registered taskstats version 1
[   10.797828] initcall taskstats_init+0x0/0x38 returned 0 after 4006 usecs
[   10.804535] calling  load_system_certificate_list+0x0/0xc4 @ 1
[   10.810366] Loading compiled-in X.509 certificates
[   10.815160] initcall load_system_certificate_list+0x0/0xc4 returned 0 after 4680 usecs
[   10.823081] calling  memcg_slabinfo_init+0x0/0x24 @ 1
[   10.828141] initcall memcg_slabinfo_init+0x0/0x24 returned 0 after 5 usecs
[   10.835016] calling  fault_around_debugfs+0x0/0x24 @ 1
[   10.840161] initcall fault_around_debugfs+0x0/0x24 returned 0 after 5 usecs
[   10.847123] calling  max_swapfiles_check+0x0/0xc @ 1
[   10.852098] initcall max_swapfiles_check+0x0/0xc returned 0 after 0 usecs
[   10.858886] calling  split_huge_pages_debugfs+0x0/0x24 @ 1
[   10.864385] initcall split_huge_pages_debugfs+0x0/0x24 returned 0 after 5 usecs
[   10.871693] calling  kmemleak_late_init+0x0/0x85 @ 1
[   10.876669] initcall kmemleak_late_init+0x0/0x85 returned -12 after 8 usecs
[   10.883639] calling  check_early_ioremap_leak+0x0/0x38 @ 1
[   10.889123] initcall check_early_ioremap_leak+0x0/0x38 returned 0 after 0 usecs
[   10.896441] calling  set_hardened_usercopy+0x0/0x28 @ 1
[   10.901674] initcall set_hardened_usercopy+0x0/0x28 returned 1 after 0 usecs
[   10.908719] calling  pstore_init+0x0/0x57 @ 1
[   10.913114] initcall pstore_init+0x0/0x57 returned 0 after 25 usecs
[   10.919379] calling  init_root_keyring+0x0/0x13 @ 1
[   10.924287] initcall init_root_keyring+0x0/0x13 returned 0 after 22 usecs
[   10.931089] calling  prandom_reseed+0x0/0x27 @ 1
[   10.935711] initcall prandom_reseed+0x0/0x27 returned 0 after 5 usecs
[   10.942160] calling  init_error_injection+0x0/0x61 @ 1
[   10.947610] initcall init_error_injection+0x0/0x61 returned 0 after 308 usecs
[   10.954752] calling  pci_resource_alignment_sysfs_init+0x0/0x19 @ 1
[   10.961025] initcall pci_resource_alignment_sysfs_init+0x0/0x19 returned 0 after 3 usecs
[   10.969109] calling  pci_sysfs_init+0x0/0x47 @ 1
[   10.974245] initcall pci_sysfs_init+0x0/0x47 returned 0 after 499 usecs
[   10.980855] calling  clk_debug_init+0x0/0xe7 @ 1
[   10.985507] initcall clk_debug_init+0x0/0xe7 returned 0 after 25 usecs
[   10.992041] calling  sync_state_resume_initcall+0x0/0x20 @ 1
[   10.997701] initcall sync_state_resume_initcall+0x0/0x20 returned 0 after 0 usecs
[   11.005188] calling  deferred_probe_initcall+0x0/0x90 @ 1
[   11.010617] initcall deferred_probe_initcall+0x0/0x90 returned 0 after 27 usecs
[   11.017933] calling  late_resume_init+0x0/0xf2 @ 1
[   11.022728] PM:   Magic number: 4:242:72
[   11.026689] initcall late_resume_init+0x0/0xf2 returned 0 after 3867 usecs
[   11.033562] calling  sync_debugfs_init+0x0/0x51 @ 1
[   11.038453] initcall sync_debugfs_init+0x0/0x51 returned 0 after 19 usecs
[   11.045245] calling  firmware_memmap_init+0x0/0x2d @ 1
[   11.050570] initcall firmware_memmap_init+0x0/0x2d returned 0 after 179 usecs
[   11.057708] calling  pci_mmcfg_late_insert_resources+0x0/0x49 @ 1
[   11.063805] initcall pci_mmcfg_late_insert_resources+0x0/0x49 returned 0 after 1 usecs
[   11.071722] calling  tcp_congestion_default+0x0/0x19 @ 1
[   11.077037] initcall tcp_congestion_default+0x0/0x19 returned 0 after 1 usecs
[   11.084179] calling  latency_fsnotify_init+0x0/0x33 @ 1
[   11.089496] initcall latency_fsnotify_init+0x0/0x33 returned 0 after 90 usecs
[   11.096633] calling  clear_boot_tracer+0x0/0x2a @ 1
[   11.101517] initcall clear_boot_tracer+0x0/0x2a returned 0 after 0 usecs
[   11.108211] calling  tracing_set_default_clock+0x0/0x5b @ 1
[   11.113796] initcall tracing_set_default_clock+0x0/0x5b returned 0 after 0 usecs
[   11.121194] calling  acpi_gpio_handle_deferred_request_irqs+0x0/0x90 @ 1
[   11.127892] initcall acpi_gpio_handle_deferred_request_irqs+0x0/0x90 returned 0 after 0 usecs
[   11.136419] calling  clk_disable_unused+0x0/0xbf @ 1
[   11.141385] initcall clk_disable_unused+0x0/0xbf returned 0 after 0 usecs
[   11.148187] Warning: unable to open an initial console.
[   11.164433] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   11.172114] VFS: Mounted root (ext4 filesystem) on device 8:1.
[   11.179912] devtmpfs: mounted
[   11.182921] After kernel_init_freeable
[   11.191773] Freeing unused kernel image (initmem) memory: 740K
[   11.211221] Write protecting kernel text and read-only data: 10484k
[   11.217490] After mark_readonly
[   11.220636] After pti_finalize
[   11.223702] rcu_end_inkernel_boot
[   11.227016] Run /lib/systemd/systemd-bootchart as init process
[   11.232854]   with arguments:
[   11.235821]     /lib/systemd/systemd-bootchart
[   11.240265]   with environment:
[   11.243418]     HOME=/
[   11.245778]     TERM=linux
[   11.248490]     BOOT_IMAGE=/boot/vmlinuz-5.7.0-rc4-00279-g75903925ab27
[   11.255023]     apparmor=0
[   11.257728]     initcall_blacklist=serial8250_init
[   11.262518]     trace_clock=global
[   11.265920]     trace_options=nooverwrite,funcgraph-abstime,funcgraph-cpu,funcgraph-duration,funcgraph-proc,funcgraph-tail,nofuncgraph-overhead,context-info,graph-time
[   11.295848] random: random: 1
[   11.298818] random: random: 2
[   11.301790] random: random: 3
[   11.304753] random: random: 4
[   11.335735] random: random: 1
[   11.338703] random: random: 2
[   11.341676] random: random: 3
[   11.344648] random: random: 4
[   11.376763] random: systemd-bootcha: uninitialized urandom read (16 bytes read)
[   11.385150] random: random: 1
[   11.388121] random: random: 2
[   11.391092] random: random: 3
[   11.394058] random: random: 4
[   11.426359] random: random: 1
[   11.429331] random: random: 2
[   11.432303] random: random: 3
[   11.435266] random: random: 4
[   11.464573] random: random: 1
[   11.467543] random: random: 2
[   11.470508] random: random: 3
[   11.473478] random: random: 4
[   11.503832] random: random: 1
[   11.506802] random: random: 2
[   11.509766] random: random: 3
[   11.512732] random: random: 4
[   11.515704] random: fast init done
[   11.578229] calling  nf_defrag_init+0x0/0x1000 [nf_defrag_ipv6] @ 1
[   11.584538] initcall nf_defrag_init+0x0/0x1000 [nf_defrag_ipv6] returned 0 after 26 usecs
[   11.603275] calling  inet6_init+0x0/0x341 [ipv6] @ 1
[   11.608836] NET: Registered protocol family 10
[   11.613925] Segment Routing with IPv6
[   11.617654] initcall inet6_init+0x0/0x341 [ipv6] returned 0 after 9174 usecs
[   11.648051] systemd[1]: systemd 245.5-2 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)
[   11.669906] systemd[1]: No virtualization found in DMI
[   11.675057] systemd[1]: No virtualization found in CPUID
[   11.680382] systemd[1]: Virtualization XEN not found, /proc/xen does not exist
[   11.687634] systemd[1]: This platform does not support /proc/device-tree
[   11.721116] systemd[1]: UML virtualization not found in /proc/cpuinfo.
[   11.729732] systemd[1]: This platform does not support /proc/sysinfo
[   11.736196] systemd[1]: Found VM virtualization none
[   11.741192] systemd[1]: Detected architecture x86.
[   11.747460] systemd[1]: Mounting cgroup to /sys/fs/cgroup/perf_event of type cgroup with options perf_event.
[   11.757538] systemd[1]: Mounting cgroup to /sys/fs/cgroup/pids of type cgroup with options pids.
[   11.766498] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpuset of type cgroup with options cpuset.
[   11.811203] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpu of type cgroup with options cpu.
[   11.820076] systemd[1]: Mounting cgroup to /sys/fs/cgroup/net_cls,net_prio of type cgroup with options net_cls,net_prio.
[   11.831198] systemd[1]: Mounting cgroup to /sys/fs/cgroup/memory of type cgroup with options memory.
[   11.840768] systemd[1]: Mounting cgroup to /sys/fs/cgroup/blkio of type cgroup with options blkio.
[   11.849984] systemd[1]: Mounting cgroup to /sys/fs/cgroup/freezer of type cgroup with options freezer.
[   11.859525] systemd[1]: Mounting cgroup to /sys/fs/cgroup/hugetlb of type cgroup with options hugetlb.
[   11.869029] systemd[1]: Mounting cgroup to /sys/fs/cgroup/devices of type cgroup with options devices.
[   11.879093] systemd[1]: Set hostname to <kodi>.
[   11.884699] systemd[1]: Successfully added address 127.0.0.1 to loopback interface
[   11.892310] systemd[1]: Successfully added address ::1 to loopback interface
[   11.899379] systemd[1]: Successfully brought loopback interface up
[   11.905713] systemd[1]: Setting 'fs/file-max' to '2147483647'.
[   11.913975] systemd[1]: Found cgroup2 on /sys/fs/cgroup/unified, unified hierarchy for systemd controller
[   11.923677] systemd[1]: Found cgroup2 on /sys/fs/cgroup/unified, unified hierarchy for systemd controller
[   11.933248] systemd[1]: Unified cgroup hierarchy is located at /sys/fs/cgroup/unified. Controllers are on legacy hierarchies.
[   11.950516] systemd[1]: Got EBADF when using BPF_F_ALLOW_MULTI, which indicates it is supported. Yay!
[   11.959852] systemd[1]: Controller 'cpu' supported: yes
[   11.965096] systemd[1]: Controller 'cpuacct' supported: yes
[   11.970672] systemd[1]: Controller 'cpuset' supported: no
[   11.976111] systemd[1]: Controller 'io' supported: no
[   11.981186] systemd[1]: Controller 'blkio' supported: yes
[   11.986584] systemd[1]: Controller 'memory' supported: yes
[   11.992254] systemd[1]: Controller 'devices' supported: yes
[   11.997825] systemd[1]: Controller 'pids' supported: yes
[   12.003144] systemd[1]: Controller 'bpf-firewall' supported: yes
[   12.009150] systemd[1]: Controller 'bpf-devices' supported: yes
[   12.015099] systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
[   12.023595] systemd[1]: Disabling (error) showing of status (commandline).
[   12.034115] systemd[1]: Successfully forked off '(sd-executor)' as PID 114.
[   12.037520] systemd[114]: File '/etc/systemd/system-generators/systemd-gpt-auto-generator' is a mask.
[   12.050325] systemd[114]: File '/etc/systemd/system-generators/systemd-cryptsetup-generator' is a mask.
[   12.059790] systemd[114]: File '/etc/systemd/system-generators/systemd-hibernate-resume-generator' is a mask.
[   12.069766] systemd[114]: File '/etc/systemd/system-generators/systemd-run-generator' is a mask.
[   12.078575] systemd[114]: File '/etc/systemd/system-generators/systemd-veritysetup-generator' is a mask.
[   12.088086] systemd[114]: File '/etc/systemd/system-generators/systemd-rc-local-generator' is a mask.
[   12.097329] systemd[114]: File '/etc/systemd/system-generators/systemd-bless-boot-generator' is a mask.
[   12.106764] systemd[114]: File '/etc/systemd/system-generators/systemd-system-update-generator' is a mask.
[   12.116449] systemd[114]: File '/etc/systemd/system-generators/systemd-sysv-generator' is a mask.
[   12.125742] systemd[114]: File '/lib/systemd/system-generators/systemd-gpt-auto-generator' is masked by previous entry.
[   12.136542] systemd[114]: File '/lib/systemd/system-generators/systemd-cryptsetup-generator' is masked by previous entry.
[   12.147521] systemd[114]: File '/lib/systemd/system-generators/systemd-hibernate-resume-generator' is masked by previous entry.
[   12.158999] systemd[114]: File '/lib/systemd/system-generators/systemd-run-generator' is masked by previous entry.
[   12.169345] systemd[114]: File '/lib/systemd/system-generators/systemd-veritysetup-generator' is masked by previous entry.
[   12.180392] systemd[114]: File '/lib/systemd/system-generators/systemd-rc-local-generator' is masked by previous entry.
[   12.191172] systemd[114]: File '/lib/systemd/system-generators/systemd-bless-boot-generator' is masked by previous entry.
[   12.202124] systemd[114]: File '/lib/systemd/system-generators/systemd-system-update-generator' is masked by previous entry.
[   12.213390] systemd[114]: File '/lib/systemd/system-generators/systemd-sysv-generator' is masked by previous entry.
[   12.224707] systemd[114]: Successfully forked off '(direxec)' as PID 115.
[   12.232338] systemd[114]: Successfully forked off '(direxec)' as PID 116.
[   12.239987] systemd[114]: Successfully forked off '(direxec)' as PID 117.
[   12.258098] systemd-fstab-generator[116]: Parsing /etc/fstab...
[   12.264582] systemd-fstab-generator[116]: Found entry what=/dev/sda1 where=/ type=auto makefs=no growfs=no noauto=no nofail=no
[   12.276349] systemd-fstab-generator[116]: Found entry what=proc where=/proc type=proc makefs=no growfs=no noauto=no nofail=no
[   12.293125] systemd[114]: /lib/systemd/system-generators/systemd-getty-generator succeeded.
[   12.301540] systemd[114]: /lib/systemd/system-generators/systemd-debug-generator succeeded.
[   12.309920] systemd[114]: /lib/systemd/system-generators/systemd-fstab-generator succeeded.
[   12.319233] systemd[1]: (sd-executor) succeeded.
[   12.324052] systemd[1]: Looking for unit files in (higher priority first):
[   12.330935] systemd[1]: 	/etc/systemd/system.control
[   12.335897] systemd[1]: 	/run/systemd/system.control
[   12.340873] systemd[1]: 	/run/systemd/transient
[   12.345420] systemd[1]: 	/run/systemd/generator.early
[   12.350475] systemd[1]: 	/etc/systemd/system
[   12.354756] systemd[1]: 	/etc/systemd/system.attached
[   12.359807] systemd[1]: 	/run/systemd/system
[   12.364088] systemd[1]: 	/run/systemd/system.attached
[   12.369142] systemd[1]: 	/run/systemd/generator
[   12.373681] systemd[1]: 	/usr/local/lib/systemd/system
[   12.378823] systemd[1]: 	/lib/systemd/system
[   12.383107] systemd[1]: 	/usr/lib/systemd/system
[   12.387725] systemd[1]: 	/run/systemd/generator.late
[   12.395694] systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-sysusers.service → /dev/null
[   12.409556] systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/e2scrub_all.service → /dev/null
[   12.422267] systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-random-seed.service → /dev/null
[   12.434102] systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/e2scrub_all.timer → /dev/null
[   12.444938] systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-modules-load.service → /dev/null
[   12.459052] systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/msmtpd.service → /dev/null
[   12.471920] systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-bless-boot.service → /dev/null
[   12.483567] systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-fsck-root.service → /dev/null
[   12.495987] systemd[1]: unit_file_build_name_map: alias: /etc/systemd/system/dbus-org.freedesktop.network1.service → systemd-networkd.service
[   12.508883] systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/perf.service
[   12.518027] systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/sway.service
[   12.529326] systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journal-flush.service → /dev/null
[   12.541244] systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/alsa-restore.service → /dev/null
[   12.555735] systemd[1]: unit_file_build_name_map: alias: /etc/systemd/system/dbus-org.freedesktop.resolve1.service → systemd-resolved.service
[   12.571106] systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-remount-fs.service → /dev/null
[   12.582806] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/-.mount
[   12.593646] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/polkit.service
[   12.602969] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/sysinit.target
[   12.612285] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-binfmt.service
[   12.622292] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/reboot.target
[   12.631525] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-poweroff.service
[   12.641706] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/poweroff.target
[   12.651103] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/sys-kernel-config.mount
[   12.661190] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/local-fs-pre.target
[   12.670954] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/sleep.target
[   12.680086] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-networkd.service
[   12.690267] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/etckeeper.service
[   12.699860] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd-udevadm-cleanup-db.service
[   12.710821] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/kmod-static-nodes.service
[   12.721085] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-kexec.service
[   12.731001] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/emergency.service
[   12.740561] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/sys-kernel-debug.mount
[   12.750574] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd-fs.target
[   12.760067] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/boot-complete.target
[   12.769896] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/shutdown.target
[   12.779293] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/apparmor.service
[   12.788778] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-boot-system-token.service
[   12.799736] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-localed.service
[   12.809825] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd-cleanup.service
[   12.819827] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/serial-getty@.service
[   12.829746] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-networkd-wait-online.service
[   12.840966] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-rfkill.service
[   12.850968] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/console-getty.service
[   12.860872] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/kexec.target
[   12.870023] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-journald@.service
[   12.880290] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/graphical.target
[   12.889809] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-portabled.service
[   12.900139] systemd[1]: unit_file_build_name_map: linked unit file: /lib/systemd/system/rc.service → /dev/null
[   12.910322] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/machine.slice
[   12.921249] systemd[1]: unit_file_build_name_map: linked unit file: /lib/systemd/system/screen-cleanup.service → /dev/null
[   12.932483] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-udev-settle.service
[   12.942935] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-ask-password-wall.service
[   12.953897] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-journald-varlink@.socket
[   12.964770] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd-parse-etc.service
[   12.974948] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-journald-dev-log.socket
[   12.985746] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/hibernate.target
[   12.995300] systemd[1]: unit_file_build_name_map: linked unit file: /lib/systemd/system/pulseaudio-enable-autospawn.service → /dev/null
[   13.007732] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/runlevel5.target → graphical.target
[   13.018098] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/ssh@.service
[   13.027454] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/runlevel0.target → poweroff.target
[   13.037722] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-initctl.service
[   13.047814] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/system-update.target
[   13.057641] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-hybrid-sleep.service
[   13.068173] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/nodm.service
[   13.077308] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-udevd-kernel.socket
[   13.087743] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/user.slice
[   13.096705] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-tmpfiles-clean.service
[   13.107409] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-bootchart.service
[   13.117679] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/system-update-cleanup.service
[   13.128289] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-logind.service
[   13.138295] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-ask-password-wall.path
[   13.149000] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/nss-user-lookup.target
[   13.159002] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/time-sync.target
[   13.168596] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/dbus-org.freedesktop.locale1.service → systemd-localed.service
[   13.181293] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/e2scrub_reap.service
[   13.191123] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-backlight@.service
[   13.201476] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/sockets.target
[   13.210777] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/udisks2.service
[   13.220171] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-user-sessions.service
[   13.230785] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/suspend.target
[   13.240192] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/dbus-org.freedesktop.hostname1.service → systemd-hostnamed.service
[   13.253228] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-ask-password-console.service
[   13.264447] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/e2scrub@.service
[   13.273933] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/logrotate.service
[   13.283508] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/debug-shell.service
[   13.295079] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/runlevel6.target → reboot.target
[   13.305201] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/machines.target
[   13.314598] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/binfmt-support.service
[   13.324673] systemd[1]: unit_file_build_name_map: linked unit file: /lib/systemd/system/cryptdisks-early.service → /dev/null
[   13.336065] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd.target
[   13.345294] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-resolved.service
[   13.355474] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-hostnamed.service
[   13.365888] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/runlevel1.target → rescue.target
[   13.376054] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/ctrl-alt-del.target → reboot.target
[   13.386416] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd-switch-root.target
[   13.396679] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/proc-sys-fs-binfmt_misc.mount
[   13.407288] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-network-generator.service
[   13.418241] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-journald@.socket
[   13.428431] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/rc-local.service
[   13.437926] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-hibernate.service
[   13.448199] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/rescue.target
[   13.457425] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/logrotate.timer
[   13.466828] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-udevd-control.socket
[   13.477349] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/alsa-state.service
[   13.487087] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/default.target → graphical.target
[   13.497346] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/procps.service → systemd-sysctl.service
[   13.508056] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-tmpfiles-setup-dev.service
[   13.519150] systemd[1]: unit_file_build_name_map: linked unit file: /lib/systemd/system/sudo.service → /dev/null
[   13.529501] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/basic.target
[   13.538642] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/sys-fs-fuse-connections.mount
[   13.549258] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/e2scrub_fail@.service
[   13.559173] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-time-wait-sync.service
[   13.569967] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/dbus-org.freedesktop.timedate1.service → systemd-timedated.service
[   13.583017] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-journald.socket
[   13.593142] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/suspend-then-hibernate.target
[   13.603757] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-udev-trigger.service
[   13.614284] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/exit.target
[   13.623334] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-coredump@.service
[   13.633597] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/clean-mount-point@.service
[   13.643950] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/rescue.service
[   13.653259] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd-switch-root.service
[   13.663606] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-udevd.service
[   13.673530] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/syslog.socket
[   13.682753] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-fsck@.service
[   13.692666] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/timers.target
[   13.701988] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/udev.service → systemd-udevd.service
[   13.712432] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/emergency.target
[   13.721929] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/man-db.service
[   13.731250] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/cryptsetup.target
[   13.740811] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/remote-fs-pre.target
[   13.750781] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/slices.target
[   13.760008] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-pstore.service
[   13.770104] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/dbus-org.freedesktop.import1.service → systemd-importd.service
[   13.782793] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-fsckd.service
[   13.792711] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-timesyncd.service
[   13.802976] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/dev-mqueue.mount
[   13.812544] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/autovt@.service → getty@.service
[   13.822636] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/system-systemd\x2dcryptsetup.slice
[   13.833694] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/bluetooth.target
[   13.843174] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/rescue-ssh.target
[   13.852744] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/remote-fs.target
[   13.862236] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/container-getty@.service
[   13.872422] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/ssh.service
[   13.881471] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/halt.target
[   14.019997] random: systemd: uninitialized urandom read (16 bytes read)
[   14.029558] random: systemd: uninitialized urandom read (16 bytes read)
[   14.037053] random: systemd: uninitialized urandom read (16 bytes read)
[   14.099588] calling  agp_init+0x0/0x1000 [agpgart] @ 123
[   14.104929] Linux agpgart interface v0.103
[   14.109029] initcall agp_init+0x0/0x1000 [agpgart] returned 0 after 3998 usecs
[   14.181463] calling  drm_core_init+0x0/0x1000 [drm] @ 123
[   14.186935] initcall drm_core_init+0x0/0x1000 [drm] returned 0 after 32 usecs
[   14.235702] systemd-journald[124]: Found cgroup2 on /sys/fs/cgroup/unified, unified hierarchy for systemd controller
[   14.261802] systemd-journald[124]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   14.273662] systemd-journald[124]: Fixed min_use=16.0M max_use=109.9M max_size=13.7M min_size=512.0K keep_free=54.9M n_max_files=100
[   14.304842] systemd-journald[124]: Reserving 25031 entries in hash table.
[   14.313235] systemd-journald[124]: Vacuuming...
[   14.318211] systemd-journald[124]: Vacuuming done, freed 0B of archived journals from /run/log/journal/f8daa78ecada4deda9eca1049746d815.
[   14.330791] systemd-journald[124]: Flushing /dev/kmsg...
[   14.343145] systemd-journald[124]: Compressed data object 779 -> 631 using LZ4
[   14.534997] calling  acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 131
[   14.551576] acpi_cpufreq: overriding BIOS provided _PSD data
[   14.561536] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned 0 after 19531 usecs
[   14.750177] calling  init_soundcore+0x0/0x1000 [soundcore] @ 131
[   14.760958] initcall init_soundcore+0x0/0x1000 [soundcore] returned 0 after 4648 usecs
[   14.771796] systemd-journald[124]: systemd-journald running as PID 124 for the system.
[   14.774588] calling  xhci_hcd_init+0x0/0x26 [xhci_hcd] @ 134
[   14.785782] systemd-journald[124]: Sent READY=1 notification.
[   14.792142] systemd-journald[124]: Sent WATCHDOG=1 notification.
[   14.802211] calling  alsa_sound_init+0x0/0x82 [snd] @ 131
[   14.807653] initcall alsa_sound_init+0x0/0x82 [snd] returned 0 after 35 usecs
[   14.820993] initcall xhci_hcd_init+0x0/0x26 [xhci_hcd] returned 0 after 13056 usecs
[   14.839938] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   14.849549] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   14.860587] calling  drm_kms_helper_init+0x0/0x18 [drm_kms_helper] @ 133
[   14.867813] calling  xhci_pci_init+0x0/0x1000 [xhci_pci] @ 132
[   14.875713] calling  alsa_timer_init+0x0/0x1000 [snd_timer] @ 131
[   14.883013] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   14.891909] initcall alsa_timer_init+0x0/0x1000 [snd_timer] returned 0 after 9848 usecs
[   14.901337] QUIRK: Enable AMD PLL fix
[   14.905032] xhci_hcd 0000:00:10.0: xHCI Host Controller
[   14.910271] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
[   14.918483] initcall drm_kms_helper_init+0x0/0x18 [drm_kms_helper] returned 0 after 35788 usecs
[   14.929598] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   14.943181] calling  alsa_pcm_init+0x0/0x1000 [snd_pcm] @ 131
[   14.948971] initcall alsa_pcm_init+0x0/0x1000 [snd_pcm] returned 0 after 9 usecs
[   14.957522] xhci_hcd 0000:00:10.0: hcc params 0x014042c3 hci version 0x96 quirks 0x0000000000000608
[   14.971075] calling  ttm_init+0x0/0x1000 [ttm] @ 133
[   14.976153] initcall ttm_init+0x0/0x1000 [ttm] returned 0 after 77 usecs
[   14.984864] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   14.994609] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
[   15.002889] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.010109] usb usb1: Product: xHCI Host Controller
[   15.015021] usb usb1: Manufacturer: Linux 5.7.0-rc4-00279-g75903925ab27 xhci-hcd
[   15.022430] usb usb1: SerialNumber: 0000:00:10.0
[   15.029277] calling  hda_bus_init+0x0/0x1000 [snd_hda_core] @ 131
[   15.036394] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   15.047929] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   15.051185] initcall hda_bus_init+0x0/0x1000 [snd_hda_core] returned 0 after 15407 usecs
[   15.066951] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   15.098265] hub 1-0:1.0: USB hub found
[   15.104006] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   15.112965] hub 1-0:1.0: 2 ports detected
[   15.118116] probe of 1-0:1.0 returned 1 after 19873 usecs
[   15.124007] calling  radeon_init+0x0/0x1000 [radeon] @ 133
[   15.129497] [drm] radeon kernel modesetting enabled.
[   15.136105] probe of usb1 returned 1 after 37989 usecs
[   15.141282] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   15.152094] xhci_hcd 0000:00:10.0: xHCI Host Controller
[   15.157361] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[   15.165033] [drm] initializing kernel modesetting (ARUBA 0x1002:0x9996 0x1043:0x8526 0x00).
[   15.175531] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   15.184367] ATOM BIOS: 113
[   15.187183] radeon 0000:00:01.0: VRAM: 768M 0x0000000000000000 - 0x000000002FFFFFFF (768M used)
[   15.195905] radeon 0000:00:01.0: GTT: 1024M 0x0000000030000000 - 0x000000006FFFFFFF
[   15.203654] xhci_hcd 0000:00:10.0: Host supports USB 3.0 SuperSpeed
[   15.212618] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   15.221859] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[   15.230402] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   15.239280] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.07
[   15.247569] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.249285] calling  azx_driver_init+0x0/0x1000 [snd_hda_intel] @ 131
[   15.254795] usb usb2: Product: xHCI Host Controller
[   15.254798] usb usb2: Manufacturer: Linux 5.7.0-rc4-00279-g75903925ab27 xhci-hcd
[   15.254801] usb usb2: SerialNumber: 0000:00:10.0
[   15.261273] [drm] Detected VRAM RAM=768M, BAR=256M
[   15.282947] [drm] RAM width 64bits DDR
[   15.296962] hub 2-0:1.0: USB hub found
[   15.301947] 1
[   15.301969] initcall azx_driver_init+0x0/0x1000 [snd_hda_intel] returned 0 after 34965 usecs
[   15.301970] 2
[   15.304767] snd_hda_intel 0000:00:01.1: Force to non-snoop mode
[   15.319535] 1
[   15.319556] 2
[   15.322049] 3
[   15.323635] 4
[   15.325221] 5
[   15.326808] 7
[   15.328395] 8
[   15.329980] 9
[   15.333624] hub 2-0:1.0: 2 ports detected
[   15.341174] [TTM] Zone  kernel: Available graphics memory: 416442 KiB
[   15.347611] [TTM] Zone highmem: Available graphics memory: 1126292 KiB
[   15.349080] probe of 2-0:1.0 returned 1 after 52139 usecs
[   15.354195] [TTM] Initializing pool allocator
[   15.366363] probe of 0000:00:14.2 returned 1 after 46847 usecs
[   15.382588] probe of usb2 returned 1 after 85793 usecs
[   15.391455] calling  generic_driver_init+0x0/0x1000 [snd_hda_codec_generic] @ 138
[   15.396452] 3
[   15.396456] 4
[   15.399068] initcall generic_driver_init+0x0/0x1000 [snd_hda_codec_generic] returned 0 after 122 usecs
[   15.400510] 5
[   15.400518] 7
[   15.413009] 8
[   15.414593] 9
[   15.417274] probe of 0000:00:01.1 returned 1 after 115399 usecs
[   15.425043] probe of 0000:00:10.0 returned 1 after 524807 usecs
[   15.425625] [drm] radeon: 768M of VRAM memory ready
[   15.441566] xhci_hcd 0000:00:10.1: xHCI Host Controller
[   15.446810] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
[   15.455243] xhci_hcd 0000:00:10.1: hcc params 0x014042c3 hci version 0x96 quirks 0x0000000000000608
[   15.465064] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
[   15.473366] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.480603] usb usb3: Product: xHCI Host Controller
[   15.485499] usb usb3: Manufacturer: Linux 5.7.0-rc4-00279-g75903925ab27 xhci-hcd
[   15.492904] usb usb3: SerialNumber: 0000:00:10.1
[   15.498485] hub 3-0:1.0: USB hub found
[   15.501671] [drm] radeon: 1024M of GTT memory ready.
[   15.502580] hub 3-0:1.0: 2 ports detected
[   15.507526] [drm] Loading ARUBA Microcode
[   15.512349] probe of 3-0:1.0 returned 1 after 13886 usecs
[   15.520751] probe of usb3 returned 1 after 22415 usecs
[   15.526329] xhci_hcd 0000:00:10.1: xHCI Host Controller
[   15.534367] calling  realtek_driver_init+0x0/0x1000 [snd_hda_codec_realtek] @ 138
[   15.542241] [drm] Internal thermal controller without fan control
[   15.547624] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 4
[   15.558362] calling  hdmi_driver_init+0x0/0x1000 [snd_hda_codec_hdmi] @ 142
[   15.570024] xhci_hcd 0000:00:10.1: Host supports USB 3.0 SuperSpeed
[   15.577382] [drm] radeon: dpm initialized
[   15.589733] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[   15.598178] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[   15.608801] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   15.616727] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   15.620982] probe of hdaudioC0D0 returned 1 after 32428 usecs
[   15.624341] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[   15.630154] initcall hdmi_driver_init+0x0/0x1000 [snd_hda_codec_hdmi] returned 0 after 63265 usecs
[   15.636385] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x11/0x1e
[   15.636388] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[   15.636396] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[   15.645432] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   15.651612] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[   15.651622] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[   15.683075] [drm] Found VCE firmware/feedback version 50.0.1 / 17!
[   15.690469] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.07
[   15.698754] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.705991] usb usb4: Product: xHCI Host Controller
[   15.710869] usb usb4: Manufacturer: Linux 5.7.0-rc4-00279-g75903925ab27 xhci-hcd
[   15.718274] usb usb4: SerialNumber: 0000:00:10.1
[   15.726391] hub 4-0:1.0: USB hub found
[   15.730172] hub 4-0:1.0: 2 ports detected
[   15.734537] probe of 4-0:1.0 returned 1 after 8169 usecs
[   15.739967] probe of usb4 returned 1 after 13745 usecs
[   15.745247] probe of 0000:00:10.1 returned 1 after 304791 usecs
[   15.751179] [drm] GART: num cpu pages 262144, num gpu pages 262144
[   15.758239] xhci_hcd 0000:03:00.0: xHCI Host Controller
[   15.763488] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 5
[   15.805629] [drm] GART: Restore entries: num cpu pages 262144, num gpu pages 262144
[   15.830772] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input3
[   15.845749] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/sound/card0/input4
[   15.855965] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   15.867174] [drm] GART: Done restoring entries
[   15.871640] [drm] PCIE GART of 1024M enabled (table at 0x00000000001D6000).
[   15.894818] probe of hdaudioC1D0 returned 1 after 316533 usecs
[   15.900784] initcall realtek_driver_init+0x0/0x1000 [snd_hda_codec_realtek] returned 0 after 327555 usecs
[   15.949909] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input5
[   15.960070] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   15.969241] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input6
[   15.978510] xhci_hcd 0000:03:00.0: hcc params 0x0200f180 hci version 0x96 quirks 0x0000000000080000
[   15.990615] radeon 0000:00:01.0: WB enabled
[   15.994250] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:14.2/sound/card1/input7
[   15.994895] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000030000c00 and cpu addr 0x(ptrval)
[   16.014009] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0x(ptrval)
[   16.020135] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
[   16.032399] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   16.039617] usb usb5: Product: xHCI Host Controller
[   16.044506] usb usb5: Manufacturer: Linux 5.7.0-rc4-00279-g75903925ab27 xhci-hcd
[   16.051908] usb usb5: SerialNumber: 0000:03:00.0
[   16.101429] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card1/input8
[   16.110519] radeon 0000:00:01.0: fence driver on ring 6 use gpu addr 0x0000000030000c18 and cpu addr 0x(ptrval)
[   16.121086] radeon 0000:00:01.0: fence driver on ring 7 use gpu addr 0x0000000030000c1c and cpu addr 0x(ptrval)
[   16.131191] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000030000c04 and cpu addr 0x(ptrval)
[   16.131202] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000030000c08 and cpu addr 0x(ptrval)
[   16.151371] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000030000c0c and cpu addr 0x(ptrval)
[   16.160773] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card1/input9
[   16.161461] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000030000c10 and cpu addr 0x(ptrval)
[   16.192088] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   16.214210] hub 5-0:1.0: USB hub found
[   16.223029] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card1/input10
[   16.235969] hub 5-0:1.0: 2 ports detected
[   16.255688] probe of 5-0:1.0 returned 1 after 41500 usecs
[   16.281174] input: HD-Audio Generic Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card1/input11
[   16.291266] probe of usb5 returned 1 after 77384 usecs
[   16.296599] xhci_hcd 0000:03:00.0: xHCI Host Controller
[   16.321064] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input12
[   16.330950] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 6
[   16.338351] xhci_hcd 0000:03:00.0: Host supports USB 3.0 SuperSpeed
[   16.341086] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   16.351239] radeon 0000:00:01.0: radeon: MSI limited to 32-bit
[   16.372047] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[   16.379416] radeon 0000:00:01.0: radeon: using MSI.
[   16.391899] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.07
[   16.400179] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   16.401277] [drm] radeon: irq initialized.
[   16.407440] usb usb6: Product: xHCI Host Controller
[   16.416397] usb usb6: Manufacturer: Linux 5.7.0-rc4-00279-g75903925ab27 xhci-hcd
[   16.423803] usb usb6: SerialNumber: 0000:03:00.0
[   16.489535] [drm] ring test on 0 succeeded in 1 usecs
[   16.505574] hub 6-0:1.0: USB hub found
[   16.520926] [drm] ring test on 3 succeeded in 3 usecs
[   16.525986] [drm] ring test on 4 succeeded in 3 usecs
[   16.531192] hub 6-0:1.0: 2 ports detected
[   16.536370] probe of 6-0:1.0 returned 1 after 30826 usecs
[   16.561122] probe of usb6 returned 1 after 55696 usecs
[   16.580943] [drm] ring test on 5 succeeded in 1 usecs
[   16.589518] probe of 0000:03:00.0 returned 1 after 831563 usecs
[   16.595771] initcall xhci_pci_init+0x0/0x1000 [xhci_pci] returned 0 after 1006257 usecs
[   16.607378] [drm] UVD initialized successfully.
[   16.730330] [drm] ring test on 6 succeeded in 15 usecs
[   16.741547] [drm] ring test on 7 succeeded in 3 usecs
[   16.746604] [drm] VCE initialized successfully.
[   16.752651] [drm] ib test on ring 0 succeeded in 0 usecs
[   16.758222] [drm] ib test on ring 3 succeeded in 0 usecs
[   16.763785] [drm] ib test on ring 4 succeeded in 0 usecs
[   16.790934] [drm] ib test on ring 5 succeeded
[   16.812342] calling  ehci_hcd_init+0x0/0x1000 [ehci_hcd] @ 134
[   16.818171] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   16.824767] [drm] ib test on ring 6 succeeded in 1 usecs
[   16.840965] [drm] ib test on ring 7 succeeded in 1 usecs
[   16.850574] initcall ehci_hcd_init+0x0/0x1000 [ehci_hcd] returned 0 after 31636 usecs
[   16.871258] [drm] Radeon Display Connectors
[   16.875440] [drm] Connector 0:
[   16.878501] [drm]   DP-1
[   16.881066] [drm]   HPD1
[   16.883607] [drm]   DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
[   16.891024] [drm]   Encoders:
[   16.893995] [drm]     DFP1: INTERNAL_UNIPHY2
[   16.898270] [drm] Connector 1:
[   16.901342] [drm]   VGA-1
[   16.903961] [drm]   HPD2
[   16.906501] [drm]   DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
[   16.913911] [drm]   Encoders:
[   16.916885] [drm]     CRT1: INTERNAL_UNIPHY2
[   16.921173] [drm]     CRT1: NUTMEG
[   16.924581] [drm] Connector 2:
[   16.927640] [drm]   HDMI-A-1
[   16.930527] [drm]   HPD3
[   16.933083] [drm]   DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 0x655c
[   16.940477] [drm]   Encoders:
[   16.943463] [drm]     DFP2: INTERNAL_UNIPHY
[   16.949347] calling  ehci_pci_init+0x0/0x1000 [ehci_pci] @ 132
[   16.955220] ehci-pci: EHCI PCI platform driver
[   16.961374] calling  ohci_hcd_mod_init+0x0/0x1000 [ohci_hcd] @ 134
[   16.967551] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   16.973997] ehci-pci 0000:00:12.2: EHCI Host Controller
[   16.983498] initcall ehci_pci_init+0x0/0x1000 [ehci_pci] returned 0 after 15568 usecs
[   16.990986] initcall ohci_hcd_mod_init+0x0/0x1000 [ohci_hcd] returned 0 after 22876 usecs
[   16.991709] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 7
[   17.012938] calling  ohci_pci_init+0x0/0x1000 [ohci_pci] @ 134
[   17.018774] ohci-pci: OHCI PCI platform driver
[   17.032823] initcall ohci_pci_init+0x0/0x1000 [ohci_pci] returned 0 after 13715 usecs
[   17.056643] calling  piix4_driver_init+0x0/0x1000 [i2c_piix4] @ 131
[   17.059398] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[   17.071151] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   17.071678] ehci-pci 0000:00:12.2: debug port 1
[   17.079021] piix4_smbus 0000:00:14.0: Using register 0x2e for SMBus port selection
[   17.104878] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb4e000
[   17.121484] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   17.140929] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[   17.147161] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   17.159909] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
[   17.168193] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   17.175449] usb usb7: Product: EHCI Host Controller
[   17.180329] usb usb7: Manufacturer: Linux 5.7.0-rc4-00279-g75903925ab27 ehci_hcd
[   17.187739] usb usb7: SerialNumber: 0000:00:12.2
[   17.196900] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   17.205800] probe of 0000:00:14.0 returned 1 after 134754 usecs
[   17.211845] initcall piix4_driver_init+0x0/0x1000 [i2c_piix4] returned 0 after 145418 usecs
[   17.223703] hub 7-0:1.0: USB hub found
[   17.229325] hub 7-0:1.0: 5 ports detected
[   17.237373] probe of 7-0:1.0 returned 1 after 13690 usecs
[   17.242918] probe of usb7 returned 1 after 19351 usecs
[   17.248252] ehci-pci 0000:00:13.2: EHCI Host Controller
[   17.253512] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 8
[   17.261059] probe of 0000:00:12.2 returned 1 after 289571 usecs
[   17.267091] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[   17.275829] ehci-pci 0000:00:13.2: debug port 1
[   17.284259] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb4c000
[   17.299842] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   17.323724] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[   17.329683] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
[   17.337978] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   17.345225] usb usb8: Product: EHCI Host Controller
[   17.350104] usb usb8: Manufacturer: Linux 5.7.0-rc4-00279-g75903925ab27 ehci_hcd
[   17.357516] usb usb8: SerialNumber: 0000:00:13.2
[   17.370396] hub 8-0:1.0: USB hub found
[   17.374601] hub 8-0:1.0: 5 ports detected
[   17.379182] probe of 8-0:1.0 returned 1 after 8806 usecs
[   17.384779] probe of usb8 returned 1 after 14519 usecs
[   17.390079] ohci-pci 0000:00:12.0: OHCI PCI host controller
[   17.390351] probe of 0000:00:13.2 returned 1 after 407883 usecs
[   17.395740] ohci-pci 0000:00:13.0: OHCI PCI host controller
[   17.404245] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 9
[   17.429853] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 10
[   17.459410] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb4f000
[   17.468162] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   17.480998] ohci-pci 0000:00:13.0: irq 18, io mem 0xfeb4d000
[   17.535193] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.07
[   17.543477] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   17.550707] usb usb9: Product: OHCI PCI host controller
[   17.555977] usb usb9: Manufacturer: Linux 5.7.0-rc4-00279-g75903925ab27 ohci_hcd
[   17.563374] usb usb9: SerialNumber: 0000:00:12.0
[   17.574578] hub 9-0:1.0: USB hub found
[   17.578500] hub 9-0:1.0: 5 ports detected
[   17.585462] calling  phy_module_init+0x0/0x1000 [realtek] @ 131
[   17.592559] probe of 9-0:1.0 returned 1 after 18002 usecs
[   17.598538] initcall phy_module_init+0x0/0x1000 [realtek] returned 0 after 6961 usecs
[   17.606663] probe of usb9 returned 1 after 32305 usecs
[   17.616022] usb usb10: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.07
[   17.616081] probe of 0000:00:12.0 returned 1 after 585103 usecs
[   17.624404] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   17.624412] usb usb10: Product: OHCI PCI host controller
[   17.642974] usb usb10: Manufacturer: Linux 5.7.0-rc4-00279-g75903925ab27 ohci_hcd
[   17.650459] usb usb10: SerialNumber: 0000:00:13.0
[   17.659619] calling  rtl8169_pci_driver_init+0x0/0x1000 [r8169] @ 131
[   17.671677] probe of r8169-400:00 returned 1 after 181 usecs
[   17.677402] libphy: r8169: probed
[   17.683007] r8169 0000:04:00.0 eth0: RTL8168f/8111f, 08:60:6e:74:7a:51, XID 480, IRQ 39
[   17.691048] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   17.706635] hub 10-0:1.0: USB hub found
[   17.710698] hub 10-0:1.0: 5 ports detected
[   17.717208] probe of 0000:04:00.0 returned 1 after 51004 usecs
[   17.722704] probe of 10-0:1.0 returned 1 after 16090 usecs
[   17.724577] initcall rtl8169_pci_driver_init+0x0/0x1000 [r8169] returned 0 after 57102 usecs
[   17.729226] probe of usb10 returned 1 after 22966 usecs
[   17.761162] probe of 0000:00:13.0 returned 1 after 729229 usecs
[   17.772663] calling  k10temp_driver_init+0x0/0x1000 [k10temp] @ 132
[   17.780296] probe of 0000:00:18.3 returned 1 after 171 usecs
[   17.795500] [drm] fb mappable at 0xC03E9000
[   17.799682] [drm] vram apper at 0xC0000000
[   17.803816] [drm] size 5242880
[   17.806875] [drm] fb depth is 24
[   17.810109] [drm]    pitch is 5120
[   17.815032] initcall k10temp_driver_init+0x0/0x1000 [k10temp] returned 0 after 35210 usecs
[   17.841013] fbcon: radeondrmfb (fb0) is primary device
[   18.020920] usb 9-1: new low-speed USB device number 2 using ohci-pci
[   18.223828] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   18.242154] Console: switching to colour frame buffer device 160x64
[   18.284555] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device
[   18.303989] usb 9-1: New USB device found, idVendor=046d, idProduct=c016, bcdDevice= 3.40
[   18.312204] usb 9-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   18.319335] usb 9-1: Product: Optical USB Mouse
[   18.323893] usb 9-1: Manufacturer: Logitech
[   18.331040] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   18.351075] [drm] Initialized radeon 2.50.0 20080528 for 0000:00:01.0 on minor 0
[   18.364759] input: Logitech Optical USB Mouse as /devices/pci0000:00/0000:00:12.0/usb9/9-1/9-1:1.0/0003:046D:C016.0001/input/input13
[   18.368555] probe of 0000:00:01.0 returned 1 after 3218215 usecs
[   18.388544] initcall radeon_init+0x0/0x1000 [radeon] returned 0 after 595251 usecs
[   18.403226] hid-generic 0003:046D:C016.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:12.0-1/input0
[   18.417183] probe of 0003:046D:C016.0001 returned 1 after 53353 usecs
[   18.426915] probe of 9-1:1.0 returned 1 after 77070 usecs
[   18.433387] probe of 9-1 returned 1 after 85722 usecs
[   18.592897] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   18.659199] r8169 0000:04:00.0 enp4s0: renamed from eth0
[   18.738912] RTL8211E Gigabit Ethernet r8169-400:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
[   19.003076] r8169 0000:04:00.0 enp4s0: Link is Down
[   19.018493] calling  packet_init+0x0/0x1000 [af_packet] @ 184
[   19.024310] NET: Registered protocol family 17
[   19.028933] initcall packet_init+0x0/0x1000 [af_packet] returned 0 after 4538 usecs
[   19.160142] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   19.758503] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   21.556846] r8169 0000:04:00.0 enp4s0: Link is Up - 1Gbps/Full - flow control rx/tx
[   21.564670] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
[   23.287641] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   32.100254] systemd-journald[124]: Compressed data object 528394 -> 116866 using LZ4
[   62.886152] random: crng init done
[   62.889560] random: 6 urandom warning(s) missed due to ratelimiting
[  109.739067] systemd-journald[124]: Sent WATCHDOG=1 notification.
[  199.740586] systemd-journald[124]: Sent WATCHDOG=1 notification.
[  289.251432] systemd-journald[124]: Sent WATCHDOG=1 notification.
[  379.743684] systemd-journald[124]: Sent WATCHDOG=1 notification.
[  469.745214] systemd-journald[124]: Sent WATCHDOG=1 notification.
[  559.746694] systemd-journald[124]: Sent WATCHDOG=1 notification.

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

* Re: ftrace: function radeon_init not traceable
  2020-05-09 10:16 ftrace: function radeon_init not traceable Paul Menzel
@ 2020-05-11 18:58 ` Steven Rostedt
  2020-05-11 23:07   ` Paul Menzel
  0 siblings, 1 reply; 4+ messages in thread
From: Steven Rostedt @ 2020-05-11 18:58 UTC (permalink / raw)
  To: Paul Menzel; +Cc: Ingo Molnar, linux-kernel

On Sat, 9 May 2020 12:16:30 +0200
Paul Menzel <pmenzel@molgen.mpg.de> wrote:

> Dear Linux folks,
> 
> 
> Linux master and Linux 5.6.7 (from Debian Sid/unstable) are used.
> 
> Instrumenting Linux’ start-up time, I’d like to trace the init function 
> of the Radeon graphics driver `radeon_init()` (built as a module).
> 
>      drivers/gpu/drm/radeon/radeon_drv.c:static int __init radeon_init(void)
>      drivers/gpu/drm/radeon/radeon_drv.c:module_init(radeon_init);
> 
> With `initcall_debug` I can see:
> 
>      [    1.079920] calling  radeon_init+0x0/0x1000 [radeon] @ 138
>      [    1.663200] initcall radeon_init+0x0/0x1000 [radeon] returned 0 
> after 129346 usecs
> 
> With `function_graph` as the trace, I am adding the string below to the 
> Linux kernel CLI.
> 
>      initcall_debug log_buf_len=32M trace_buf_size=57074K 
> trace_clock=global 
> trace_options=nooverwrite,funcgraph-abstime,funcgraph-cpu,funcgraph-duration,funcgraph-proc,funcgraph-tail,nofuncgraph-overhead,context-info,graph-time 
> ftrace=function_graph ftrace_graph_max_depth=1 
> ftrace_graph_filter=radeon_init
> 
> But ftrace “rejects” that:
> 
>      [    0.075538] ftrace: allocating 30958 entries in 61 pages
>      [    0.084542] ftrace: allocated 61 pages with 5 groups
>      [    0.094184] ftrace: function radeon_init not traceable
> 
> I believe it worked in the past. Is there a way to trace that init function?

Did it every work for modules? radeon_init() isn't in the symbol table at
boot up.

[   15.066951] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   15.098265] hub 1-0:1.0: USB hub found
[   15.104006] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
[   15.112965] hub 1-0:1.0: 2 ports detected
[   15.118116] probe of 1-0:1.0 returned 1 after 19873 usecs
[   15.124007] calling  radeon_init+0x0/0x1000 [radeon] @ 133


The radeon_init is called after systemd is running, so it is definitely
from a module.

Perhaps you had it built in before?


> 
> Despite the function not being traceable, the trace file is still 
> filled. I’d would have expected to be empty.
> 
> ```
> # tracer: function_graph
> #
> #     TIME        CPU  TASK/PID         DURATION 
> FUNCTION CALLS
> #      |          |     |    |           |   |                     |   | 
>    |   |
>      2.910887 |   0)    <idle>-0    |   2.662 us    |  local_touch_nmi();
>      2.910888 |   0)    <idle>-0    |   0.497 us    |  local_touch_nmi();
>      2.910888 |   0)    <idle>-0    |   0.346 us    |  local_touch_nmi();
>      2.910888 |   1)   systemd-1    |   1.440 us    |  __text_poke();
>      2.910888 |   1)   systemd-1    |   0.588 us    |  __text_poke();
>      2.910888 |   1)   systemd-1    |   0.556 us    |  __text_poke();
>      2.910888 |   1)   systemd-1    |   0.489 us    |  __text_poke();
> […]
>      2.910889 |   1)   systemd-1    |   0.530 us    |  __text_poke();
>      2.910889 |   0)    <idle>-0    |   0.473 us    |  do_sync_core();
>      2.910889 |   1)   systemd-1    |   0.572 us    |  do_sync_core();
>      2.910889 |   0)    <idle>-0    |   0.365 us    | 
> arch_cpu_idle_enter();
>      2.910889 |   1)   systemd-1    |   0.830 us    |  __text_poke();
>      2.910889 |   0)    <idle>-0    | ! 278.143 us  |  arch_cpu_idle();
>      2.910889 |   1)   systemd-1    |   0.582 us    |  __text_poke();
> […]
> ```

Probably because the filtering failed, so there is no filter.

-- Steve


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

* Re: ftrace: function radeon_init not traceable
  2020-05-11 18:58 ` Steven Rostedt
@ 2020-05-11 23:07   ` Paul Menzel
  2020-05-11 23:30     ` Steven Rostedt
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Menzel @ 2020-05-11 23:07 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: Ingo Molnar, linux-kernel

Dear Steven,


Thank you for your quick response.

Am 11.05.20 um 20:58 schrieb Steven Rostedt:
> On Sat, 9 May 2020 12:16:30 +0200 Paul Menzel wrote:

>> Linux master and Linux 5.6.7 (from Debian Sid/unstable) are used.
>>
>> Instrumenting Linux’ start-up time, I’d like to trace the init function
>> of the Radeon graphics driver `radeon_init()` (built as a module).
>>
>>       drivers/gpu/drm/radeon/radeon_drv.c:static int __init radeon_init(void)
>>       drivers/gpu/drm/radeon/radeon_drv.c:module_init(radeon_init);
>>
>> With `initcall_debug` I can see:
>>
>>       [    1.079920] calling  radeon_init+0x0/0x1000 [radeon] @ 138
>>       [    1.663200] initcall radeon_init+0x0/0x1000 [radeon] returned 0
>> after 129346 usecs
>>
>> With `function_graph` as the trace, I am adding the string below to the
>> Linux kernel CLI.
>>
>>       initcall_debug log_buf_len=32M trace_buf_size=57074K trace_clock=global trace_options=nooverwrite,funcgraph-abstime,funcgraph-cpu,funcgraph-duration,funcgraph-proc,funcgraph-tail,nofuncgraph-overhead,context-info,graph-time ftrace=function_graph ftrace_graph_max_depth=1 ftrace_graph_filter=radeon_init
>>
>> But ftrace “rejects” that:
>>
>>       [    0.075538] ftrace: allocating 30958 entries in 61 pages
>>       [    0.084542] ftrace: allocated 61 pages with 5 groups
>>       [    0.094184] ftrace: function radeon_init not traceable
>>
>> I believe it worked in the past. Is there a way to trace that init function?
> 
> Did it every work for modules? radeon_init() isn't in the symbol table at
> boot up.
> 
> [   15.066951] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
> [   15.098265] hub 1-0:1.0: USB hub found
> [   15.104006] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
> [   15.112965] hub 1-0:1.0: 2 ports detected
> [   15.118116] probe of 1-0:1.0 returned 1 after 19873 usecs
> [   15.124007] calling  radeon_init+0x0/0x1000 [radeon] @ 133
> 
> The radeon_init is called after systemd is running, so it is definitely
> from a module.
> 
> Perhaps you had it built in before?

You are right. Probably I did. Can you suggest how to set up ftrace to 
trace a module?

>> Despite the function not being traceable, the trace file is still
>> filled. I’d would have expected to be empty.
>>
>> ```
>> # tracer: function_graph
>> #
>> #     TIME        CPU  TASK/PID         DURATION FUNCTION CALLS
>> #      |          |     |    |           |   |                     |   |     |   |
>>       2.910887 |   0)    <idle>-0    |   2.662 us    |  local_touch_nmi();
>>       2.910888 |   0)    <idle>-0    |   0.497 us    |  local_touch_nmi();
>>       2.910888 |   0)    <idle>-0    |   0.346 us    |  local_touch_nmi();
>>       2.910888 |   1)   systemd-1    |   1.440 us    |  __text_poke();
>>       2.910888 |   1)   systemd-1    |   0.588 us    |  __text_poke();
>>       2.910888 |   1)   systemd-1    |   0.556 us    |  __text_poke();
>>       2.910888 |   1)   systemd-1    |   0.489 us    |  __text_poke();
>> […]
>>       2.910889 |   1)   systemd-1    |   0.530 us    |  __text_poke();
>>       2.910889 |   0)    <idle>-0    |   0.473 us    |  do_sync_core();
>>       2.910889 |   1)   systemd-1    |   0.572 us    |  do_sync_core();
>>       2.910889 |   0)    <idle>-0    |   0.365 us    | arch_cpu_idle_enter();
>>       2.910889 |   1)   systemd-1    |   0.830 us    |  __text_poke();
>>       2.910889 |   0)    <idle>-0    | ! 278.143 us  |  arch_cpu_idle();
>>       2.910889 |   1)   systemd-1    |   0.582 us    |  __text_poke();
>> […]
>> ```
> 
> Probably because the filtering failed, so there is no filter.

Is that the intended behavior? Or should nothing be traced?


Kind regards,

Paul

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

* Re: ftrace: function radeon_init not traceable
  2020-05-11 23:07   ` Paul Menzel
@ 2020-05-11 23:30     ` Steven Rostedt
  0 siblings, 0 replies; 4+ messages in thread
From: Steven Rostedt @ 2020-05-11 23:30 UTC (permalink / raw)
  To: Paul Menzel; +Cc: Ingo Molnar, linux-kernel

On Tue, 12 May 2020 01:07:44 +0200
Paul Menzel <pmenzel@molgen.mpg.de> wrote:

> >>
> >>       initcall_debug log_buf_len=32M trace_buf_size=57074K trace_clock=global trace_options=nooverwrite,funcgraph-abstime,funcgraph-cpu,funcgraph-duration,funcgraph-proc,funcgraph-tail,nofuncgraph-overhead,context-info,graph-time ftrace=function_graph ftrace_graph_max_depth=1 ftrace_graph_filter=radeon_init
> >>
> >> But ftrace “rejects” that:
> >>
> >>       [    0.075538] ftrace: allocating 30958 entries in 61 pages
> >>       [    0.084542] ftrace: allocated 61 pages with 5 groups
> >>       [    0.094184] ftrace: function radeon_init not traceable
> >>
> >> I believe it worked in the past. Is there a way to trace that init function?  
> > 
> > Did it every work for modules? radeon_init() isn't in the symbol table at
> > boot up.
> > 
> > [   15.066951] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
> > [   15.098265] hub 1-0:1.0: USB hub found
> > [   15.104006] systemd-journald[124]: Successfully sent stream file descriptor to service manager.
> > [   15.112965] hub 1-0:1.0: 2 ports detected
> > [   15.118116] probe of 1-0:1.0 returned 1 after 19873 usecs
> > [   15.124007] calling  radeon_init+0x0/0x1000 [radeon] @ 133
> > 
> > The radeon_init is called after systemd is running, so it is definitely
> > from a module.
> > 
> > Perhaps you had it built in before?  
> 
> You are right. Probably I did. Can you suggest how to set up ftrace to 
> trace a module?

In recent kernels there was a feature to function trace modules before
they are loaded, but that feature isn't yet available on mainline. I
could add it when I get a chance, but that wont be in the near future.

Also, the function graph wont work for that either, as that isn't set
up to preload before functions. But since you have
ftrace_graph_max_depth of one, you don't need the graph, the limiting
of the function (set_ftrace_filter) is good enough. But again, that
only works after boot up.

> > 
> > Probably because the filtering failed, so there is no filter.  
> 
> Is that the intended behavior? Or should nothing be traced?

Well, it's just like writing something not acceptable in the filter
functions. If it fails, it does not filter. So yes, it is expected
behavior.

-- Steve

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

end of thread, other threads:[~2020-05-11 23:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-09 10:16 ftrace: function radeon_init not traceable Paul Menzel
2020-05-11 18:58 ` Steven Rostedt
2020-05-11 23:07   ` Paul Menzel
2020-05-11 23:30     ` Steven Rostedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.