diff options
author | Mcgrof <anonymous.contributor@example.org> | 2013-07-25 21:06:31 +0000 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2024-10-04 15:47:32 -0400 |
commit | 2707447542f3d14d7897373dd394d47ea91a63bf (patch) | |
tree | bdc36794bb80d335d65630c91d9b7c8bb9f1ad4a | |
parent | bbe564e0ddd35767512080bd7a4827bc4549795e (diff) | |
download | backports-2707447542f3d14d7897373dd394d47ea91a63bf.tar.gz |
Update Documentation/backports/hacking
-rw-r--r-- | wiki/Documentation_backports_hacking.mediawiki | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wiki/Documentation_backports_hacking.mediawiki b/wiki/Documentation_backports_hacking.mediawiki index 2b3cf25..2ed60d8 100644 --- a/wiki/Documentation_backports_hacking.mediawiki +++ b/wiki/Documentation_backports_hacking.mediawiki @@ -102,12 +102,12 @@ for the supported kernels. By using EXPORT_SYMBOL_GPL() we make it '''clear''' t if you use the backported symbols your software '''is considered derivative works of the Linux kernel'''. -= TODO = - -== More subsystems == +== Backporting more subsystems == Feel free to any backport subsystems. The requirement is you at least list its kernel dependency and also that you have tested compilation success with ckmake. If you are adding a new subsystem we are in hopes you will also help maintain it. += TODO = + == DKMS support == Someone seems to want add support for [https://en.wikipedia.org/wiki/Dynamic_Kernel_Module_Support DKMS]. Who was that? What benefits does this bring? |