mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
19 lines
310 B
Plaintext
19 lines
310 B
Plaintext
= kernel_module
|
|
|
|
Our kernel modules!
|
|
|
|
. Asynchronous
|
|
.. link:irq.c[]
|
|
.. link:schedule.c[]
|
|
.. link:sleep.c[]
|
|
.. link:timer.c[]
|
|
.. link:work_from_work.c[]
|
|
.. link:workqueue_cheat.c[]
|
|
. Misc
|
|
.. link:virt_to_phys.c[]
|
|
.. link:netlink.c[]
|
|
. Hardening
|
|
.. link:strlen_overflow.c[]
|
|
. Tracing
|
|
.. link:kprobe_example.c[]
|