linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [5.0.0 rc6 BUG] possible irq lock inversion dependency detected
@ 2019-02-18 20:49 Mikhail Gavrilov
  0 siblings, 0 replies; only message in thread
From: Mikhail Gavrilov @ 2019-02-18 20:49 UTC (permalink / raw)
  To: tglx, linux-arch, linux-mm

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

Hi folks.
I at last year already caught bug with same signature at kvm subsystem
in 4.18.0 rc8 kernel. It happened when I started virtual machine. And
then Thomas Gleixner was fixed this bug [1].
But now issue with same trace happens when I launch ProtocaseDesigner
(this is java application which helps design computer cases). If
earlier it was clear that issue was refers to the KVM subsystem of the
kernel. Now it is not clear to which subsystem this bug related.

$ eu-addr2line -e /lib/debug/lib/modules/`uname -r`/vmlinux
speculation_ctrl_update+0x164
arch/x86/kernel/process.c:371:10

eu-addr2line say that it occurs in `arch/x86/kernel/process.c` file.

Can anyone look?

[33873.126307] ========================================================
[33873.126308] WARNING: possible irq lock inversion dependency detected
[33873.126311] 5.0.0-0.rc6.git1.1.fc30.x86_64 #1 Tainted: G         C
[33873.126312] --------------------------------------------------------
[33873.126314] java/12730 just changed the state of lock:
[33873.126316] 000000001bf18d8d (&st->lock){+...}, at:
speculation_ctrl_update+0x164/0x1d0
[33873.126324] but this lock was taken by another, HARDIRQ-safe lock
in the past:
[33873.126325]  (&(&sighand->siglock)->rlock){-.-.}
[33873.126326]

               and interrupts could create inverse lock ordering between them.

[33873.126328]
               other info that might help us debug this:
[33873.126329]  Possible interrupt unsafe locking scenario:

[33873.126330]        CPU0                    CPU1
[33873.126330]        ----                    ----
[33873.126331]   lock(&st->lock);
[33873.126333]                                local_irq_disable();
[33873.126334]                                lock(&(&sighand->siglock)->rlock);
[33873.126335]                                lock(&st->lock);
[33873.126336]   <Interrupt>
[33873.126337]     lock(&(&sighand->siglock)->rlock);
[33873.126338]
                *** DEADLOCK ***

[33873.126339] no locks held by java/12730.
[33873.126340]
               the shortest dependencies between 2nd lock and 1st lock:
[33873.126344]  -> (&(&sighand->siglock)->rlock){-.-.} {
[33873.126346]     IN-HARDIRQ-W at:
[33873.126350]                       _raw_spin_lock_irqsave+0x49/0x83
[33873.126353]                       __lock_task_sighand+0x85/0x180
[33873.126356]                       do_send_sig_info+0x35/0x90
[33873.126357]                       kill_pid_info+0x83/0x150
[33873.126361]                       it_real_fn+0x39/0xf0
[33873.126363]                       __hrtimer_run_queues+0x110/0x450
[33873.126365]                       hrtimer_interrupt+0x10e/0x240
[33873.126368]                       smp_apic_timer_interrupt+0x83/0x230
[33873.126369]                       apic_timer_interrupt+0xf/0x20
[33873.126371]     IN-SOFTIRQ-W at:
[33873.126373]                       _raw_spin_lock_irqsave+0x49/0x83
[33873.126375]                       __lock_task_sighand+0x85/0x180
[33873.126377]                       do_send_sig_info+0x35/0x90
[33873.126378]                       kill_pid_info+0x83/0x150
[33873.126380]                       it_real_fn+0x39/0xf0
[33873.126382]                       __hrtimer_run_queues+0x110/0x450
[33873.126384]                       hrtimer_interrupt+0x10e/0x240
[33873.126386]                       smp_apic_timer_interrupt+0x83/0x230
[33873.126388]                       apic_timer_interrupt+0xf/0x20
[33873.126390]                       __do_softirq+0xb5/0x46a
[33873.126392]                       irq_exit+0x119/0x120
[33873.126394]                       do_IRQ+0x9d/0x120
[33873.126396]                       ret_from_intr+0x0/0x22
[33873.126398]                       cpuidle_enter_state+0xbf/0x470
[33873.126401]                       do_idle+0x1ec/0x280
[33873.126403]                       cpu_startup_entry+0x19/0x20
[33873.126406]                       start_kernel+0x52a/0x548
[33873.126409]                       secondary_startup_64+0xa4/0xb0
[33873.126410]     INITIAL USE at:
[33873.126412]                      _raw_spin_lock_irq+0x3d/0x80
[33873.126414]                      calculate_sigpending+0x22/0x40
[33873.126416]                      ret_from_fork+0x8/0x50
[33873.126417]   }
[33873.126420]   ... key      at: [<ffffffffad257290>] __key.68417+0x0/0x8
[33873.126421]   ... acquired at:
[33873.126423]    speculation_ctrl_update+0x164/0x1d0
[33873.126425]    speculation_ctrl_update_current+0x22/0x30
[33873.126428]    ssb_prctl_set.part.0+0x1a/0x20
[33873.126430]    arch_seccomp_spec_mitigate+0x25/0x50
[33873.126433]    do_seccomp+0x8f1/0x960
[33873.126436]    do_syscall_64+0x5c/0xa0
[33873.126438]    entry_SYSCALL_64_after_hwframe+0x49/0xbe

[33873.126439] -> (&st->lock){+...} {
[33873.126441]    HARDIRQ-ON-W at:
[33873.126444]                     _raw_spin_lock+0x31/0x80
[33873.126446]                     speculation_ctrl_update+0x164/0x1d0
[33873.126448]                     speculation_ctrl_update_current+0x22/0x30
[33873.126449]                     arch_prctl_spec_ctrl_set+0xe5/0x110
[33873.126452]                     __x64_sys_prctl+0xce/0x53c
[33873.126454]                     do_syscall_64+0x5c/0xa0
[33873.126455]                     entry_SYSCALL_64_after_hwframe+0x49/0xbe
[33873.126457]    INITIAL USE at:
[33873.126459]                    _raw_spin_lock+0x31/0x80
[33873.126461]                    speculation_ctrl_update+0x164/0x1d0
[33873.126463]                    speculation_ctrl_update_current+0x22/0x30
[33873.126465]                    ssb_prctl_set.part.0+0x1a/0x20
[33873.126466]                    arch_seccomp_spec_mitigate+0x25/0x50
[33873.126468]                    do_seccomp+0x8f1/0x960
[33873.126470]                    do_syscall_64+0x5c/0xa0
[33873.126472]                    entry_SYSCALL_64_after_hwframe+0x49/0xbe
[33873.126473]  }
[33873.126477]  ... key      at: [<ffffffffad1f69c8>] __key.60803+0x0/0x8
[33873.126478]  ... acquired at:
[33873.126481]    __lock_acquire+0x544/0x1660
[33873.126483]    lock_acquire+0xa2/0x1b0
[33873.126485]    _raw_spin_lock+0x31/0x80
[33873.126487]    speculation_ctrl_update+0x164/0x1d0
[33873.126488]    speculation_ctrl_update_current+0x22/0x30
[33873.126490]    arch_prctl_spec_ctrl_set+0xe5/0x110
[33873.126492]    __x64_sys_prctl+0xce/0x53c
[33873.126494]    do_syscall_64+0x5c/0xa0
[33873.126495]    entry_SYSCALL_64_after_hwframe+0x49/0xbe

[33873.126497]
               stack backtrace:
[33873.126500] CPU: 5 PID: 12730 Comm: java Tainted: G         C
 5.0.0-0.rc6.git1.1.fc30.x86_64 #1
[33873.126502] Hardware name: System manufacturer System Product
Name/ROG STRIX X470-I GAMING, BIOS 1103 11/16/2018
[33873.126504] Call Trace:
[33873.126508]  dump_stack+0x85/0xc0
[33873.126511]  check_usage_backwards.cold+0x1d/0x26
[33873.126515]  mark_lock+0x188/0x600
[33873.126518]  ? print_shortest_lock_dependencies+0x40/0x40
[33873.126520]  __lock_acquire+0x544/0x1660
[33873.126523]  ? sched_clock+0x5/0x10
[33873.126525]  ? sched_clock_cpu+0xc/0xc0
[33873.126528]  lock_acquire+0xa2/0x1b0
[33873.126530]  ? speculation_ctrl_update+0x164/0x1d0
[33873.126533]  _raw_spin_lock+0x31/0x80
[33873.126535]  ? speculation_ctrl_update+0x164/0x1d0
[33873.126537]  speculation_ctrl_update+0x164/0x1d0
[33873.126540]  speculation_ctrl_update_current+0x22/0x30
[33873.126542]  arch_prctl_spec_ctrl_set+0xe5/0x110
[33873.126544]  __x64_sys_prctl+0xce/0x53c
[33873.126546]  ? trace_hardirqs_off_thunk+0x1a/0x1c
[33873.126549]  do_syscall_64+0x5c/0xa0
[33873.126551]  entry_SYSCALL_64_after_hwframe+0x49/0xbe
[33873.126555] RIP: 0033:0x7f51369301ee
[33873.126558] Code: 48 8b 0d 9d 3c 0c 00 f7 d8 64 89 01 48 83 c8 ff
c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 9d 00 00
00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 6a 3c 0c 00 f7 d8 64 89
01 48
[33873.126560] RSP: 002b:00007ffe0894f698 EFLAGS: 00000246 ORIG_RAX:
000000000000009d
[33873.126562] RAX: ffffffffffffffda RBX: 00007f51366f60c8 RCX: 00007f51369301ee
[33873.126564] RDX: 0000000000000004 RSI: 0000000000000000 RDI: 0000000000000035
[33873.126565] RBP: 0000000000000003 R08: 0000000000000000 R09: 000055d7cfff1270
[33873.126566] R10: 0000000000000000 R11: 0000000000000246 R12: 00007ffe08953da8
[33873.126568] R13: 000055d7cffee950 R14: 00007f51366f6198 R15: 0000000000000000




Thanks.

[1] https://www.spinics.net/lists/kvm/msg173197.html

--
Best Regards,
Mike Gavrilov.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: dmesg.txt --]
[-- Type: text/plain; charset="US-ASCII"; name="dmesg.txt", Size: 139021 bytes --]

