Files
linux-kernel-module-cheat/kernel_module/README.adoc
2018-07-05 02:42:28 +01:00

22 lines
343 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[]
. Arch
.. x86
... link:ring0.c[]