From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.linux-foundation.org (smtp1.linux-foundation.org [140.211.169.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "smtp.linux-foundation.org", Issuer "CA Cert Signing Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 6648ADDF1E for ; Thu, 12 Mar 2009 02:37:48 +1100 (EST) Date: Wed, 11 Mar 2009 08:36:04 -0700 (PDT) From: Linus Torvalds To: Benjamin Herrenschmidt Subject: Re: [git pull] Please pull powerpc.git merge branch In-Reply-To: <1236769025.7086.46.camel@pasglop> Message-ID: References: <1236729444.7086.24.camel@pasglop> <1236769025.7086.46.camel@pasglop> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Geert Uytterhoeven , linuxppc-dev list , Andrew Morton , Linux Kernel list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 11 Mar 2009, Benjamin Herrenschmidt wrote: > > I'd like to have Andrew or Linus opinion on doing this driver swap that > late in the process. Quite franklly, no. If it was a totally _new_ driver, there's no chance of regression, which is why we allow those drivers. But switching an old one for a new one does not match that pattern. We can clearly get regressions. As such, we don't do it late in the -rc series. Linus