From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754773AbcK1PpY (ORCPT ); Mon, 28 Nov 2016 10:45:24 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:34126 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754525AbcK1PpD (ORCPT ); Mon, 28 Nov 2016 10:45:03 -0500 Date: Mon, 28 Nov 2016 16:45:12 +0100 From: Greg KH To: Dan Carpenter Cc: Jonathan Corbet , LKML , Mike Marshall Subject: Re: [patch] Documentation/process/howto: Only send regression fixes after -rc1 Message-ID: <20161128154512.GA10632@kroah.com> References: <20161128144315.GA15885@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161128144315.GA15885@mwanda> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Acked-by: Greg Kroah-Hartman