Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs-rst: add documents to development-process

Add several documents to the development-process ReST book.

As we don't want renames, use symlinks instead, keeping those
documents on their original place.

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

+23 -2
Documentation/Changes Documentation/process/changes.rst
Documentation/CodeOfConflict Documentation/process/code-of-conflict.rst
Documentation/CodingStyle Documentation/process/coding-style.rst
Documentation/HOWTO Documentation/process/howto.rst
Documentation/ManagementStyle Documentation/process/management-style.rst
Documentation/SubmitChecklist Documentation/process/submit-checklist.rst
Documentation/SubmittingDrivers Documentation/process/submitting-drivers.rst
-1
Documentation/SubmittingPatches Documentation/process/submitting-patches.rst
··· 838 838 Some strategies to get difficult or controversial changes in. 839 839 840 840 http://halobates.de/on-submitting-patches.pdf 841 -
Documentation/adding-syscals.txt Documentation/process/adding-syscalls.rst
-1
Documentation/applying-patches.txt Documentation/process/applying-patches.rst
··· 462 462 Thank you's to Randy Dunlap, Rolf Eike Beer, Linus Torvalds, Bodo Eggert, 463 463 Johannes Stezenbach, Grant Coady, Pavel Machek and others that I may have 464 464 forgotten for their reviews and contributions to this document. 465 -
Documentation/email-clients.txt Documentation/process/email-clients.rst
Documentation/kernel-docs.txt Documentation/process/kernel-docs.rst
Documentation/magic-number.txt Documentation/process/magic-number.rst
+23
Documentation/process/index.rst
··· 1 + .. raw:: latex 2 + 3 + \renewcommand\thesection* 4 + \renewcommand\thesubsection* 5 + 6 + 1 7 Linux Kernel Development Documentation 2 8 ====================================== 3 9 ··· 11 5 12 6 .. toctree:: 13 7 :maxdepth: 2 8 + 9 + howto 10 + changes 11 + coding-style 12 + submitting-patches 13 + submitting-drivers 14 + stable-api-nonsense 15 + management-style 16 + stable-kernel-rules 17 + kernel-docs 18 + applying-patches 19 + email-clients 20 + submit-checklist 21 + code-of-conflict 22 + adding-syscalls 23 + magic-number 24 + volatile-considered-harmful 14 25 15 26 development-process
Documentation/stable_api_nonsense.txt Documentation/process/stable-api-nonsense.rst
Documentation/stable_kernel_rules.txt Documentation/process/stable-kernel-rules.rst
Documentation/volatile-considered-harmful.txt Documentation/process/volatile-considered-harmful.rst