[    0.000000] Linux version 5.0.0-0.rc6.git1.1.fc30.x86_64 (mockbuild@bkernel03.phx2.fedoraproject.org) (gcc version 9.0.1 20190209 (Red Hat 9.0.1-0.4) (GCC)) #1 SMP Wed Feb 13 15:51:45 UTC 2019
[    0.000000] Command line: BOOT_IMAGE=(hd1,gpt2)/boot/vmlinuz-5.0.0-0.rc6.git1.1.fc30.x86_64 root=UUID=7788c3ba-4ec6-45c8-875b-4a6900af0621 ro resume=UUID=8ae7c2bb-85ca-44f9-b884-b114e058d538 rhgb mem_encrypt=off scsi_mod.use_blk_mq=1 log_buf_len=4M sysrq_always_enabled=1 nmi_watchdog=1 amdgpu.vm_fault_stop=2
[    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 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009cfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d00000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a209fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20a000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000da043fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da044000-0x00000000db540fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000db541000-0x00000000db568fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000db569000-0x00000000dba19fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dba1a000-0x00000000dc591fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dc592000-0x00000000deffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd100000-0x00000000fdffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] 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 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000081f37ffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xccb08018-0xccb19057] usable ==> usable
[    0.000000] e820: update [mem 0xccb08018-0xccb19057] usable ==> usable
[    0.000000] e820: update [mem 0xccaee018-0xccb07457] usable ==> usable
[    0.000000] e820: update [mem 0xccaee018-0xccb07457] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009cfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009d00000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a209fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20a000-0x000000000affffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000b020000-0x00000000ccaee017] usable
[    0.000000] reserve setup_data: [mem 0x00000000ccaee018-0x00000000ccb07457] usable
[    0.000000] reserve setup_data: [mem 0x00000000ccb07458-0x00000000ccb08017] usable
[    0.000000] reserve setup_data: [mem 0x00000000ccb08018-0x00000000ccb19057] usable
[    0.000000] reserve setup_data: [mem 0x00000000ccb19058-0x00000000da043fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000da044000-0x00000000db540fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000db541000-0x00000000db568fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000db569000-0x00000000dba19fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000dba1a000-0x00000000dc591fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000dc592000-0x00000000deffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd100000-0x00000000fdffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000081f37ffff] usable
[    0.000000] efi: EFI v2.60 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0xdb549000  ACPI=0xdb549000  SMBIOS=0xdc455000  SMBIOS 3.0=0xdc454000  ESRT=0xd6679c18  MEMATTR=0xd7578018 
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: System manufacturer System Product Name/ROG STRIX X470-I GAMING, BIOS 1103 11/16/2018
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] last_pfn = 0x81f380 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 0000C0000000 mask FFFFE0000000 write-back
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000820000000 aka 33280M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000000] last_pfn = 0xdf000 max_arch_pfn = 0x400000000
[    0.000000] esrt: Reserving ESRT space from 0x00000000d6679c18 to 0x00000000d6679c50.
[    0.000000] check: Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [(____ptrval____)] 96000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x816401000, 0x816401fff] PGTABLE
[    0.000000] BRK [0x816402000, 0x816402fff] PGTABLE
[    0.000000] BRK [0x816403000, 0x816403fff] PGTABLE
[    0.000000] BRK [0x816404000, 0x816404fff] PGTABLE
[    0.000000] BRK [0x816405000, 0x816405fff] PGTABLE
[    0.000000] BRK [0x816406000, 0x816406fff] PGTABLE
[    0.000000] BRK [0x816407000, 0x816407fff] PGTABLE
[    0.000000] BRK [0x816408000, 0x816408fff] PGTABLE
[    0.000000] BRK [0x816409000, 0x816409fff] PGTABLE
[    0.000000] BRK [0x81640a000, 0x81640afff] PGTABLE
[    0.000000] BRK [0x81640b000, 0x81640bfff] PGTABLE
[    0.000000] BRK [0x81640c000, 0x81640cfff] PGTABLE
[    0.000000] printk: log_buf_len: 4194304 bytes
[    0.000000] printk: early log buf free: 253048(96%)
[    0.000000] RAMDISK: [mem 0x5b116000-0x5cce4fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000DB549000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000DB549098 0000A4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DB557490 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20181213/tbfadt-615)
[    0.000000] ACPI: DSDT 0x00000000DB5491D0 00E2BC (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x00000000DBA02D80 000040
[    0.000000] ACPI: APIC 0x00000000DB5575A8 0000DE (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000DB557688 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x00000000DB5576D0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000DB557770 008C98 (v02 AMD    AMD ALIB 00000002 MSFT 04000000)
[    0.000000] ACPI: SSDT 0x00000000DB560408 002314 (v01 AMD    AMD CPU  00000001 AMD  00000001)
[    0.000000] ACPI: CRAT 0x00000000DB562720 000F50 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.000000] ACPI: CDIT 0x00000000DB563670 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x00000000DB5636A0 002DA8 (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.000000] ACPI: MCFG 0x00000000DB566448 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: SSDT 0x00000000DB5681A8 0000BF (v01 AMD    AMD PT   00001000 INTL 20120913)
[    0.000000] ACPI: HPET 0x00000000DB5664E0 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: SSDT 0x00000000DB566518 000024 (v01 AMDFCH FCHZP    00001000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x00000000DB566540 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: IVRS 0x00000000DB566588 0000D0 (v02 AMD    AMD IVRS 00000001 AMD  00000000)
[    0.000000] ACPI: SSDT 0x00000000DB566658 001B4E (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000081f37ffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x81ef55000-0x81ef7ffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000081f37ffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000009cfffff]
[    0.000000]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.000000]   node   0: [mem 0x000000000a20a000-0x000000000affffff]
[    0.000000]   node   0: [mem 0x000000000b020000-0x00000000da043fff]
[    0.000000]   node   0: [mem 0x00000000dc592000-0x00000000deffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000081f37ffff]
[    0.000000] Zeroed struct page in unavailable ranges: 14553 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000081f37ffff]
[    0.000000] On node 0 totalpages: 8370855
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 26 pages reserved
[    0.000000]   DMA zone: 3999 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14047 pages used for memmap
[    0.000000]   DMA32 zone: 898952 pages, LIFO batch:63
[    0.000000]   Normal zone: 116686 pages used for memmap
[    0.000000]   Normal zone: 7467904 pages, LIFO batch:63
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.000000] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x09d00000-0x09ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0a200000-0x0a209fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xccaee000-0xccaeefff]
[    0.000000] PM: Registered nosave memory: [mem 0xccb07000-0xccb07fff]
[    0.000000] PM: Registered nosave memory: [mem 0xccb08000-0xccb08fff]
[    0.000000] PM: Registered nosave memory: [mem 0xccb19000-0xccb19fff]
[    0.000000] PM: Registered nosave memory: [mem 0xda044000-0xdb540fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdb541000-0xdb568fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdb569000-0xdba19fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdba1a000-0xdc591fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfd0fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfd100000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd6000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] [mem 0xe0000000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x9b/0x548 with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.000000] percpu: Embedded 494 pages/cpu @(____ptrval____) s1986560 r8192 d28672 u2097152
[    0.000000] pcpu-alloc: s1986560 r8192 d28672 u2097152 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07 
[    0.000000] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 [0] 12 [0] 13 [0] 14 [0] 15 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8240032
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=(hd1,gpt2)/boot/vmlinuz-5.0.0-0.rc6.git1.1.fc30.x86_64 root=UUID=7788c3ba-4ec6-45c8-875b-4a6900af0621 ro resume=UUID=8ae7c2bb-85ca-44f9-b884-b114e058d538 rhgb mem_encrypt=off scsi_mod.use_blk_mq=1 log_buf_len=4M sysrq_always_enabled=1 nmi_watchdog=1 amdgpu.vm_fault_stop=2
[    0.000000] sysrq: sysrq always enabled.
[    0.000000] Memory: 32562964K/33483420K available (14339K kernel code, 3223K rwdata, 4516K rodata, 4872K init, 18520K bss, 920456K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.000000] ftrace: allocating 39296 entries in 154 pages
[    0.000000] Running RCU self tests
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU lockdep checking is enabled.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    0.000000] rcu: 	RCU callback double-/use-after-free debug enabled.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.000000] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] printk: console [tty0] enabled
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     32768
[    0.000000] ... MAX_LOCKDEP_CHAINS:      65536
[    0.000000] ... CHAINHASH_SIZE:          32768
[    0.000000]  memory used by lock dependency info: 7775 kB
[    0.000000]  per task-struct memory footprint: 2688 bytes
[    0.000000] kmemleak: Kernel memory leak detector disabled
[    0.000000] ACPI: Core revision 20181213
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.001000] Switched APIC routing to physical flat.
[    0.002000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.009000] tsc: PIT calibration matches HPET. 2 loops
[    0.009000] tsc: Detected 3692.479 MHz processor
[    0.000011] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6a732c984f5, max_idle_ns: 881591182016 ns
[    0.000033] Calibrating delay loop (skipped), value calculated using timer frequency.. 7384.95 BogoMIPS (lpj=3692479)
[    0.000046] pid_max: default: 32768 minimum: 301
[    0.019036] ---[ User Space ]---
[    0.019043] 0x0000000000000000-0x0000000000008000          32K     RW                     x  pte
[    0.019056] 0x0000000000008000-0x000000000003f000         220K                               pte
[    0.019067] 0x000000000003f000-0x0000000000040000           4K                               pte
[    0.019079] 0x0000000000040000-0x00000000000a0000         384K     RW                     x  pte
[    0.019094] 0x00000000000a0000-0x0000000000200000        1408K                               pte
[    0.019105] 0x0000000000200000-0x0000000001000000          14M                               pmd
[    0.019116] 0x0000000001000000-0x0000000001020000         128K                               pte
[    0.019130] 0x0000000001020000-0x0000000001200000        1920K                               pte
[    0.019143] 0x0000000001200000-0x0000000040000000        1006M                               pmd
[    0.019154] 0x0000000040000000-0x00000000c0000000           2G                               pud
[    0.019166] 0x00000000c0000000-0x00000000cce00000         206M                               pmd
[    0.019179] 0x00000000cce00000-0x00000000ccf7e000        1528K                               pte
[    0.019191] 0x00000000ccf7e000-0x00000000cd000000         520K                               pte
[    0.019202] 0x00000000cd000000-0x00000000d6600000         150M                               pmd
[    0.019214] 0x00000000d6600000-0x00000000d6679000         484K                               pte
[    0.019227] 0x00000000d6679000-0x00000000d6800000        1564K     RW                     x  pte
[    0.019239] 0x00000000d6800000-0x00000000d8e00000          38M     RW         PSE         x  pmd
[    0.019253] 0x00000000d8e00000-0x00000000d8f20000        1152K     RW                     x  pte
[    0.019267] 0x00000000d8f20000-0x00000000d9000000         896K                               pte
[    0.019278] 0x00000000d9000000-0x00000000d9200000           2M                               pmd
[    0.019293] 0x00000000d9200000-0x00000000d928d000         564K                               pte
[    0.019309] 0x00000000d928d000-0x00000000d9400000        1484K                               pte
[    0.019320] 0x00000000d9400000-0x00000000da000000          12M                               pmd
[    0.019331] 0x00000000da000000-0x00000000da044000         272K                               pte
[    0.019346] 0x00000000da044000-0x00000000da200000        1776K                               pte
[    0.019357] 0x00000000da200000-0x00000000dba00000          24M                               pmd
[    0.019368] 0x00000000dba00000-0x00000000dba1a000         104K                               pte
[    0.019383] 0x00000000dba1a000-0x00000000dbc00000        1944K     RW                     NX pte
[    0.019395] 0x00000000dbc00000-0x00000000dc400000           8M     RW         PSE         NX pmd
[    0.019410] 0x00000000dc400000-0x00000000dc50b000        1068K     RW                     NX pte
[    0.019422] 0x00000000dc50b000-0x00000000dc50e000          12K     ro                     x  pte
[    0.019435] 0x00000000dc50e000-0x00000000dc513000          20K     RW                     NX pte
[    0.019447] 0x00000000dc513000-0x00000000dc514000           4K     ro                     x  pte
[    0.019459] 0x00000000dc514000-0x00000000dc518000          16K     RW                     NX pte
[    0.019472] 0x00000000dc518000-0x00000000dc51c000          16K     ro                     x  pte
[    0.019484] 0x00000000dc51c000-0x00000000dc521000          20K     RW                     NX pte
[    0.019497] 0x00000000dc521000-0x00000000dc522000           4K     ro                     x  pte
[    0.019509] 0x00000000dc522000-0x00000000dc526000          16K     RW                     NX pte
[    0.019522] 0x00000000dc526000-0x00000000dc527000           4K     ro                     x  pte
[    0.019534] 0x00000000dc527000-0x00000000dc52c000          20K     RW                     NX pte
[    0.019546] 0x00000000dc52c000-0x00000000dc539000          52K     ro                     x  pte
[    0.019559] 0x00000000dc539000-0x00000000dc540000          28K     RW                     NX pte
[    0.019571] 0x00000000dc540000-0x00000000dc543000          12K     ro                     x  pte
[    0.019584] 0x00000000dc543000-0x00000000dc549000          24K     RW                     NX pte
[    0.019596] 0x00000000dc549000-0x00000000dc54a000           4K     ro                     x  pte
[    0.019609] 0x00000000dc54a000-0x00000000dc54f000          20K     RW                     NX pte
[    0.019621] 0x00000000dc54f000-0x00000000dc550000           4K     ro                     x  pte
[    0.019633] 0x00000000dc550000-0x00000000dc555000          20K     RW                     NX pte
[    0.019646] 0x00000000dc555000-0x00000000dc556000           4K     ro                     x  pte
[    0.020030] 0x00000000dc556000-0x00000000dc55b000          20K     RW                     NX pte
[    0.020042] 0x00000000dc55b000-0x00000000dc55c000           4K     ro                     x  pte
[    0.020054] 0x00000000dc55c000-0x00000000dc561000          20K     RW                     NX pte
[    0.020067] 0x00000000dc561000-0x00000000dc562000           4K     ro                     x  pte
[    0.020079] 0x00000000dc562000-0x00000000dc567000          20K     RW                     NX pte
[    0.020092] 0x00000000dc567000-0x00000000dc568000           4K     ro                     x  pte
[    0.020104] 0x00000000dc568000-0x00000000dc56c000          16K     RW                     NX pte
[    0.020117] 0x00000000dc56c000-0x00000000dc576000          40K     ro                     x  pte
[    0.020129] 0x00000000dc576000-0x00000000dc57f000          36K     RW                     NX pte
[    0.020142] 0x00000000dc57f000-0x00000000dc584000          20K     ro                     x  pte
[    0.020154] 0x00000000dc584000-0x00000000dc589000          20K     RW                     NX pte
[    0.020166] 0x00000000dc589000-0x00000000dc58d000          16K     ro                     x  pte
[    0.020179] 0x00000000dc58d000-0x00000000dc592000          20K     RW                     NX pte
[    0.020192] 0x00000000dc592000-0x00000000dc600000         440K                               pte
[    0.020203] 0x00000000dc600000-0x00000000df000000          42M                               pmd
[    0.020216] 0x00000000df000000-0x00000000f8000000         400M                               pmd
[    0.020227] 0x00000000f8000000-0x00000000fc000000          64M     RW         PSE         x  pmd
[    0.020240] 0x00000000fc000000-0x00000000fd000000          16M                               pmd
[    0.020253] 0x00000000fd000000-0x00000000fd100000           1M                               pte
[    0.020265] 0x00000000fd100000-0x00000000fd200000           1M     RW                     x  pte
[    0.020278] 0x00000000fd200000-0x00000000fe000000          14M     RW         PSE         x  pmd
[    0.020291] 0x00000000fe000000-0x00000000fea00000          10M                               pmd
[    0.020302] 0x00000000fea00000-0x00000000fea10000          64K     RW                     x  pte
[    0.020317] 0x00000000fea10000-0x00000000feb80000        1472K                               pte
[    0.020329] 0x00000000feb80000-0x00000000fec02000         520K     RW                     x  pte
[    0.020342] 0x00000000fec02000-0x00000000fec10000          56K                               pte
[    0.020353] 0x00000000fec10000-0x00000000fec11000           4K     RW                     x  pte
[    0.020365] 0x00000000fec11000-0x00000000fec30000         124K                               pte
[    0.020377] 0x00000000fec30000-0x00000000fec31000           4K     RW                     x  pte
[    0.020390] 0x00000000fec31000-0x00000000fed00000         828K                               pte
[    0.020402] 0x00000000fed00000-0x00000000fed01000           4K     RW                     x  pte
[    0.020414] 0x00000000fed01000-0x00000000fed40000         252K                               pte
[    0.020426] 0x00000000fed40000-0x00000000fed45000          20K     RW                     x  pte
[    0.020439] 0x00000000fed45000-0x00000000fed80000         236K                               pte
[    0.020450] 0x00000000fed80000-0x00000000fed90000          64K     RW                     x  pte
[    0.020463] 0x00000000fed90000-0x00000000fedc2000         200K                               pte
[    0.020474] 0x00000000fedc2000-0x00000000fedd0000          56K     RW                     x  pte
[    0.020486] 0x00000000fedd0000-0x00000000fedd4000          16K                               pte
[    0.020498] 0x00000000fedd4000-0x00000000fedd6000           8K     RW                     x  pte
[    0.020510] 0x00000000fedd6000-0x00000000fee00000         168K                               pte
[    0.020523] 0x00000000fee00000-0x00000000fef00000           1M     RW                     x  pte
[    0.020537] 0x00000000fef00000-0x00000000ff000000           1M                               pte
[    0.020549] 0x00000000ff000000-0x0000000100000000          16M     RW         PSE         x  pmd
[    0.020561] 0x0000000100000000-0x0000000800000000          28G                               pud
[    0.020574] 0x0000000800000000-0x000000081c800000         456M                               pmd
[    0.020588] 0x000000081c800000-0x000000081c9c0000        1792K                               pte
[    0.020599] 0x000000081c9c0000-0x000000081c9c2000           8K     RW                     NX pte
[    0.020612] 0x000000081c9c2000-0x000000081ca00000         248K                               pte
[    0.020625] 0x000000081ca00000-0x0000000840000000         566M                               pmd
[    0.020639] 0x0000000840000000-0x0000008000000000         479G                               pud
[    0.020654] 0x0000008000000000-0xffff800000000000   17179737600G                               pgd
[    0.020666] ---[ Kernel Space ]---
[    0.020671] 0xffff800000000000-0xffff808000000000         512G                               pgd
[    0.020682] ---[ LDT remap ]---
[    0.020687] 0xffff808000000000-0xffff810000000000         512G                               pgd
[    0.020698] ---[ Low Kernel Mapping ]---
[    0.020704] 0xffff810000000000-0xffff818000000000         512G                               pgd
[    0.020715] ---[ vmalloc() Area ]---
[    0.020720] 0xffff818000000000-0xffff820000000000         512G                               pgd
[    0.020731] ---[ Vmemmap ]---
[    0.020737] 0xffff820000000000-0xffff9a8000000000       25088G                               pgd
[    0.020748] 0xffff9a8000000000-0xffff9a83c0000000          15G                               pud
[    0.020763] 0xffff9a83c0000000-0xffff9a83c0200000           2M     RW                 GLB NX pte
[    0.020776] 0xffff9a83c0200000-0xffff9a83c9c00000         154M     RW         PSE     GLB NX pmd
[    0.020790] 0xffff9a83c9c00000-0xffff9a83c9d00000           1M     RW                 GLB NX pte
[    0.020805] 0xffff9a83c9d00000-0xffff9a83c9e00000           1M                               pte
[    0.020816] 0xffff9a83c9e00000-0xffff9a83ca000000           2M                               pmd
[    0.020827] 0xffff9a83ca000000-0xffff9a83ca200000           2M     RW         PSE     GLB NX pmd
[    0.020839] 0xffff9a83ca200000-0xffff9a83ca20a000          40K                               pte
[    0.020854] 0xffff9a83ca20a000-0xffff9a83ca400000        2008K     RW                 GLB NX pte
[    0.020866] 0xffff9a83ca400000-0xffff9a83cb000000          12M     RW         PSE     GLB NX pmd
[    0.020879] 0xffff9a83cb000000-0xffff9a83cb020000         128K                               pte
[    0.020894] 0xffff9a83cb020000-0xffff9a83cb200000        1920K     RW                 GLB NX pte
[    0.020909] 0xffff9a83cb200000-0xffff9a8400000000         846M     RW         PSE     GLB NX pmd
[    0.020921] 0xffff9a8400000000-0xffff9a8480000000           2G     RW         PSE     GLB NX pud
[    0.020935] 0xffff9a8480000000-0xffff9a849a000000         416M     RW         PSE     GLB NX pmd
[    0.020948] 0xffff9a849a000000-0xffff9a849a044000         272K     RW                 GLB NX pte
[    0.020963] 0xffff9a849a044000-0xffff9a849a200000        1776K                               pte
[    0.020975] 0xffff9a849a200000-0xffff9a849c400000          34M                               pmd
[    0.020989] 0xffff9a849c400000-0xffff9a849c592000        1608K                               pte
[    0.021001] 0xffff9a849c592000-0xffff9a849c600000         440K     RW                 GLB NX pte
[    0.021013] 0xffff9a849c600000-0xffff9a849f000000          42M     RW         PSE     GLB NX pmd
[    0.021031] 0xffff9a849f000000-0xffff9a84c0000000         528M                               pmd
[    0.021043] 0xffff9a84c0000000-0xffff9a8bc0000000          28G     RW         PSE     GLB NX pud
[    0.021056] 0xffff9a8bc0000000-0xffff9a8bdf200000         498M     RW         PSE     GLB NX pmd
[    0.021072] 0xffff9a8bdf200000-0xffff9a8bdf380000        1536K     RW                 GLB NX pte
[    0.021085] 0xffff9a8bdf380000-0xffff9a8bdf400000         512K                               pte
[    0.021097] 0xffff9a8bdf400000-0xffff9a8c00000000         524M                               pmd
[    0.021111] 0xffff9a8c00000000-0xffff9b0000000000         464G                               pud
[    0.021123] 0xffff9b0000000000-0xffffb98000000000       31232G                               pgd
[    0.021137] 0xffffb98000000000-0xffffb9f7c0000000         479G                               pud
[    0.021148] 0xffffb9f7c0000000-0xffffb9f7c0001000           4K     RW                 GLB NX pte
[    0.021161] 0xffffb9f7c0001000-0xffffb9f7c0002000           4K                               pte
[    0.021172] 0xffffb9f7c0002000-0xffffb9f7c0003000           4K     RW                 GLB NX pte
[    0.021184] 0xffffb9f7c0003000-0xffffb9f7c0004000           4K                               pte
[    0.021196] 0xffffb9f7c0004000-0xffffb9f7c0007000          12K     RW                 GLB NX pte
[    0.021208] 0xffffb9f7c0007000-0xffffb9f7c0008000           4K                               pte
[    0.021219] 0xffffb9f7c0008000-0xffffb9f7c000a000           8K     RW                 GLB NX pte
[    0.021232] 0xffffb9f7c000a000-0xffffb9f7c000b000           4K                               pte
[    0.021243] 0xffffb9f7c000b000-0xffffb9f7c000c000           4K     RW                 GLB NX pte
[    0.021255] 0xffffb9f7c000c000-0xffffb9f7c000d000           4K                               pte
[    0.021266] 0xffffb9f7c000d000-0xffffb9f7c000e000           4K     RW     PCD         GLB NX pte
[    0.021279] 0xffffb9f7c000e000-0xffffb9f7c0010000           8K                               pte
[    0.021290] 0xffffb9f7c0010000-0xffffb9f7c001f000          60K     RW                 GLB NX pte
[    0.021303] 0xffffb9f7c001f000-0xffffb9f7c0020000           4K                               pte
[    0.021314] 0xffffb9f7c0020000-0xffffb9f7c002a000          40K     RW                 GLB NX pte
[    0.021326] 0xffffb9f7c002a000-0xffffb9f7c002c000           8K                               pte
[    0.021337] 0xffffb9f7c002c000-0xffffb9f7c0030000          16K     RW                 GLB NX pte
[    0.021350] 0xffffb9f7c0030000-0xffffb9f7c0034000          16K                               pte
[    0.021361] 0xffffb9f7c0034000-0xffffb9f7c0037000          12K     RW                 GLB NX pte
[    0.021374] 0xffffb9f7c0037000-0xffffb9f7c0080000         292K                               pte
[    0.021386] 0xffffb9f7c0080000-0xffffb9f7c0100000         512K     RW     PCD         GLB NX pte
[    0.021400] 0xffffb9f7c0100000-0xffffb9f7c0200000           1M                               pte
[    0.021414] 0xffffb9f7c0200000-0xffffb9f800000000        1022M                               pmd
[    0.021425] 0xffffb9f800000000-0xffffba0000000000          32G                               pud
[    0.021439] 0xffffba0000000000-0xfffff20000000000          56T                               pgd
[    0.021450] 0xfffff20000000000-0xfffff21dc0000000         119G                               pud
[    0.021462] 0xfffff21dc0000000-0xfffff21dc3800000          56M     RW         PSE     GLB NX pmd
[    0.021474] 0xfffff21dc3800000-0xfffff21dc4000000           8M                               pmd
[    0.021487] 0xfffff21dc4000000-0xfffff21de0800000         456M     RW         PSE     GLB NX pmd
[    0.021501] 0xfffff21de0800000-0xfffff21e00000000         504M                               pmd
[    0.021514] 0xfffff21e00000000-0xfffff28000000000         392G                               pud
[    0.021526] 0xfffff28000000000-0xfffffe0000000000       11776G                               pgd
[    0.021537] ---[ CPU entry Area ]---
[    0.021542] 0xfffffe0000000000-0xfffffe0000002000           8K     ro                 GLB NX pte
[    0.021554] 0xfffffe0000002000-0xfffffe0000003000           4K     RW                 GLB NX pte
[    0.021567] 0xfffffe0000003000-0xfffffe0000006000          12K     ro                 GLB NX pte
[    0.021579] 0xfffffe0000006000-0xfffffe000000b000          20K     RW                 GLB NX pte
[    0.021592] 0xfffffe000000b000-0xfffffe000002c000         132K                               pte
[    0.021603] 0xfffffe000002c000-0xfffffe000002d000           4K     ro                 GLB NX pte
[    0.021616] 0xfffffe000002d000-0xfffffe000002e000           4K     RW                 GLB NX pte
[    0.021628] 0xfffffe000002e000-0xfffffe0000031000          12K     ro                 GLB NX pte
[    0.021640] 0xfffffe0000031000-0xfffffe0000036000          20K     RW                 GLB NX pte
[    0.021653] 0xfffffe0000036000-0xfffffe0000057000         132K                               pte
[    0.021664] 0xfffffe0000057000-0xfffffe0000058000           4K     ro                 GLB NX pte
[    0.021677] 0xfffffe0000058000-0xfffffe0000059000           4K     RW                 GLB NX pte
[    0.021689] 0xfffffe0000059000-0xfffffe000005c000          12K     ro                 GLB NX pte
[    0.021702] 0xfffffe000005c000-0xfffffe0000061000          20K     RW                 GLB NX pte
[    0.021714] 0xfffffe0000061000-0xfffffe0000082000         132K                               pte
[    0.021725] 0xfffffe0000082000-0xfffffe0000083000           4K     ro                 GLB NX pte
[    0.021738] 0xfffffe0000083000-0xfffffe0000084000           4K     RW                 GLB NX pte
[    0.021750] 0xfffffe0000084000-0xfffffe0000087000          12K     ro                 GLB NX pte
[    0.021763] 0xfffffe0000087000-0xfffffe000008c000          20K     RW                 GLB NX pte
[    0.021775] 0xfffffe000008c000-0xfffffe00000ad000         132K                               pte
[    0.021786] 0xfffffe00000ad000-0xfffffe00000ae000           4K     ro                 GLB NX pte
[    0.021799] 0xfffffe00000ae000-0xfffffe00000af000           4K     RW                 GLB NX pte
[    0.021811] 0xfffffe00000af000-0xfffffe00000b2000          12K     ro                 GLB NX pte
[    0.021824] 0xfffffe00000b2000-0xfffffe00000b7000          20K     RW                 GLB NX pte
[    0.021836] 0xfffffe00000b7000-0xfffffe00000d8000         132K                               pte
[    0.021847] 0xfffffe00000d8000-0xfffffe00000d9000           4K     ro                 GLB NX pte
[    0.021860] 0xfffffe00000d9000-0xfffffe00000da000           4K     RW                 GLB NX pte
[    0.021872] 0xfffffe00000da000-0xfffffe00000dd000          12K     ro                 GLB NX pte
[    0.021885] 0xfffffe00000dd000-0xfffffe00000e2000          20K     RW                 GLB NX pte
[    0.021898] 0xfffffe00000e2000-0xfffffe0000103000         132K                               pte
[    0.021911] 0xfffffe0000103000-0xfffffe0000104000           4K     ro                 GLB NX pte
[    0.021926] 0xfffffe0000104000-0xfffffe0000105000           4K     RW                 GLB NX pte
[    0.021938] 0xfffffe0000105000-0xfffffe0000108000          12K     ro                 GLB NX pte
[    0.021950] 0xfffffe0000108000-0xfffffe000010d000          20K     RW                 GLB NX pte
[    0.021962] 0xfffffe000010d000-0xfffffe000012e000         132K                               pte
[    0.021972] 0xfffffe000012e000-0xfffffe000012f000           4K     ro                 GLB NX pte
[    0.021984] 0xfffffe000012f000-0xfffffe0000130000           4K     RW                 GLB NX pte
[    0.021996] 0xfffffe0000130000-0xfffffe0000133000          12K     ro                 GLB NX pte
[    0.022008] 0xfffffe0000133000-0xfffffe0000138000          20K     RW                 GLB NX pte
[    0.022020] 0xfffffe0000138000-0xfffffe0000159000         132K                               pte
[    0.022029] 0xfffffe0000159000-0xfffffe000015a000           4K     ro                 GLB NX pte
[    0.022041] 0xfffffe000015a000-0xfffffe000015b000           4K     RW                 GLB NX pte
[    0.022053] 0xfffffe000015b000-0xfffffe000015e000          12K     ro                 GLB NX pte
[    0.022065] 0xfffffe000015e000-0xfffffe0000163000          20K     RW                 GLB NX pte
[    0.022077] 0xfffffe0000163000-0xfffffe0000184000         132K                               pte
[    0.022087] 0xfffffe0000184000-0xfffffe0000185000           4K     ro                 GLB NX pte
[    0.022099] 0xfffffe0000185000-0xfffffe0000186000           4K     RW                 GLB NX pte
[    0.022111] 0xfffffe0000186000-0xfffffe0000189000          12K     ro                 GLB NX pte
[    0.022122] 0xfffffe0000189000-0xfffffe000018e000          20K     RW                 GLB NX pte
[    0.022134] 0xfffffe000018e000-0xfffffe00001af000         132K                               pte
[    0.022145] 0xfffffe00001af000-0xfffffe00001b0000           4K     ro                 GLB NX pte
[    0.022157] 0xfffffe00001b0000-0xfffffe00001b1000           4K     RW                 GLB NX pte
[    0.022168] 0xfffffe00001b1000-0xfffffe00001b4000          12K     ro                 GLB NX pte
[    0.022180] 0xfffffe00001b4000-0xfffffe00001b9000          20K     RW                 GLB NX pte
[    0.022192] 0xfffffe00001b9000-0xfffffe00001da000         132K                               pte
[    0.022203] 0xfffffe00001da000-0xfffffe00001db000           4K     ro                 GLB NX pte
[    0.022215] 0xfffffe00001db000-0xfffffe00001dc000           4K     RW                 GLB NX pte
[    0.022226] 0xfffffe00001dc000-0xfffffe00001df000          12K     ro                 GLB NX pte
[    0.022238] 0xfffffe00001df000-0xfffffe00001e4000          20K     RW                 GLB NX pte
[    0.022250] 0xfffffe00001e4000-0xfffffe0000205000         132K                               pte
[    0.022261] 0xfffffe0000205000-0xfffffe0000206000           4K     ro                 GLB NX pte
[    0.022273] 0xfffffe0000206000-0xfffffe0000207000           4K     RW                 GLB NX pte
[    0.022285] 0xfffffe0000207000-0xfffffe000020a000          12K     ro                 GLB NX pte
[    0.022296] 0xfffffe000020a000-0xfffffe000020f000          20K     RW                 GLB NX pte
[    0.022308] 0xfffffe000020f000-0xfffffe0000230000         132K                               pte
[    0.022319] 0xfffffe0000230000-0xfffffe0000231000           4K     ro                 GLB NX pte
[    0.022331] 0xfffffe0000231000-0xfffffe0000232000           4K     RW                 GLB NX pte
[    0.022342] 0xfffffe0000232000-0xfffffe0000235000          12K     ro                 GLB NX pte
[    0.022354] 0xfffffe0000235000-0xfffffe000023a000          20K     RW                 GLB NX pte
[    0.022366] 0xfffffe000023a000-0xfffffe000025b000         132K                               pte
[    0.022377] 0xfffffe000025b000-0xfffffe000025c000           4K     ro                 GLB NX pte
[    0.022388] 0xfffffe000025c000-0xfffffe000025d000           4K     RW                 GLB NX pte
[    0.022400] 0xfffffe000025d000-0xfffffe0000260000          12K     ro                 GLB NX pte
[    0.022412] 0xfffffe0000260000-0xfffffe0000265000          20K     RW                 GLB NX pte
[    0.022424] 0xfffffe0000265000-0xfffffe0000286000         132K                               pte
[    0.022434] 0xfffffe0000286000-0xfffffe0000287000           4K     ro                 GLB NX pte
[    0.022446] 0xfffffe0000287000-0xfffffe0000288000           4K     RW                 GLB NX pte
[    0.022458] 0xfffffe0000288000-0xfffffe000028b000          12K     ro                 GLB NX pte
[    0.022470] 0xfffffe000028b000-0xfffffe0000290000          20K     RW                 GLB NX pte
[    0.022484] 0xfffffe0000290000-0xfffffe0000400000        1472K                               pte
[    0.022497] 0xfffffe0000400000-0xfffffe0040000000        1020M                               pmd
[    0.022510] 0xfffffe0040000000-0xfffffe8000000000         511G                               pud
[    0.022521] 0xfffffe8000000000-0xffffff0000000000         512G                               pgd
[    0.022532] ---[ ESPfix Area ]---
[    0.022537] 0xffffff0000000000-0xffffff3500000000         212G                               pud
[    0.022548] 0xffffff3500000000-0xffffff3500005000          20K                               pte
[    0.022559] 0xffffff3500005000-0xffffff3500006000           4K     ro                 GLB NX pte
[    0.022571] 0xffffff3500006000-0xffffff3500015000          60K                               pte
[    0.022581] 0xffffff3500015000-0xffffff3500016000           4K     ro                 GLB NX pte
[    0.022593] 0xffffff3500016000-0xffffff3500025000          60K                               pte
[    0.022604] 0xffffff3500025000-0xffffff3500026000           4K     ro                 GLB NX pte
[    0.022615] 0xffffff3500026000-0xffffff3500035000          60K                               pte
[    0.022626] 0xffffff3500035000-0xffffff3500036000           4K     ro                 GLB NX pte
[    0.022638] 0xffffff3500036000-0xffffff3500045000          60K                               pte
[    0.022648] 0xffffff3500045000-0xffffff3500046000           4K     ro                 GLB NX pte
[    0.022660] 0xffffff3500046000-0xffffff3500055000          60K                               pte
[    0.022671] 0xffffff3500055000-0xffffff3500056000           4K     ro                 GLB NX pte
[    0.022683] 0xffffff3500056000-0xffffff3500065000          60K                               pte
[    0.022693] 0xffffff3500065000-0xffffff3500066000           4K     ro                 GLB NX pte
[    0.022705] 0xffffff3500066000-0xffffff3500075000          60K                               pte
[    0.030004] ... 131059 entries skipped ... 
[    0.030010] ---[ EFI Runtime Services ]---
[    0.030015] 0xffffffef00000000-0xfffffffec0000000          63G                               pud
[    0.030030] 0xfffffffec0000000-0xfffffffee9000000         656M                               pmd
[    0.030040] 0xfffffffee9000000-0xfffffffee9008000          32K     RW                     x  pte
[    0.030053] 0xfffffffee9008000-0xfffffffee903f000         220K                               pte
[    0.030063] 0xfffffffee903f000-0xfffffffee9040000           4K                               pte
[    0.030074] 0xfffffffee9040000-0xfffffffee90a0000         384K     RW                     x  pte
[    0.030088] 0xfffffffee90a0000-0xfffffffee9200000        1408K                               pte
[    0.030099] 0xfffffffee9200000-0xfffffffee9220000         128K                               pte
[    0.030112] 0xfffffffee9220000-0xfffffffee937e000        1400K                               pte
[    0.030123] 0xfffffffee937e000-0xfffffffee9400000         520K                               pte
[    0.030134] 0xfffffffee9400000-0xfffffffef2a00000         150M                               pmd
[    0.030146] 0xfffffffef2a00000-0xfffffffef2a79000         484K                               pte
[    0.030159] 0xfffffffef2a79000-0xfffffffef2c00000        1564K     RW                     x  pte
[    0.030171] 0xfffffffef2c00000-0xfffffffef5200000          38M     RW         PSE         x  pmd
[    0.030184] 0xfffffffef5200000-0xfffffffef5320000        1152K     RW                     x  pte
[    0.030198] 0xfffffffef5320000-0xfffffffef548d000        1460K                               pte
[    0.030211] 0xfffffffef548d000-0xfffffffef5600000        1484K                               pte
[    0.030222] 0xfffffffef5600000-0xfffffffef6200000          12M                               pmd
[    0.030233] 0xfffffffef6200000-0xfffffffef6244000         272K                               pte
[    0.030246] 0xfffffffef6244000-0xfffffffef641a000        1880K                               pte
[    0.030260] 0xfffffffef641a000-0xfffffffef6600000        1944K     RW                     NX pte
[    0.030272] 0xfffffffef6600000-0xfffffffef6e00000           8M     RW         PSE         NX pmd
[    0.030285] 0xfffffffef6e00000-0xfffffffef6f0b000        1068K     RW                     NX pte
[    0.030297] 0xfffffffef6f0b000-0xfffffffef6f0e000          12K     ro                     x  pte
[    0.030309] 0xfffffffef6f0e000-0xfffffffef6f13000          20K     RW                     NX pte
[    0.030321] 0xfffffffef6f13000-0xfffffffef6f14000           4K     ro                     x  pte
[    0.030332] 0xfffffffef6f14000-0xfffffffef6f18000          16K     RW                     NX pte
[    0.030344] 0xfffffffef6f18000-0xfffffffef6f1c000          16K     ro                     x  pte
[    0.030356] 0xfffffffef6f1c000-0xfffffffef6f21000          20K     RW                     NX pte
[    0.030368] 0xfffffffef6f21000-0xfffffffef6f22000           4K     ro                     x  pte
[    0.030379] 0xfffffffef6f22000-0xfffffffef6f26000          16K     RW                     NX pte
[    0.030391] 0xfffffffef6f26000-0xfffffffef6f27000           4K     ro                     x  pte
[    0.030403] 0xfffffffef6f27000-0xfffffffef6f2c000          20K     RW                     NX pte
[    0.030415] 0xfffffffef6f2c000-0xfffffffef6f39000          52K     ro                     x  pte
[    0.030426] 0xfffffffef6f39000-0xfffffffef6f40000          28K     RW                     NX pte
[    0.030438] 0xfffffffef6f40000-0xfffffffef6f43000          12K     ro                     x  pte
[    0.030450] 0xfffffffef6f43000-0xfffffffef6f49000          24K     RW                     NX pte
[    0.030462] 0xfffffffef6f49000-0xfffffffef6f4a000           4K     ro                     x  pte
[    0.030473] 0xfffffffef6f4a000-0xfffffffef6f4f000          20K     RW                     NX pte
[    0.030485] 0xfffffffef6f4f000-0xfffffffef6f50000           4K     ro                     x  pte
[    0.030497] 0xfffffffef6f50000-0xfffffffef6f55000          20K     RW                     NX pte
[    0.030509] 0xfffffffef6f55000-0xfffffffef6f56000           4K     ro                     x  pte
[    0.030520] 0xfffffffef6f56000-0xfffffffef6f5b000          20K     RW                     NX pte
[    0.030532] 0xfffffffef6f5b000-0xfffffffef6f5c000           4K     ro                     x  pte
[    0.030544] 0xfffffffef6f5c000-0xfffffffef6f61000          20K     RW                     NX pte
[    0.030555] 0xfffffffef6f61000-0xfffffffef6f62000           4K     ro                     x  pte
[    0.030567] 0xfffffffef6f62000-0xfffffffef6f67000          20K     RW                     NX pte
[    0.030579] 0xfffffffef6f67000-0xfffffffef6f68000           4K     ro                     x  pte
[    0.030591] 0xfffffffef6f68000-0xfffffffef6f6c000          16K     RW                     NX pte
[    0.030602] 0xfffffffef6f6c000-0xfffffffef6f76000          40K     ro                     x  pte
[    0.030614] 0xfffffffef6f76000-0xfffffffef6f7f000          36K     RW                     NX pte
[    0.030626] 0xfffffffef6f7f000-0xfffffffef6f84000          20K     ro                     x  pte
[    0.030638] 0xfffffffef6f84000-0xfffffffef6f89000          20K     RW                     NX pte
[    0.030649] 0xfffffffef6f89000-0xfffffffef6f8d000          16K     ro                     x  pte
[    0.030661] 0xfffffffef6f8d000-0xfffffffef6f92000          20K     RW                     NX pte
[    0.030674] 0xfffffffef6f92000-0xfffffffef7000000         440K                               pte
[    0.030684] 0xfffffffef7000000-0xfffffffef9a00000          42M                               pmd
[    0.030695] 0xfffffffef9a00000-0xfffffffefda00000          64M     RW         PSE         x  pmd
[    0.030708] 0xfffffffefda00000-0xfffffffefdb00000           1M                               pte
[    0.030721] 0xfffffffefdb00000-0xfffffffefdc00000           1M     RW                     x  pte
[    0.030732] 0xfffffffefdc00000-0xfffffffefea00000          14M     RW         PSE         x  pmd
[    0.030744] 0xfffffffefea00000-0xfffffffefea10000          64K     RW                     x  pte
[    0.030758] 0xfffffffefea10000-0xfffffffefeb80000        1472K                               pte
[    0.030770] 0xfffffffefeb80000-0xfffffffefec02000         520K     RW                     x  pte
[    0.030782] 0xfffffffefec02000-0xfffffffefec10000          56K                               pte
[    0.030792] 0xfffffffefec10000-0xfffffffefec11000           4K     RW                     x  pte
[    0.030804] 0xfffffffefec11000-0xfffffffefec30000         124K                               pte
[    0.030815] 0xfffffffefec30000-0xfffffffefec31000           4K     RW                     x  pte
[    0.030828] 0xfffffffefec31000-0xfffffffefed00000         828K                               pte
[    0.030838] 0xfffffffefed00000-0xfffffffefed01000           4K     RW                     x  pte
[    0.030850] 0xfffffffefed01000-0xfffffffefed40000         252K                               pte
[    0.030861] 0xfffffffefed40000-0xfffffffefed45000          20K     RW                     x  pte
[    0.030873] 0xfffffffefed45000-0xfffffffefed80000         236K                               pte
[    0.030884] 0xfffffffefed80000-0xfffffffefed90000          64K     RW                     x  pte
[    0.030896] 0xfffffffefed90000-0xfffffffefedc2000         200K                               pte
[    0.030906] 0xfffffffefedc2000-0xfffffffefedd0000          56K     RW                     x  pte
[    0.030918] 0xfffffffefedd0000-0xfffffffefedd4000          16K                               pte
[    0.030929] 0xfffffffefedd4000-0xfffffffefedd6000           8K     RW                     x  pte
[    0.030941] 0xfffffffefedd6000-0xfffffffefee00000         168K                               pte
[    0.030953] 0xfffffffefee00000-0xfffffffefef00000           1M     RW                     x  pte
[    0.030966] 0xfffffffefef00000-0xfffffffeff000000           1M                               pte
[    0.030977] 0xfffffffeff000000-0xffffffff00000000          16M     RW         PSE         x  pmd
[    0.030989] 0xffffffff00000000-0xffffffff80000000           2G                               pud
[    0.030999] ---[ High Kernel Mapping ]---
[    0.031006] 0xffffffff80000000-0xffffffffab000000         688M                               pmd
[    0.031017] 0xffffffffab000000-0xffffffffae600000          54M     RW         PSE     GLB x  pmd
[    0.031030] 0xffffffffae600000-0xffffffffc0000000         282M                               pmd
[    0.031041] ---[ Modules ]---
[    0.031048] 0xffffffffc0000000-0xffffffffff000000        1008M                               pmd
[    0.031058] ---[ End Modules ]---
[    0.031063] 0xffffffffff000000-0xffffffffff200000           2M                               pmd
[    0.031079] 0xffffffffff200000-0xffffffffff576000        3544K                               pte
[    0.031089] ---[ Fixmap Area ]---
[    0.031095] 0xffffffffff576000-0xffffffffff5fa000         528K                               pte
[    0.031106] 0xffffffffff5fa000-0xffffffffff5fd000          12K     RW PWT PCD         GLB NX pte
[    0.031117] 0xffffffffff5fd000-0xffffffffff600000          12K                               pte
[    0.031128] 0xffffffffff600000-0xffffffffff601000           4K USR ro                 GLB NX pte
[    0.031143] 0xffffffffff601000-0xffffffffff800000        2044K                               pte
[    0.031154] 0xffffffffff800000-0x0000000000000000           8M                               pmd
[    0.031217] LSM: Security Framework initializing
[    0.031224] Yama: becoming mindful.
[    0.031236] SELinux:  Initializing.
[    0.037185] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    0.039831] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.039937] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.040023] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.040471] mce: CPU supports 23 MCE banks
[    0.040502] LVT offset 1 assigned for vector 0xf9
[    0.040570] LVT offset 2 assigned for vector 0xf4
[    0.040586] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.040593] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.040602] Spectre V2 : Mitigation: Full AMD retpoline
[    0.040609] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.040624] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.040633] Spectre V2 : User space: Vulnerable
[    0.040643] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.040830] Freeing SMP alternatives memory: 28K
[    0.043027] smpboot: CPU0: AMD Ryzen 7 2700X Eight-Core Processor (family: 0x17, model: 0x8, stepping: 0x2)
[    0.043027] Performance Events: Fam17h core perfctr, AMD PMU driver.
[    0.043027] ... version:                0
[    0.043027] ... bit width:              48
[    0.043027] ... generic registers:      6
[    0.043027] ... value mask:             0000ffffffffffff
[    0.043027] ... max period:             00007fffffffffff
[    0.043027] ... fixed-purpose events:   0
[    0.043027] ... event mask:             000000000000003f
[    0.043027] rcu: Hierarchical SRCU implementation.
[    0.043027] random: crng done (trusting CPU's manufacturer)
[    0.043153] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.043476] smp: Bringing up secondary CPUs ...
[    0.043756] x86: Booting SMP configuration:
[    0.043769] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.064128] smp: Brought up 1 node, 16 CPUs
[    0.064128] smpboot: Max logical packages: 1
[    0.064128] smpboot: Total of 16 processors activated (118159.32 BogoMIPS)
[    0.066237] devtmpfs: initialized
[    0.066237] x86/mm: Memory block size: 128MB
[    0.072463] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a209fff] (40960 bytes)
[    0.072463] PM: Registering ACPI NVS region [mem 0xdb569000-0xdba19fff] (4919296 bytes)
[    0.073998] DMA-API: preallocated 65548 debug entries
[    0.074008] DMA-API: debugging enabled by kernel config
[    0.074017] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.074083] futex hash table entries: 4096 (order: 7, 524288 bytes)
[    0.075135] pinctrl core: initialized pinctrl subsystem

[    0.075135] *************************************************************
[    0.075135] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE    **
[    0.075135] **                                                         **
[    0.075135] **  IOMMU DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL  **
[    0.075135] **                                                         **
[    0.075135] ** This means that this kernel is built to expose internal **
[    0.075135] ** IOMMU data structures, which may compromise security on **
[    0.075135] ** your system.                                            **
[    0.075135] **                                                         **
[    0.075135] ** If you see this message and you are not debugging the   **
[    0.075135] ** kernel, report this immediately to your vendor!         **
[    0.075135] **                                                         **
[    0.075135] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE    **
[    0.075135] *************************************************************
[    0.075135] RTC time: 10:59:10, date: 2019-02-18
[    0.075135] NET: Registered protocol family 16
[    0.075355] audit: initializing netlink subsys (disabled)
[    0.076052] audit: type=2000 audit(1550487550.085:1): state=initialized audit_enabled=0 res=1
[    0.076271] cpuidle: using governor menu
[    0.076734] ACPI: bus type PCI registered
[    0.076734] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.076734] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.076734] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.076734] PCI: Using configuration type 1 for base access
[    0.082081] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.082081] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.082263] cryptd: max_cpu_qlen set to 1000
[    0.082263] fbcon: Taking over console
[    0.082300] ACPI: Added _OSI(Module Device)
[    0.082307] ACPI: Added _OSI(Processor Device)
[    0.082314] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.082320] ACPI: Added _OSI(Processor Aggregator Device)
[    0.082328] ACPI: Added _OSI(Linux-Dell-Video)
[    0.082335] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.082343] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.113729] ACPI: 7 ACPI AML tables successfully acquired and loaded
[    0.120605] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.127932] ACPI: EC: EC started
[    0.127945] ACPI: EC: interrupt blocked
[    0.128289] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as first EC
[    0.128298] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x2, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.128309] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as boot DSDT EC to handle transactions
[    0.128318] ACPI: Interpreter enabled
[    0.128353] ACPI: (supports S0 S3 S4 S5)
[    0.128359] ACPI: Using IOAPIC for interrupt routing
[    0.129601] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.130383] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.156075] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.156094] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.156551] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR]
[    0.156977] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.157017] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.157936] PCI host bridge to bus 0000:00
[    0.157944] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.157954] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.157962] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.157971] pci_bus 0000:00: root bus resource [io  0x0d00-0xefff window]
[    0.157980] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.157990] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.158000] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
[    0.158010] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.158032] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.158057] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[    0.158314] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
[    0.158517] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.158674] pci 0000:00:01.1: [1022:1453] type 01 class 0x060400
[    0.159088] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.160244] pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
[    0.161033] pci 0000:00:01.3: enabling Extended Tags
[    0.161128] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.162258] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[    0.163051] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[    0.163211] pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
[    0.163738] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.164240] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[    0.165038] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[    0.165208] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[    0.165655] pci 0000:00:07.1: enabling Extended Tags
[    0.165747] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.166262] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.167045] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[    0.167659] pci 0000:00:08.1: enabling Extended Tags
[    0.167752] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.168295] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.169236] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.169556] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[    0.169706] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[    0.169848] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[    0.169990] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[    0.170143] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[    0.170289] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[    0.170437] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[    0.170585] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[    0.171100] pci 0000:01:00.0: [8086:2700] type 00 class 0x010802
[    0.171121] pci 0000:01:00.0: reg 0x10: [mem 0xfe910000-0xfe913fff 64bit]
[    0.171147] pci 0000:01:00.0: reg 0x30: [mem 0xfe900000-0xfe90ffff pref]
[    0.171322] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.171333] pci 0000:00:01.1:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.172146] pci 0000:02:00.0: [1022:43d0] type 00 class 0x0c0330
[    0.172169] pci 0000:02:00.0: reg 0x10: [mem 0xfe5a0000-0xfe5a7fff 64bit]
[    0.172208] pci 0000:02:00.0: enabling Extended Tags
[    0.172270] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.172397] pci 0000:02:00.1: [1022:43c8] type 00 class 0x010601
[    0.172446] pci 0000:02:00.1: reg 0x24: [mem 0xfe580000-0xfe59ffff]
[    0.172454] pci 0000:02:00.1: reg 0x30: [mem 0xfe500000-0xfe57ffff pref]
[    0.172460] pci 0000:02:00.1: enabling Extended Tags
[    0.173031] pci 0000:02:00.1: PME# supported from D3hot D3cold
[    0.173137] pci 0000:02:00.2: [1022:43c6] type 01 class 0x060400
[    0.173177] pci 0000:02:00.2: enabling Extended Tags
[    0.173230] pci 0000:02:00.2: PME# supported from D3hot D3cold
[    0.173368] pci 0000:00:01.3: PCI bridge to [bus 02-08]
[    0.173379] pci 0000:00:01.3:   bridge window [io  0xc000-0xdfff]
[    0.173382] pci 0000:00:01.3:   bridge window [mem 0xfe300000-0xfe5fffff]
[    0.173612] pci 0000:03:00.0: [1022:43c7] type 01 class 0x060400
[    0.173657] pci 0000:03:00.0: enabling Extended Tags
[    0.173720] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.173859] pci 0000:03:01.0: [1022:43c7] type 01 class 0x060400
[    0.173904] pci 0000:03:01.0: enabling Extended Tags
[    0.173967] pci 0000:03:01.0: PME# supported from D3hot D3cold
[    0.174111] pci 0000:03:02.0: [1022:43c7] type 01 class 0x060400
[    0.174156] pci 0000:03:02.0: enabling Extended Tags
[    0.174219] pci 0000:03:02.0: PME# supported from D3hot D3cold
[    0.174364] pci 0000:03:03.0: [1022:43c7] type 01 class 0x060400
[    0.174411] pci 0000:03:03.0: enabling Extended Tags
[    0.174474] pci 0000:03:03.0: PME# supported from D3hot D3cold
[    0.174620] pci 0000:03:04.0: [1022:43c7] type 01 class 0x060400
[    0.174665] pci 0000:03:04.0: enabling Extended Tags
[    0.174728] pci 0000:03:04.0: PME# supported from D3hot D3cold
[    0.174891] pci 0000:02:00.2: PCI bridge to [bus 03-08]
[    0.174902] pci 0000:02:00.2:   bridge window [io  0xc000-0xdfff]
[    0.174905] pci 0000:02:00.2:   bridge window [mem 0xfe300000-0xfe4fffff]
[    0.175025] pci 0000:04:00.0: [8086:1539] type 00 class 0x020000
[    0.175073] pci 0000:04:00.0: reg 0x10: [mem 0xfe400000-0xfe41ffff]
[    0.175107] pci 0000:04:00.0: reg 0x18: [io  0xd000-0xd01f]
[    0.175125] pci 0000:04:00.0: reg 0x1c: [mem 0xfe420000-0xfe423fff]
[    0.175308] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.175511] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.175522] pci 0000:03:00.0:   bridge window [io  0xd000-0xdfff]
[    0.175526] pci 0000:03:00.0:   bridge window [mem 0xfe400000-0xfe4fffff]
[    0.175606] pci 0000:05:00.0: [10ec:b822] type 00 class 0x028000
[    0.175650] pci 0000:05:00.0: reg 0x10: [io  0xc000-0xc0ff]
[    0.175685] pci 0000:05:00.0: reg 0x18: [mem 0xfe300000-0xfe30ffff 64bit]
[    0.175851] pci 0000:05:00.0: supports D1 D2
[    0.175852] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.176066] pci 0000:03:01.0: PCI bridge to [bus 05]
[    0.176077] pci 0000:03:01.0:   bridge window [io  0xc000-0xcfff]
[    0.176080] pci 0000:03:01.0:   bridge window [mem 0xfe300000-0xfe3fffff]
[    0.176138] pci 0000:03:02.0: PCI bridge to [bus 06]
[    0.176227] pci 0000:03:03.0: PCI bridge to [bus 07]
[    0.176315] pci 0000:03:04.0: PCI bridge to [bus 08]
[    0.176633] pci 0000:09:00.0: [1022:1470] type 01 class 0x060400
[    0.176653] pci 0000:09:00.0: reg 0x10: [mem 0xfe700000-0xfe703fff]
[    0.176729] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    0.176875] pci 0000:00:03.1: PCI bridge to [bus 09-0b]
[    0.176885] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.176887] pci 0000:00:03.1:   bridge window [mem 0xfe600000-0xfe7fffff]
[    0.176891] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.176950] pci 0000:0a:00.0: [1022:1471] type 01 class 0x060400
[    0.177045] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
[    0.177159] pci 0000:09:00.0: PCI bridge to [bus 0a-0b]
[    0.177171] pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
[    0.177174] pci 0000:09:00.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.177178] pci 0000:09:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.177233] pci 0000:0b:00.0: [1002:687f] type 00 class 0x030000
[    0.177259] pci 0000:0b:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.177270] pci 0000:0b:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.177277] pci 0000:0b:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.177285] pci 0000:0b:00.0: reg 0x24: [mem 0xfe600000-0xfe67ffff]
[    0.177292] pci 0000:0b:00.0: reg 0x30: [mem 0xfe680000-0xfe69ffff pref]
[    0.177314] pci 0000:0b:00.0: BAR 0: assigned to efifb
[    0.177371] pci 0000:0b:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.177480] pci 0000:0b:00.1: [1002:aaf8] type 00 class 0x040300
[    0.177498] pci 0000:0b:00.1: reg 0x10: [mem 0xfe6a0000-0xfe6a3fff]
[    0.177589] pci 0000:0b:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.177708] pci 0000:0a:00.0: PCI bridge to [bus 0b]
[    0.177719] pci 0000:0a:00.0:   bridge window [io  0xe000-0xefff]
[    0.177722] pci 0000:0a:00.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.177726] pci 0000:0a:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.178100] pci 0000:0c:00.0: [1022:145a] type 00 class 0x130000
[    0.178130] pci 0000:0c:00.0: enabling Extended Tags
[    0.178248] pci 0000:0c:00.2: [1022:1456] type 00 class 0x108000
[    0.178265] pci 0000:0c:00.2: reg 0x18: [mem 0xfe100000-0xfe1fffff]
[    0.178274] pci 0000:0c:00.2: reg 0x24: [mem 0xfe200000-0xfe201fff]
[    0.178281] pci 0000:0c:00.2: enabling Extended Tags
[    0.179073] pci 0000:0c:00.3: [1022:145f] type 00 class 0x0c0330
[    0.179088] pci 0000:0c:00.3: reg 0x10: [mem 0xfe000000-0xfe0fffff 64bit]
[    0.179111] pci 0000:0c:00.3: enabling Extended Tags
[    0.179156] pci 0000:0c:00.3: PME# supported from D0 D3hot D3cold
[    0.179268] pci 0000:00:07.1: PCI bridge to [bus 0c]
[    0.179279] pci 0000:00:07.1:   bridge window [mem 0xfe000000-0xfe2fffff]
[    0.179792] pci 0000:0d:00.0: [1022:1455] type 00 class 0x130000
[    0.179824] pci 0000:0d:00.0: enabling Extended Tags
[    0.179949] pci 0000:0d:00.2: [1022:7901] type 00 class 0x010601
[    0.179982] pci 0000:0d:00.2: reg 0x24: [mem 0xfe808000-0xfe808fff]
[    0.179991] pci 0000:0d:00.2: enabling Extended Tags
[    0.180039] pci 0000:0d:00.2: PME# supported from D3hot D3cold
[    0.180144] pci 0000:0d:00.3: [1022:1457] type 00 class 0x040300
[    0.180156] pci 0000:0d:00.3: reg 0x10: [mem 0xfe800000-0xfe807fff]
[    0.180177] pci 0000:0d:00.3: enabling Extended Tags
[    0.180221] pci 0000:0d:00.3: PME# supported from D0 D3hot D3cold
[    0.180335] pci 0000:00:08.1: PCI bridge to [bus 0d]
[    0.180345] pci 0000:00:08.1:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.181146] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.181280] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.181399] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.181535] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.181662] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.181770] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.181877] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.181985] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.183147] ACPI: EC: interrupt unblocked
[    0.183171] ACPI: EC: event unblocked
[    0.183187] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x2, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.183200] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.183376] pci 0000:0b:00.0: vgaarb: setting as boot VGA device
[    0.183376] pci 0000:0b:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.183376] pci 0000:0b:00.0: vgaarb: bridge control possible
[    0.183376] vgaarb: loaded
[    0.183376] SCSI subsystem initialized
[    0.184279] libata version 3.00 loaded.
[    0.184279] ACPI: bus type USB registered
[    0.184279] usbcore: registered new interface driver usbfs
[    0.184279] usbcore: registered new interface driver hub
[    0.184279] usbcore: registered new device driver usb
[    0.184295] pps_core: LinuxPPS API ver. 1 registered
[    0.184302] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.184316] PTP clock support registered
[    0.184398] EDAC MC: Ver: 3.0.0
[    0.184398] Registered efivars operations
[    0.202623] PCI: Using ACPI for IRQ routing
[    0.206487] PCI: pci_cache_line_size set to 64 bytes
[    0.206567] e820: reserve RAM buffer [mem 0x09d00000-0x0bffffff]
[    0.206573] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.206575] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.206576] e820: reserve RAM buffer [mem 0xccaee018-0xcfffffff]
[    0.206578] e820: reserve RAM buffer [mem 0xccb08018-0xcfffffff]
[    0.206580] e820: reserve RAM buffer [mem 0xda044000-0xdbffffff]
[    0.206581] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[    0.206583] e820: reserve RAM buffer [mem 0x81f380000-0x81fffffff]
[    0.206872] NetLabel: Initializing
[    0.206878] NetLabel:  domain hash size = 128
[    0.206884] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.206918] NetLabel:  unlabeled traffic allowed by default
[    0.207257] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.207257] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.209131] clocksource: Switched to clocksource tsc-early
[    0.244985] VFS: Disk quotas dquot_6.6.0
[    0.245019] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.245184] pnp: PnP ACPI init
[    0.245412] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.245435] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.245634] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.245963] system 00:02: [io  0x02a0-0x02af] has been reserved
[    0.245973] system 00:02: [io  0x0230-0x023f] has been reserved
[    0.245982] system 00:02: [io  0x0290-0x029f] has been reserved
[    0.245994] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.246479] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.246488] system 00:03: [io  0x040b] has been reserved
[    0.246496] system 00:03: [io  0x04d6] has been reserved
[    0.246504] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.246513] system 00:03: [io  0x0c14] has been reserved
[    0.246521] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    0.246529] system 00:03: [io  0x0c52] has been reserved
[    0.246537] system 00:03: [io  0x0c6c] has been reserved
[    0.246545] system 00:03: [io  0x0c6f] has been reserved
[    0.246553] system 00:03: [io  0x0cd0-0x0cd1] has been reserved
[    0.246561] system 00:03: [io  0x0cd2-0x0cd3] has been reserved
[    0.246570] system 00:03: [io  0x0cd4-0x0cd5] has been reserved
[    0.246578] system 00:03: [io  0x0cd6-0x0cd7] has been reserved
[    0.246586] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    0.246595] system 00:03: [io  0x0800-0x089f] has been reserved
[    0.246603] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    0.246612] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    0.246620] system 00:03: [io  0x0900-0x090f] has been reserved
[    0.246628] system 00:03: [io  0x0910-0x091f] has been reserved
[    0.246638] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.246649] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.246658] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.246667] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.246677] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.246687] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.246696] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    0.246709] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.247681] pnp: PnP ACPI: found 4 devices
[    0.255025] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.255153] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.255163] pci 0000:00:01.1:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.255176] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.255184] pci 0000:03:00.0:   bridge window [io  0xd000-0xdfff]
[    0.255197] pci 0000:03:00.0:   bridge window [mem 0xfe400000-0xfe4fffff]
[    0.255212] pci 0000:03:01.0: PCI bridge to [bus 05]
[    0.255220] pci 0000:03:01.0:   bridge window [io  0xc000-0xcfff]
[    0.255231] pci 0000:03:01.0:   bridge window [mem 0xfe300000-0xfe3fffff]
[    0.255245] pci 0000:03:02.0: PCI bridge to [bus 06]
[    0.255261] pci 0000:03:03.0: PCI bridge to [bus 07]
[    0.255276] pci 0000:03:04.0: PCI bridge to [bus 08]
[    0.255293] pci 0000:02:00.2: PCI bridge to [bus 03-08]
[    0.255301] pci 0000:02:00.2:   bridge window [io  0xc000-0xdfff]
[    0.255311] pci 0000:02:00.2:   bridge window [mem 0xfe300000-0xfe4fffff]
[    0.255325] pci 0000:00:01.3: PCI bridge to [bus 02-08]
[    0.255333] pci 0000:00:01.3:   bridge window [io  0xc000-0xdfff]
[    0.255342] pci 0000:00:01.3:   bridge window [mem 0xfe300000-0xfe5fffff]
[    0.255354] pci 0000:0a:00.0: PCI bridge to [bus 0b]
[    0.255362] pci 0000:0a:00.0:   bridge window [io  0xe000-0xefff]
[    0.255373] pci 0000:0a:00.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.255383] pci 0000:0a:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.255396] pci 0000:09:00.0: PCI bridge to [bus 0a-0b]
[    0.255404] pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
[    0.255414] pci 0000:09:00.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.255424] pci 0000:09:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.255438] pci 0000:00:03.1: PCI bridge to [bus 09-0b]
[    0.255445] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.255455] pci 0000:00:03.1:   bridge window [mem 0xfe600000-0xfe7fffff]
[    0.255464] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.255476] pci 0000:00:07.1: PCI bridge to [bus 0c]
[    0.255485] pci 0000:00:07.1:   bridge window [mem 0xfe000000-0xfe2fffff]
[    0.255497] pci 0000:00:08.1: PCI bridge to [bus 0d]
[    0.255505] pci 0000:00:08.1:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.255518] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.255520] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.255521] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.255522] pci_bus 0000:00: resource 7 [io  0x0d00-0xefff window]
[    0.255524] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.255525] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.255527] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
[    0.255528] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    0.255530] pci_bus 0000:01: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.255531] pci_bus 0000:02: resource 0 [io  0xc000-0xdfff]
[    0.255533] pci_bus 0000:02: resource 1 [mem 0xfe300000-0xfe5fffff]
[    0.255534] pci_bus 0000:03: resource 0 [io  0xc000-0xdfff]
[    0.255535] pci_bus 0000:03: resource 1 [mem 0xfe300000-0xfe4fffff]
[    0.255537] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.255538] pci_bus 0000:04: resource 1 [mem 0xfe400000-0xfe4fffff]
[    0.255540] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    0.255541] pci_bus 0000:05: resource 1 [mem 0xfe300000-0xfe3fffff]
[    0.255543] pci_bus 0000:09: resource 0 [io  0xe000-0xefff]
[    0.255544] pci_bus 0000:09: resource 1 [mem 0xfe600000-0xfe7fffff]
[    0.255545] pci_bus 0000:09: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.255547] pci_bus 0000:0a: resource 0 [io  0xe000-0xefff]
[    0.255548] pci_bus 0000:0a: resource 1 [mem 0xfe600000-0xfe6fffff]
[    0.255550] pci_bus 0000:0a: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.255551] pci_bus 0000:0b: resource 0 [io  0xe000-0xefff]
[    0.255552] pci_bus 0000:0b: resource 1 [mem 0xfe600000-0xfe6fffff]
[    0.255554] pci_bus 0000:0b: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.255555] pci_bus 0000:0c: resource 1 [mem 0xfe000000-0xfe2fffff]
[    0.255556] pci_bus 0000:0d: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.255764] NET: Registered protocol family 2
[    0.256207] tcp_listen_portaddr_hash hash table entries: 16384 (order: 8, 1441792 bytes)
[    0.256582] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.257238] TCP bind hash table entries: 65536 (order: 10, 5242880 bytes)
[    0.258030] TCP: Hash tables configured (established 262144 bind 65536)
[    0.258395] UDP hash table entries: 16384 (order: 9, 3145728 bytes)
[    0.259079] UDP-Lite hash table entries: 16384 (order: 9, 3145728 bytes)
[    0.259635] NET: Registered protocol family 1
[    0.259647] NET: Registered protocol family 44
[    0.260061] pci 0000:0b:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.260098] pci 0000:0b:00.1: Linked as a consumer to 0000:0b:00.0
[    0.260469] PCI: CLS 64 bytes, default 64
[    0.260598] Unpacking initramfs...
[    0.609290] Freeing initrd memory: 28476K
[    0.609360] AMD-Vi: IOMMU performance counters supported
[    0.609895] iommu: Adding device 0000:00:01.0 to group 0
[    0.610046] iommu: Adding device 0000:00:01.1 to group 1
[    0.610229] iommu: Adding device 0000:00:01.3 to group 2
[    0.610428] iommu: Adding device 0000:00:02.0 to group 3
[    0.610585] iommu: Adding device 0000:00:03.0 to group 4
[    0.610771] iommu: Adding device 0000:00:03.1 to group 5
[    0.610927] iommu: Adding device 0000:00:04.0 to group 6
[    0.611118] iommu: Adding device 0000:00:07.0 to group 7
[    0.611311] iommu: Adding device 0000:00:07.1 to group 8
[    0.611463] iommu: Adding device 0000:00:08.0 to group 9
[    0.611648] iommu: Adding device 0000:00:08.1 to group 10
[    0.611810] iommu: Adding device 0000:00:14.0 to group 11
[    0.611850] iommu: Adding device 0000:00:14.3 to group 11
[    0.612120] iommu: Adding device 0000:00:18.0 to group 12
[    0.612159] iommu: Adding device 0000:00:18.1 to group 12
[    0.612195] iommu: Adding device 0000:00:18.2 to group 12
[    0.612231] iommu: Adding device 0000:00:18.3 to group 12
[    0.612273] iommu: Adding device 0000:00:18.4 to group 12
[    0.612309] iommu: Adding device 0000:00:18.5 to group 12
[    0.612345] iommu: Adding device 0000:00:18.6 to group 12
[    0.612381] iommu: Adding device 0000:00:18.7 to group 12
[    0.612569] iommu: Adding device 0000:01:00.0 to group 13
[    0.612758] iommu: Adding device 0000:02:00.0 to group 14
[    0.612806] iommu: Adding device 0000:02:00.1 to group 14
[    0.612851] iommu: Adding device 0000:02:00.2 to group 14
[    0.612875] iommu: Adding device 0000:03:00.0 to group 14
[    0.612900] iommu: Adding device 0000:03:01.0 to group 14
[    0.612923] iommu: Adding device 0000:03:02.0 to group 14
[    0.612946] iommu: Adding device 0000:03:03.0 to group 14
[    0.612970] iommu: Adding device 0000:03:04.0 to group 14
[    0.613000] iommu: Adding device 0000:04:00.0 to group 14
[    0.613035] iommu: Adding device 0000:05:00.0 to group 14
[    0.613222] iommu: Adding device 0000:09:00.0 to group 15
[    0.613374] iommu: Adding device 0000:0a:00.0 to group 16
[    0.613605] iommu: Adding device 0000:0b:00.0 to group 17
[    0.613773] iommu: Using direct mapping for device 0000:0b:00.0
[    0.613898] iommu: Adding device 0000:0b:00.1 to group 18
[    0.614086] iommu: Adding device 0000:0c:00.0 to group 19
[    0.614232] iommu: Adding device 0000:0c:00.2 to group 20
[    0.614439] iommu: Adding device 0000:0c:00.3 to group 21
[    0.614590] iommu: Adding device 0000:0d:00.0 to group 22
[    0.614778] iommu: Adding device 0000:0d:00.2 to group 23
[    0.614973] iommu: Adding device 0000:0d:00.3 to group 24
[    0.615155] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[    0.615163] AMD-Vi: Extended features (0xf77ef22294ada):
[    0.615170]  PPR NX GT IA GA PC GA_vAPIC
[    0.615178] AMD-Vi: Interrupt remapping enabled
[    0.615184] AMD-Vi: Virtual APIC enabled
[    0.615370] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.621244] amd_uncore: AMD NB counters detected
[    0.621261] amd_uncore: AMD LLC counters detected
[    0.621636] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.623954] check: Scanning for low memory corruption every 60 seconds
[    0.624300] cryptomgr_test (114) used greatest stack depth: 14472 bytes left
[    0.625734] modprobe (115) used greatest stack depth: 13720 bytes left
[    0.626958] Initialise system trusted keyrings
[    0.627031] Key type blacklist registered
[    0.627109] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[    0.630720] zbud: loaded
[    0.632547] Platform Keyring initialized
[    0.740726] alg: No test for 842 (842-generic)
[    0.741846] alg: No test for 842 (842-scomp)
[    0.745326] cryptomgr_test (164) used greatest stack depth: 13176 bytes left
[    0.777263] NET: Registered protocol family 38
[    0.777286] Key type asymmetric registered
[    0.777298] Asymmetric key parser 'x509' registered
[    0.777335] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.777446] io scheduler mq-deadline registered
[    0.777953] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.779851] aer 0000:00:01.1:pcie002: AER enabled with IRQ 26
[    0.781839] aer 0000:00:01.3:pcie002: AER enabled with IRQ 27
[    0.783842] aer 0000:00:03.1:pcie002: AER enabled with IRQ 28
[    0.785848] aer 0000:00:07.1:pcie002: AER enabled with IRQ 29
[    0.787727] aer 0000:00:08.1:pcie002: AER enabled with IRQ 31
[    0.789381] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.789429] efifb: probing for efifb
[    0.789447] efifb: No BGRT, not showing boot graphics
[    0.789454] efifb: framebuffer at 0xe0000000, using 3072k, total 3072k
[    0.789462] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.789470] efifb: scrolling: redraw
[    0.789475] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.789771] Console: switching to colour frame buffer device 128x48
[    0.790878] fb0: EFI VGA frame buffer device
[    0.791107] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.791159] ACPI: Power Button [PWRB]
[    0.791236] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.791389] ACPI: Power Button [PWRF]
[    0.791497] Monitor-Mwait will be used to enter C-1 state
[    0.794528] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.815487] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.819171] Non-volatile memory driver v1.3
[    0.819240] Linux agpgart interface v0.103
[    0.822272] ahci 0000:02:00.1: version 3.0
[    0.822458] ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
[    0.822533] ahci 0000:02:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[    0.822561] ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    0.824008] scsi host0: ahci
[    0.824336] scsi host1: ahci
[    0.824526] scsi host2: ahci
[    0.824712] scsi host3: ahci
[    0.824929] scsi host4: ahci
[    0.825124] scsi host5: ahci
[    0.825302] scsi host6: ahci
[    0.825478] scsi host7: ahci
[    0.825575] ata1: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580100 irq 44
[    0.825602] ata2: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580180 irq 44
[    0.825628] ata3: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580200 irq 44
[    0.826049] ata4: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580280 irq 44
[    0.826459] ata5: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580300 irq 44
[    0.826875] ata6: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580380 irq 44
[    0.827282] ata7: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580400 irq 44
[    0.827678] ata8: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580480 irq 44
[    0.828312] ahci 0000:0d:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.828713] ahci 0000:0d:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.829390] scsi host8: ahci
[    0.829870] ata9: SATA max UDMA/133 abar m4096@0xfe808000 port 0xfe808100 irq 46
[    0.830420] libphy: Fixed MDIO Bus: probed
[    0.830963] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.831370] ehci-pci: EHCI PCI platform driver
[    0.831787] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.832197] ohci-pci: OHCI PCI platform driver
[    0.832622] uhci_hcd: USB Universal Host Controller Interface driver
[    0.833199] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.833847] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    0.889664] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    0.891004] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
[    0.891456] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.891901] usb usb1: Product: xHCI Host Controller
[    0.892340] usb usb1: Manufacturer: Linux 5.0.0-0.rc6.git1.1.fc30.x86_64 xhci-hcd
[    0.892792] usb usb1: SerialNumber: 0000:02:00.0
[    0.893602] hub 1-0:1.0: USB hub found
[    0.894114] hub 1-0:1.0: 14 ports detected
[    0.929914] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.930486] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    0.930934] xhci_hcd 0000:02:00.0: Host supports USB 3.10 Enhanced SuperSpeed
[    0.931433] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.931930] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.00
[    0.932363] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.932790] usb usb2: Product: xHCI Host Controller
[    0.933207] usb usb2: Manufacturer: Linux 5.0.0-0.rc6.git1.1.fc30.x86_64 xhci-hcd
[    0.933635] usb usb2: SerialNumber: 0000:02:00.0
[    0.934320] hub 2-0:1.0: USB hub found
[    0.934795] hub 2-0:1.0: 8 ports detected
[    0.954918] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    0.955383] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 3
[    0.955910] xhci_hcd 0000:0c:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000410
[    0.956966] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
[    0.957408] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.957854] usb usb3: Product: xHCI Host Controller
[    0.958303] usb usb3: Manufacturer: Linux 5.0.0-0.rc6.git1.1.fc30.x86_64 xhci-hcd
[    0.958771] usb usb3: SerialNumber: 0000:0c:00.3
[    0.959409] hub 3-0:1.0: USB hub found
[    0.959890] hub 3-0:1.0: 4 ports detected
[    0.960703] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    0.961247] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 4
[    0.961738] xhci_hcd 0000:0c:00.3: Host supports USB 3.0  SuperSpeed
[    0.962264] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.962811] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.00
[    0.963331] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.963855] usb usb4: Product: xHCI Host Controller
[    0.964368] usb usb4: Manufacturer: Linux 5.0.0-0.rc6.git1.1.fc30.x86_64 xhci-hcd
[    0.964888] usb usb4: SerialNumber: 0000:0c:00.3
[    0.965603] hub 4-0:1.0: USB hub found
[    0.966127] hub 4-0:1.0: 4 ports detected
[    0.967020] usbcore: registered new interface driver usbserial_generic
[    0.967553] usbserial: USB Serial support registered for generic
[    0.968100] i8042: PNP: No PS/2 controller found.
[    0.968663] mousedev: PS/2 mouse device common for all mice
[    0.969466] rtc_cmos 00:01: RTC can wake from S4
[    0.970303] rtc_cmos 00:01: registered as rtc0
[    0.970794] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.971423] device-mapper: uevent: version 1.0.3
[    0.972030] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[    0.973030] hidraw: raw HID events driver (C) Jiri Kosina
[    0.973582] usbcore: registered new interface driver usbhid
[    0.974077] usbhid: USB HID core driver
[    0.974725] drop_monitor: Initializing network drop monitor service
[    0.975491] Initializing XFRM netlink socket
[    0.976212] NET: Registered protocol family 10
[    0.980870] Segment Routing with IPv6
[    0.981380] mip6: Mobile IPv6
[    0.981876] NET: Registered protocol family 17
[    0.982416] start plist test
[    0.983457] end plist test
[    0.985510] RAS: Correctable Errors collector initialized.
[    0.986071] microcode: CPU0: patch_level=0x0800820b
[    0.986562] microcode: CPU1: patch_level=0x0800820b
[    0.987044] microcode: CPU2: patch_level=0x0800820b
[    0.987512] microcode: CPU3: patch_level=0x0800820b
[    0.987969] microcode: CPU4: patch_level=0x0800820b
[    0.988419] microcode: CPU5: patch_level=0x0800820b
[    0.988860] microcode: CPU6: patch_level=0x0800820b
[    0.989314] microcode: CPU7: patch_level=0x0800820b
[    0.989766] microcode: CPU8: patch_level=0x0800820b
[    0.990195] microcode: CPU9: patch_level=0x0800820b
[    0.990612] microcode: CPU10: patch_level=0x0800820b
[    0.991035] microcode: CPU11: patch_level=0x0800820b
[    0.991434] microcode: CPU12: patch_level=0x0800820b
[    0.991823] microcode: CPU13: patch_level=0x0800820b
[    0.992202] microcode: CPU14: patch_level=0x0800820b
[    0.992571] microcode: CPU15: patch_level=0x0800820b
[    0.992968] microcode: Microcode Update Driver: v2.2.
[    0.992986] AVX2 version of gcm_enc/dec engaged.
[    0.993695] AES CTR mode by8 optimization enabled
[    1.034213] sched_clock: Marking stable (1043172193, -8972024)->(1200727901, -166527732)
[    1.035309] registered taskstats version 1
[    1.035678] Loading compiled-in X.509 certificates
[    1.057952] Loaded X.509 cert 'Fedora kernel signing key: a9a26006e61b0bee5bb7e24738c25db32d096f03'
[    1.058414] zswap: loaded using pool lzo/zbud
[    1.066282] Key type big_key registered
[    1.070016] Key type encrypted registered
[    1.071594] ima: No TPM chip found, activating TPM-bypass!
[    1.071956] ima: Allocated hash algorithm: sha1
[    1.072337] No architecture policies found
[    1.073602]   Magic number: 7:828:982
[    1.074132] rtc_cmos 00:01: setting system clock to 2019-02-18T10:59:11 UTC (1550487551)
[    1.140378] ata9: SATA link down (SStatus 0 SControl 300)
[    1.140606] ata1: SATA link down (SStatus 0 SControl 300)
[    1.249045] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    1.289195] usb 4-2: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    1.303305] usb 4-2: LPM exit latency is zeroed, disabling LPM.
[    1.304702] usb 4-2: Int endpoint with wBytesPerInterval of 1024 in config 1 interface 4 altsetting 0 ep 135: setting to 262
[    1.306428] usb 4-2: New USB device found, idVendor=07ca, idProduct=0553, bcdDevice= 3.08
[    1.306785] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.307146] usb 4-2: Product: Live Gamer Ultra-Video
[    1.307497] usb 4-2: Manufacturer: AVerMedia
[    1.307850] usb 4-2: SerialNumber: 5202584700069
[    1.384685] hid-generic 0003:07CA:0553.0001: hiddev96,hidraw0: USB HID v1.11 Device [AVerMedia Live Gamer Ultra-Video] on usb-0000:0c:00.3-2/input4
[    1.401074] usb 1-2: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
[    1.401456] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.401845] usb 1-2: Product: USB2.0 Hub
[    1.402232] usb 1-2: Manufacturer: VIA Labs, Inc.
[    1.408108] hub 1-2:1.0: USB hub found
[    1.411064] hub 1-2:1.0: 4 ports detected
[    1.454458] ata2: SATA link down (SStatus 0 SControl 300)
[    1.549080] usb 1-10: new full-speed USB device number 3 using xhci_hcd
[    1.623491] tsc: Refined TSC clocksource calibration: 3693.058 MHz
[    1.624123] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a7771888b2, max_idle_ns: 881591056419 ns
[    1.624778] clocksource: Switched to clocksource tsc
[    1.764180] ata3: SATA link down (SStatus 0 SControl 300)
[    1.841427] usb 1-2.1: new high-speed USB device number 4 using xhci_hcd
[    1.859955] usb 1-10: New USB device found, idVendor=0b05, idProduct=1872, bcdDevice= 2.00
[    1.860464] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.860946] usb 1-10: Product: AURA LED Controller
[    1.861433] usb 1-10: Manufacturer: AsusTek Computer Inc.
[    1.861938] usb 1-10: SerialNumber: 00000000001A
[    1.880960] hid-generic 0003:0B05:1872.0002: hiddev97,hidraw1: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:02:00.0-10/input0
[    1.969608] usb 1-2.1: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
[    1.970407] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.970962] usb 1-2.1: Product: USB2.0 Hub
[    1.971507] usb 1-2.1: Manufacturer: VIA Labs, Inc.
[    1.979233] hub 1-2.1:1.0: USB hub found
[    1.982187] hub 1-2.1:1.0: 4 ports detected
[    2.068415] usb 1-12: new full-speed USB device number 5 using xhci_hcd
[    2.079560] ata4: SATA link down (SStatus 0 SControl 300)
[    2.300990] usb 1-12: New USB device found, idVendor=0b05, idProduct=185c, bcdDevice= 1.10
[    2.301603] usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.302385] usb 1-12: Product: Bluetooth Radio 
[    2.302942] usb 1-12: Manufacturer: Realtek 
[    2.303473] usb 1-12: SerialNumber: 00e04c000001
[    2.365181] usb 1-2.2: new full-speed USB device number 6 using xhci_hcd
[    2.392398] ata5: SATA link down (SStatus 0 SControl 300)
[    2.656083] usb 1-2.1.2: new full-speed USB device number 7 using xhci_hcd
[    2.683662] usb 1-2.2: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
[    2.684484] usb 1-2.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    2.685275] usb 1-2.2: Product: CSR8510 A10
[    2.863097] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.867106] ata6.00: ATA-10: ST12000NE0007-2GT116, EN01, max UDMA/133
[    2.867888] ata6.00: 23437770752 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.871225] ata6.00: configured for UDMA/133
[    2.872369] scsi 5:0:0:0: Direct-Access     ATA      ST12000NE0007-2G EN01 PQ: 0 ANSI: 5
[    2.873447] sd 5:0:0:0: [sda] 23437770752 512-byte logical blocks: (12.0 TB/10.9 TiB)
[    2.873614] sd 5:0:0:0: Attached scsi generic sg0 type 0
[    2.874027] sd 5:0:0:0: [sda] 4096-byte physical blocks
[    2.875146] sd 5:0:0:0: [sda] Write Protect is off
[    2.875661] sd 5:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.875683] sd 5:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.894479] sd 5:0:0:0: [sda] Attached SCSI disk
[    2.943427] usb 1-2.3: new high-speed USB device number 8 using xhci_hcd
[    3.008279] usb 1-2.1.2: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.07
[    3.008823] usb 1-2.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.009367] usb 1-2.1.2: Product: USB Receiver
[    3.009894] usb 1-2.1.2: Manufacturer: Logitech
[    3.184338] ata7: SATA link down (SStatus 0 SControl 300)
[    3.255759] usb 1-2.3: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
[    3.256563] usb 1-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.257089] usb 1-2.3: Product: USB2.0 Hub
[    3.257598] usb 1-2.3: Manufacturer: VIA Labs, Inc.
[    3.268329] hub 1-2.3:1.0: USB hub found
[    3.271282] hub 1-2.3:1.0: 4 ports detected
[    3.380423] usb 1-2.1.3: new low-speed USB device number 9 using xhci_hcd
[    3.492448] ata8: SATA link down (SStatus 0 SControl 300)
[    3.497311] Freeing unused decrypted memory: 2040K
[    3.498964] Freeing unused kernel image memory: 4872K
[    3.505235] Write protecting the kernel read-only data: 22528k
[    3.507389] Freeing unused kernel image memory: 2036K
[    3.508398] Freeing unused kernel image memory: 1628K
[    3.515992] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.516450] rodata_test: all tests were successful
[    3.516911] Run /init as init process
[    3.574410] systemd[1]: systemd v241~rc2-2.fc30 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    3.587077] systemd[1]: Detected architecture x86-64.
[    3.587604] systemd[1]: Running in initial RAM disk.
[    3.601943] systemd[1]: Set hostname to <localhost.localdomain>.
[    3.663387] systemd[1]: Listening on Journal Socket.
[    3.669498] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    3.672337] systemd[1]: Starting Setup Virtual Console...
[    3.673870] systemd[1]: Reached target Slices.
[    3.675621] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
[    3.677469] systemd[1]: Starting Apply Kernel Variables...
[    3.683319] usb 1-2.1.3: New USB device found, idVendor=046d, idProduct=c326, bcdDevice=79.00
[    3.683330] usb 1-2.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.683332] usb 1-2.1.3: Product: USB Keyboard
[    3.683334] usb 1-2.1.3: Manufacturer: Logitech
[    3.715732] audit: type=1130 audit(1550487554.140:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.739795] audit: type=1130 audit(1550487554.164:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.740996] audit: type=1131 audit(1550487554.164:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.744825] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-2/1-2.1/1-2.1.3/1-2.1.3:1.0/0003:046D:C326.0006/input/input2
[    3.798841] hid-generic 0003:046D:C326.0006: input,hidraw2: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:02:00.0-2.1.3/input0
[    3.806472] audit: type=1130 audit(1550487554.231:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.809045] usb 1-2.4: new high-speed USB device number 10 using xhci_hcd
[    3.818047] audit: type=1130 audit(1550487554.242:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.833669] input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-2/1-2.1/1-2.1.3/1-2.1.3:1.1/0003:046D:C326.0007/input/input3
[    3.849967] audit: type=1130 audit(1550487554.274:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.870016] audit: type=1130 audit(1550487554.294:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.887386] input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-2/1-2.1/1-2.1.3/1-2.1.3:1.1/0003:046D:C326.0007/input/input4
[    3.889292] hid-generic 0003:046D:C326.0007: input,hiddev98,hidraw3: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:02:00.0-2.1.3/input1
[    3.961343] usb 1-2.4: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
[    3.962844] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.964350] usb 1-2.4: Product: USB2.0 Hub
[    3.965830] usb 1-2.4: Manufacturer: VIA Labs, Inc.
[    3.978525] hub 1-2.4:1.0: USB hub found
[    3.982342] hub 1-2.4:1.0: 4 ports detected
[    4.060055] usb 1-2.3.3: new full-speed USB device number 11 using xhci_hcd
[    4.110029] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    4.129351] audit: type=1130 audit(1550487554.553:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.135996] logitech-djreceiver 0003:046D:C52B.0005: hiddev99,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:02:00.0-2.1.2/input2
[    4.141505] nvme nvme0: pci function 0000:01:00.0
[    4.160753] audit: type=1130 audit(1550487554.585:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.163826] dca service started, version 1.12.1
[    4.179155] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    4.180352] igb: Copyright (c) 2007-2014 Intel Corporation.
[    4.203462] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    4.210425] pps pps0: new PPS source ptp0
[    4.211367] igb 0000:04:00.0: added PHC on eth0
[    4.212191] igb 0000:04:00.0: Intel(R) Gigabit Ethernet Network Connection
[    4.212994] igb 0000:04:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 4c:ed:fb:75:5b:ab
[    4.213796] igb 0000:04:00.0: eth0: PBA No: FFFFFF-0FF
[    4.214582] igb 0000:04:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
[    4.217779] igb 0000:04:00.0 enp4s0: renamed from eth0
[    4.255872] input: Logitech Unifying Device. Wireless PID:4026 Keyboard as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-2/1-2.1/1-2.1.2/1-2.1.2:1.2/0003:046D:C52B.0005/0003:046D:4026.0008/input/input5
[    4.258317] input: Logitech Unifying Device. Wireless PID:4026 Mouse as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-2/1-2.1/1-2.1.2/1-2.1.2:1.2/0003:046D:C52B.0005/0003:046D:4026.0008/input/input6
[    4.260098] input: Logitech Unifying Device. Wireless PID:4026 Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-2/1-2.1/1-2.1.2/1-2.1.2:1.2/0003:046D:C52B.0005/0003:046D:4026.0008/input/input7
[    4.262052] hid-generic 0003:046D:4026.0008: input,hidraw5: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:4026] on usb-0000:02:00.0-2.1.2:1
[    4.355306] nvme nvme0: 16/0/0 default/read/poll queues
[    4.359276]  nvme0n1: p1 p2 p3
[    4.391701] [drm] amdgpu kernel modesetting enabled.
[    4.392582] Parsing CRAT table with 1 nodes
[    4.393337] Ignoring ACPI CRAT on non-APU system
[    4.394072] Virtual CRAT table created for CPU
[    4.394783] Parsing CRAT table with 1 nodes
[    4.395491] Creating topology SYSFS entries
[    4.396232] Topology: Add CPU node
[    4.396895] Finished initializing topology
[    4.397730] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[    4.397733] fb0: switching to amdgpudrmfb from EFI VGA
[    4.398472] Console: switching to colour dummy device 80x25
[    4.400752] [drm] initializing kernel modesetting (VEGA10 0x1002:0x687F 0x1458:0x2308 0xC1).
[    4.400884] [drm] register mmio base: 0xFE600000
[    4.400891] [drm] register mmio size: 524288
[    4.400913] [drm] add ip block number 0 <soc15_common>
[    4.400920] [drm] add ip block number 1 <gmc_v9_0>
[    4.400926] [drm] add ip block number 2 <vega10_ih>
[    4.400932] [drm] add ip block number 3 <psp>
[    4.400938] [drm] add ip block number 4 <gfx_v9_0>
[    4.400944] [drm] add ip block number 5 <sdma_v4_0>
[    4.400950] [drm] add ip block number 6 <powerplay>
[    4.400956] [drm] add ip block number 7 <dm>
[    4.400962] [drm] add ip block number 8 <uvd_v7_0>
[    4.400968] [drm] add ip block number 9 <vce_v4_0>
[    4.401244] [drm] UVD(0) is enabled in VM mode
[    4.401250] [drm] UVD(0) ENC is enabled in VM mode
[    4.401256] [drm] VCE enabled in VM mode
[    4.401317] amdgpu 0000:0b:00.0: No more image in the PCI ROM
[    4.401340] ATOM BIOS: xxx-xxx-xxx
[    4.401442] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    4.401460] amdgpu 0000:0b:00.0: VRAM: 8176M 0x000000F400000000 - 0x000000F5FEFFFFFF (8176M used)
[    4.401471] amdgpu 0000:0b:00.0: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    4.401480] amdgpu 0000:0b:00.0: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    4.401493] [drm] Detected VRAM RAM=8176M, BAR=256M
[    4.401499] [drm] RAM width 2048bits HBM
[    4.401810] [TTM] Zone  kernel: Available graphics memory: 16440096 kiB
[    4.401840] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    4.401848] [TTM] Initializing pool allocator
[    4.401869] [TTM] Initializing DMA pool allocator
[    4.402133] [drm] amdgpu: 8176M of VRAM memory ready
[    4.402141] [drm] amdgpu: 8176M of GTT memory ready.
[    4.402236] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    4.402408] [drm] PCIE GART of 512M enabled (table at 0x000000F400900000).
[    4.405915] [drm] use_doorbell being set to: [true]
[    4.405995] [drm] use_doorbell being set to: [true]
[    4.406381] [drm] Found UVD firmware Version: 1.87 Family ID: 17
[    4.406394] [drm] PSP loading UVD firmware
[    4.406962] [drm] Found VCE firmware Version: 55.3 Binary ID: 4
[    4.406978] [drm] PSP loading VCE firmware
[    4.419381] usb 1-2.3.3: New USB device found, idVendor=054c, idProduct=09cc, bcdDevice= 1.00
[    4.419395] usb 1-2.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.419406] usb 1-2.3.3: Product: Wireless Controller
[    4.419414] usb 1-2.3.3: Manufacturer: Sony Interactive Entertainment
[    4.447041] PM: Image not found (code -22)
[    4.447759] systemd-hiberna (569) used greatest stack depth: 13056 bytes left
[    4.488446] input: Sony Interactive Entertainment Wireless Controller Touchpad as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-2/1-2.3/1-2.3.3/1-2.3.3:1.3/0003:054C:09CC.0009/input/input12
[    4.556603] [drm] reserve 0x400000 from 0xf400d00000 for PSP TMR SIZE
[    4.563352] input: Sony Interactive Entertainment Wireless Controller Motion Sensors as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-2/1-2.3/1-2.3.3/1-2.3.3:1.3/0003:054C:09CC.0009/input/input13
[    4.604534] input: Logitech T400 as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-2/1-2.1/1-2.1.2/1-2.1.2:1.2/0003:046D:C52B.0005/0003:046D:4026.0008/input/input14
[    4.605378] logitech-hidpp-device 0003:046D:4026.0008: input,hidraw5: USB HID v1.11 Keyboard [Logitech T400] on usb-0000:02:00.0-2.1.2:1
[    4.629078] [drm] Display Core initialized with v3.2.08!
[    4.635109] input: Sony Interactive Entertainment Wireless Controller as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-2/1-2.3/1-2.3.3/1-2.3.3:1.3/0003:054C:09CC.0009/input/input11
[    4.635285] sony 0003:054C:09CC.0009: input,hidraw6: USB HID v81.11 Gamepad [Sony Interactive Entertainment Wireless Controller] on usb-0000:02:00.0-2.3.3/input3
[    4.662443] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    4.662452] [drm] Driver supports precise vblank timestamp query.
[    4.683765] [drm] UVD and UVD ENC initialized successfully.
[    4.784443] [drm] VCE initialized successfully.
[    4.786951] kfd kfd: Allocated 3969056 bytes on gart
[    4.786988] Virtual CRAT table created for GPU
[    4.786994] Parsing CRAT table with 1 nodes
[    4.787024] Creating topology SYSFS entries
[    4.787534] Topology: Add dGPU node [0x687f:0x1002]
[    4.787907] kfd kfd: added device 1002:687f
[    4.793571] [drm] fb mappable at 0xE1100000
[    4.793630] [drm] vram apper at 0xE0000000
[    4.793636] [drm] size 33177600
[    4.793641] [drm] fb depth is 24
[    4.793647] [drm]    pitch is 15360
[    4.794174] fbcon: amdgpudrmfb (fb0) is primary device
[    4.829931] Console: switching to colour frame buffer device 480x135
[    4.857219] amdgpu 0000:0b:00.0: fb0: amdgpudrmfb frame buffer device
[    4.863247] amdgpu 0000:0b:00.0: ring gfx uses VM inv eng 0 on hub 0
[    4.863249] amdgpu 0000:0b:00.0: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    4.863250] amdgpu 0000:0b:00.0: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    4.863251] amdgpu 0000:0b:00.0: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    4.863252] amdgpu 0000:0b:00.0: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    4.863253] amdgpu 0000:0b:00.0: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    4.863255] amdgpu 0000:0b:00.0: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    4.863256] amdgpu 0000:0b:00.0: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    4.863257] amdgpu 0000:0b:00.0: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    4.863258] amdgpu 0000:0b:00.0: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[    4.863259] amdgpu 0000:0b:00.0: ring sdma0 uses VM inv eng 0 on hub 1
[    4.863260] amdgpu 0000:0b:00.0: ring sdma1 uses VM inv eng 1 on hub 1
[    4.863261] amdgpu 0000:0b:00.0: ring uvd_0 uses VM inv eng 4 on hub 1
[    4.863262] amdgpu 0000:0b:00.0: ring uvd_enc_0.0 uses VM inv eng 5 on hub 1
[    4.863263] amdgpu 0000:0b:00.0: ring uvd_enc_0.1 uses VM inv eng 6 on hub 1
[    4.863265] amdgpu 0000:0b:00.0: ring vce0 uses VM inv eng 7 on hub 1
[    4.863266] amdgpu 0000:0b:00.0: ring vce1 uses VM inv eng 8 on hub 1
[    4.863267] amdgpu 0000:0b:00.0: ring vce2 uses VM inv eng 9 on hub 1
[    4.863342] [drm] ECC is not present.
[    4.864028] [drm] Initialized amdgpu 3.27.0 20150101 for 0000:0b:00.0 on minor 0
[    4.875335] setfont (573) used greatest stack depth: 12720 bytes left
[    4.975363] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
[    4.975761] mount (582) used greatest stack depth: 12272 bytes left
[    5.113251] kauditd_printk_skb: 4 callbacks suppressed
[    5.113253] audit: type=1130 audit(1550487555.538:15): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.136845] audit: type=1130 audit(1550487555.561:16): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.136854] audit: type=1131 audit(1550487555.561:17): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.291778] audit: type=1130 audit(1550487555.716:18): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.304376] audit: type=1131 audit(1550487555.729:19): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.309260] audit: type=1131 audit(1550487555.734:20): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.309917] audit: type=1131 audit(1550487555.734:21): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.310201] systemd-udevd (522) used greatest stack depth: 11624 bytes left
[    5.312392] audit: type=1131 audit(1550487555.737:22): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.314596] audit: type=1131 audit(1550487555.739:23): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.320990] audit: type=1131 audit(1550487555.745:24): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.422572] systemd-journald[387]: Received SIGTERM from PID 1 (systemd).
[    5.476866] printk: systemd: 18 output lines suppressed due to ratelimiting
[    5.931201] SELinux:  policy capability network_peer_controls=1
[    5.931235] SELinux:  policy capability open_perms=1
[    5.931237] SELinux:  policy capability extended_socket_class=1
[    5.931239] SELinux:  policy capability always_check_network=0
[    5.931241] SELinux:  policy capability cgroup_seclabel=1
[    5.931242] SELinux:  policy capability nnp_nosuid_transition=1
[    5.987349] systemd[1]: Successfully loaded SELinux policy in 471.970ms.
[    6.032860] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 32.197ms.
[    6.034930] systemd[1]: systemd v241-1.fc30 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)
[    6.048088] systemd[1]: Detected architecture x86-64.
[    6.049775] systemd[1]: Set hostname to <localhost.localdomain>.
[    6.112664] systemd[1]: /usr/lib/systemd/system/auditd.service:12: PIDFile= references path below legacy directory /var/run/, updating /var/run/auditd.pid → /run/auditd.pid; please update the unit file accordingly.
[    6.121943] systemd[1]: /usr/lib/systemd/system/gssproxy.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/gssproxy.pid → /run/gssproxy.pid; please update the unit file accordingly.
[    6.122596] systemd[1]: /usr/lib/systemd/system/rpc-statd.service:14: PIDFile= references path below legacy directory /var/run/, updating /var/run/rpc.statd.pid → /run/rpc.statd.pid; please update the unit file accordingly.
[    6.124796] systemd[1]: /usr/lib/systemd/system/nfs-blkmap.service:10: PIDFile= references path below legacy directory /var/run/, updating /var/run/blkmapd.pid → /run/blkmapd.pid; please update the unit file accordingly.
[    6.129995] systemd[1]: /usr/lib/systemd/system/chronyd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/chrony/chronyd.pid → /run/chrony/chronyd.pid; please update the unit file accordingly.
[    6.138923] systemd[1]: /usr/lib/systemd/system/sssd.service:11: PIDFile= references path below legacy directory /var/run/, updating /var/run/sssd.pid → /run/sssd.pid; please update the unit file accordingly.
[    6.139981] systemd[1]: /usr/lib/systemd/system/mdmonitor.service:6: PIDFile= references path below legacy directory /var/run/, updating /var/run/mdadm/mdadm.pid → /run/mdadm/mdadm.pid; please update the unit file accordingly.
[    6.257898] EXT4-fs (nvme0n1p2): re-mounted. Opts: (null)
[    6.320016] systemd-journald[683]: Received request to flush runtime journal from PID 1
[    6.562285] acpi_cpufreq: overriding BIOS provided _PSD data
[    6.671670] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    6.671676] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    6.677282] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    6.677441] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[    6.677454] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[    6.683067] ccp 0000:0c:00.2: enabling device (0000 -> 0002)
[    6.686967] ccp 0000:0c:00.2: ccp enabled
[    6.687050] ccp 0000:0c:00.2: psp initialization failed
[    6.687056] ccp 0000:0c:00.2: enabled
[    6.750682] Bluetooth: Core ver 2.22
[    6.750744] NET: Registered protocol family 31
[    6.750747] Bluetooth: HCI device and connection manager initialized
[    6.750775] Bluetooth: HCI socket layer initialized
[    6.750781] Bluetooth: L2CAP socket layer initialized
[    6.750813] Bluetooth: SCO socket layer initialized
[    6.769721] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    6.770248] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    6.781201] usbcore: registered new interface driver btusb
[    6.785551] Bluetooth: hci0: RTL: rtl: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822

[    6.788160] Bluetooth: hci0: RTL: rom_version status=0 version=2

[    6.788169] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8822b_fw.bin

[    6.789747] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8822b_config.bin

[    6.789955] Bluetooth: hci0: RTL: cfg_sz 14, total sz 20270

[    6.808292] media: Linux media interface: v0.10
[    6.829128] videodev: Linux video capture interface: v2.00
[    6.833591] asus_wmi: ASUS WMI generic driver loaded
[    6.835676] asus_wmi: Initialization: 0x0
[    6.835777] asus_wmi: BIOS WMI version: 0.9
[    6.835973] asus_wmi: SFUN value: 0x0
[    6.837746] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input15
[    6.838231] asus_wmi: Number of fans: 1
[    6.862206] snd_hda_intel 0000:0b:00.1: Handle vga_switcheroo audio client
[    6.864235] snd_hda_intel 0000:0d:00.3: enabling device (0000 -> 0002)
[    6.902320] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card0/input16
[    6.903415] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card0/input17
[    6.903817] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card0/input18
[    6.905360] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card0/input19
[    6.905806] input: HD-Audio Generic HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card0/input20
[    6.906252] input: HD-Audio Generic HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card0/input21
[    6.907990] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1220: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    6.907996] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.907999] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    6.908003] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    6.908005] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    6.908010] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    6.908014] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    6.908018] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    6.910908] r8822be: module is from the staging directory, the quality is unknown, you have been warned.
[    6.918550] uvcvideo: Unknown video format 30313050-0000-0010-8000-00aa00389b71
[    6.918560] uvcvideo: Found UVC 1.00 device Live Gamer Ultra-Video (07ca:0553)
[    6.918996] r8822be 0000:05:00.0: enabling device (0000 -> 0003)
[    6.931043] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card1/input22
[    6.931241] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card1/input23
[    6.931364] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card1/input24
[    6.931502] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card1/input25
[    6.931669] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card1/input26
[    6.936562] r8822be: Using firmware rtlwifi/rtl8822befw.bin
[    6.964864] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[    6.966165] r8822be: rtlwifi: wireless switch is on
[    6.966779] kvm: Nested Virtualization enabled
[    6.966801] kvm: Nested Paging enabled
[    6.966805] SVM: Virtual VMLOAD VMSAVE supported
[    6.966808] SVM: Virtual GIF supported
[    6.971512] MCE: In-kernel MCE decoding enabled.
[    6.975249] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.975256] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    6.977340] uvcvideo 4-2:1.0: Entity type for entity Extension 3 was not initialized!
[    6.977376] uvcvideo 4-2:1.0: Entity type for entity Processing 2 was not initialized!
[    6.977382] uvcvideo 4-2:1.0: Entity type for entity Camera 1 was not initialized!
[    6.977799] input: Live Gamer Ultra-Video: Live Ga as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb4/4-2/4-2:1.0/input/input27
[    6.978562] usbcore: registered new interface driver uvcvideo
[    6.978568] USB Video Class driver (1.1.1)
[    7.021754] EDAC amd64: Node 0: DRAM ECC disabled.
[    7.021760] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    7.045750] r8822be 0000:05:00.0 wlp5s0: renamed from wlan0
[    7.141397] usbcore: registered new interface driver snd-usb-audio
[    7.339197] Adding 67108860k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:67108860k SSFS
[    7.813371] EXT4-fs (sda): mounted filesystem with ordered data mode. Opts: (null)
[    7.992276] RPC: Registered named UNIX socket transport module.
[    7.992307] RPC: Registered udp transport module.
[    7.992309] RPC: Registered tcp transport module.
[    7.992311] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    8.236216] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    8.236222] Bluetooth: BNEP filters: protocol multicast
[    8.236229] Bluetooth: BNEP socket layer initialized
[   10.579329] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   10.589986] tun: Universal TUN/TAP device driver, 1.6
[   10.592807] virbr0: port 1(virbr0-nic) entered blocking state
[   10.592885] virbr0: port 1(virbr0-nic) entered disabled state
[   10.593739] device virbr0-nic entered promiscuous mode
[   10.832029] virbr0: port 1(virbr0-nic) entered blocking state
[   10.832137] virbr0: port 1(virbr0-nic) entered listening state
[   10.903750] virbr0: port 1(virbr0-nic) entered disabled state
[   11.749612] igb 0000:04:00.0 enp4s0: igb: enp4s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[   11.856294] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
[   79.487386] Bluetooth: RFCOMM TTY layer initialized
[   79.487409] Bluetooth: RFCOMM socket layer initialized
[   79.487458] Bluetooth: RFCOMM ver 1.11
[   80.430508] fuse init (API version 7.28)
[   80.914146] logitech-hidpp-device 0003:046D:4026.0008: HID++ 2.0 device connected.
[   82.820937] rfkill: input handler disabled
[  126.743566] virbr0: port 2(vnet0) entered blocking state
[  126.743578] virbr0: port 2(vnet0) entered disabled state
[  126.743858] device vnet0 entered promiscuous mode
[  126.745208] virbr0: port 2(vnet0) entered blocking state
[  126.745220] virbr0: port 2(vnet0) entered listening state
[  128.806060] virbr0: port 2(vnet0) entered learning state
[  130.853404] virbr0: port 2(vnet0) entered forwarding state
[  130.853414] virbr0: topology change detected, propagating
[  332.324434] kworker/dying (348) used greatest stack depth: 11424 bytes left
[13867.080011] hrtimer: interrupt took 46107 ns
[16527.357769] perf: interrupt took too long (2507 > 2500), lowering kernel.perf_event_max_sample_rate to 79000
[21442.271974] uvcvideo: Non-zero status (-71) in video completion handler.
[21442.272458] retire_capture_urb: 48 callbacks suppressed
[28956.790415] nf_conntrack: default automatic helper assignment has been turned off for security reasons and CT-based  firewall rule not found. Use the iptables CT target to attach helpers instead.

[33873.126307] ========================================================
[33873.126308] WARNING: possible irq lock inversion dependency detected
[33873.126311] 5.0.0-0.rc6.git1.1.fc30.x86_64 #1 Tainted: G         C       
[33873.126312] --------------------------------------------------------
[33873.126314] java/12730 just changed the state of lock:
[33873.126316] 000000001bf18d8d (&st->lock){+...}, at: speculation_ctrl_update+0x164/0x1d0
[33873.126324] but this lock was taken by another, HARDIRQ-safe lock in the past:
[33873.126325]  (&(&sighand->siglock)->rlock){-.-.}
[33873.126326] 
               
               and interrupts could create inverse lock ordering between them.

[33873.126328] 
               other info that might help us debug this:
[33873.126329]  Possible interrupt unsafe locking scenario:

[33873.126330]        CPU0                    CPU1
[33873.126330]        ----                    ----
[33873.126331]   lock(&st->lock);
[33873.126333]                                local_irq_disable();
[33873.126334]                                lock(&(&sighand->siglock)->rlock);
[33873.126335]                                lock(&st->lock);
[33873.126336]   <Interrupt>
[33873.126337]     lock(&(&sighand->siglock)->rlock);
[33873.126338] 
                *** DEADLOCK ***

[33873.126339] no locks held by java/12730.
[33873.126340] 
               the shortest dependencies between 2nd lock and 1st lock:
