summaryrefslogtreecommitdiffstats
diff options
authorMcgrof <anonymous.contributor@example.org>2013-07-25 21:06:31 +0000
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2024-10-04 15:47:32 -0400
commit2707447542f3d14d7897373dd394d47ea91a63bf (patch)
treebdc36794bb80d335d65630c91d9b7c8bb9f1ad4a
parentbbe564e0ddd35767512080bd7a4827bc4549795e (diff)
downloadbackports-2707447542f3d14d7897373dd394d47ea91a63bf.tar.gz
Update Documentation/backports/hacking
-rw-r--r--wiki/Documentation_backports_hacking.mediawiki6
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?