general protection fault in copy_process general protection fault, probably for non-canonical address 0xffff0fff00000300: 0000 [#1] PREEMPT SMP KASAN KASAN: maybe wild-memory-access in range [0xfff89ff800001800-0xfff89ff800001807] CPU: 0 PID: 2 Comm: kthreadd Not tainted 6.0.0-rc1-syzkaller-00049-g4e55e22d3d9a #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 08/26/2022 RIP: 0010:freelist_dereference mm/slub.c:347 [inline] RIP: 0010:get_freepointer mm/slub.c:354 [inline] RIP: 0010:get_freepointer_safe mm/slub.c:368 [inline] RIP: 0010:slab_alloc_node mm/slub.c:3211 [inline] RIP: 0010:slab_alloc mm/slub.c:3251 [inline] RIP: 0010:__kmem_cache_alloc_lru mm/slub.c:3258 [inline] RIP: 0010:kmem_cache_alloc+0x15d/0x4a0 mm/slub.c:3268 Code: 51 08 48 8b 01 48 83 79 10 00 48 89 04 24 0f 84 7c 02 00 00 48 85 c0 0f 84 73 02 00 00 49 8b 3c 24 41 8b 4c 24 28 40 f6 c7 0f <48> 8b 1c 08 0f 85 7b 02 00 00 48 8d 4a 08 65 48 0f c7 0f 0f 94 c0 RSP: 0000:ffffc9000002fae8 EFLAGS: 00010246 RAX: ffff0fff00000000 RBX: 0000000000000000 RCX: 0000000000000300 RDX: 00000000000004b0 RSI: 0000000000000dc0 RDI: 000000000003e300 RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 R10: 0000000000000001 R11: 0000000000000000 R12: ffff88810016d500 R13: 0000000000000dc0 R14: ffffffff811486fe R15: 0000000000000dc0 FS: 0000000000000000(0000) GS:ffff8881f6800000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: ffff88823ffff000 CR3: 0000000007825000 CR4: 00000000003506f0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 Call Trace: kmem_cache_zalloc include/linux/slab.h:723 [inline] copy_signal kernel/fork.c:1689 [inline] copy_process+0x256e/0x6de0 kernel/fork.c:2253 kernel_clone+0xe7/0xab0 kernel/fork.c:2673 kernel_thread+0xb5/0xf0 kernel/fork.c:2726 create_kthread kernel/kthread.c:399 [inline] kthreadd+0x4f0/0x750 kernel/kthread.c:745 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:306 Modules linked in: ---[ end trace 0000000000000000 ]--- RIP: 0010:freelist_dereference mm/slub.c:347 [inline] RIP: 0010:get_freepointer mm/slub.c:354 [inline] RIP: 0010:get_freepointer_safe mm/slub.c:368 [inline] RIP: 0010:slab_alloc_node mm/slub.c:3211 [inline] RIP: 0010:slab_alloc mm/slub.c:3251 [inline] RIP: 0010:__kmem_cache_alloc_lru mm/slub.c:3258 [inline] RIP: 0010:kmem_cache_alloc+0x15d/0x4a0 mm/slub.c:3268 Code: 51 08 48 8b 01 48 83 79 10 00 48 89 04 24 0f 84 7c 02 00 00 48 85 c0 0f 84 73 02 00 00 49 8b 3c 24 41 8b 4c 24 28 40 f6 c7 0f <48> 8b 1c 08 0f 85 7b 02 00 00 48 8d 4a 08 65 48 0f c7 0f 0f 94 c0 RSP: 0000:ffffc9000002fae8 EFLAGS: 00010246 RAX: ffff0fff00000000 RBX: 0000000000000000 RCX: 0000000000000300 RDX: 00000000000004b0 RSI: 0000000000000dc0 RDI: 000000000003e300 RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 R10: 0000000000000001 R11: 0000000000000000 R12: ffff88810016d500 R13: 0000000000000dc0 R14: ffffffff811486fe R15: 0000000000000dc0 FS: 0000000000000000(0000) GS:ffff8881f6800000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: ffff88823ffff000 CR3: 0000000007825000 CR4: 00000000003506f0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 ---------------- Code disassembly (best guess): 0: 51 push %rcx 1: 08 48 8b or %cl,-0x75(%rax) 4: 01 48 83 add %ecx,-0x7d(%rax) 7: 79 10 jns 0x19 9: 00 48 89 add %cl,-0x77(%rax) c: 04 24 add $0x24,%al e: 0f 84 7c 02 00 00 je 0x290 14: 48 85 c0 test %rax,%rax 17: 0f 84 73 02 00 00 je 0x290 1d: 49 8b 3c 24 mov (%r12),%rdi 21: 41 8b 4c 24 28 mov 0x28(%r12),%ecx 26: 40 f6 c7 0f test $0xf,%dil * 2a: 48 8b 1c 08 mov (%rax,%rcx,1),%rbx <-- trapping instruction 2e: 0f 85 7b 02 00 00 jne 0x2af 34: 48 8d 4a 08 lea 0x8(%rdx),%rcx 38: 65 48 0f c7 0f cmpxchg16b %gs:(%rdi) 3d: 0f 94 c0 sete %al failed to run ["ssh" "-p" "22" "-F" "/dev/null" "-o" "UserKnownHostsFile=/dev/null" "-o" "BatchMode=yes" "-o" "IdentitiesOnly=yes" "-o" "StrictHostKeyChecking=no" "-o" "ConnectTimeout=10" "root@10.128.0.232" "pwd"]: exit status 255 ssh: connect to host 10.128.0.232 port 22: Connection timed out Pseudo-terminal will not be allocated because stdin is not a terminal. Warning: Permanently added '[ssh-serialport.googleapis.com]:9600,[216.239.38.127]:9600' (RSA) to the list of known hosts. serialport: Connected to syzkaller.us-central1-c.ci2-upstream-usb-test-job-test-job-0 port 1 (session ID: afdcacd539febf472d4cd3170fa11b787cbc10e27c2cff92872ccb34e8bb44a5, active connections: 1). SeaBIOS (version 1.8.2-google) Total RAM Size = 0x0000000200000000 = 8192 MiB CPUs found: 2 Max CPUs supported: 2 SeaBIOS (version 1.8.2-google) Machine UUID 63d5cf19-b3b9-41af-dcca-34a1e7350b57 found virtio-scsi at 0:3 virtio-scsi vendor='Google' product='PersistentDisk' rev='1' type=0 removable=0 virtio-scsi blksize=512 sectors=4194304 = 2048 MiB drive 0x000f2490: PCHS=0/0/0 translation=lba LCHS=520/128/63 s=4194304 Sending Seabios boot VM event. Booting from Hard Disk 0... [ 0.000000][ T0] Linux version 6.0.0-rc1-syzkaller-00049-g4e55e22d3d9a (syzkaller@syzkaller) (gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #0 SMP PREEMPT_DYNAMIC now [ 0.000000][ T0] Command line: BOOT_IMAGE=/boot/bzImage root=/dev/sda1 console=ttyS0 [ 0.000000][ T0] KERNEL supported cpus: [ 0.000000][ T0] Intel GenuineIntel [ 0.000000][ T0] AMD AuthenticAMD [ 0.000000][ T0] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000][ T0] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000][ T0] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000][ T0] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000][ T0] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000][ T0] signal: max sigframe size: 1776 [ 0.000000][ T0] BIOS-provided physical RAM map: [ 0.000000][ T0] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000][ T0] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000][ T0] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000][ T0] BIOS-e820: [mem 0x0000000000100000-0x00000000bfffcfff] usable [ 0.000000][ T0] BIOS-e820: [mem 0x00000000bfffd000-0x00000000bfffffff] reserved [ 0.000000][ T0] BIOS-e820: [mem 0x00000000fffbc000-0x00000000ffffffff] reserved [ 0.000000][ T0] BIOS-e820: [mem 0x0000000100000000-0x000000023fffffff] usable [ 0.000000][ T0] printk: bootconsole [earlyser0] enabled [ 0.000000][ T0] ERROR: earlyprintk= earlyser already used [ 0.000000][ T0] ERROR: earlyprintk= earlyser already used [ 0.000000][ T0] ********************************************************** [ 0.000000][ T0] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE ** [ 0.000000][ T0] ** ** [ 0.000000][ T0] ** This system shows unhashed kernel memory addresses ** [ 0.000000][ T0] ** via the console, logs, and other interfaces. This ** [ 0.000000][ T0] ** might reduce the security of your system. ** [ 0.000000][ T0] ** ** [ 0.000000][ T0] ** If you see this message and you are not debugging ** [ 0.000000][ T0] ** the kernel, report this immediately to your system ** [ 0.000000][ T0] ** administrator! ** [ 0.000000][ T0] ** ** [ 0.000000][ T0] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE ** [ 0.000000][ T0] ********************************************************** [ 0.000000][ T0] Malformed early option 'vsyscall' [ 0.000000][ T0] Malformed early option 'numa' [ 0.000000][ T0] nopcid: PCID feature disabled [ 0.000000][ T0] NX (Execute Disable) protection: active [ 0.000000][ T0] SMBIOS 2.4 present. [ 0.000000][ T0] DMI: Google Google Compute Engine/Google Compute Engine, BIOS Google 08/26/2022 [ 0.000000][ T0] Hypervisor detected: KVM [ 0.000000][ T0] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000007][ T0] kvm-clock: using sched offset of 2802516838 cycles [ 0.001347][ T0] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.004755][ T0] tsc: Detected 2200.214 MHz processor [ 0.010205][ T0] last_pfn = 0x240000 max_arch_pfn = 0x400000000 [ 0.011429][ T0] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.013095][ T0] last_pfn = 0xbfffd max_arch_pfn = 0x400000000 [ 0.019800][ T0] found SMP MP-table at [mem 0x000f2750-0x000f275f] [ 0.021054][ T0] Using GB pages for direct mapping [ 0.023553][ T0] ACPI: Early table checksum verification disabled [ 0.024586][ T0] ACPI: RSDP 0x00000000000F24D0 000014 (v00 Google) [ 0.025643][ T0] ACPI: RSDT 0x00000000BFFFFFA0 000038 (v01 Google GOOGRSDT 00000001 GOOG 00000001) [ 0.027232][ T0] ACPI: FACP 0x00000000BFFFF330 0000F4 (v02 Google GOOGFACP 00000001 GOOG 00000001) [ 0.028985][ T0] ACPI: DSDT 0x00000000BFFFD8C0 001A64 (v01 Google GOOGDSDT 00000001 GOOG 00000001) [ 0.030756][ T0] ACPI: FACS 0x00000000BFFFD880 000040 [ 0.031818][ T0] ACPI: FACS 0x00000000BFFFD880 000040 [ 0.032882][ T0] ACPI: SRAT 0x00000000BFFFFE60 0000C8 (v03 Google GOOGSRAT 00000001 GOOG 00000001) [ 0.034156][ T0] ACPI: APIC 0x00000000BFFFFDB0 000076 (v05 Google GOOGAPIC 00000001 GOOG 00000001) [ 0.035898][ T0] ACPI: SSDT 0x00000000BFFFF430 000980 (v01 Google GOOGSSDT 00000001 GOOG 00000001) [ 0.037493][ T0] ACPI: WAET 0x00000000BFFFFE30 000028 (v01 Google GOOGWAET 00000001 GOOG 00000001) [ 0.039418][ T0] ACPI: Reserving FACP table memory at [mem 0xbffff330-0xbffff423] [ 0.041141][ T0] ACPI: Reserving DSDT table memory at [mem 0xbfffd8c0-0xbffff323] [ 0.042509][ T0] ACPI: Reserving FACS table memory at [mem 0xbfffd880-0xbfffd8bf] [ 0.043661][ T0] ACPI: Reserving FACS table memory at [mem 0xbfffd880-0xbfffd8bf] [ 0.044956][ T0] ACPI: Reserving SRAT table memory at [mem 0xbffffe60-0xbfffff27] [ 0.046512][ T0] ACPI: Reserving APIC table memory at [mem 0xbffffdb0-0xbffffe25] [ 0.047954][ T0] ACPI: Reserving SSDT table memory at [mem 0xbffff430-0xbffffdaf] [ 0.049133][ T0] ACPI: Reserving WAET table memory at [mem 0xbffffe30-0xbffffe57] [ 0.051053][ T0] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.051825][ T0] SRAT: PXM 0 -> APIC 0x01 -> Node 0 [ 0.052554][ T0] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.053490][ T0] ACPI: SRAT: Node 0 PXM 0 [mem 0x00100000-0xbfffffff] [ 0.054412][ T0] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x23fffffff] [ 0.055635][ T0] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0xbfffffff] -> [mem 0x00000000-0xbfffffff] [ 0.057379][ T0] NUMA: Node 0 [mem 0x00000000-0xbfffffff] + [mem 0x100000000-0x23fffffff] -> [mem 0x00000000-0x23fffffff] [ 0.060116][ T0] NODE_DATA(0) allocated [mem 0x23fffa000-0x23fffdfff] [ 0.100354][ T0] Zone ranges: [ 0.101261][ T0] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.102542][ T0] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.104155][ T0] Normal [mem 0x0000000100000000-0x000000023fffffff] [ 0.105962][ T0] Movable zone start for each node [ 0.106660][ T0] Early memory node ranges [ 0.107370][ T0] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.108497][ T0] node 0: [mem 0x0000000000100000-0x00000000bfffcfff] [ 0.109697][ T0] node 0: [mem 0x0000000100000000-0x000000023fffffff] [ 0.110717][ T0] Initmem setup node 0 [mem 0x0000000000001000-0x000000023fffffff] [ 0.111961][ T0] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.112097][ T0] On node 0, zone DMA: 97 pages in unavailable ranges [ 0.174521][ T0] On node 0, zone Normal: 3 pages in unavailable ranges [ 0.489932][ T0] kasan: KernelAddressSanitizer initialized [ 0.492949][ T0] ACPI: PM-Timer IO Port: 0xb008 [ 0.493912][ T0] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.495565][ T0] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.497200][ T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.498331][ T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.499584][ T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.500692][ T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.502624][ T0] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.504174][ T0] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.505677][ T0] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.507515][ T0] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.508862][ T0] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.510313][ T0] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.511968][ T0] PM: hibernation: Registered nosave memory: [mem 0xbfffd000-0xbfffffff] [ 0.513141][ T0] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfffbbfff] [ 0.514418][ T0] PM: hibernation: Registered nosave memory: [mem 0xfffbc000-0xffffffff] [ 0.515719][ T0] [mem 0xc0000000-0xfffbbfff] available for PCI devices [ 0.516733][ T0] Booting paravirtualized kernel on KVM [ 0.517527][ T0] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.558202][ T0] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1 [ 0.560479][ T0] percpu: Embedded 67 pages/cpu s233568 r8192 d32672 u1048576 [ 0.561917][ T0] kvm-guest: PV spinlocks enabled [ 0.562756][ T0] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.565281][ T0] Fallback order for Node 0: 0 [ 0.566268][ T0] Built 1 zonelists, mobility grouping on. Total pages: 2064125 [ 0.568076][ T0] Policy zone: Normal [ 0.568658][ T0] Kernel command line: earlyprintk=serial net.ifnames=0 sysctl.kernel.hung_task_all_cpu_backtrace=1 ima_policy=tcb nf-conntrack-ftp.ports=20000 nf-conntrack-tftp.ports=20000 nf-conntrack-sip.ports=20000 nf-conntrack-irc.ports=20000 nf-conntrack-sane.ports=20000 binder.debug_mask=0 rcupdate.rcu_expedited=1 no_hash_pointers page_owner=on sysctl.vm.nr_hugepages=4 sysctl.vm.nr_overcommit_hugepages=4 secretmem.enable=1 sysctl.max_rcu_stall_to_panic=1 msr.allow_writes=off root=/dev/sda console=ttyS0 vsyscall=native numa=fake=2 kvm-intel.nested=1 spec_store_bypass_disable=prctl nopcid vivid.n_devs=16 vivid.multiplanar=1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2 netrom.nr_ndevs=16 rose.rose_ndevs=16 smp.csd_lock_timeout=100000 watchdog_thresh=55 workqueue.watchdog_thresh=140 sysctl.net.core.netdev_unregister_timeout_secs=140 dummy_hcd.num=8 panic_on_warn=1 BOOT_IMAGE=/boot/bzImage root=/dev/sda1 console=ttyS0 [ 0.591269][ T0] Unknown kernel command line parameters "spec_store_bypass_disable=prctl BOOT_IMAGE=/boot/bzImage", will be passed to user space. [ 0.596622][ T0] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.599800][ T0] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.601854][ T0] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.606099][ T0] stackdepot hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.607849][ T0] software IO TLB: area num 2. [ 1.456194][ T0] Memory: 6921704K/8388204K available (83983K kernel code, 22480K rwdata, 19020K rodata, 2220K init, 32260K bss, 1466244K reserved, 0K cma-reserved) [ 1.460244][ T0] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 1.468362][ T0] Dynamic Preempt: voluntary [ 1.469836][ T0] Running RCU self tests [ 1.470559][ T0] rcu: Preemptible hierarchical RCU implementation. [ 1.471926][ T0] rcu: RCU lockdep checking is enabled. [ 1.472747][ T0] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2. [ 1.474312][ T0] rcu: RCU callback double-/use-after-free debug is enabled. [ 1.475944][ T0] rcu: RCU debug extended QS entry/exit. [ 1.476866][ T0] All grace periods are expedited (rcu_expedited). [ 1.478277][ T0] Trampoline variant of Tasks RCU enabled. [ 1.479140][ T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 1.480634][ T0] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 1.501135][ T0] NR_IRQS: 4352, nr_irqs: 440, preallocated irqs: 16 [ 1.502975][ T0] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 1.504770][ T0] random: crng init done [ 1.506452][ T0] Console: colour VGA+ 80x25 [ 1.507286][ T0] printk: console [ttyS0] enabled [ 1.507286][ T0] printk: console [ttyS0] enabled [ 1.508624][ T0] printk: bootconsole [earlyser0] disabled [ 1.508624][ T0] printk: bootconsole [earlyser0] disabled [ 1.510648][ T0] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [ 1.512122][ T0] ... MAX_LOCKDEP_SUBCLASSES: 8 [ 1.512852][ T0] ... MAX_LOCK_DEPTH: 48 [ 1.513542][ T0] ... MAX_LOCKDEP_KEYS: 8192 [ 1.514337][ T0] ... CLASSHASH_SIZE: 4096 [ 1.515066][ T0] ... MAX_LOCKDEP_ENTRIES: 131072 [ 1.515813][ T0] ... MAX_LOCKDEP_CHAINS: 262144 [ 1.516779][ T0] ... CHAINHASH_SIZE: 131072 [ 1.517671][ T0] memory used by lock dependency info: 20657 kB [ 1.518641][ T0] memory used for stack traces: 8320 kB [ 1.519614][ T0] per task-struct memory footprint: 1920 bytes [ 1.520880][ T0] ACPI: Core revision 20220331 [ 1.522687][ T0] APIC: Switch to symmetric I/O mode setup [ 1.529598][ T0] ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1 [ 1.531006][ T0] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fb6fcd5f2d, max_idle_ns: 440795232554 ns [ 1.533081][ T0] Calibrating delay loop (skipped) preset value.. 4400.42 BogoMIPS (lpj=22002140) [ 1.534881][ T0] pid_max: default: 32768 minimum: 301 [ 1.535860][ T0] LSM: Security Framework initializing [ 1.536856][ T0] landlock: Up and running. [ 1.537790][ T0] Yama: becoming mindful. [ 1.538546][ T0] TOMOYO Linux initialized [ 1.539418][ T0] AppArmor: AppArmor initialized [ 1.540899][ T0] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 1.542283][ T0] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 1.546006][ T0] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8 [ 1.547302][ T0] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4 [ 1.548547][ T0] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 1.550092][ T0] Spectre V2 : Mitigation: IBRS [ 1.550848][ T0] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 1.553083][ T0] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT [ 1.554119][ T0] RETBleed: Mitigation: IBRS [ 1.554878][ T0] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 1.556219][ T0] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl [ 1.557524][ T0] MDS: Mitigation: Clear CPU buffers [ 1.558542][ T0] TAA: Mitigation: Clear CPU buffers [ 1.559323][ T0] MMIO Stale Data: Vulnerable: Clear CPU buffers attempted, no microcode [ 1.562602][ T0] Freeing SMP alternatives memory: 60K [ 1.684487][ T1] smpboot: CPU0: Intel(R) Xeon(R) CPU @ 2.20GHz (family: 0x6, model: 0x4f, stepping: 0x0) [ 1.687881][ T1] cblist_init_generic: Setting adjustable number of callback queues. [ 1.689437][ T1] cblist_init_generic: Setting shift to 1 and lim to 1. [ 1.691095][ T1] Running RCU-tasks wait API self tests [ 1.793193][ T1] Performance Events: unsupported p6 CPU model 79 no PMU driver, software events only. [ 1.795968][ T1] rcu: Hierarchical SRCU implementation. [ 1.797192][ T1] rcu: Max phase no-delay instances is 1000. [ 1.801127][ T1] NMI watchdog: Perf NMI watchdog permanently disabled [ 1.802857][ T1] smp: Bringing up secondary CPUs ... [ 1.804295][ T1] x86: Booting SMP configuration: [ 1.805494][ T1] .... node #0, CPUs: #1 [ 1.807916][ T1] 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. [ 1.807916][ T1] 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. [ 1.813112][ T1] 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. [ 1.816798][ T1] smp: Brought up 1 node, 2 CPUs [ 1.817612][ T1] smpboot: Max logical packages: 1 [ 1.818739][ T1] smpboot: Total of 2 processors activated (8800.85 BogoMIPS) [ 1.862284][ T1] allocated 134217728 bytes of page_ext [ 1.863311][ T1] Node 0, zone DMA: page owner found early allocated 0 pages [ 1.868334][ T1] Node 0, zone DMA32: page owner found early allocated 15 pages [ 1.894769][ T1] Node 0, zone Normal: page owner found early allocated 33979 pages [ 1.897965][ T1] devtmpfs: initialized [ 1.903314][ T11] Callback from call_rcu_tasks() invoked. [ 1.917149][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 1.919277][ T1] futex hash table entries: 512 (order: 4, 65536 bytes, linear) [ 1.924914][ T1] PM: RTC time: 20:35:27, date: 2022-09-03 [ 1.927030][ T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 1.933173][ T1] audit: initializing netlink subsys (disabled) [ 1.934947][ T1] thermal_sys: Registered thermal governor 'step_wise' [ 1.934960][ T1] thermal_sys: Registered thermal governor 'user_space' [ 1.936769][ T24] audit: type=2000 audit(1662237327.547:1): state=initialized audit_enabled=0 res=1 [ 1.936769][ T1] cpuidle: using governor menu [ 1.941039][ T1] PCI: Using configuration type 1 for base access [ 2.085454][ T1] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 2.087099][ T1] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page [ 2.104218][ T1] ACPI: Added _OSI(Module Device) [ 2.105196][ T1] ACPI: Added _OSI(Processor Device) [ 2.106233][ T1] ACPI: Added _OSI(3.0 _SCP Extensions) [ 2.107362][ T1] ACPI: Added _OSI(Processor Aggregator Device) [ 2.108550][ T1] ACPI: Added _OSI(Linux-Dell-Video) [ 2.109527][ T1] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 2.110526][ T1] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [ 2.210035][ T1] ACPI: 2 ACPI AML tables successfully acquired and loaded [ 3.693069][ T1] ACPI: Interpreter enabled [ 3.693069][ T1] ACPI: PM: (supports S0 S3 S4 S5) [ 3.693069][ T1] ACPI: Using IOAPIC for interrupt routing [ 3.693069][ T1] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 3.693069][ T1] PCI: Using E820 reservations for host bridge windows [ 3.696401][ T1] ACPI: Enabled 16 GPEs in block 00 to 0F [ 3.766974][ T1] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 3.768151][ T1] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3] [ 3.769443][ T1] acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI] [ 3.771782][ T1] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 3.779991][ T1] PCI host bridge to bus 0000:00 [ 3.780991][ T1] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 3.782066][ T1] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 3.783072][ T1] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 3.784383][ T1] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfefff window] [ 3.785527][ T1] pci_bus 0000:00: root bus resource [bus 00-ff] [ 3.786973][ T1] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 [ 3.793923][ T1] pci 0000:00:01.0: [8086:7110] type 00 class 0x060100 [ 3.816163][ T1] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 [ 3.838497][ T1] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI [ 3.841783][ T1] pci 0000:00:03.0: [1af4:1004] type 00 class 0x000000 [ 3.850269][ T1] pci 0000:00:03.0: reg 0x10: [io 0xc000-0xc03f] [ 3.857217][ T1] pci 0000:00:03.0: reg 0x14: [mem 0xfe800000-0xfe80007f] [ 3.875097][ T1] pci 0000:00:04.0: [1af4:1000] type 00 class 0x020000 [ 3.883073][ T1] pci 0000:00:04.0: reg 0x10: [io 0xc040-0xc07f] [ 3.889137][ T1] pci 0000:00:04.0: reg 0x14: [mem 0xfe801000-0xfe80107f] [ 3.913250][ T1] pci 0000:00:05.0: [1ae0:a002] type 00 class 0x030000 [ 3.925846][ T1] pci 0000:00:05.0: reg 0x10: [mem 0xfe000000-0xfe7fffff] [ 3.955531][ T1] pci 0000:00:05.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 3.958769][ T1] pci 0000:00:06.0: [1af4:1002] type 00 class 0x00ff00 [ 3.971735][ T1] pci 0000:00:06.0: reg 0x10: [io 0xc080-0xc09f] [ 3.981376][ T1] pci 0000:00:06.0: reg 0x14: [mem 0xfe802000-0xfe80207f] [ 4.003320][ T1] pci 0000:00:07.0: [1af4:1005] type 00 class 0x00ff00 [ 4.013091][ T1] pci 0000:00:07.0: reg 0x10: [io 0xc0a0-0xc0bf] [ 4.021132][ T1] pci 0000:00:07.0: reg 0x14: [mem 0xfe803000-0xfe80303f] [ 4.055953][ T1] ACPI: PCI: Interrupt link LNKA configured for IRQ 10 [ 4.061154][ T1] ACPI: PCI: Interrupt link LNKB configured for IRQ 10 [ 4.064865][ T1] ACPI: PCI: Interrupt link LNKC configured for IRQ 11 [ 4.070044][ T1] ACPI: PCI: Interrupt link LNKD configured for IRQ 11 [ 4.073774][ T1] ACPI: PCI: Interrupt link LNKS configured for IRQ 9 [ 4.084085][ T1] iommu: Default domain type: Translated [ 4.084280][ T1] iommu: DMA domain TLB invalidation policy: lazy mode [ 4.087474][ T1] SCSI subsystem initialized [ 4.093938][ T1] ACPI: bus type USB registered [ 4.095856][ T1] usbcore: registered new interface driver usbfs [ 4.095856][ T1] usbcore: registered new interface driver hub [ 4.095856][ T1] usbcore: registered new device driver usb [ 4.103073][ T1] mc: Linux media interface: v0.10 [ 4.103073][ T1] videodev: Linux video capture interface: v2.00 [ 4.103073][ T1] pps_core: LinuxPPS API ver. 1 registered [ 4.103073][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 4.103127][ T1] PTP clock support registered [ 4.104657][ T1] EDAC MC: Ver: 3.0.0 [ 4.113069][ T1] Advanced Linux Sound Architecture Driver Initialized. [ 4.113069][ T1] Bluetooth: Core ver 2.22 [ 4.113069][ T1] NET: Registered PF_BLUETOOTH protocol family [ 4.113073][ T1] Bluetooth: HCI device and connection manager initialized [ 4.114226][ T1] Bluetooth: HCI socket layer initialized [ 4.115030][ T1] Bluetooth: L2CAP socket layer initialized [ 4.116009][ T1] NET: Registered PF_ATMPVC protocol family [ 4.116874][ T1] NET: Registered PF_ATMSVC protocol family [ 4.117896][ T1] NetLabel: Initializing [ 4.118559][ T1] NetLabel: domain hash size = 128 [ 4.119318][ T1] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 4.120588][ T1] NetLabel: unlabeled traffic allowed by default [ 4.123268][ T1] nfc: nfc_init: NFC Core ver 0.1 [ 4.124620][ T1] NET: Registered PF_NFC protocol family [ 4.125419][ T1] PCI: Using ACPI for IRQ routing [ 4.126842][ T1] pci 0000:00:05.0: vgaarb: setting as boot VGA device [ 4.127929][ T1] pci 0000:00:05.0: vgaarb: bridge control possible [ 4.128993][ T1] pci 0000:00:05.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 4.130301][ T1] vgaarb: loaded [ 4.135077][ T1] clocksource: Switched to clocksource kvm-clock [ 4.139164][ T1] VFS: Disk quotas dquot_6.6.0 [ 4.140252][ T1] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 4.142846][ T1] TOMOYO: 2.6.0 [ 4.142846][ T1] Mandatory Access Control activated. [ 4.146539][ T1] AppArmor: AppArmor Filesystem Enabled [ 4.148232][ T1] pnp: PnP ACPI init [ 4.168331][ T1] pnp: PnP ACPI: found 7 devices [ 4.208334][ T1] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 4.210718][ T1] NET: Registered PF_INET protocol family [ 4.213213][ T1] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 4.226318][ T1] tcp_listen_portaddr_hash hash table entries: 4096 (order: 6, 294912 bytes, linear) [ 4.228820][ T1] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 4.231013][ T1] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 4.239283][ T1] TCP bind hash table entries: 65536 (order: 10, 4718592 bytes, vmalloc hugepage) [ 4.246487][ T1] TCP: Hash tables configured (established 65536 bind 65536) [ 4.249318][ T1] UDP hash table entries: 4096 (order: 7, 655360 bytes, linear) [ 4.252785][ T1] UDP-Lite hash table entries: 4096 (order: 7, 655360 bytes, linear) [ 4.256060][ T1] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 4.264781][ T1] RPC: Registered named UNIX socket transport module. [ 4.266140][ T1] RPC: Registered udp transport module. [ 4.267211][ T1] RPC: Registered tcp transport module. [ 4.268486][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 4.272204][ T1] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 4.273747][ T1] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 4.274887][ T1] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 4.276209][ T1] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfefff window] [ 4.281564][ T1] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 4.284099][ T1] PCI: CLS 0 bytes, default 64 [ 4.286072][ T1] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 4.289275][ T1] software IO TLB: mapped [mem 0x00000000bbffd000-0x00000000bfffd000] (64MB) [ 4.303405][ T1] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer [ 4.307287][ T1] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fb6fcd5f2d, max_idle_ns: 440795232554 ns [ 4.311271][ T1] clocksource: Switched to clocksource tsc [ 4.324560][ T42] kworker/u4:2 (42) used greatest stack depth: 27960 bytes left [ 4.334347][ T45] kworker/u4:2 (45) used greatest stack depth: 27584 bytes left [ 4.341508][ T53] kworker/u4:2 (53) used greatest stack depth: 27104 bytes left [ 4.520382][ T1] Initialise system trusted keyrings [ 4.522880][ T1] workingset: timestamp_bits=40 max_order=21 bucket_order=0 [ 4.572249][ T1] NFS: Registering the id_resolver key type [ 4.573773][ T1] Key type id_resolver registered [ 4.575447][ T1] Key type id_legacy registered [ 4.577420][ T1] 9p: Installing v9fs 9p2000 file system support [ 4.588853][ T1] Key type asymmetric registered [ 4.591028][ T1] Asymmetric key parser 'x509' registered [ 4.594321][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 4.596168][ T1] io scheduler mq-deadline registered [ 4.597712][ T1] io scheduler kyber registered [ 4.616344][ T1] usbcore: registered new interface driver udlfb [ 4.618978][ T1] usbcore: registered new interface driver smscufx [ 4.622984][ T1] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 4.626997][ T1] ACPI: button: Power Button [PWRF] [ 4.630604][ T1] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1 [ 4.634181][ T1] ACPI: button: Sleep Button [SLPF] [ 4.656301][ T1] ACPI: \_SB_.LNKC: Enabled at IRQ 11 [ 4.658146][ T1] virtio-pci 0000:00:03.0: virtio_pci: leaving for legacy driver [ 4.676112][ T1] ACPI: \_SB_.LNKD: Enabled at IRQ 10 [ 4.677226][ T1] virtio-pci 0000:00:04.0: virtio_pci: leaving for legacy driver [ 4.695983][ T1] ACPI: \_SB_.LNKB: Enabled at IRQ 10 [ 4.697508][ T1] virtio-pci 0000:00:06.0: virtio_pci: leaving for legacy driver [ 4.711936][ T1] virtio-pci 0000:00:07.0: virtio_pci: leaving for legacy driver [ 4.720731][ T1] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 4.723415][ T1] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 4.728223][ T1] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 4.731797][ T1] 00:05: ttyS2 at I/O 0x3e8 (irq = 6, base_baud = 115200) is a 16550A [ 4.736066][ T1] 00:06: ttyS3 at I/O 0x2e8 (irq = 7, base_baud = 115200) is a 16550A [ 4.748504][ T1] Non-volatile memory driver v1.3 [ 4.767995][ T1] Linux agpgart interface v0.103 [ 4.771310][ T1] ACPI: bus type drm_connector registered [ 4.779308][ T1] usbcore: registered new interface driver udl [ 4.808002][ T1] loop: module loaded [ 4.809657][ T1] usbcore: registered new interface driver rtsx_usb [ 4.811250][ T1] usbcore: registered new interface driver viperboard [ 4.812715][ T1] usbcore: registered new interface driver dln2 [ 4.814290][ T1] usbcore: registered new interface driver pn533_usb [ 4.815937][ T1] usbcore: registered new interface driver port100 [ 4.817339][ T1] usbcore: registered new interface driver nfcmrvl [ 4.840841][ T1] scsi host0: Virtio SCSI HBA [ 4.885428][ T1] scsi 0:0:1:0: Direct-Access Google PersistentDisk 1 PQ: 0 ANSI: 6 [ 5.013675][ T8] sd 0:0:1:0: [sda] 4194304 512-byte logical blocks: (2.15 GB/2.00 GiB) [ 5.016132][ T8] sd 0:0:1:0: [sda] 4096-byte physical blocks [ 5.017312][ T8] sd 0:0:1:0: [sda] Write Protect is off [ 5.018754][ T8] sd 0:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 5.039121][ T8] sda: sda1 [ 5.040833][ T8] sd 0:0:1:0: [sda] Attached SCSI disk [ 5.043417][ T1] sd 0:0:1:0: Attached scsi generic sg0 type 0 [ 5.051589][ T1] Rounding down aligned max_sectors from 4294967295 to 4294967288 [ 5.054340][ T1] db_root: cannot open: /etc/target [ 5.130982][ T1] CAN device driver interface [ 5.132638][ T1] usbcore: registered new interface driver usb_8dev [ 5.134360][ T1] usbcore: registered new interface driver ems_usb [ 5.136135][ T1] usbcore: registered new interface driver gs_usb [ 5.137864][ T1] usbcore: registered new interface driver kvaser_usb [ 5.140252][ T1] usbcore: registered new interface driver mcba_usb [ 5.142488][ T1] usbcore: registered new interface driver peak_usb [ 5.143987][ T1] e100: Intel(R) PRO/100 Network Driver [ 5.145627][ T1] e100: Copyright(c) 1999-2006 Intel Corporation [ 5.147559][ T1] e1000: Intel(R) PRO/1000 Network Driver [ 5.148609][ T1] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 5.150209][ T1] e1000e: Intel(R) PRO/1000 Network Driver [ 5.151279][ T1] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 5.152800][ T1] sky2: driver version 1.30 [ 5.156186][ T1] usbcore: registered new interface driver ath9k_htc [ 5.158370][ T1] usbcore: registered new interface driver carl9170 [ 5.160298][ T1] usbcore: registered new interface driver ath6kl_usb [ 5.161860][ T1] usbcore: registered new interface driver ar5523 [ 5.163390][ T1] usbcore: registered new interface driver ath10k_usb [ 5.164528][ T1] Atmel at76x USB Wireless LAN Driver 0.17 loading [ 5.166180][ T1] usbcore: registered new interface driver at76c50x-usb [ 5.168964][ T1] usbcore: registered new interface driver brcmfmac [ 5.170633][ T1] usbcore: registered new interface driver orinoco_usb [ 5.172193][ T1] usbcore: registered new interface driver p54usb [ 5.174733][ T1] usbcore: registered new interface driver usb8xxx [ 5.176305][ T2] general protection fault, probably for non-canonical address 0xffff0fff00000300: 0000 [#1] PREEMPT SMP KASAN [ 5.178034][ T2] KASAN: maybe wild-memory-access in range [0xfff89ff800001800-0xfff89ff800001807] [ 5.179695][ T2] CPU: 0 PID: 2 Comm: kthreadd Not tainted 6.0.0-rc1-syzkaller-00049-g4e55e22d3d9a #0 [ 5.181586][ T2] Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 08/26/2022 [ 5.183542][ T2] RIP: 0010:kmem_cache_alloc+0x15d/0x4a0 [ 5.183771][ T2] Code: 51 08 48 8b 01 48 83 79 10 00 48 89 04 24 0f 84 7c 02 00 00 48 85 c0 0f 84 73 02 00 00 49 8b 3c 24 41 8b 4c 24 28 40 f6 c7 0f <48> 8b 1c 08 0f 85 7b 02 00 00 48 8d 4a 08 65 48 0f c7 0f 0f 94 c0 [ 5.183771][ T2] RSP: 0000:ffffc9000002fae8 EFLAGS: 00010246 [ 5.183771][ T2] RAX: ffff0fff00000000 RBX: 0000000000000000 RCX: 0000000000000300 [ 5.183771][ T2] RDX: 00000000000004b0 RSI: 0000000000000dc0 RDI: 000000000003e300 [ 5.183771][ T2] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 [ 5.193143][ T2] R10: 0000000000000001 R11: 0000000000000000 R12: ffff88810016d500 [ 5.193143][ T2] R13: 0000000000000dc0 R14: ffffffff811486fe R15: 0000000000000dc0 [ 5.193143][ T2] FS: 0000000000000000(0000) GS:ffff8881f6800000(0000) knlGS:0000000000000000 [ 5.193143][ T2] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 5.193143][ T2] CR2: ffff88823ffff000 CR3: 0000000007825000 CR4: 00000000003506f0 [ 5.193143][ T2] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 5.193143][ T2] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 5.193143][ T2] Call Trace: [ 5.193143][ T2] [ 5.193143][ T2] copy_process+0x256e/0x6de0 [ 5.193143][ T2] ? __lock_acquire+0x166e/0x56d0 [ 5.193143][ T2] ? lock_chain_count+0x20/0x20 [ 5.193143][ T2] ? __cleanup_sighand+0xb0/0xb0 [ 5.193143][ T2] ? __lock_acquire+0x166e/0x56d0 [ 5.193143][ T2] kernel_clone+0xe7/0xab0 [ 5.193143][ T2] ? create_io_thread+0xe0/0xe0 [ 5.193143][ T2] ? lockdep_hardirqs_on_prepare+0x400/0x400 [ 5.193143][ T2] ? finish_task_switch.isra.0+0x240/0xa00 [ 5.193143][ T2] ? finish_task_switch.isra.0+0x240/0xa00 [ 5.193143][ T2] ? kthread_complete_and_exit+0x40/0x40 [ 5.193143][ T2] kernel_thread+0xb5/0xf0 [ 5.193143][ T2] ? __do_sys_clone3+0x2e0/0x2e0 [ 5.193143][ T2] ? kthread_complete_and_exit+0x40/0x40 [ 5.193143][ T2] ? do_raw_spin_unlock+0x171/0x230 [ 5.193143][ T2] kthreadd+0x4f0/0x750 [ 5.193143][ T2] ? kthread_is_per_cpu+0xf0/0xf0 [ 5.193143][ T2] ret_from_fork+0x1f/0x30 [ 5.193143][ T2] [ 5.193143][ T2] Modules linked in: [ 5.224863][ T2] ---[ end trace 0000000000000000 ]--- [ 5.226172][ T2] RIP: 0010:kmem_cache_alloc+0x15d/0x4a0 [ 5.227402][ T2] Code: 51 08 48 8b 01 48 83 79 10 00 48 89 04 24 0f 84 7c 02 00 00 48 85 c0 0f 84 73 02 00 00 49 8b 3c 24 41 8b 4c 24 28 40 f6 c7 0f <48> 8b 1c 08 0f 85 7b 02 00 00 48 8d 4a 08 65 48 0f c7 0f 0f 94 c0 [ 5.230958][ T2] RSP: 0000:ffffc9000002fae8 EFLAGS: 00010246 [ 5.232226][ T2] RAX: ffff0fff00000000 RBX: 0000000000000000 RCX: 0000000000000300 [ 5.233949][ T2] RDX: 00000000000004b0 RSI: 0000000000000dc0 RDI: 000000000003e300 [ 5.235318][ T2] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 [ 5.236860][ T2] R10: 0000000000000001 R11: 0000000000000000 R12: ffff88810016d500 [ 5.238856][ T2] R13: 0000000000000dc0 R14: ffffffff811486fe R15: 0000000000000dc0 [ 5.241167][ T2] FS: 0000000000000000(0000) GS:ffff8881f6800000(0000) knlGS:0000000000000000 [ 5.242567][ T2] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 5.243684][ T2] CR2: ffff88823ffff000 CR3: 0000000007825000 CR4: 00000000003506f0 [ 5.244114][ C1] ------------[ cut here ]------------ [ 5.245467][ T2] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 5.246770][ C1] kernel BUG at arch/x86/mm/physaddr.c:28! [ 5.248935][ T2] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 5.250677][ C1] invalid opcode: 0000 [#2] PREEMPT SMP KASAN [ 5.252968][ T2] Kernel panic - not syncing: Fatal exception [ 5.253680][ C1] CPU: 1 PID: 19 Comm: ksoftirqd/1 Tainted: G D 6.0.0-rc1-syzkaller-00049-g4e55e22d3d9a #0 [ 5.253680][ C1] Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 08/26/2022 [ 5.253680][ C1] RIP: 0010:__phys_addr+0xd3/0x140 [ 5.253680][ C1] Code: e3 44 89 e9 31 ff 48 d3 eb 48 89 de e8 66 85 33 00 48 85 db 75 0f e8 7c 88 33 00 4c 89 e0 5b 5d 41 5c 41 5d c3 e8 6d 88 33 00 <0f> 0b e8 66 88 33 00 48 c7 c0 10 c0 84 87 48 ba 00 00 00 00 00 fc [ 5.253680][ C1] RSP: 0000:ffffc9000014fc98 EFLAGS: 00010246 [ 5.253680][ C1] RAX: 0000000000000000 RBX: 0000068200000000 RCX: 0000000000000100 [ 5.253680][ C1] RDX: ffff888100365580 RSI: ffffffff81128083 RDI: 0000000000000006 [ 5.253680][ C1] RBP: 0000068280000000 R08: 0000000000000006 R09: 0000068280000000 [ 5.253680][ C1] R10: 00007e0200000000 R11: 0000000000052040 R12: 00007e0200000000 [ 5.253680][ C1] R13: ffffffff81143701 R14: 0000000000000008 R15: ffff88810e84b0a8 [ 5.253680][ C1] FS: 0000000000000000(0000) GS:ffff8881f6900000(0000) knlGS:0000000000000000 [ 5.253680][ C1] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 5.253680][ C1] CR2: 0000000000000000 CR3: 0000000007825000 CR4: 00000000003506e0 [ 5.253680][ C1] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 5.253680][ C1] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 5.253680][ C1] Call Trace: [ 5.253680][ C1] [ 5.253680][ C1] ? __put_task_struct+0x2a1/0x3c0 [ 5.253680][ C1] kmem_cache_free+0x5d/0x620 [ 5.253680][ C1] ? __put_cred+0x1ca/0x250 [ 5.253680][ C1] __put_task_struct+0x2a1/0x3c0 [ 5.253680][ C1] delayed_put_task_struct+0x1f1/0x330 [ 5.253680][ C1] rcu_core+0x7b1/0x1780 [ 5.253680][ C1] ? rcu_report_dead+0x680/0x680 [ 5.253680][ C1] ? __schedule+0x947/0x26f0 [ 5.253680][ C1] __do_softirq+0x1c0/0x9a9 [ 5.253680][ C1] ? __irq_exit_rcu+0x170/0x170 [ 5.253680][ C1] run_ksoftirqd+0x2d/0x60 [ 5.253680][ C1] smpboot_thread_fn+0x645/0x9c0 [ 5.253680][ C1] ? sort_range+0x30/0x30 [ 5.253680][ C1] kthread+0x2ea/0x3a0 [ 5.253680][ C1] ? kthread_complete_and_exit+0x40/0x40 [ 5.253680][ C1] ret_from_fork+0x1f/0x30 [ 5.253680][ C1] [ 5.253680][ C1] Modules linked in: [ 5.253667][ T2] Kernel Offset: disabled [ 5.253667][ T2] Rebooting in 86400 seconds.. syzkaller build log: go env (err=) GO111MODULE="auto" GOARCH="amd64" GOBIN="" GOCACHE="/syzkaller/.cache/go-build" GOENV="/syzkaller/.config/go/env" GOEXE="" GOEXPERIMENT="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOINSECURE="" GOMODCACHE="/syzkaller/jobs/linux/gopath/pkg/mod" GONOPROXY="" GONOSUMDB="" GOOS="linux" GOPATH="/syzkaller/jobs/linux/gopath" GOPRIVATE="" GOPROXY="https://proxy.golang.org,direct" GOROOT="/usr/local/go" GOSUMDB="sum.golang.org" GOTMPDIR="" GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64" GOVCS="" GOVERSION="go1.17" GCCGO="gccgo" AR="ar" CC="gcc" CXX="g++" CGO_ENABLED="1" GOMOD="" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build2610420648=/tmp/go-build -gno-record-gcc-switches" git status (err=) HEAD detached at 36650b4b2 nothing to commit, working tree clean export BUILDOS=linux export NATIVEBUILDOS=linux export HOSTOS=linux export HOSTARCH=amd64 export TARGETOS=linux export TARGETARCH=amd64 export TARGETVMARCH=amd64 export CC=gcc export ADDCFLAGS=-O2 -pthread -Wall -Werror -Wparentheses -Wunused-const-variable -Wframe-larger-than=8192 -m64 -static export NCORES=32 export EXE= export NATIVEBUILDOS=linux GOOS=linux GOARCH=amd64 go install ./syz-fuzzer make fuzzer execprog stress executor make[1]: Entering directory '/syzkaller/jobs/linux/gopath/src/github.com/google/syzkaller' export BUILDOS=linux export NATIVEBUILDOS=linux export HOSTOS=linux export HOSTARCH=amd64 export TARGETOS=linux export TARGETARCH=amd64 export TARGETVMARCH=amd64 export CC=gcc export ADDCFLAGS=-O2 -pthread -Wall -Werror -Wparentheses -Wunused-const-variable -Wframe-larger-than=8192 -m64 -static export NCORES=32 export EXE= export NATIVEBUILDOS=linux make[1]: warning: -j32 forced in makefile: resetting jobserver mode. GOOS=linux GOARCH=amd64 go build "-ldflags=-s -w -X github.com/google/syzkaller/sys.GitRevision=36650b4b2c942bc382314dce384d311fbadd1208 -X 'github.com/google/syzkaller/sys.gitRevisionDate=Thu Dec 19 14:25:37 2019 +0100'" "-tags=syz_target syz_os_linux syz_arch_amd64 " -o ./bin/linux_amd64/syz-fuzzer github.com/google/syzkaller/syz-fuzzer GOOS=linux GOARCH=amd64 go build "-ldflags=-s -w -X github.com/google/syzkaller/sys.GitRevision=36650b4b2c942bc382314dce384d311fbadd1208 -X 'github.com/google/syzkaller/sys.gitRevisionDate=Thu Dec 19 14:25:37 2019 +0100'" "-tags=syz_target syz_os_linux syz_arch_amd64 " -o ./bin/linux_amd64/syz-execprog github.com/google/syzkaller/tools/syz-execprog GOOS=linux GOARCH=amd64 go build "-ldflags=-s -w -X github.com/google/syzkaller/sys.GitRevision=36650b4b2c942bc382314dce384d311fbadd1208 -X 'github.com/google/syzkaller/sys.gitRevisionDate=Thu Dec 19 14:25:37 2019 +0100'" "-tags=syz_target syz_os_linux syz_arch_amd64 " -o ./bin/linux_amd64/syz-stress github.com/google/syzkaller/tools/syz-stress mkdir -p ./bin/linux_amd64 gcc -o ./bin/linux_amd64/syz-executor executor/executor.cc \ -O2 -pthread -Wall -Werror -Wparentheses -Wunused-const-variable -Wframe-larger-than=8192 -m64 -static -fpermissive -w -DGOOS_linux=1 -DGOARCH_amd64=1 \ -DHOSTGOOS_linux=1 -DGIT_REVISION=\"36650b4b2c942bc382314dce384d311fbadd1208\" make[1]: Leaving directory '/syzkaller/jobs/linux/gopath/src/github.com/google/syzkaller'