mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 18:25:57 +01:00
delay attempt
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
Usage:
|
||||
|
||||
insmod /workqueue.ko
|
||||
insmod /workqueue_cheat.ko
|
||||
# dmesg => worker
|
||||
rmmod workqueue
|
||||
rmmod workqueue_cheat
|
||||
|
||||
Creates a separate thread. So init_module can return, but some work will still get done.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user