[33873.126344]  -> (&(&sighand->siglock)->rlock){-.-.} {
[33873.126346]     IN-HARDIRQ-W at:
[33873.126350]                       _raw_spin_lock_irqsave+0x49/0x83
[33873.126353]                       __lock_task_sighand+0x85/0x180
[33873.126356]                       do_send_sig_info+0x35/0x90
[33873.126357]                       kill_pid_info+0x83/0x150
[33873.126361]                       it_real_fn+0x39/0xf0
[33873.126363]                       __hrtimer_run_queues+0x110/0x450
[33873.126365]                       hrtimer_interrupt+0x10e/0x240
[33873.126368]                       smp_apic_timer_interrupt+0x83/0x230
[33873.126369]                       apic_timer_interrupt+0xf/0x20
[33873.126371]     IN-SOFTIRQ-W at:
[33873.126373]                       _raw_spin_lock_irqsave+0x49/0x83
[33873.126375]                       __lock_task_sighand+0x85/0x180
[33873.126377]                       do_send_sig_info+0x35/0x90
[33873.126378]                       kill_pid_info+0x83/0x150
[33873.126380]                       it_real_fn+0x39/0xf0
[33873.126382]                       __hrtimer_run_queues+0x110/0x450
[33873.126384]                       hrtimer_interrupt+0x10e/0x240
[33873.126386]                       smp_apic_timer_interrupt+0x83/0x230
[33873.126388]                       apic_timer_interrupt+0xf/0x20
[33873.126390]                       __do_softirq+0xb5/0x46a
[33873.126392]                       irq_exit+0x119/0x120
[33873.126394]                       do_IRQ+0x9d/0x120
[33873.126396]                       ret_from_intr+0x0/0x22
[33873.126398]                       cpuidle_enter_state+0xbf/0x470
[33873.126401]                       do_idle+0x1ec/0x280
[33873.126403]                       cpu_startup_entry+0x19/0x20
[33873.126406]                       start_kernel+0x52a/0x548
[33873.126409]                       secondary_startup_64+0xa4/0xb0
[33873.126410]     INITIAL USE at:
[33873.126412]                      _raw_spin_lock_irq+0x3d/0x80
[33873.126414]                      calculate_sigpending+0x22/0x40
[33873.126416]                      ret_from_fork+0x8/0x50
[33873.126417]   }
[33873.126420]   ... key      at: [<ffffffffad257290>] __key.68417+0x0/0x8
[33873.126421]   ... acquired at:
[33873.126423]    speculation_ctrl_update+0x164/0x1d0
[33873.126425]    speculation_ctrl_update_current+0x22/0x30
[33873.126428]    ssb_prctl_set.part.0+0x1a/0x20
[33873.126430]    arch_seccomp_spec_mitigate+0x25/0x50
[33873.126433]    do_seccomp+0x8f1/0x960
[33873.126436]    do_syscall_64+0x5c/0xa0
[33873.126438]    entry_SYSCALL_64_after_hwframe+0x49/0xbe

