mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Workqueue works! QEMU CLI mode with -n for panic
This commit is contained in:
9
rootfs_overlay/workqueue_cheat.sh
Executable file
9
rootfs_overlay/workqueue_cheat.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Got a few kernel crashes after insert / remove, so let's do this a few times.
|
||||
insmod /workqueue_cheat.ko
|
||||
rmmod workqueue_cheat
|
||||
insmod /workqueue_cheat.ko
|
||||
rmmod workqueue_cheat
|
||||
insmod /workqueue_cheat.ko
|
||||
rmmod workqueue_cheat
|
||||
Reference in New Issue
Block a user