Bug 5878 - [ANCK-5.10][Alinux3][x86_64] 使用工具注入1ms时延故障后执行 stress-ng --io-uring 1 -t 5s 指令发生crash,kernel NULL pointer dereference
Summary: [ANCK-5.10][Alinux3][x86_64] 使用工具注入1ms时延故障后执行 stress-ng --io-uring 1 -t 5s 指令...
Status: NEW
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: block/storage (show other bugs) block/storage
Version: 5.10.y-15
Hardware: x86_64 Linux
: P2-High S2-major
Target Milestone: ---
Assignee: maqiao
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-14 12:33 UTC by yy1023
Modified: 2023-07-17 07:59 UTC (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yy1023 2023-07-14 12:33:23 UTC
[缺陷描述]:
FIT工具对io_wqe_cancel_pending_work函数注入1ms的时延后执行stress-ng --io-uring 1 -t 5s指令发送crash
[重现环境]:
# cat /etc/os-release
NAME="Alibaba Cloud Linux"
VERSION="3 (Soaring Falcon)"
ID="alinux"
ID_LIKE="rhel fedora centos anolis"
VERSION_ID="3"
PLATFORM_ID="platform:al8"
PRETTY_NAME="Alibaba Cloud Linux 3 (Soaring Falcon)"
ANSI_COLOR="0;31"
HOME_URL="https://www.aliyun.com/"
How reproducible:

# uname -r
5.10.134-15_rc2.al8.x86_64

# free -h
              total        used        free      shared  buff/cache   available
Mem:          7.3Gi       758Mi       4.3Gi       1.0Mi       2.2Gi       6.3Gi
Swap:            0B          0B          0B

# free -h
              total        used        free      shared  buff/cache   available
Mem:          7.3Gi       758Mi       4.3Gi       1.0Mi       2.2Gi       6.3Gi
Swap:            0B          0B          0B
[root@iZbp1esyiqa4v7lvgcycxtZ kernels]# lscpu
Architecture:        x86_64
CPU op-mode(s):      32-bit, 64-bit
Byte Order:          Little Endian
CPU(s):              4
On-line CPU(s) list: 0-3
Thread(s) per core:  2
Core(s) per socket:  2
Socket(s):           1
NUMA node(s):        1
Vendor ID:           GenuineIntel
BIOS Vendor ID:      Alibaba Cloud
CPU family:          6
Model:               85
Model name:          Intel(R) Xeon(R) Platinum 8269CY CPU @ 2.50GHz
BIOS Model name:     pc-i440fx-2.1
Stepping:            7
CPU MHz:             2499.998
BogoMIPS:            4999.99
Hypervisor vendor:   KVM
Virtualization type: full
L1d cache:           32K
L1i cache:           32K
L2 cache:            1024K
L3 cache:            36608K
NUMA node0 CPU(s):   0-3
Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f avx512dq rdseed adx smap clflushopt clwb avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves arat avx512_vnni

# rpm -qa | grep -E "crash|kexec-tools"
kexec-tools-2.0.24-6.1.al8.x86_64
crash-7.3.1-5.al8.x86_64

[复现步骤]:
# 下载最新stress-ng工具
git clone https://github.com/ColinIanKing/stress-ng.git  
cd stress-ng
make && make install
Actual results:
#获取FIT工具
在测试虚拟机的 /home/qiaoyun/test_copy路径下
# 执行测试
./fit -m io_wqe_cancel_pending_work -v 1
nohup stress-ng --io-uring 2 -t 20s

[预期结果]:
由于执行liburing单次io_uring测试用例未发生crash
stress-ng --io-uring 1 执行正常,不会发生crash

[tag] [reply] [−]Descriptionyy1023 2023-07-04 19:42:23 UTC
[缺陷描述]:
执行 stress-ng --io-uring 2 -t 20s 指令发生crash

[重现环境]:
# cat /etc/os-release
NAME="Alibaba Cloud Linux"
VERSION="3 (Soaring Falcon)"
ID="alinux"
ID_LIKE="rhel fedora centos anolis"
VERSION_ID="3"
PLATFORM_ID="platform:al8"
PRETTY_NAME="Alibaba Cloud Linux 3 (Soaring Falcon)"
ANSI_COLOR="0;31"
HOME_URL="https://www.aliyun.com/"
How reproducible:

# uname -r
5.10.134-15_rc2.al8.x86_64

# free -h
              total        used        free      shared  buff/cache   available
Mem:          7.3Gi       758Mi       4.3Gi       1.0Mi       2.2Gi       6.3Gi
Swap:            0B          0B          0B

# free -h
              total        used        free      shared  buff/cache   available
Mem:          7.3Gi       758Mi       4.3Gi       1.0Mi       2.2Gi       6.3Gi
Swap:            0B          0B          0B
[root@iZbp1esyiqa4v7lvgcycxtZ kernels]# lscpu
Architecture:        x86_64
CPU op-mode(s):      32-bit, 64-bit
Byte Order:          Little Endian
CPU(s):              4
On-line CPU(s) list: 0-3
Thread(s) per core:  2
Core(s) per socket:  2
Socket(s):           1
NUMA node(s):        1
Vendor ID:           GenuineIntel
BIOS Vendor ID:      Alibaba Cloud
CPU family:          6
Model:               85
Model name:          Intel(R) Xeon(R) Platinum 8269CY CPU @ 2.50GHz
BIOS Model name:     pc-i440fx-2.1
Stepping:            7
CPU MHz:             2499.998
BogoMIPS:            4999.99
Hypervisor vendor:   KVM
Virtualization type: full
L1d cache:           32K
L1i cache:           32K
L2 cache:            1024K
L3 cache:            36608K
NUMA node0 CPU(s):   0-3
Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f avx512dq rdseed adx smap clflushopt clwb avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves arat avx512_vnni

# rpm -qa | grep -E "crash|kexec-tools"
kexec-tools-2.0.24-6.1.al8.x86_64
crash-7.3.1-5.al8.x86_64

[复现步骤]:
# 下载最新stress-ng工具
git clone https://github.com/ColinIanKing/stress-ng.git  
cd stress-ng
make && make install
Actual results:
# 执行测试
nohup stress-ng --io-uring 2 -t 20s


[预期结果]:
stress-ng --io-uring 2 执行正常,不会发生crash

[实际结果]:
执行 stress-ng --io-uring 2 -t 20s 指令发生crash,vmcore解析如下:
[root@iZbp1esyiqa4v7lvgcycxtZ 127.0.0.1-2023-07-14-10:55:21]# crash /lib/debug/lib/modules/5.10.134-15_rc2.al8.x86_64/vmlinux vmcore

crash 7.3.1-5.al8
Copyright (C) 2002-2021  Red Hat, Inc.
Copyright (C) 2004, 2005, 2006, 2010  IBM Corporation
Copyright (C) 1999-2006  Hewlett-Packard Co
Copyright (C) 2005, 2006, 2011, 2012  Fujitsu Limited
Copyright (C) 2006, 2007  VA Linux Systems Japan K.K.
Copyright (C) 2005, 2011, 2020-2021  NEC Corporation
Copyright (C) 1999, 2002, 2007  Silicon Graphics, Inc.
Copyright (C) 1999, 2000, 2001, 2002  Mission Critical Linux, Inc.
This program is free software, covered by the GNU General Public License,
and you are welcome to change it and/or distribute copies of it under
certain conditions.  Enter "help copying" to see the conditions.
This program has absolutely no warranty.  Enter "help warranty" for details.
 
GNU gdb (GDB) 7.6
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu"...

WARNING: kernel relocated [864MB]: patching 126601 gdb minimal_symbol values

      KERNEL: /lib/debug/lib/modules/5.10.134-15_rc2.al8.x86_64/vmlinux  [TAINTED]
    DUMPFILE: vmcore  [PARTIAL DUMP]
        CPUS: 4
        DATE: Fri Jul 14 10:55:19 CST 2023
      UPTIME: 16:48:25
LOAD AVERAGE: 2831.44, 771.51, 262.64
       TASKS: 4909
    NODENAME: iZbp1esyiqa4v7lvgcycxtZ
     RELEASE: 5.10.134-15_rc2.al8.x86_64
     VERSION: #1 SMP Fri Jun 30 17:17:09 CST 2023
     MACHINE: x86_64  (2499 Mhz)
      MEMORY: 7.7 GB
       PANIC: "Oops: 0000 [#1] SMP PTI" (check log for details)
         PID: 5960
     COMMAND: "stress-ng-io-ur"
        TASK: ffff929d84480000  [THREAD_INFO: ffff929d84480000]
         CPU: 2
       STATE:  (PANIC)

crash> bt
PID: 5960   TASK: ffff929d84480000  CPU: 2   COMMAND: "stress-ng-io-ur"
 #0 [ffffb34600a2f7e8] machine_kexec at ffffffffb705fb30
 #1 [ffffb34600a2f830] __crash_kexec at ffffffffb71a4cda
 #2 [ffffb34600a2f8f0] panic at ffffffffb7a8a506
 #3 [ffffb34600a2f988] exc_page_fault at ffffffffb7ad20b8
 #4 [ffffb34600a2f9b0] asm_exc_page_fault at ffffffffb7c00afe
    [exception RIP: is_skip+369]
    RIP: ffffffffc05e0a91  RSP: ffffb34600a2fa60  RFLAGS: 00010246
    RAX: 0000000000000000  RBX: ffffb3460002f000  RCX: 0000000000000000
    RDX: ffffffffb7405be0  RSI: ffffb3460002f360  RDI: ffffb34600a2fb78
    RBP: ffffb34600a2fba8   R8: 0000000000000000   R9: fffff875c6b8e088
    R10: 00000000001ac605  R11: 000000000003b700  R12: ffffb34600a2fa78
    R13: ffff929ea811f3c0  R14: ffffffffb7405be5  R15: 0000000000000001
    ORIG_RAX: ffffffffffffffff  CS: 0010  SS: 0018
 #5 [ffffb34600a2fa68] release_pages at ffffffffb72a9656
 #6 [ffffb34600a2fb80] io_wqe_cancel_pending_work at ffffffffb7405be1
 #7 [ffffb34600a2fb98] io_wqe_cancel_pending_work at ffffffffb7405be5
 #8 [ffffb34600a2fbb0] handler_pre_delay at ffffffffc05e0eb1 [frame]
 #9 [ffffb34600a2fbd0] kprobe_ftrace_handler at ffffffffb7063105
#10 [ffffb34600a2fc00] ftrace_ops_assist_func at ffffffffb71e7166
#11 [ffffb34600a2fcb8] io_wqe_cancel_pending_work at ffffffffb7405be1
#12 [ffffb34600a2fce8] io_wqe_cancel_pending_work at ffffffffb7405be5
#13 [ffffb34600a2fcf0] io_wq_cancel_cb at ffffffffb7406d42
#14 [ffffb34600a2fd38] io_ring_ctx_wait_and_kill at ffffffffb73fe83e
#15 [ffffb34600a2fd58] io_uring_release at ffffffffb73fe95c

vmcore-dmesg的信息:
[    0.000000] Linux version 5.10.134-15_rc2.al8.x86_64 (mockbuild@kojid011139182114.na61) (gcc (GCC) 10.2.1 20200825 (Alibaba 10.2.1-3.5 2.32), GNU ld version 2.35-12.2.al8) #1 SMP Fri Jun 30 17:17:09 CST 2023
[    0.000000] Command line: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.10.134-15_rc2.al8.x86_64 root=UUID=3bda0135-1a08-4c3e-8216-e07c05dd073a ro cryptomgr.notests rcupdate.rcu_cpu_stall_timeout=300 vring_force_dma_api rhgb quiet biosdevname=0 net.ifnames=0 console=tty0 console=ttyS0,115200n8 noibrs nvme_core.io_timeout=4294967295 nvme_core.admin_timeout=4294967295 cgroup.memory=nokmem crashkernel=0M-2G:0M,2G-8G:192M,8G-:256M
[    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: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: xstate_offset[5]:  960, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]: 1024, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1536, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: Enabled xstate features 0xff, context size is 2560 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3632
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000013ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000014000000-0x000000001511ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000015120000-0x00000000bffcdfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bffce000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000230000000-0x000000023fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: Alibaba Cloud Alibaba Cloud ECS, BIOS 449e491 04/01/2014
[    0.000000] Hypervisor detected: KVM
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 214001001, primary cpu clock
[    0.000000] kvm-clock: using sched offset of 2176148788 cycles
[    0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000004] tsc: Detected 2499.998 MHz processor
[    0.001016] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001018] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001025] last_pfn = 0x230000 max_arch_pfn = 0x400000000
[    0.001046] MTRR default type: write-back
[    0.001047] MTRR fixed ranges enabled:
[    0.001048]   00000-9FFFF write-back
[    0.001049]   A0000-BFFFF uncachable
[    0.001050]   C0000-FFFFF write-protect
[    0.001051] MTRR variable ranges enabled:
[    0.001052]   0 base 0000C0000000 mask 3FFFC0000000 uncachable
[    0.001053]   1 disabled
[    0.001053]   2 disabled
[    0.001054]   3 disabled
[    0.001054]   4 disabled
[    0.001055]   5 disabled
[    0.001055]   6 disabled
[    0.001056]   7 disabled
[    0.001063] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001069] last_pfn = 0xbffce max_arch_pfn = 0x400000000
[    0.004762] found SMP MP-table at [mem 0x000f5a10-0x000f5a1f]
[    0.004842] kexec: Reserving the low 1M of memory for crashkernel
[    0.004873] Using GB pages for direct mapping
[    0.005208] RAMDISK: [mem 0x34783000-0x363b9fff]
[    0.005211] ACPI: Early table checksum verification disabled
[    0.005214] ACPI: RSDP 0x00000000000F57F0 000014 (v00 BOCHS )
[    0.005217] ACPI: RSDT 0x00000000BFFE1B12 000034 (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)
[    0.005223] ACPI: FACP 0x00000000BFFE0BFE 000074 (v01 BOCHS  BXPCFACP 00000001 BXPC 00000001)
[    0.005227] ACPI: DSDT 0x00000000BFFE0040 000BBE (v01 BOCHS  BXPCDSDT 00000001 BXPC 00000001)
[    0.005230] ACPI: FACS 0x00000000BFFE0000 000040
[    0.005232] ACPI: SSDT 0x00000000BFFE0C72 000D28 (v01 BOCHS  BXPCSSDT 00000001 BXPC 00000001)
[    0.005235] ACPI: APIC 0x00000000BFFE199A 000090 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
[    0.005237] ACPI: SRAT 0x00000000BFFE1A2A 0000E8 (v01 BOCHS  BXPCSRAT 00000001 BXPC 00000001)
[    0.005240] ACPI: Reserving FACP table memory at [mem 0xbffe0bfe-0xbffe0c71]
[    0.005241] ACPI: Reserving DSDT table memory at [mem 0xbffe0040-0xbffe0bfd]
[    0.005241] ACPI: Reserving FACS table memory at [mem 0xbffe0000-0xbffe003f]
[    0.005242] ACPI: Reserving SSDT table memory at [mem 0xbffe0c72-0xbffe1999]
[    0.005243] ACPI: Reserving APIC table memory at [mem 0xbffe199a-0xbffe1a29]
[    0.005243] ACPI: Reserving SRAT table memory at [mem 0xbffe1a2a-0xbffe1b11]
[    0.005257] ACPI: Local APIC address 0xfee00000
[    0.005291] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.005292] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[    0.005293] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[    0.005294] SRAT: PXM 0 -> APIC 0x03 -> Node 0
[    0.005298] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.005300] ACPI: SRAT: Node 0 PXM 0 [mem 0x00100000-0xbfffffff]
[    0.005301] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x23fffffff]
[    0.005304] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0xbfffffff] -> [mem 0x00000000-0xbfffffff]
[    0.005306] NUMA: Node 0 [mem 0x00000000-0xbfffffff] + [mem 0x100000000-0x22fffffff] -> [mem 0x00000000-0x22fffffff]
[    0.005321] NODE_DATA(0) allocated [mem 0x22ffd5000-0x22fffffff]
[    0.005642] Reserving 0MB of extra memory for crashkernel
[    0.005643] Reserving 192MB of memory at 2864MB for crashkernel (System RAM: 7918MB)
[    0.005660] Zone ranges:
[    0.005660]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.005662]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.005663]   Normal   [mem 0x0000000100000000-0x000000022fffffff]
[    0.005664]   Device   empty
[    0.005665] Movable zone start for each node
[    0.005668] Early memory node ranges
[    0.005669]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.005669]   node   0: [mem 0x0000000000100000-0x0000000013ffffff]
[    0.005670]   node   0: [mem 0x0000000015120000-0x00000000bffcdfff]
[    0.005671]   node   0: [mem 0x0000000100000000-0x000000022fffffff]
[    0.005673] Initmem setup node 0 [mem 0x0000000000001000-0x000000022fffffff]
[    0.005675] On node 0 totalpages: 2027084
[    0.005676]   DMA zone: 64 pages used for memmap
[    0.005676]   DMA zone: 158 pages reserved
[    0.005677]   DMA zone: 3998 pages, LIFO batch:0
[    0.005678]   DMA32 zone: 12155 pages used for memmap
[    0.005679]   DMA32 zone: 777902 pages, LIFO batch:63
[    0.005680]   Normal zone: 19456 pages used for memmap
[    0.005680]   Normal zone: 1245184 pages, LIFO batch:63
[    0.005685] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.005729] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.013289] On node 0, zone DMA32: 4384 pages in unavailable ranges
[    0.025300] On node 0, zone Normal: 50 pages in unavailable ranges
[    0.025669] ACPI: PM-Timer IO Port: 0x608
[    0.025672] ACPI: Local APIC address 0xfee00000
[    0.025680] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.025701] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.025703] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.025705] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.025706] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.025707] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.025708] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.025709] ACPI: IRQ0 used by override.
[    0.025710] ACPI: IRQ5 used by override.
[    0.025711] ACPI: IRQ9 used by override.
[    0.025712] ACPI: IRQ10 used by override.
[    0.025712] ACPI: IRQ11 used by override.
[    0.025714] Using ACPI (MADT) for SMP configuration information
[    0.025716] TSC deadline timer available
[    0.025717] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.025743] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.025745] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.025747] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.025748] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.025750] PM: hibernation: Registered nosave memory: [mem 0x14000000-0x1511ffff]
[    0.025753] PM: hibernation: Registered nosave memory: [mem 0xbffce000-0xbfffffff]
[    0.025754] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]
[    0.025755] PM: hibernation: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]
[    0.025756] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xfffbffff]
[    0.025757] PM: hibernation: Registered nosave memory: [mem 0xfffc0000-0xffffffff]
[    0.025760] [mem 0xc0000000-0xfeffbfff] available for PCI devices
[    0.025761] Booting paravirtualized kernel on KVM
[    0.025764] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.030732] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.031102] percpu: Embedded 65 pages/cpu s229376 r8192 d28672 u524288
[    0.031107] pcpu-alloc: s229376 r8192 d28672 u524288 alloc=1*2097152
[    0.031109] pcpu-alloc: [0] 0 1 2 3 
[    0.031132] kvm-guest: stealtime: cpu 0, msr 228037080
[    0.031138] Built 1 zonelists, mobility grouping on.  Total pages: 1995251
[    0.031139] Policy zone: Normal
[    0.031141] Kernel command line: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.10.134-15_rc2.al8.x86_64 root=UUID=3bda0135-1a08-4c3e-8216-e07c05dd073a ro cryptomgr.notests rcupdate.rcu_cpu_stall_timeout=300 vring_force_dma_api rhgb quiet biosdevname=0 net.ifnames=0 console=tty0 console=ttyS0,115200n8 noibrs nvme_core.io_timeout=4294967295 nvme_core.admin_timeout=4294967295 cgroup.memory=nokmem crashkernel=0M-2G:0M,2G-8G:192M,8G-:256M
[    0.031193] Force vring dma api enabled
[    0.032498] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.033078] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.033137] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.042517] software IO TLB: area num 4.
[    0.065889] Memory: 7624084K/8108336K available (14346K kernel code, 9592K rwdata, 9324K rodata, 2684K init, 7440K bss, 483992K reserved, 0K cma-reserved)
[    0.066042] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.066053] Kernel/User page tables isolation: enabled
[    0.066068] ftrace: allocating 45264 entries in 177 pages
[    0.074527] ftrace: allocated 177 pages with 4 groups
[    0.074635] rcu: Hierarchical RCU implementation.
[    0.074636] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.074637] 	RCU CPU stall warnings timeout set to 300 (rcu_cpu_stall_timeout).
[    0.074638] 	Rude variant of Tasks RCU enabled.
[    0.074638] 	Tracing variant of Tasks RCU enabled.
[    0.074640] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.074640] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.078439] NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
[    0.087443] Console: colour VGA+ 80x25
[    0.087457] printk: console [tty0] enabled
[    0.087501] printk: console [ttyS0] enabled
[    0.087521] ACPI: Core revision 20200925
[    0.087574] APIC: Switch to symmetric I/O mode setup
[    0.087678] try_to_enable_x2apic: remap_mode: -38
[    0.087689] x2apic enabled
[    0.087853] Switched APIC routing to physical x2apic.
[    0.088432] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x240937b9988, max_idle_ns: 440795218083 ns
[    0.088438] Calibrating delay loop (skipped) preset value.. 4999.99 BogoMIPS (lpj=2499998)
[    0.088440] pid_max: default: 32768 minimum: 301
[    0.088484] LSM: Security Framework initializing
[    0.088504] SELinux:  Initializing.
[    0.088571] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.088584] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.088953] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.088954] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.088956] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.088958] Spectre V2 : Mitigation: Retpolines
[    0.088959] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.088960] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.088960] RETBleed: WARNING: Spectre v2 mitigation leaves CPU vulnerable to RETBleed attacks, data leaks possible!
[    0.089434] RETBleed: Vulnerable
[    0.089434] Speculative Store Bypass: Vulnerable
[    0.089434] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.089434] TAA: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.089434] MMIO Stale Data: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.089434] Freeing SMP alternatives memory: 36K
[    0.089434] smpboot: CPU0: Intel(R) Xeon(R) Platinum 8269CY CPU @ 2.50GHz (family: 0x6, model: 0x55, stepping: 0x7)
[    0.089434] Performance Events: unsupported p6 CPU model 85 no PMU driver, software events only.
[    0.089434] rcu: Hierarchical SRCU implementation.
[    0.089434] smp: Bringing up secondary CPUs ...
[    0.089434] x86: Booting SMP configuration:
[    0.089434] .... node  #0, CPUs:      #1
[    0.010842] kvm-clock: cpu 1, msr 214001041, secondary cpu clock
[    0.089434] kvm-guest: stealtime: cpu 1, msr 2280b7080
[    0.089442] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.089442] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
[    0.089443] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
[    0.089539]  #2
[    0.010842] kvm-clock: cpu 2, msr 214001081, secondary cpu clock
[    0.089736] kvm-guest: stealtime: cpu 2, msr 228137080
[    0.089736]  #3
[    0.010842] kvm-clock: cpu 3, msr 2140010c1, secondary cpu clock
[    0.089741] kvm-guest: stealtime: cpu 3, msr 2281b7080
[    0.089741] smp: Brought up 1 node, 4 CPUs
[    0.089741] smpboot: Max logical packages: 1
[    0.089741] smpboot: Total of 4 processors activated (19999.98 BogoMIPS)
[    0.090675] devtmpfs: initialized
[    0.090675] x86/mm: Memory block size: 128MB
[    0.091531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.091534] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.091584] pinctrl core: initialized pinctrl subsystem
[    0.091828] NET: Registered protocol family 16
[    0.091939] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.091942] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.091946] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.091953] audit: initializing netlink subsys (disabled)
[    0.091959] audit: type=2000 audit(1689242814.808:1): state=initialized audit_enabled=0 res=1
[    0.091959] thermal_sys: Registered thermal governor 'fair_share'
[    0.091959] thermal_sys: Registered thermal governor 'bang_bang'
[    0.091959] thermal_sys: Registered thermal governor 'step_wise'
[    0.091959] thermal_sys: Registered thermal governor 'user_space'
[    0.091959] cpuidle: using governor menu
[    0.091959] HugeTLB: can optimize 4095 vmemmap pages for hugepages-1048576kB
[    0.091959] ACPI: bus type PCI registered
[    0.091959] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.091959] PCI: Using configuration type 1 for base access
[    0.093470] Kprobes globally optimized
[    0.093474] HugeTLB: can optimize 7 vmemmap pages for hugepages-2048kB
[    0.093474] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.093474] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.093474] alg: self-tests disabled
[    0.094454] cryptd: max_cpu_qlen set to 1000
[    0.096488] ACPI: Added _OSI(Module Device)
[    0.096489] ACPI: Added _OSI(Processor Device)
[    0.096490] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.096490] ACPI: Added _OSI(Processor Aggregator Device)
[    0.096491] ACPI: Added _OSI(Linux-Dell-Video)
[    0.096492] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.096493] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.097547] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.098123] ACPI: Interpreter enabled
[    0.098131] ACPI: (supports S0 S5)
[    0.098132] ACPI: Using IOAPIC for interrupt routing
[    0.098145] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.098283] ACPI: Enabled 16 GPEs in block 00 to 0F
[    0.100045] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.100049] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.100056] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.100268] acpiphp: Slot [3] registered
[    0.100279] acpiphp: Slot [4] registered
[    0.100296] acpiphp: Slot [5] registered
[    0.100311] acpiphp: Slot [6] registered
[    0.100322] acpiphp: Slot [7] registered
[    0.100336] acpiphp: Slot [8] registered
[    0.100347] acpiphp: Slot [9] registered
[    0.100358] acpiphp: Slot [10] registered
[    0.100372] acpiphp: Slot [11] registered
[    0.100384] acpiphp: Slot [12] registered
[    0.100399] acpiphp: Slot [13] registered
[    0.100412] acpiphp: Slot [14] registered
[    0.100424] acpiphp: Slot [15] registered
[    0.100434] acpiphp: Slot [16] registered
[    0.100451] acpiphp: Slot [17] registered
[    0.100463] acpiphp: Slot [18] registered
[    0.100473] acpiphp: Slot [19] registered
[    0.100484] acpiphp: Slot [20] registered
[    0.100495] acpiphp: Slot [21] registered
[    0.100506] acpiphp: Slot [22] registered
[    0.100517] acpiphp: Slot [23] registered
[    0.100530] acpiphp: Slot [24] registered
[    0.100541] acpiphp: Slot [25] registered
[    0.100552] acpiphp: Slot [26] registered
[    0.100563] acpiphp: Slot [27] registered
[    0.100574] acpiphp: Slot [28] registered
[    0.100585] acpiphp: Slot [29] registered
[    0.100599] acpiphp: Slot [30] registered
[    0.100610] acpiphp: Slot [31] registered
[    0.100617] PCI host bridge to bus 0000:00
[    0.100619] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.100620] pci_bus 0000:00: root bus resource [io  0x0d00-0xadff window]
[    0.100620] pci_bus 0000:00: root bus resource [io  0xae0f-0xaeff window]
[    0.100621] pci_bus 0000:00: root bus resource [io  0xaf20-0xafdf window]
[    0.100622] pci_bus 0000:00: root bus resource [io  0xafe4-0xffff window]
[    0.100623] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.100624] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[    0.100625] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.100651] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[    0.100954] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[    0.101333] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[    0.102386] pci 0000:00:01.1: reg 0x20: [io  0xc060-0xc06f]
[    0.102765] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.102766] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.102767] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.102768] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.102891] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300
[    0.103957] pci 0000:00:01.2: reg 0x20: [io  0xc000-0xc01f]
[    0.104499] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[    0.104770] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
[    0.104776] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
[    0.104949] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000
[    0.105444] pci 0000:00:02.0: reg 0x10: [mem 0xfc000000-0xfdffffff pref]
[    0.105946] pci 0000:00:02.0: reg 0x14: [mem 0xfebf0000-0xfebf0fff]
[    0.108138] pci 0000:00:02.0: reg 0x30: [mem 0xfebe0000-0xfebeffff pref]
[    0.108344] pci 0000:00:03.0: [1af4:1003] type 00 class 0x078000
[    0.108636] pci 0000:00:03.0: reg 0x10: [io  0xc020-0xc03f]
[    0.109033] pci 0000:00:03.0: reg 0x14: [mem 0xfebf1000-0xfebf1fff]
[    0.110921] pci 0000:00:04.0: [1af4:1001] type 00 class 0x010000
[    0.111443] pci 0000:00:04.0: reg 0x10: [mem 0xfe000000-0xfe000fff 64bit pref]
[    0.111989] pci 0000:00:04.0: reg 0x18: [mem 0xfe001000-0xfe001fff 64bit pref]
[    0.113739] pci 0000:00:05.0: [1af4:1001] type 00 class 0x010000
[    0.114310] pci 0000:00:05.0: reg 0x10: [mem 0xfe002000-0xfe002fff 64bit pref]
[    0.114708] pci 0000:00:05.0: reg 0x18: [mem 0xfe003000-0xfe003fff 64bit pref]
[    0.116479] pci 0000:00:06.0: [1af4:1000] type 00 class 0x020000
[    0.117049] pci 0000:00:06.0: reg 0x10: [mem 0xfe004000-0xfe004fff 64bit pref]
[    0.117442] pci 0000:00:06.0: reg 0x18: [mem 0xfe005000-0xfe005fff 64bit pref]
[    0.118949] pci 0000:00:07.0: [1af4:1002] type 00 class 0x00ff00
[    0.119210] pci 0000:00:07.0: reg 0x10: [io  0xc040-0xc05f]
[    0.120878] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[    0.120945] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    0.120998] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    0.121049] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[    0.121078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[    0.121348] iommu: Default domain type: Passthrough 
[    0.121476] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.121476] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.121476] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.121476] vgaarb: loaded
[    0.121577] SCSI subsystem initialized
[    0.121599] ACPI: bus type USB registered
[    0.121611] usbcore: registered new interface driver usbfs
[    0.121619] usbcore: registered new interface driver hub
[    0.121624] usbcore: registered new device driver usb
[    0.121649] pps_core: LinuxPPS API ver. 1 registered
[    0.121649] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.121651] PTP clock support registered
[    0.121663] EDAC MC: Ver: 3.0.0
[    0.121663] NetLabel: Initializing
[    0.121663] NetLabel:  domain hash size = 128
[    0.121663] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.121663] NetLabel:  unlabeled traffic allowed by default
[    0.121663] PCI: Using ACPI for IRQ routing
[    0.121663] PCI: pci_cache_line_size set to 64 bytes
[    0.121704] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.121705] e820: reserve RAM buffer [mem 0xbffce000-0xbfffffff]
[    0.122457] clocksource: Switched to clocksource kvm-clock
[    0.136591] VFS: Disk quotas dquot_6.6.0
[    0.136605] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.136660] pnp: PnP ACPI init
[    0.136715] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.136736] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.136750] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.136767] pnp 00:03: [dma 2]
[    0.136777] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.136832] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.136972] pnp: PnP ACPI: found 5 devices
[    0.143914] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.143977] NET: Registered protocol family 2
[    0.144198] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.145289] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.145301] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.145360] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.145486] TCP: Hash tables configured (established 65536 bind 65536)
[    0.145603] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    0.145625] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.145641] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.145690] NET: Registered protocol family 1
[    0.145694] NET: Registered protocol family 44
[    0.145704] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.145705] pci_bus 0000:00: resource 5 [io  0x0d00-0xadff window]
[    0.145706] pci_bus 0000:00: resource 6 [io  0xae0f-0xaeff window]
[    0.145707] pci_bus 0000:00: resource 7 [io  0xaf20-0xafdf window]
[    0.145708] pci_bus 0000:00: resource 8 [io  0xafe4-0xffff window]
[    0.145709] pci_bus 0000:00: resource 9 [mem 0x000a0000-0x000bffff window]
[    0.145710] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xfebfffff window]
[    0.145755] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.145764] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.145772] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.160488] PCI Interrupt Link [LNKD] enabled at IRQ 11
[    0.175243] pci 0000:00:01.2: quirk_usb_early_handoff+0x0/0x100 took 28760 usecs
[    0.175284] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.175338] PCI: CLS 0 bytes, default 64
[    0.175451] Trying to unpack rootfs image as initramfs...
[    0.549202] Freeing initrd memory: 28892K
[    0.549205] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.549206] software IO TLB: mapped [mem 0x00000000af000000-0x00000000b3000000] (64MB)
[    0.549288] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x240937b9988, max_idle_ns: 440795218083 ns
[    0.549331] clocksource: Switched to clocksource tsc
[    0.552079] Initialise system trusted keyrings
[    0.552093] Key type blacklist registered
[    0.552145] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    0.553451] zbud: loaded
[    0.554164] integrity: Platform Keyring initialized
[    0.554165] Allocating IMA blacklist keyring.
[    0.561323] NET: Registered protocol family 38
[    0.561326] Key type asymmetric registered
[    0.561327] Asymmetric key parser 'x509' registered
[    0.561342] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.561394] io scheduler mq-deadline registered
[    0.561395] io scheduler kyber registered
[    0.561423] io scheduler bfq registered
[    0.561822] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.561918] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.562019] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.562048] ACPI: Power Button [PWRF]
[    0.562110] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[    0.562126] ACPI: Sleep Button [SLPF]
[    0.577428] PCI Interrupt Link [LNKC] enabled at IRQ 10
[    0.577472] virtio-pci 0000:00:03.0: virtio_pci: leaving for legacy driver
[    0.577745] virtio-pci 0000:00:04.0: virtio_pci: leaving for legacy driver
[    0.577886] virtio-pci 0000:00:05.0: virtio_pci: leaving for legacy driver
[    0.577996] virtio-pci 0000:00:06.0: virtio_pci: leaving for legacy driver
[    0.593045] virtio-pci 0000:00:07.0: virtio_pci: leaving for legacy driver
[    0.593372] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.593484] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.593944] Non-volatile memory driver v1.3
[    0.596163] virtio_blk virtio1: [vda] 83886080 512-byte logical blocks (42.9 GB/40.0 GiB)
[    0.596164] vda: detected capacity change from 0 to 42949672960
[    0.700121]  vda: vda1
[    0.707430] virtio_blk virtio2: [vdb] 83886080 512-byte logical blocks (42.9 GB/40.0 GiB)
[    0.707433] vdb: detected capacity change from 0 to 42949672960
[    0.782607] rdac: device handler registered
[    0.782724] hp_sw: device handler registered
[    0.782725] emc: device handler registered
[    0.782781] alua: device handler registered
[    0.782975] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.782977] ehci-pci: EHCI PCI platform driver
[    0.782984] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.782986] ohci-pci: OHCI PCI platform driver
[    0.783017] usbcore: registered new interface driver usbserial_generic
[    0.783020] usbserial: USB Serial support registered for generic
[    0.783058] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.783598] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.783602] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.783803] rtc_cmos 00:00: RTC can wake from S4
[    0.784194] rtc_cmos 00:00: registered as rtc0
[    0.784315] rtc_cmos 00:00: setting system clock to 2023-07-13T10:06:54 UTC (1689242814)
[    0.784338] rtc_cmos 00:00: alarms up to one day, 114 bytes nvram
[    0.784347] intel_pstate: CPU model not supported
[    0.784389] cpuidle: using governor haltpoll
[    0.784458] kvm-guest: host does not support poll control
[    0.784461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    0.785129] kvm-guest: host upgrade recommended
[    0.785957] hid: raw HID events driver (C) Jiri Kosina
[    0.785994] usbcore: registered new interface driver usbhid
[    0.785995] usbhid: USB HID core driver
[    0.786020] drop_monitor: Initializing network drop monitor service
[    0.786086] Initializing XFRM netlink socket
[    0.786217] NET: Registered protocol family 10
[    0.786506] Segment Routing with IPv6
[    0.786519] NET: Registered protocol family 17
[    0.786580] mpls_gso: MPLS GSO support
[    0.786877] No MBM correction factor available
[    0.786880] IPI shorthand broadcast: enabled
[    0.786892] AVX2 version of gcm_enc/dec engaged.
[    0.786893] AES CTR mode by8 optimization enabled
[    0.787275] sched_clock: Marking stable (777428143, 9842000)->(803805203, -16535060)
[    0.787340] registered taskstats version 1
[    0.787407] Loading compiled-in X.509 certificates
[    0.787682] Loaded X.509 cert 'Alibaba Cloud: Aliyun Linux Driver update signing key: 9c4b08a61ce9d8b631bb4f728b187a13dc95fa34'
[    0.787704] Loaded X.509 cert 'Alibaba Cloud: Aliyun Linux Driver update signing key: 0b44eb91d8412f625d42a32c9a6d4efb83040852'
[    0.787737] zswap: loaded using pool lzo/zbud
[    0.790637] Key type encrypted registered
[    0.790645] ima: No TPM chip found, activating TPM-bypass!
[    0.790654] ima: Allocated hash algorithm: sha256
[    0.790664] ima: No architecture policies found
[    0.790677] evm: Initialising EVM extended attributes:
[    0.790678] evm: security.selinux
[    0.790678] evm: security.SMACK64
[    0.790679] evm: security.SMACK64EXEC
[    0.790679] evm: security.SMACK64TRANSMUTE
[    0.790680] evm: security.SMACK64MMAP
[    0.790680] evm: security.ima
[    0.790681] evm: security.capability
[    0.790681] evm: HMAC attrs: 0x1
[    0.791008] RAS: Correctable Errors collector initialized.
[    0.791120] NMI watchdog: Perf NMI watchdog permanently disabled
[    0.791383] integrity: Unable to open file: /etc/keys/x509_ima.der (-2)
[    0.791385] integrity: Unable to open file: /etc/keys/x509_evm.der (-2)
[    0.793171] Freeing unused decrypted memory: 2036K
[    0.794418] Freeing unused kernel image (initmem) memory: 2684K
[    0.800453] Write protecting the kernel read-only data: 26624k
[    0.801050] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.801291] Freeing unused kernel image (rodata/data gap) memory: 916K
[    0.801314] Run /init as init process
[    0.801315]   with arguments:
[    0.801316]     /init
[    0.801317]     vring_force_dma_api
[    0.801317]     rhgb
[    0.801318]     noibrs
[    0.801318]   with environment:
[    0.801319]     HOME=/
[    0.801319]     TERM=linux
[    0.801320]     BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.10.134-15_rc2.al8.x86_64
[    0.801320]     biosdevname=0
[    0.801321]     crashkernel=0M-2G:0M,2G-8G:192M,8G-:256M
[    0.809608] systemd[1]: systemd 239 (239-68.0.2.al8.1) 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=legacy)
[    0.809653] systemd[1]: Detected virtualization kvm.
[    0.809656] systemd[1]: Detected architecture x86-64.
[    0.809658] systemd[1]: Running in initial RAM disk.
[    0.821301] systemd[1]: Set hostname to <iZbp1esyiqa4v7lvgcycxtZ>.
[    0.862402] random: systemd: uninitialized urandom read (16 bytes read)
[    0.862497] systemd[1]: Listening on Journal Socket (/dev/log).
[    0.862534] random: systemd: uninitialized urandom read (16 bytes read)
[    0.862596] systemd[1]: Listening on Journal Socket.
[    0.862605] random: systemd: uninitialized urandom read (16 bytes read)
[    0.863425] systemd[1]: Started Memstrack Anylazing Service.
[    0.863601] systemd[1]: Listening on udev Kernel Socket.
[    0.863689] systemd[1]: Listening on udev Control Socket.
[    1.862094] libata version 3.00 loaded.
[    1.862876] ata_piix 0000:00:01.1: version 2.13
[    1.869549] random: systemd: uninitialized urandom read (16 bytes read)
[    1.869669] random: systemd: uninitialized urandom read (16 bytes read)
[    1.876542] scsi host0: ata_piix
[    1.883383] random: systemd-journal: uninitialized urandom read (16 bytes read)
[    1.896490] scsi host1: ata_piix
[    1.896543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc060 irq 14
[    1.896545] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc068 irq 15
[    2.066687] cirrus 0000:00:02.0: vgaarb: deactivate vga console
[    2.101692] Console: switching to colour dummy device 80x25
[    2.107567] [drm] Initialized cirrus 2.0.0 2019 for 0000:00:02.0 on minor 0
[    2.108083] fbcon: cirrusdrmfb (fb0) is primary device
[    2.111098] Console: switching to colour frame buffer device 128x48
[    2.112238] cirrus 0000:00:02.0: [drm] fb0: cirrusdrmfb frame buffer device
[    2.196105] random: crng init done
[    2.196108] random: 80 urandom warning(s) missed due to ratelimiting
[    2.397834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)
[    3.219412] printk: systemd: 18 output lines suppressed due to ratelimiting
[    3.312280] SELinux:  Runtime disable is deprecated, use selinux=0 on the kernel cmdline.
[    3.313225] SELinux:  Disabled at runtime.
[    3.341482] audit: type=1404 audit(1689242817.057:2): enforcing=0 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=0 old-enabled=1 lsm=selinux res=1
[    3.352108] systemd[1]: systemd 239 (239-68.0.2.al8.1) 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=legacy)
[    3.352142] systemd[1]: Detected virtualization kvm.
[    3.352146] systemd[1]: Detected architecture x86-64.
[    3.352739] systemd[1]: Set hostname to <iZbp1esyiqa4v7lvgcycxtZ>.
[    3.470730] systemd[1]: Configuration file /etc/systemd/system/cloudmonitor.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    3.512257] systemd[1]: systemd-journald.service: Succeeded.
[    3.513165] systemd[1]: initrd-switch-root.service: Succeeded.
[    3.513613] systemd[1]: Stopped Switch Root.
[    3.513846] systemd[1]: systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart.
[    3.513916] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    3.543499] EXT4-fs (vda1): re-mounted. Opts: (null)
[    3.596518] RPC: Registered named UNIX socket transport module.
[    3.596520] RPC: Registered udp transport module.
[    3.596521] RPC: Registered tcp transport module.
[    3.596521] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    3.641602] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    3.998762] input: PC Speaker as /devices/platform/pcspkr/input/input4
[    3.999221] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0
[    4.007134] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input6
[    4.007345] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input5
[    4.103939] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer
[    4.204638] mousedev: PS/2 mouse device common for all mice
[    7.963650] process 'local/aegis/aegis_update/AliYunDunUpdate' started with executable stack
[   10.366585] NFSD: Using nfsdcld client tracking operations.
[   10.366588] NFSD: no clients to reclaim, skipping NFSv4 grace period (net f000009a)
[57131.636051] frame: loading out-of-tree module taints kernel.
[57131.636079] frame: module verification failed: signature and/or required key missing - tainting kernel
[57131.636397] [fit] frame initialized.
[57131.640892] [fit] cmd: 2 __x64_, -1 -1 -1 20230714:095908 -1 io_wqe_cancel_pending_work
[57131.640894] [fit] op_method_type: 2
[57131.640895] method_syscall: io_wqe_cancel_pending_work
[57131.640896] [fit] op_syscall: io_wqe_cancel_pending_work
[57131.640897] [fit] op_errno: 0
[57131.640898] [fit] op_pid: -1
[57131.640899] [fit] op_comm: -1
[57131.640900] [fit] op_file_path: -1
[57131.640901] [fit] op_start_time: 20230714:095908
[57131.640901] [fit] op_duration_second: -1
[57131.640903] [fit] op_method_id: io_wqe_cancel_pending_work
[57131.640903] [fit] do time delay simulation.
[57131.640907] [fit] op_syscall: io_wqe_cancel_pending_work
[57131.644917] [fit] do_delay: planted kprobe at 0000000024eba8a6
[57244.678819] [fit] undo_probe: kprobe at 0000000024eba8a6 unregistered.
[57244.678866] [fit] frame exited.
[57271.074735] [fit] frame initialized.
[57271.079256] [fit] cmd: 2 __x64_, -1 -1 -1 20230714:100127 -1 io_wqe_cancel_pending_work
[57271.079259] [fit] op_method_type: 2
[57271.079260] method_syscall: io_wqe_cancel_pending_work
[57271.079261] [fit] op_syscall: io_wqe_cancel_pending_work
[57271.079262] [fit] op_errno: 0
[57271.079263] [fit] op_pid: -1
[57271.079264] [fit] op_comm: -1
[57271.079265] [fit] op_file_path: -1
[57271.079266] [fit] op_start_time: 20230714:100127
[57271.079266] [fit] op_duration_second: -1
[57271.079267] [fit] op_method_id: io_wqe_cancel_pending_work
[57271.079268] [fit] do time delay simulation.
[57271.079272] [fit] op_syscall: io_wqe_cancel_pending_work
[57271.083274] [fit] do_delay: planted kprobe at 0000000024eba8a6
[57364.775460] [fit] undo_probe: kprobe at 0000000024eba8a6 unregistered.
[57364.775504] [fit] frame exited.
[57552.632134] [fit] frame initialized.
[57552.636230] [fit] cmd: 2 __x64_, -1 -1 -1 20230714:100609 -1 io_wqe_cancel_pending_work
[57552.636233] [fit] op_method_type: 2
[57552.636234] method_syscall: io_wqe_cancel_pending_work
[57552.636234] [fit] op_syscall: io_wqe_cancel_pending_work
[57552.636235] [fit] op_errno: 0
[57552.636236] [fit] op_pid: -1
[57552.636236] [fit] op_comm: -1
[57552.636237] [fit] op_file_path: -1
[57552.636237] [fit] op_start_time: 20230714:100609
[57552.636238] [fit] op_duration_second: -1
[57552.636239] [fit] op_method_id: io_wqe_cancel_pending_work
[57552.636239] [fit] do time delay simulation.
[57552.636243] [fit] op_syscall: io_wqe_cancel_pending_work
[57552.639547] [fit] do_delay: planted kprobe at 0000000024eba8a6
[57560.164526] [fit] undo_probe: kprobe at 0000000024eba8a6 unregistered.
[57560.164588] [fit] frame exited.
[60399.561654] [fit] frame initialized.
[60399.565381] [fit] cmd: 2 __x64_,1 -1 -1 -1 20230714:105336 -1 io_wqe_cancel_pending_work
[60399.565383] [fit] op_method_type: 2
[60399.565384] method_syscall: io_wqe_cancel_pending_work
[60399.565385] [fit] op_syscall: io_wqe_cancel_pending_work
[60399.565385] [fit] op_errno: 1
[60399.565386] [fit] op_pid: -1
[60399.565387] [fit] op_comm: -1
[60399.565387] [fit] op_file_path: -1
[60399.565388] [fit] op_start_time: 20230714:105336
[60399.565388] [fit] op_duration_second: -1
[60399.565389] [fit] op_method_id: io_wqe_cancel_pending_work
[60399.565390] [fit] do time delay simulation.
[60399.565393] [fit] op_syscall: io_wqe_cancel_pending_work
[60399.568808] [fit] do_delay: planted kprobe at 0000000024eba8a6
[60447.466027] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60481.928442] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60481.933188] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60481.938255] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60481.943237] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60481.948290] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60481.953380] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60481.959306] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60481.965664] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60481.972087] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60481.978658] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60481.985635] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60481.991253] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60481.997595] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60482.003410] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60482.008709] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60482.014303] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60482.019919] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60482.025218] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60482.030674] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60482.035734] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60482.041083] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60482.046370] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60482.051656] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60482.056978] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60482.061951] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60482.067002] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
[60482.071874] [fit] do_delay: process stress-ng-io-ur called syscall io_wqe_cancel_pending_work.
......
[60502.146152] BUG: kernel NULL pointer dereference, address: 0000000000000020
[60502.146780] #PF: supervisor read access in kernel mode
[60502.147236] #PF: error_code(0x0000) - not-present page
[60502.147633] PGD 0 P4D 0 
[60502.147871] Oops: 0000 [#1] SMP PTI
[60502.148207] CPU: 2 PID: 5960 Comm: stress-ng-io-ur Kdump: loaded Tainted: G           OE     5.10.134-15_rc2.al8.x86_64 #1
[60502.149235] Hardware name: Alibaba Cloud Alibaba Cloud ECS, BIOS 449e491 04/01/2014
[60502.149926] RIP: 0010:is_skip+0x171/0x2b0 [frame]
[60502.150356] Code: 31 ff 4c 8d 64 24 18 85 c0 b9 20 00 00 00 41 0f 94 c7 4c 89 e7 31 c0 f3 48 ab 65 48 8b 04 25 00 f0 01 00 48 8b 80 d0 0d 00 00 <4c> 8b 68 20 49 8b 45 08 48 8b 00 48 85 c0 74 52 45 31 f6 48 8b 50
[60502.151836] RSP: 0018:ffffb34600a2fa60 EFLAGS: 00010246
[60502.152320] RAX: 0000000000000000 RBX: ffffb3460002f000 RCX: 0000000000000000
[60502.152907] RDX: ffffffffb7405be0 RSI: ffffb3460002f360 RDI: ffffb34600a2fb78
[60502.153539] RBP: ffffb34600a2fba8 R08: 0000000000000000 R09: fffff875c6b8e088
[60502.154135] R10: 00000000001ac605 R11: 000000000003b700 R12: ffffb34600a2fa78
[60502.154828] R13: ffff929ea811f3c0 R14: ffffffffb7405be5 R15: 0000000000000001
[60502.155514] FS:  0000000000000000(0000) GS:ffff929ea8100000(0000) knlGS:0000000000000000
[60502.156134] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[60502.156650] CR2: 0000000000000020 CR3: 0000000212a10006 CR4: 00000000003706e0
[60502.157226] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[60502.157853] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[60502.158563] Call Trace:
[60502.158796]  ? release_pages+0x276/0x760
[60502.159110]  ? io_wqe_cancel_pending_work+0x1/0x130
[60502.159496]  ? io_wqe_cancel_pending_work+0x5/0x130
[60502.159915]  handler_pre_delay+0x11/0x62 [frame]
[60502.160284]  ? io_wqe_cancel_pending_work+0x1/0x130
[60502.160700]  ? kprobe_ftrace_handler+0x85/0xf0
[60502.161122]  ? io_wq_cancel_cb+0x72/0x170
[60502.161427]  ? ftrace_ops_assist_func+0x86/0x110
[60502.161781]  ? 0xffffffffc06e60c8
[60502.162143]  ? io_wqe_cancel_pending_work+0x1/0x130
[60502.162591]  ? io_wqe_cancel_pending_work+0x5/0x130
[60502.163098]  ? io_wq_cancel_cb+0x72/0x170
[60502.163544]  ? io_uring_poll+0x80/0x80
[60502.163891]  ? io_ring_ctx_wait_and_kill+0x9e/0x1a0
[60502.164383]  ? io_uring_release+0x1c/0x30
[60502.164838]  ? __fput+0x96/0x240
[60502.165293]  ? task_work_run+0x5c/0x90
[60502.165726]  ? do_exit+0x238/0x420
[60502.166131]  ? do_group_exit+0x33/0x90
[60502.166565]  ? get_signal+0x152/0x620
[60502.167003]  ? try_to_wake_up+0x1de/0x440
[60502.167461]  ? rwsem_mark_wake+0x1b4/0x2b0
[60502.168589]  ? arch_do_signal+0x2a/0x1d0
[60502.169646]  ? kmem_cache_free+0x500/0x550
[60502.170680]  ? do_unlinkat+0x84/0x2c0
[60502.171570]  ? do_unlinkat+0x84/0x2c0
[60502.172424]  ? exit_to_user_mode_loop+0x8d/0xe0
[60502.173410]  ? exit_to_user_mode_prepare+0x6e/0x80
[60502.174431]  ? syscall_exit_to_user_mode+0x12/0x40
[60502.175571]  ? entry_SYSCALL_64_after_hwframe+0x61/0xc6
[60502.176751] Modules linked in: frame(OE) rfkill intel_rapl_msr intel_rapl_common joydev mousedev isst_if_common nfit crct10dif_pclmul crc32_pclmul nf_tables libcrc32c nfnetlink ghash_clmulni_intel rapl psmouse i2c_piix4 pcspkr virtio_balloon nfsd auth_rpcgss nfs_acl lockd grace sunrpc cirrus drm_kms_helper syscopyarea sysfillrect sysimgblt ata_generic fb_sys_fops drm crc32c_intel serio_raw virtio_console i2c_core ata_piix virtio_net net_failover failover libata [last unloaded: frame]
[60502.183600] CR2: 0000000000000020
[60502.184367] ---[ end trace 07e605fc3a317fba ]---
[60502.185258] RIP: 0010:is_skip+0x171/0x2b0 [frame]
[60502.186162] Code: 31 ff 4c 8d 64 24 18 85 c0 b9 20 00 00 00 41 0f 94 c7 4c 89 e7 31 c0 f3 48 ab 65 48 8b 04 25 00 f0 01 00 48 8b 80 d0 0d 00 00 <4c> 8b 68 20 49 8b 45 08 48 8b 00 48 85 c0 74 52 45 31 f6 48 8b 50
[60502.189000] RSP: 0018:ffffb34600a2fa60 EFLAGS: 00010246
[60502.190039] RAX: 0000000000000000 RBX: ffffb3460002f000 RCX: 0000000000000000
[60502.191255] RDX: ffffffffb7405be0 RSI: ffffb3460002f360 RDI: ffffb34600a2fb78
[60502.192438] RBP: ffffb34600a2fba8 R08: 0000000000000000 R09: fffff875c6b8e088
[60502.193591] R10: 00000000001ac605 R11: 000000000003b700 R12: ffffb34600a2fa78
[60502.194759] R13: ffff929ea811f3c0 R14: ffffffffb7405be5 R15: 0000000000000001
[60502.195935] FS:  0000000000000000(0000) GS:ffff929ea8100000(0000) knlGS:0000000000000000
[60502.197180] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[60502.198210] CR2: 0000000000000020 CR3: 0000000212a10006 CR4: 00000000003706e0
[60502.199401] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[60502.200352] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[60502.201410] Kernel panic - not syncing: Fatal exception
[60502.203657] Kernel Offset: 0x36000000 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffffbfffffff)