Files
linux-kernel-module-cheat/kernel_module/README.adoc
Ciro Santilli 046bc25b6b virt_to_phys: fix %p vs %px
Move doc to README
2018-07-05 03:42:26 +01:00

18 lines
285 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:netlink.c[]
. Hardening
.. link:strlen_overflow.c[]
. Tracing
.. link:kprobe_example.c[]