Files
linux-kernel-module-cheat/kernel_module/README.adoc
2018-07-01 20:01:49 +01:00

42 lines
738 B
Plaintext

= kernel_module
. link:module_init.c[]
. Debugging
.. link:hello.c[]
.. link:hello2.c[]
.. link:printk.c[]
. Panic and friends
.. link:panic.c[]
.. link:oops.c[]
.. link:dump_stack.c[]
.. link:warn_on.c[]
. Modules
.. link:params.c[]
.. link:vermagic.c[]
.. link:vermagic_fail.c[]
.. link:module_info.c[]
.. Module dependencies
... link:dep.c[]
... link:dep2.c[]
. Pseudo filesystems
.. link:mmap.c[]
. 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[]
. Utilities
.. link:kstrto.c[]
. Hardening
.. link:strlen_overflow.c[]
. Tracing
.. link:kprobe_example.c[]
. Arch
.. x86
... link:ring0.c[]