All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: linux-kernel@vger.kernel.org
Cc: torvalds@transmeta.com, marcelo@conectiva.com.br, davej@suse.de
Subject: Trivial Patch Policy (trivial@rustcorp.com.au)
Date: Mon, 12 Aug 2002 17:07:05 +1000	[thread overview]
Message-ID: <20020812020958.93C7B2C07A@lists.samba.org> (raw)

Hi all,

	I've been collecting trivial patches for a few months now, and
it's time to solidify some rules:

1) Trivial patches must qualify for one of the following to be
   accepted:
	a) Spelling fixes (useful for grep, and sets a good example)
	b) Warning fixes (cluttering with useless warnings is bad)
	c) Compilation fixes (only if they are actually correct)
	d) Runtime fixes (only if they actually fix things)
	e) Removing use of deprecated functions/macros (eg. check_region).
	f) Contact detail and documentation fixes
	g) Non-portable code replaced by portable code
	   (even in arch-specific, since people copy, as long as it's trivial)
	h) Any fix by the author/maintainer of the file.
	   (ie. patch monkey in re-transmission mode)

   They must also be "trivial" by my definition of trivial.  Best
   patches contain enough context for me to judge without opening the
   file (diff -C<nn> -u is your friend).

   NOTE: This means I'll only take whitespace/indentation fixes from
   the author or maintainer.

2) The patch will not be forwarded to anyone until a new kernel has
   been released after I receive the patch, *unless* noone else is
   sent the patch.  So if you cc: the trivial patch monkey, it'll only
   be forwarded from there if it doesn't make the next kernel.

3) The first time the patch is forwarded, it will be sent to the
   author and/or maintainer.  If they say they've included it in their
   tree, no more forwards will occur (modulo some timeout eventually).
   If they NAK it, the patch will be closed.  Otherwise, the patch
   will be sent directly to Linus or Marcelo on future forwards (the
   maintainer will still be cc'd).

Hopefully this will be a good compromise between coordinating with
maintainers who want control of their files, and stopping trivial
patches from slipping through the cracks.

Cheers!
Rusty, aka the Trivial Patch Monkey.
--
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.

             reply	other threads:[~2002-08-12  7:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-12  7:07 Rusty Russell [this message]
2002-08-13 16:52 ` Trivial Patch Policy (trivial@rustcorp.com.au) Dave Jones
2002-08-14  3:56   ` Rusty Russell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020812020958.93C7B2C07A@lists.samba.org \
    --to=rusty@rustcorp.com.au \
    --cc=davej@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.