[33873.126439] -> (&st->lock){+...} {
[33873.126441]    HARDIRQ-ON-W at:
[33873.126444]                     _raw_spin_lock+0x31/0x80
[33873.126446]                     speculation_ctrl_update+0x164/0x1d0
[33873.126448]                     speculation_ctrl_update_current+0x22/0x30
[33873.126449]                     arch_prctl_spec_ctrl_set+0xe5/0x110
[33873.126452]                     __x64_sys_prctl+0xce/0x53c
[33873.126454]                     do_syscall_64+0x5c/0xa0
[33873.126455]                     entry_SYSCALL_64_after_hwframe+0x49/0xbe
[33873.126457]    INITIAL USE at:
[33873.126459]                    _raw_spin_lock+0x31/0x80
[33873.126461]                    speculation_ctrl_update+0x164/0x1d0
[33873.126463]                    speculation_ctrl_update_current+0x22/0x30
[33873.126465]                    ssb_prctl_set.part.0+0x1a/0x20
[33873.126466]                    arch_seccomp_spec_mitigate+0x25/0x50
[33873.126468]                    do_seccomp+0x8f1/0x960
[33873.126470]                    do_syscall_64+0x5c/0xa0
[33873.126472]                    entry_SYSCALL_64_after_hwframe+0x49/0xbe
[33873.126473]  }
[33873.126477]  ... key      at: [<ffffffffad1f69c8>] __key.60803+0x0/0x8
[33873.126478]  ... acquired at:
[33873.126481]    __lock_acquire+0x544/0x1660
[33873.126483]    lock_acquire+0xa2/0x1b0
[33873.126485]    _raw_spin_lock+0x31/0x80
[33873.126487]    speculation_ctrl_update+0x164/0x1d0
[33873.126488]    speculation_ctrl_update_current+0x22/0x30
[33873.126490]    arch_prctl_spec_ctrl_set+0xe5/0x110
[33873.126492]    __x64_sys_prctl+0xce/0x53c
[33873.126494]    do_syscall_64+0x5c/0xa0
[33873.126495]    entry_SYSCALL_64_after_hwframe+0x49/0xbe

[33873.126497] 
               stack backtrace:
[33873.126500] CPU: 5 PID: 12730 Comm: java Tainted: G         C        5.0.0-0.rc6.git1.1.fc30.x86_64 #1
[33873.126502] Hardware name: System manufacturer System Product Name/ROG STRIX X470-I GAMING, BIOS 1103 11/16/2018
[33873.126504] Call Trace:
[33873.126508]  dump_stack+0x85/0xc0
[33873.126511]  check_usage_backwards.cold+0x1d/0x26
[33873.126515]  mark_lock+0x188/0x600
[33873.126518]  ? print_shortest_lock_dependencies+0x40/0x40
[33873.126520]  __lock_acquire+0x544/0x1660
[33873.126523]  ? sched_clock+0x5/0x10
[33873.126525]  ? sched_clock_cpu+0xc/0xc0
[33873.126528]  lock_acquire+0xa2/0x1b0
[33873.126530]  ? speculation_ctrl_update+0x164/0x1d0
[33873.126533]  _raw_spin_lock+0x31/0x80
[33873.126535]  ? speculation_ctrl_update+0x164/0x1d0
[33873.126537]  speculation_ctrl_update+0x164/0x1d0
[33873.126540]  speculation_ctrl_update_current+0x22/0x30
[33873.126542]  arch_prctl_spec_ctrl_set+0xe5/0x110
[33873.126544]  __x64_sys_prctl+0xce/0x53c
[33873.126546]  ? trace_hardirqs_off_thunk+0x1a/0x1c
[33873.126549]  do_syscall_64+0x5c/0xa0
[33873.126551]  entry_SYSCALL_64_after_hwframe+0x49/0xbe
[33873.126555] RIP: 0033:0x7f51369301ee
[33873.126558] Code: 48 8b 0d 9d 3c 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 9d 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 6a 3c 0c 00 f7 d8 64 89 01 48
[33873.126560] RSP: 002b:00007ffe0894f698 EFLAGS: 00000246 ORIG_RAX: 000000000000009d
[33873.126562] RAX: ffffffffffffffda RBX: 00007f51366f60c8 RCX: 00007f51369301ee
[33873.126564] RDX: 0000000000000004 RSI: 0000000000000000 RDI: 0000000000000035
[33873.126565] RBP: 0000000000000003 R08: 0000000000000000 R09: 000055d7cfff1270
[33873.126566] R10: 0000000000000000 R11: 0000000000000246 R12: 00007ffe08953da8
[33873.126568] R13: 000055d7cffee950 R14: 00007f51366f6198 R15: 0000000000000000

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-02-18 20:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-18 20:49 [5.0.0 rc6 BUG] possible irq lock inversion dependency detected Mikhail Gavrilov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).