Skip to content

Instantly share code, notes, and snippets.

@eddyz87
Last active September 29, 2024 09:35
Show Gist options
  • Save eddyz87/4cd50c2cf01323641999dc386e2d41eb to your computer and use it in GitHub Desktop.
Save eddyz87/4cd50c2cf01323641999dc386e2d41eb to your computer and use it in GitHub Desktop.
dmesg.decoded.log
=> bzImage
===> Booting
No EFI environment detected.
early console in extract_kernel
input_data: 0x000000000553e2c4
input_len: 0x00000000016a786e
output: 0x0000000001000000
output_len: 0x00000000051bc858
kernel_total_size: 0x0000000005c30000
needed_size: 0x0000000005e00000
trampoline_32bit: 0x0000000000000000
Physical KASLR using RDRAND RDTSC...
Virtual KASLR using RDRAND RDTSC...
Decompressing Linux... Parsing ELF... Performing relocations... done.
Booting the kernel (entry_offset: 0x000000000000007a).
[ 0.000000] Linux version 6.11.0-11570-gfc22830c5a07 (eddy@honey-badger) (clang version 20.0.0git (git@github.com:eddyz87/llvm-project.git 522b861e50bbf4fcde282bc50308afdb52d60a8b), LLD 18.1.8) #3 SMP PREEMPT_DYNAMIC Sun Sep 29 02:20:20 PDT 2024
[ 0.000000] Command line: rootfstype=9p rootflags=trans=virtio,cache=mmap,msize=1048576 rw earlyprintk=serial,0,115200 printk.devkmsg=on console=0,115200 loglevel=7 raid=noautodetect init=/tmp/vmtest-initImlBa.sh panic=-1 trace_event=:netfs_read,:netfs_sreq,:netfs_rreq,:netfs_failure,:netfs_write,:netfs_write_iter,:netfs_folio,:netfs_folioq,:netfs_progress,:netfs_donate
[ 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-0x00000000bffdffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bffe0000-0x00000000bfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[ 0.000000] printk: legacy bootconsole [earlyser0] enabled
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.3-2.fc40 04/01/2014
[ 0.000000] DMI: Memory slots populated: 1/1
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000001] kvm-clock: using sched offset of 221691450 cycles
[ 0.000347] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.001428] tsc: Detected 3700.014 MHz processor
[ 0.001980] last_pfn = 0x140000 max_arch_pfn = 0x400000000
[ 0.002364] MTRR map: 4 entries (3 fixed + 1 variable; max 19), built from 8 variable MTRRs
[ 0.002923] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.003405] last_pfn = 0xbffe0 max_arch_pfn = 0x400000000
[ 0.005014] found SMP MP-table at [mem 0x000f5400-0x000f540f]
[ 0.005406] Using GB pages for direct mapping
[ 0.006185] ACPI: Early table checksum verification disabled
[ 0.006567] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )
[ 0.006957] ACPI: RSDT 0x00000000BFFE1C84 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.007527] ACPI: FACP 0x00000000BFFE1B30 000074 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.008101] ACPI: DSDT 0x00000000BFFE0040 001AF0 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.008666] ACPI: FACS 0x00000000BFFE0000 000040
[ 0.008977] ACPI: APIC 0x00000000BFFE1BA4 000080 (v03 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.009544] ACPI: HPET 0x00000000BFFE1C24 000038 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.010114] ACPI: WAET 0x00000000BFFE1C5C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.010679] ACPI: Reserving FACP table memory at [mem 0xbffe1b30-0xbffe1ba3]
[ 0.011149] ACPI: Reserving DSDT table memory at [mem 0xbffe0040-0xbffe1b2f]
[ 0.011615] ACPI: Reserving FACS table memory at [mem 0xbffe0000-0xbffe003f]
[ 0.012084] ACPI: Reserving APIC table memory at [mem 0xbffe1ba4-0xbffe1c23]
[ 0.012549] ACPI: Reserving HPET table memory at [mem 0xbffe1c24-0xbffe1c5b]
[ 0.013018] ACPI: Reserving WAET table memory at [mem 0xbffe1c5c-0xbffe1c83]
[ 0.013619] No NUMA configuration found
[ 0.013874] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
[ 0.014324] NODE_DATA(0) allocated [mem 0x13fffa0c0-0x13fffdfff]
[ 0.014738] Zone ranges:
[ 0.014911] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.015322] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.015731] Normal [mem 0x0000000100000000-0x000000013fffffff]
[ 0.016144] Movable zone start for each node
[ 0.016427] Early memory node ranges
[ 0.016663] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.017082] node 0: [mem 0x0000000000100000-0x00000000bffdffff]
[ 0.017497] node 0: [mem 0x0000000100000000-0x000000013fffffff]
[ 0.017915] Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff]
[ 0.018487] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.018977] On node 0, zone DMA: 97 pages in unavailable ranges
[ 0.046722] On node 0, zone Normal: 32 pages in unavailable ranges
[ 0.084393] kasan: KernelAddressSanitizer initialized
[ 0.084959] ACPI: PM-Timer IO Port: 0x608
[ 0.085237] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.085650] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[ 0.086114] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.086535] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[ 0.086978] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.087416] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[ 0.087866] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[ 0.088321] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.088747] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.089094] TSC deadline timer available
[ 0.089357] CPU topo: Max. logical packages: 1
[ 0.089663] CPU topo: Max. logical dies: 1
[ 0.089973] CPU topo: Max. dies per package: 1
[ 0.090281] CPU topo: Max. threads per core: 1
[ 0.090587] CPU topo: Num. cores per package: 2
[ 0.090913] CPU topo: Num. threads per package: 2
[ 0.091236] CPU topo: Allowing 2 present CPUs plus 0 hotplug CPUs
[ 0.091663] kvm-guest: APIC: eoi() replaced with kvm_guest_apic_eoi_write()
[ 0.092139] kvm-guest: KVM setup pv remote TLB flush
[ 0.092469] kvm-guest: setup PV sched yield
[ 0.092759] [mem 0xc0000000-0xfeffbfff] available for PCI devices
[ 0.093166] Booting paravirtualized kernel on KVM
[ 0.093480] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.101381] setup_percpu: NR_CPUS:128 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[ 0.102092] percpu: Embedded 73 pages/cpu s258832 r8192 d31984 u1048576
[ 0.102568] Kernel command line: rootfstype=9p rootflags=trans=virtio,cache=mmap,msize=1048576 rw earlyprintk=serial,0,115200 printk.devkmsg=on console=0,115200 loglevel=7 raid=noautodetect init=/tmp/vmtest-initImlBa.sh panic=-1 trace_event=:netfs_read,:netfs_sreq,:netfs_rreq,:netfs_failure,:netfs_write,:netfs_write_iter,:netfs_folio,:netfs_folioq,:netfs_progress,:netfs_donate
[ 0.104910] Unknown kernel command line parameters "raid=noautodetect", will be passed to user space.
[ 0.105737] random: crng init done
[ 0.106242] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.106968] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.107566] Fallback order for Node 0: 0
[ 0.107569] Built 1 zonelists, mobility grouping on. Total pages: 1048446
[ 0.108312] Policy zone: Normal
[ 0.108528] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.108993] stackdepot: allocating hash table via alloc_large_system_hash
[ 0.109456] stackdepot hash table entries: 1048576 (order: 12, 16777216 bytes, linear)
[ 0.111081] software IO TLB: area num 2.
[ 0.165225] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Poking KASLR using RDRAND RDTSC...
[ 0.166004] ftrace: allocating 41447 entries in 162 pages
[ 0.166507] ftrace: allocated 162 pages with 3 groups
[ 0.167628] Dynamic Preempt: full
[ 0.168123] Running RCU self tests
[ 0.168359] Running RCU synchronous self tests
[ 0.168667] rcu: Preemptible hierarchical RCU implementation.
[ 0.169064] rcu: RCU event tracing is enabled.
[ 0.169374] rcu: RCU lockdep checking is enabled.
[ 0.169701] rcu: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=2.
[ 0.170161] Trampoline variant of Tasks RCU enabled.
[ 0.170506] Rude variant of Tasks RCU enabled.
[ 0.170814] Tracing variant of Tasks RCU enabled.
[ 0.171144] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.171666] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.172159] Running RCU synchronous self tests
[ 0.172467] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
[ 0.173068] RCU Tasks Rude: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
[ 0.173690] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
[ 0.185561] Failed to enable trace event: :netfs_folioq
[ 0.185991] NR_IRQS: 8448, nr_irqs: 440, preallocated irqs: 16
[ 0.186735] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.187613] Console: colour *CGA 80x25
[ 0.187928] printk: legacy console [ttyS0] enabled
[ 0.187928] printk: legacy console [ttyS0] enabled
[ 0.188603] printk: legacy bootconsole [earlyser0] disabled
[ 0.188603] printk: legacy bootconsole [earlyser0] disabled
[ 0.189387] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.189921] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.190205] ... MAX_LOCK_DEPTH: 48
[ 0.190496] ... MAX_LOCKDEP_KEYS: 8192
[ 0.190797] ... CLASSHASH_SIZE: 4096
[ 0.191102] ... MAX_LOCKDEP_ENTRIES: 32768
[ 0.191409] ... MAX_LOCKDEP_CHAINS: 65536
[ 0.191715] ... CHAINHASH_SIZE: 32768
[ 0.192026] memory used by lock dependency info: 6429 kB
[ 0.192397] memory used for stack traces: 4224 kB
[ 0.192727] per task-struct memory footprint: 1920 bytes
[ 0.193134] ACPI: Core revision 20240827
[ 0.193643] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 0.194411] APIC: Switch to symmetric I/O mode setup
[ 0.194770] kvm-guest: APIC: send_IPI_mask() replaced with kvm_send_ipi_mask()
[ 0.195273] kvm-guest: APIC: send_IPI_mask_allbutself() replaced with kvm_send_ipi_mask_allbutself()
[ 0.195904] kvm-guest: setup PV IPIs
[ 0.197003] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.197447] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6aaac4c722d, max_idle_ns: 881590506591 ns
[ 0.198185] Calibrating delay loop (skipped) preset value.. 7400.02 BogoMIPS (lpj=3700014)
[ 0.199235] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.200191] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127
[ 0.200596] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0
[ 0.201052] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.201180] Spectre V2 : WARNING: Unprivileged eBPF is enabled with eIBRS on, data leaks possible via Spectre v2 BHB attacks!
[ 0.202181] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 0.202588] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.203182] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.203764] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.204180] Speculative Return Stack Overflow: IBPB-extending microcode not applied!
[ 0.204716] Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options.
[ 0.204718] Speculative Return Stack Overflow: Vulnerable: Safe RET, no microcode
[ 0.206200] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.206726] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.207179] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.207618] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[ 0.208179] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[ 0.208621] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[ 0.209179] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.209717] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.210179] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
[ 0.210607] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
[ 0.211179] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[ 0.211600] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
[ 0.212025] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
[ 0.238805] Freeing SMP alternatives memory: 40K
[ 0.239133] pid_max: default: 32768 minimum: 301
[ 0.239297] LSM: initializing lsm=capability,selinux,bpf,ima
[ 0.239793] SELinux: Initializing.
[ 0.242111] LSM support for eBPF active
[ 0.242469] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.243184] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.245612] Running RCU synchronous self tests
[ 0.245935] Running RCU synchronous self tests
[ 0.246508] smpboot: CPU0: AMD Ryzen 9 7900 12-Core Processor (family: 0x19, model: 0x61, stepping: 0x2)
[ 0.247931] Running RCU Tasks wait API self tests
[ 0.356259] Running RCU Tasks Rude wait API self tests
[ 0.356742] Running RCU Tasks Trace wait API self tests
[ 0.357164] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[ 0.357704] ... version: 0
[ 0.357987] ... bit width: 48
[ 0.358183] ... generic registers: 6
[ 0.358466] ... value mask: 0000ffffffffffff
[ 0.358833] ... max period: 00007fffffffffff
[ 0.359183] ... fixed-purpose events: 0
[ 0.359459] ... event mask: 000000000000003f
[ 0.360167] signal: max sigframe size: 2976
[ 0.360353] rcu: Hierarchical SRCU implementation.
[ 0.360685] rcu: Max phase no-delay instances is 400.
[ 0.361357] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 0.362201] Callback from call_rcu_tasks_trace() invoked.
[ 0.377344] Failed to enable trace event: :netfs_folioq
[ 0.389208] smp: Bringing up secondary CPUs ...
[ 0.392618] smpboot: x86: Booting SMP configuration:
[ 0.392986] .... node #0, CPUs: #1
[ 0.393515] smp: Brought up 1 node, 2 CPUs
[ 0.394465] smpboot: Total of 2 processors activated (14800.05 BogoMIPS)
[ 0.395411] Memory: 3399388K/4193784K available (36864K kernel code, 14179K rwdata, 13280K rodata, 5508K init, 16560K bss, 786124K reserved, 0K cma-reserved)
[ 0.397502] devtmpfs: initialized
[ 0.403669] Running RCU synchronous self tests
[ 0.404000] Running RCU synchronous self tests
[ 0.404235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.404853] futex hash table entries: 512 (order: 4, 65536 bytes, linear)
[ 0.407637] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.409402] audit: initializing netlink subsys (disabled)
[ 0.410255] audit: type=2000 audit(1727602374.738:1): state=initialized audit_enabled=0 res=1
[ 0.411403] thermal_sys: Registered thermal governor 'step_wise'
[ 0.411410] thermal_sys: Registered thermal governor 'user_space'
[ 0.412002] cpuidle: using governor ladder
[ 0.412491] cpuidle: using governor menu
[ 0.413814] PCI: Using configuration type 1 for base access
[ 0.414195] PCI: Using configuration type 1 for extended access
[ 0.414739] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.419228] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.419228] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.419760] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.420184] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.427183] ACPI: Added _OSI(Module Device)
[ 0.427183] ACPI: Added _OSI(Processor Device)
[ 0.428185] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.428513] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.452178] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 0.462450] ACPI: Interpreter enabled
[ 0.462867] ACPI: PM: (supports S0 S3 S5)
[ 0.463157] ACPI: Using IOAPIC for interrupt routing
[ 0.463290] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.464060] PCI: Using E820 reservations for host bridge windows
[ 0.465741] ACPI: Enabled 2 GPEs in block 00 to 0F
[ 0.516212] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.516688] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.518749] PCI host bridge to bus 0000:00
[ 0.519129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.519188] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.519659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.520186] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[ 0.520700] pci_bus 0000:00: root bus resource [mem 0x380000000000-0x38007fffffff window]
[ 0.521189] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.521774] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 conventional PCI endpoint
[ 0.523836] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 conventional PCI endpoint
[ 0.525676] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 conventional PCI endpoint
[ 0.527414] pci 0000:00:01.1: BAR 4 [io 0xc100-0xc10f]
[ 0.528355] pci 0000:00:01.1: BAR 0 [io 0x01f0-0x01f7]: legacy IDE quirk
[ 0.528825] pci 0000:00:01.1: BAR 1 [io 0x03f6]: legacy IDE quirk
[ 0.529183] pci 0000:00:01.1: BAR 2 [io 0x0170-0x0177]: legacy IDE quirk
[ 0.529651] pci 0000:00:01.1: BAR 3 [io 0x0376]: legacy IDE quirk
[ 0.531258] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 conventional PCI endpoint
[ 0.532093] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI
[ 0.532188] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB
[ 0.533914] pci 0000:00:02.0: [1af4:1003] type 00 class 0x078000 conventional PCI endpoint
[ 0.535112] pci 0000:00:02.0: BAR 0 [io 0xc000-0xc03f]
[ 0.535825] pci 0000:00:02.0: BAR 1 [mem 0xfebfc000-0xfebfcfff]
[ 0.537851] pci 0000:00:02.0: BAR 4 [mem 0x380000000000-0x380000003fff 64bit pref]
[ 0.556549] pci 0000:00:03.0: [1af4:1003] type 00 class 0x078000 conventional PCI endpoint
[ 0.557820] pci 0000:00:03.0: BAR 0 [io 0xc040-0xc07f]
[ 0.558823] pci 0000:00:03.0: BAR 1 [mem 0xfebfd000-0xfebfdfff]
[ 0.560891] pci 0000:00:03.0: BAR 4 [mem 0x380000004000-0x380000007fff 64bit pref]
[ 0.580245] pci 0000:00:04.0: [1af4:1009] type 00 class 0x000200 conventional PCI endpoint
[ 0.581471] pci 0000:00:04.0: BAR 0 [io 0xc080-0xc0bf]
[ 0.582183] pci 0000:00:04.0: BAR 1 [mem 0xfebfe000-0xfebfefff]
[ 0.584138] pci 0000:00:04.0: BAR 4 [mem 0x380000008000-0x38000000bfff 64bit pref]
[ 0.602667] pci 0000:00:05.0: [1af4:1009] type 00 class 0x000200 conventional PCI endpoint
[ 0.603804] pci 0000:00:05.0: BAR 0 [io 0xc0c0-0xc0ff]
[ 0.604511] pci 0000:00:05.0: BAR 1 [mem 0xfebff000-0xfebfffff]
[ 0.607008] pci 0000:00:05.0: BAR 4 [mem 0x38000000c000-0x38000000ffff 64bit pref]
[ 0.629671] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[ 0.631550] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[ 0.633332] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[ 0.635127] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[ 0.635723] ACPI: PCI: Interrupt link LNKS configured for IRQ 9
[ 0.640209] iommu: Default domain type: Translated
[ 0.640209] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.641778] SCSI subsystem initialized
[ 0.642598] pps_core: LinuxPPS API ver. 1 registered
[ 0.643186] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.644003] PTP clock support registered
[ 0.646053] NetLabel: Initializing
[ 0.646184] NetLabel: domain hash size = 128
[ 0.646492] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.647025] NetLabel: unlabeled traffic allowed by default
[ 0.647184] PCI: Using ACPI for IRQ routing
[ 0.647855] vgaarb: loaded
[ 0.648231] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.648580] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[ 0.652451] clocksource: Switched to clocksource kvm-clock
[ 0.656797] pnp: PnP ACPI init
[ 0.662017] pnp: PnP ACPI: found 5 devices
[ 0.668028] Callback from call_rcu_tasks() invoked.
[ 0.683322] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.684291] NET: Registered PF_INET protocol family
[ 0.684788] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.694533] tcp_listen_portaddr_hash hash table entries: 2048 (order: 5, 147456 bytes, linear)
[ 0.695239] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.695806] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.696503] TCP bind hash table entries: 32768 (order: 10, 4718592 bytes, vmalloc hugepage)
[ 0.699919] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.700757] MPTCP token hash table entries: 4096 (order: 6, 360448 bytes, linear)
[ 0.701510] UDP hash table entries: 2048 (order: 6, 327680 bytes, linear)
[ 0.702275] UDP-Lite hash table entries: 2048 (order: 6, 327680 bytes, linear)
[ 0.703164] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.703636] NET: Registered PF_XDP protocol family
[ 0.703994] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.704422] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.704849] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.705328] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff window]
[ 0.705802] pci_bus 0000:00: resource 8 [mem 0x380000000000-0x38007fffffff window]
[ 0.706717] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.707131] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.707583] PCI: CLS 0 bytes, default 64
[ 0.707922] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.708373] software IO TLB: mapped [mem 0x00000000bbfe0000-0x00000000bffe0000] (64MB)
[ 0.708987] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6aaac4c722d, max_idle_ns: 881590506591 ns
[ 0.713627] Initialise system trusted keyrings
[ 0.714223] workingset: timestamp_bits=40 max_order=20 bucket_order=0
[ 0.716975] 9p: Installing v9fs 9p2000 file system support
[ 0.724959] NET: Registered PF_ALG protocol family
[ 0.725342] Key type asymmetric registered
[ 0.725659] Asymmetric key parser 'x509' registered
[ 0.726157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.726983] io scheduler mq-deadline registered
[ 0.727455] io scheduler kyber registered
[ 0.729135] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 0.731367] ACPI: button: Power Button [PWRF]
[ 2.005129] ACPI: _SB_.LNKB: Enabled at IRQ 10
[ 3.275902] ACPI: _SB_.LNKC: Enabled at IRQ 11
[ 4.552124] ACPI: _SB_.LNKD: Enabled at IRQ 11
[ 5.825994] ACPI: _SB_.LNKA: Enabled at IRQ 10
[ 5.922265] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 5.923692] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 5.978510] Linux agpgart interface v0.103
[ 5.999975] brd: module loaded
[ 6.013201] loop: module loaded
[ 6.019176] tun: Universal TUN/TAP device driver, 1.6
[ 6.020028] e1000: Intel(R) PRO/1000 Network Driver
[ 6.020392] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 6.021290] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 6.022674] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 6.023091] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 6.025096] Registered IR keymap rc-empty
[ 6.025602] rc rc0: rc-core loopback device as /devices/virtual/rc/rc0
[ 6.026416] rc rc0: lirc_dev: driver rc-loopback registered at minor = 0, raw IR receiver, raw IR transmitter
[ 6.027424] input: rc-core loopback device as /devices/virtual/rc/rc0/input2
[ 6.028425] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 6.031921] intel_powerclamp: CPU does not support MWAIT
[ 6.032317] amd_pstate: The CPPC feature is supported but currently disabled by the BIOS.
[ 6.032317] Please enable it if your BIOS has the CPPC option.
[ 6.033291] amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
[ 6.036879] ipip: IPv4 and MPLS over IPv4 tunneling driver
[ 6.038381] gre: GRE over IPv4 demultiplexor driver
[ 6.038737] ip_gre: GRE over IPv4 tunneling driver
[ 6.042084] Initializing XFRM netlink socket
[ 6.042450] IPsec XFRM device driver
[ 6.042875] NET: Registered PF_INET6 protocol family
[ 6.045241] Segment Routing with IPv6
[ 6.045576] In-situ OAM (IOAM) with IPv6
[ 6.045915] mip6: Mobile IPv6
[ 6.046219] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 6.048650] ip6_gre: GRE over IPv6 tunneling driver
[ 6.050064] NET: Registered PF_PACKET protocol family
[ 6.050627] 8021q: 802.1Q VLAN Support v1.8
[ 6.051031] 9pnet: Installing 9P2000 support
[ 6.053735] Key type dns_resolver registered
[ 6.054292] NET: Registered PF_VSOCK protocol family
[ 6.054692] mpls_gso: MPLS GSO support
[ 6.056252] IPI shorthand broadcast: enabled
[ 6.082749] sched_clock: Marking stable (6073004045, 8937906)->(6094169201, -12227250)
[ 6.084473] registered taskstats version 1
[ 6.102495] Loading compiled-in X.509 certificates
[ 6.105030] Loaded X.509 cert 'Build time autogenerated kernel key: bbb296f7dcfe076c79ef321bf437630530547d26'
[ 6.145733] Demotion targets for Node 0: null
[ 6.146644] ima: No TPM chip found, activating TPM-bypass!
[ 6.147141] ima: Allocated hash algorithm: sha1
[ 6.147529] ima: No architecture policies found
[ 6.652071] psmouse serio1: pixart_ps2: init: Unable to query PixArt touchpad hardware.
[ 6.757426] input: ImExPS/2 PixArt clickpad as /devices/platform/i8042/serio1/input/input4
[ 6.758827] 9pnet_virtio: no channels available for device
[ 6.759313] 9pnet: Limiting 'msize' to 512000 as this is the maximum supported by transport virtio
[ 6.761478] VFS: Mounted root (9p filesystem) on device 0:21.
[ 6.762437] devtmpfs: mounted
[ 6.775386] Freeing unused kernel image (initmem) memory: 5508K
[ 6.775728] Write protecting the kernel read-only data: 51200k
[ 6.776918] Freeing unused kernel image (rodata/data gap) memory: 1056K
[ 6.777376] Run /tmp/vmtest-initImlBa.sh as init process
[ 6.786308] Oops: general protection fault, probably for non-canonical address 0xdffffc0000000001: 0000 [#1] PREEMPT SMP KASAN NOPTI
[ 6.787066] KASAN: null-ptr-deref in range [0x0000000000000008-0x000000000000000f]
[ 6.788102] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.3-2.fc40 04/01/2014
[ 6.788653] RIP: 0010:__rmqueue_pcplist (./include/linux/list.h:195 ./include/linux/list.h:218 ./include/linux/list.h:229 mm/page_alloc.c:2993)
[ 6.788982] Code: c1 e8 03 80 3c 30 00 74 12 4c 89 f7 e8 99 d0 07 00 48 be 00 00 00 00 00 fc ff df 4d 8b 26 4d 8d 7c 24 08 4c 89 f8 48 c1 e8 03 <80> 3c 30 00 74 12 4c 89 ff e8 62 d1 07 00 48 be 00 00 00 00 00 fc
All code
========
0: c1 e8 03 shr $0x3,%eax
3: 80 3c 30 00 cmpb $0x0,(%rax,%rsi,1)
7: 74 12 je 0x1b
9: 4c 89 f7 mov %r14,%rdi
c: e8 99 d0 07 00 call 0x7d0aa
11: 48 be 00 00 00 00 00 movabs $0xdffffc0000000000,%rsi
18: fc ff df
1b: 4d 8b 26 mov (%r14),%r12
1e: 4d 8d 7c 24 08 lea 0x8(%r12),%r15
23: 4c 89 f8 mov %r15,%rax
26: 48 c1 e8 03 shr $0x3,%rax
2a:* 80 3c 30 00 cmpb $0x0,(%rax,%rsi,1) <-- trapping instruction
2e: 74 12 je 0x42
30: 4c 89 ff mov %r15,%rdi
33: e8 62 d1 07 00 call 0x7d19a
38: 48 rex.W
39: be 00 00 00 00 mov $0x0,%esi
3e: 00 fc add %bh,%ah
Code starting with the faulting instruction
===========================================
0: 80 3c 30 00 cmpb $0x0,(%rax,%rsi,1)
4: 74 12 je 0x18
6: 4c 89 ff mov %r15,%rdi
9: e8 62 d1 07 00 call 0x7d170
e: 48 rex.W
f: be 00 00 00 00 mov $0x0,%esi
14: 00 fc add %bh,%ah
[ 6.790142] RSP: 0018:ffff8881008970b8 EFLAGS: 00010212
[ 6.790479] RAX: 0000000000000001 RBX: ffff88811b3436f0 RCX: ffffffffb8513168
[ 6.790940] RDX: 0000000000000001 RSI: dffffc0000000000 RDI: ffffea00046cd810
[ 6.791392] RBP: ffff88811b3436f0 R08: 0000000000000000 R09: ffff88811b3436f0
[ 6.791850] R10: 0000000000000000 R11: 0000000000000010 R12: 0000000000000000
[ 6.792301] R13: ffff88811b3436d0 R14: ffffea00046cd808 R15: 0000000000000008
[ 6.792760] FS: 0000000000000000(0000) GS:ffff88811b300000(0000) knlGS:0000000000000000
[ 6.793269] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 6.793637] CR2: 00007f24babc3104 CR3: 000000010006a000 CR4: 0000000000750ef0
[ 6.794093] PKRU: 55555554
[ 6.794274] Call Trace:
[ 6.794441] <TASK>
[ 6.794586] ? __die_body (arch/x86/kernel/dumpstack.c:0 arch/x86/kernel/dumpstack.c:420)
[ 6.794821] ? die_addr (arch/x86/kernel/dumpstack.c:0)
[ 6.795044] ? exc_general_protection (arch/x86/kernel/traps.c:751 arch/x86/kernel/traps.c:693)
[ 6.795350] ? mark_lock (./arch/x86/include/asm/bitops.h:227 ./arch/x86/include/asm/bitops.h:239 ./include/asm-generic/bitops/instrumented-non-atomic.h:142 kernel/locking/lockdep.c:228 kernel/locking/lockdep.c:4700)
[ 6.795589] ? asm_exc_general_protection (./arch/x86/include/asm/idtentry.h:617)
[ 6.795914] ? __rmqueue_pcplist (./include/linux/list.h:195 ./include/linux/list.h:218 ./include/linux/list.h:229 mm/page_alloc.c:2993)
[ 6.796212] ? srso_alias_return_thunk (arch/x86/lib/retpoline.S:182)
[ 6.796528] get_page_from_freelist (mm/page_alloc.c:3025 mm/page_alloc.c:3056 mm/page_alloc.c:3454)
[ 6.796844] ? srso_alias_return_thunk (arch/x86/lib/retpoline.S:182)
[ 6.797153] ? prepare_alloc_pages (./include/linux/kernel.h:73 ./include/linux/sched/mm.h:330 mm/page_alloc.c:4493)
[ 6.797446] __alloc_pages_noprof (mm/page_alloc.c:4734)
[ 6.797739] alloc_pages_mpol_noprof (mm/mempolicy.c:2267)
[ 6.798042] folio_alloc_noprof (mm/mempolicy.c:2345 mm/mempolicy.c:2352)
[ 6.798309] page_cache_ra_unbounded (mm/readahead.c:265)
[ 6.798617] do_sync_mmap_readahead (mm/filemap.c:3200)
[ 6.798918] ? count_memcg_event_mm (./include/linux/rcupdate.h:337 ./include/linux/rcupdate.h:849 ./include/linux/memcontrol.h:1042 ./include/linux/memcontrol.h:1052)
[ 6.799211] filemap_fault (mm/filemap.c:3339)
[ 6.799461] ? srso_alias_return_thunk (arch/x86/lib/retpoline.S:182)
[ 6.799766] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4465)
[ 6.800012] ? srso_alias_return_thunk (arch/x86/lib/retpoline.S:182)
[ 6.800269] __do_fault (mm/memory.c:4876)
[ 6.800462] do_pte_missing (mm/memory.c:5312 mm/memory.c:5418 mm/memory.c:3965)
[ 6.800686] ? srso_alias_return_thunk (arch/x86/lib/retpoline.S:182)
[ 6.800951] ? __thp_vma_allowable_orders (./arch/x86/include/asm/bitops.h:206 ./arch/x86/include/asm/bitops.h:238 ./include/asm-generic/bitops/instrumented-non-atomic.h:142 mm/huge_memory.c:118)
[ 6.801220] ? _raw_spin_unlock (./arch/x86/include/asm/preempt.h:103 ./include/linux/spinlock_api_smp.h:143 kernel/locking/spinlock.c:186)
[ 6.801434] ? srso_alias_return_thunk (arch/x86/lib/retpoline.S:182)
[ 6.801697] handle_mm_fault (mm/memory.c:5767 mm/memory.c:5894 mm/memory.c:6062)
[ 6.801913] ? handle_mm_fault (./arch/x86/include/asm/current.h:49 mm/memory.c:6035)
[ 6.802137] ? srso_alias_return_thunk (arch/x86/lib/retpoline.S:182)
[ 6.802390] do_user_addr_fault (arch/x86/mm/fault.c:0)
[ 6.802614] ? srso_alias_return_thunk (arch/x86/lib/retpoline.S:182)
[ 6.802874] exc_page_fault (./arch/x86/include/asm/irqflags.h:19 ./arch/x86/include/asm/irqflags.h:87 ./arch/x86/include/asm/irqflags.h:147 arch/x86/mm/fault.c:1489 arch/x86/mm/fault.c:1539)
[ 6.803076] asm_exc_page_fault (./arch/x86/include/asm/idtentry.h:623)
[ 6.803288] RIP: 0010:elf_load (./arch/x86/include/asm/uaccess_64.h:183 ./arch/x86/include/asm/uaccess_64.h:200 fs/binfmt_elf.c:125 fs/binfmt_elf.c:421)
[ 6.803507] Code: 88 da 00 00 00 41 be 00 10 00 00 49 29 c6 48 c7 c7 00 3a 54 b8 be b0 00 00 00 e8 54 b7 d8 ff 0f 01 cb 31 c0 4c 89 e7 4c 89 f1 <f3> aa 0f 1f 00 0f 01 ca f6 04 24 02 74 17 48 c7 c0 f2 ff ff ff 48
All code
========
0: 88 da mov %bl,%dl
2: 00 00 add %al,(%rax)
4: 00 41 be add %al,-0x42(%rcx)
7: 00 10 add %dl,(%rax)
9: 00 00 add %al,(%rax)
b: 49 29 c6 sub %rax,%r14
e: 48 c7 c7 00 3a 54 b8 mov $0xffffffffb8543a00,%rdi
15: be b0 00 00 00 mov $0xb0,%esi
1a: e8 54 b7 d8 ff call 0xffffffffffd8b773
1f: 0f 01 cb stac
22: 31 c0 xor %eax,%eax
24: 4c 89 e7 mov %r12,%rdi
27: 4c 89 f1 mov %r14,%rcx
2a:* f3 aa rep stos %al,%es:(%rdi) <-- trapping instruction
2c: 0f 1f 00 nopl (%rax)
2f: 0f 01 ca clac
32: f6 04 24 02 testb $0x2,(%rsp)
36: 74 17 je 0x4f
38: 48 c7 c0 f2 ff ff ff mov $0xfffffffffffffff2,%rax
3f: 48 rex.W
Code starting with the faulting instruction
===========================================
0: f3 aa rep stos %al,%es:(%rdi)
2: 0f 1f 00 nopl (%rax)
5: 0f 01 ca clac
8: f6 04 24 02 testb $0x2,(%rsp)
c: 74 17 je 0x25
e: 48 c7 c0 f2 ff ff ff mov $0xfffffffffffffff2,%rax
15: 48 rex.W
[ 6.804454] RSP: 0018:ffff888100897b08 EFLAGS: 00050246
[ 6.804733] RAX: 0000000000000000 RBX: 00007f24babc32d8 RCX: 0000000000000efc
[ 6.805102] RDX: 0000000000000000 RSI: ffffffffb846cec0 RDI: 00007f24babc3104
[ 6.805470] RBP: dffffc0000000000 R08: ffffffffb9fcdcef R09: 1ffffffff73f9b9d
[ 6.805840] R10: dffffc0000000000 R11: fffffbfff73f9b9e R12: 00007f24babc3104
[ 6.806208] R13: 00007f24babc0000 R14: 0000000000000efc R15: ffff888107db30a8
[ 6.806582] ? elf_load (./arch/x86/include/asm/uaccess_64.h:176 ./arch/x86/include/asm/uaccess_64.h:177 ./arch/x86/include/asm/uaccess_64.h:200 fs/binfmt_elf.c:125 fs/binfmt_elf.c:421)
[ 6.806774] load_elf_interp (fs/binfmt_elf.c:675)
[ 6.806987] load_elf_binary (fs/binfmt_elf.c:1235)
[ 6.807216] bprm_execve (fs/exec.c:1752 fs/exec.c:1794 fs/exec.c:1845)
[ 6.807420] kernel_execve (fs/exec.c:0)
[ 6.807624] ? __pfx_kernel_init (init/main.c:1461)
[ 6.807844] kernel_init (init/main.c:1510)
[ 6.808037] ret_from_fork (arch/x86/kernel/process.c:147)
[ 6.808228] ? __pfx_kernel_init (init/main.c:1461)
[ 6.808446] ret_from_fork_asm (arch/x86/entry/entry_64.S:257)
[ 6.808664] </TASK>
[ 6.808785] Modules linked in:
[ 6.809148] ---[ end trace 0000000000000000 ]---
[ 6.809392] RIP: 0010:__rmqueue_pcplist (./include/linux/list.h:195 ./include/linux/list.h:218 ./include/linux/list.h:229 mm/page_alloc.c:2993)
[ 6.809661] Code: c1 e8 03 80 3c 30 00 74 12 4c 89 f7 e8 99 d0 07 00 48 be 00 00 00 00 00 fc ff df 4d 8b 26 4d 8d 7c 24 08 4c 89 f8 48 c1 e8 03 <80> 3c 30 00 74 12 4c 89 ff e8 62 d1 07 00 48 be 00 00 00 00 00 fc
All code
========
0: c1 e8 03 shr $0x3,%eax
3: 80 3c 30 00 cmpb $0x0,(%rax,%rsi,1)
7: 74 12 je 0x1b
9: 4c 89 f7 mov %r14,%rdi
c: e8 99 d0 07 00 call 0x7d0aa
11: 48 be 00 00 00 00 00 movabs $0xdffffc0000000000,%rsi
18: fc ff df
1b: 4d 8b 26 mov (%r14),%r12
1e: 4d 8d 7c 24 08 lea 0x8(%r12),%r15
23: 4c 89 f8 mov %r15,%rax
26: 48 c1 e8 03 shr $0x3,%rax
2a:* 80 3c 30 00 cmpb $0x0,(%rax,%rsi,1) <-- trapping instruction
2e: 74 12 je 0x42
30: 4c 89 ff mov %r15,%rdi
33: e8 62 d1 07 00 call 0x7d19a
38: 48 rex.W
39: be 00 00 00 00 mov $0x0,%esi
3e: 00 fc add %bh,%ah
Code starting with the faulting instruction
===========================================
0: 80 3c 30 00 cmpb $0x0,(%rax,%rsi,1)
4: 74 12 je 0x18
6: 4c 89 ff mov %r15,%rdi
9: e8 62 d1 07 00 call 0x7d170
e: 48 rex.W
f: be 00 00 00 00 mov $0x0,%esi
14: 00 fc add %bh,%ah
[ 6.810614] RSP: 0018:ffff8881008970b8 EFLAGS: 00010212
[ 6.810891] RAX: 0000000000000001 RBX: ffff88811b3436f0 RCX: ffffffffb8513168
[ 6.811267] RDX: 0000000000000001 RSI: dffffc0000000000 RDI: ffffea00046cd810
[ 6.811634] RBP: ffff88811b3436f0 R08: 0000000000000000 R09: ffff88811b3436f0
[ 6.812013] R10: 0000000000000000 R11: 0000000000000010 R12: 0000000000000000
[ 6.812382] R13: ffff88811b3436d0 R14: ffffea00046cd808 R15: 0000000000000008
[ 6.812754] FS: 0000000000000000(0000) GS:ffff88811b300000(0000) knlGS:0000000000000000
[ 6.813176] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 6.813475] CR2: 00007f24babc3104 CR3: 000000010006a000 CR4: 0000000000750ef0
[ 6.813848] PKRU: 55555554
[ 6.814003] Kernel panic - not syncing: Fatal exception
[ 6.814396] Kernel Offset: 0x35000000 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffffbfffffff)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment