This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 114.639440][ C1] BUG: sleeping function called from invalid context at kernel/locking/spinlock_rt.c:48 | |
[ 114.639474][ C1] in_atomic(): 0, irqs_disabled(): 1, non_block: 0, pid: 30, name: ksoftirqd/1 | |
[ 114.639483][ C1] preempt_count: 0, expected: 0 | |
[ 114.639488][ C1] RCU nest depth: 2, expected: 2 | |
[ 114.639501][ C1] CPU: 1 UID: 0 PID: 30 Comm: ksoftirqd/1 Tainted: G W 6.16.0-rc1-rt1 #11 PREEMPT_RT | |
[ 114.639516][ C1] Tainted: [W]=WARN | |
[ 114.639519][ C1] Hardware name: QEMU KVM Virtual Machine, BIOS 2025.02-8 05/13/2025 | |
[ 114.639525][ C1] Call trace: | |
[ 114.639529][ C1] show_stack+0x2c/0x3c (C) | |
[ 114.639561][ C1] __dump_stack+0x30/0x40 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
📃 coverage | |
🤖 syscalls | |
🛒 corpus | |
💻 VMs | |
🔧 config | |
Kernel panic - not syncing: Hard LOCKUP | |
CPU: 1 UID: 0 PID: 9003 Comm: systemd-rfkill Tainted: G W 6.16.0-rc1-rt1 #11 PREEMPT_RT | |
Tainted: [W]=WARN |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
perf lockup | |
watchdog: BUG: soft lockup - CPU#2 stuck for 23s! [syz.1.915:10188] | |
CPU#2 Utilization every 4s during lockup: | |
#1: 100% system, 0% softirq, 0% hardirq, 0% idle | |
#2: 100% system, 0% softirq, 0% hardirq, 0% idle | |
#3: 100% system, 0% softirq, 1% hardirq, 0% idle | |
#4: 100% system, 0% softirq, 0% hardirq, 0% idle | |
#5: 100% system, 0% softirq, 0% hardirq, 0% idle | |
Modules linked in: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Reproducer by Mark Rutland <[email protected]> | |
* Triggers kernel WARN and UBSAN with disabled child perf event. | |
*/ | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <unistd.h> | |
#include <sys/syscall.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rcu: INFO: rcu_sched detected stalls on CPUs/tasks:s: | |
rcu: | |
(detected by 0, t=6002 jiffies, g=24353, q=1 ncpus=1)1) | |
rcu: All QSes seen, last rcu_sched kthread activity 6002 (4294978930-4294972928), jiffies_till_next_fqs=1, root ->qsmask 0x0x0 | |
rcu: rcu_sched kthread starved for 6002 jiffies! g24353 f0x2 RCU_GP_WAIT_FQS(5) ->state=0x0 ->cpu=0=0 | |
rcu: | |
Unless rcu_sched kthread gets sufficient CPU time, OOM is now expected behavior.r. | |
rcu: RCU grace-period kthread stack dump:p: | |
task:rcu_sched state:R running task stack:0 pid:16 tgid:16 ppid:2 flags:0x0000000000 | |
Call Trace:e: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// autogenerated by syzkaller (https://github.com/google/syzkaller) | |
#define _GNU_SOURCE | |
#include <endian.h> | |
#include <stdint.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <sys/syscall.h> |