···150150 - how to use firewire like a hardware debugger memory reader.151151dell_rbu.txt152152 - document demonstrating the use of the Dell Remote BIOS Update driver.153153-development-process/153153+process/154154 - how to work with the mainline kernel development process.155155device-mapper/156156 - directory with info on Device Mapper.
+1-1
Documentation/SubmittingPatches
···10101111This document contains a large number of suggestions in a relatively terse1212format. For detailed information on how the kernel development process1313-works, see :ref:`Documentation/development-process <development_process_main>`.1313+works, see :ref:`Documentation/process <development_process_main>`.1414Also, read :ref:`Documentation/SubmitChecklist <submitchecklist>`1515for a list of items to check before1616submitting code. If you are submitting a driver, also read
+1-1
Documentation/conf.py
···338338latex_documents = [339339 ('kernel-documentation', 'kernel-documentation.tex', 'The Linux Kernel Documentation',340340 'The kernel development community', 'manual'),341341- ('development-process/index', 'development-process.tex', 'Linux Kernel Development Documentation',341341+ ('process/index', 'development-process.tex', 'Linux Kernel Development Documentation',342342 'The kernel development community', 'manual'),343343 ('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide',344344 'The kernel development community', 'manual'),
···176176documentation, adverse effects on performance, user-space ABI changes, etc.177177All types of review, if they lead to better code going into the kernel, are178178welcome and worthwhile.179179-180180-
···55tags.add("subproject")6677latex_documents = [88- ('index', 'development-process.tex', 'Linux Kernel Development Documentation',88+ ('index', 'process.tex', 'Linux Kernel Development Documentation',99 'The kernel development community', 'manual'),1010]
···2626there is some technical material here, this is very much a process-oriented2727discussion which does not require a deep knowledge of kernel programming to2828understand.2929-