Skip to content
Snippets Groups Projects
Select Git revision
  • 1d3b78bbc6e983fabb3fbf91b76339bf66e4a12c
  • apu_kernel default
  • mesh_mac_filter
  • wiptp_patch
  • master protected
  • v6.7-rc6
  • v6.7-rc5
  • v6.7-rc4
  • v6.7-rc3
  • v6.7-rc2
  • v6.7-rc1
  • v6.6
  • v6.6-rc7
  • v6.6-rc6
  • v6.6-rc5
  • v6.6-rc4
  • v6.6-rc3
  • v6.6-rc2
  • v6.6-rc1
  • v6.5
  • v6.5-rc7
  • v6.5-rc6
  • v6.5-rc5
  • v6.5-rc4
  • v6.5-rc3
25 results

MAINTAINERS

Blame
  • MAINTAINERS 425.86 KiB
    
    
    	List of maintainers and how to submit kernel changes
    
    Please try to follow the guidelines below.  This will make things
    easier on the maintainers.  Not all of these guidelines matter for every
    trivial patch so apply some common sense.
    
    1.	Always _test_ your changes, however small, on at least 4 or
    	5 people, preferably many more.
    
    2.	Try to release a few ALPHA test versions to the net. Announce
    	them onto the kernel channel and await results. This is especially
    	important for device drivers, because often that's the only way
    	you will find things like the fact version 3 firmware needs
    	a magic fix you didn't know about, or some clown changed the
    	chips on a board and not its name.  (Don't laugh!  Look at the
    	SMC etherpower for that.)
    
    3.	Make sure your changes compile correctly in multiple
    	configurations. In particular check that changes work both as a
    	module and built into the kernel.
    
    4.	When you are happy with a change make it generally available for
    	testing and await feedback.
    
    5.	Make a patch available to the relevant maintainer in the list. Use
    	'diff -u' to make the patch easy to merge. Be prepared to get your
    	changes sent back with seemingly silly requests about formatting
    	and variable names.  These aren't as silly as they seem. One
    	job the maintainers (and especially Linus) do is to keep things
    	looking the same. Sometimes this means that the clever hack in
    	your driver to get around a problem actually needs to become a
    	generalized kernel feature ready for next time.
    
    	PLEASE check your patch with the automated style checker
    	(scripts/checkpatch.pl) to catch trivial style violations.
    	See Documentation/process/coding-style.rst for guidance here.
    
    	PLEASE CC: the maintainers and mailing lists that are generated
    	by scripts/get_maintainer.pl.  The results returned by the
    	script will be best if you have git installed and are making
    	your changes in a branch derived from Linus' latest git tree.
    	See Documentation/process/submitting-patches.rst for details.
    
    	PLEASE try to include any credit lines you want added with the
    	patch. It avoids people being missed off by mistake and makes
    	it easier to know who wants adding and who doesn't.
    
    	PLEASE document known bugs. If it doesn't work for everything
    	or does something very odd once a month document it.
    
    	PLEASE remember that submissions must be made under the terms
    	of the Linux Foundation certificate of contribution and should
    	include a Signed-off-by: line.  The current version of this
    	"Developer's Certificate of Origin" (DCO) is listed in the file
    	Documentation/process/submitting-patches.rst.
    
    6.	Make sure you have the right to send any changes you make. If you
    	do changes at work you may find your employer owns the patch
    	not you.
    
    7.	When sending security related changes or reports to a maintainer
    	please Cc: security@kernel.org, especially if the maintainer
    	does not respond.
    
    8.	Happy hacking.
    
    Descriptions of section entries: