mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-13 20:12:26 +00:00
10 lines
238 B
Bash
Executable File
10 lines
238 B
Bash
Executable File
#!/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
|