File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change @@ -784,26 +784,6 @@ enables all log levels, and is basically the same as:
784
784
785
785
except that you don't need to know what is the maximum level.
786
786
787
- === Module documentation
788
-
789
- ....
790
- head kernel_module/modulename.c
791
- grep 'insmod /modulename\.ko' README.adoc
792
- ....
793
-
794
- Many of the modules have userland test scripts / executables with the same name as the module, e.g. form inside the guest:
795
-
796
- ....
797
- /modulename.sh
798
- /modulename.out
799
- ....
800
-
801
- The sources of those tests will further clarify what the corresponding kernel modules does. To find them on the host, do a quick:
802
-
803
- ....
804
- git ls-files | grep modulename
805
- ....
806
-
807
787
=== Rebuild
808
788
809
789
After making changes to a package, you must explicitly request it to be rebuilt.
@@ -3569,7 +3549,7 @@ Anonymous inodes allow getting multiple file descriptors from a single filesyste
3569
3549
3570
3550
Bibliography: https://stackoverflow.com/questions/4508998/what-is-an-anonymous-inode-in-linux
3571
3551
3572
- === Linux kernel asynchronous
3552
+ === Linux kernel asynchronous APIs
3573
3553
3574
3554
In this section we will document asynchronous APIs of Linux kernel, especially kthread-related scheduled events.
3575
3555
You can’t perform that action at this time.
0 commit comments