public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] Documentation/process/howto: Only send regression fixes after -rc1
@ 2016-11-28 14:43 Dan Carpenter
  2016-11-28 15:45 ` Greg KH
  2016-11-29  0:25 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Dan Carpenter @ 2016-11-28 14:43 UTC (permalink / raw)
  To: Jonathan Corbet, Greg KH; +Cc: LKML, Mike Marshall

The original text was not clear if white space or other harmless patches
should be merged in -rc kernels.  The discussion at Kernel Summit said
that we should be more strict about sending regression fixes only.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

diff --git a/Documentation/process/howto.rst b/Documentation/process/howto.rst
index 449ca1f1..1260f60 100644
--- a/Documentation/process/howto.rst
+++ b/Documentation/process/howto.rst
@@ -267,15 +267,16 @@ process is as follows:
     is using git (the kernel's source management tool, more information
     can be found at https://git-scm.com/) but plain patches are also just
     fine.
-  - After two weeks a -rc1 kernel is released it is now possible to push
-    only patches that do not include new features that could affect the
-    stability of the whole kernel.  Please note that a whole new driver
-    (or filesystem) might be accepted after -rc1 because there is no
-    risk of causing regressions with such a change as long as the change
-    is self-contained and does not affect areas outside of the code that
-    is being added.  git can be used to send patches to Linus after -rc1
-    is released, but the patches need to also be sent to a public
-    mailing list for review.
+  - After two weeks a -rc1 kernel is released and the focus is on making the
+    new kernel as rock solid as possible.  Most of the patches at this point
+    should fix a regression.  Bugs that have always existed are not
+    regressions, so only push these kinds of fixes if they are important.
+    Please note that a whole new driver (or filesystem) might be accepted
+    after -rc1 because there is no risk of causing regressions with such a
+    change as long as the change is self-contained and does not affect areas
+    outside of the code that is being added.  git can be used to send
+    patches to Linus after -rc1 is released, but the patches need to also be
+    sent to a public mailing list for review.
   - A new -rc is released whenever Linus deems the current git tree to
     be in a reasonably sane state adequate for testing.  The goal is to
     release a new -rc kernel every week.

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [patch] Documentation/process/howto: Only send regression fixes after -rc1
  2016-11-28 14:43 [patch] Documentation/process/howto: Only send regression fixes after -rc1 Dan Carpenter
@ 2016-11-28 15:45 ` Greg KH
  2016-11-29  0:25 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2016-11-28 15:45 UTC (permalink / raw)
  To: Dan Carpenter; +Cc: Jonathan Corbet, LKML, Mike Marshall

On Mon, Nov 28, 2016 at 05:43:15PM +0300, Dan Carpenter wrote:
> The original text was not clear if white space or other harmless patches
> should be merged in -rc kernels.  The discussion at Kernel Summit said
> that we should be more strict about sending regression fixes only.
> 
> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [patch] Documentation/process/howto: Only send regression fixes after -rc1
  2016-11-28 14:43 [patch] Documentation/process/howto: Only send regression fixes after -rc1 Dan Carpenter
  2016-11-28 15:45 ` Greg KH
@ 2016-11-29  0:25 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2016-11-29  0:25 UTC (permalink / raw)
  To: Dan Carpenter; +Cc: Greg KH, LKML, Mike Marshall

On Mon, 28 Nov 2016 17:43:15 +0300
Dan Carpenter <dan.carpenter@oracle.com> wrote:

> The original text was not clear if white space or other harmless patches
> should be merged in -rc kernels.  The discussion at Kernel Summit said
> that we should be more strict about sending regression fixes only.

Applied to the docs tree, thanks.

jon

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-11-29  0:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-28 14:43 [patch] Documentation/process/howto: Only send regression fixes after -rc1 Dan Carpenter
2016-11-28 15:45 ` Greg KH
2016-11-29  0:25 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox