From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 12 Mar 2012 13:54:40 -0500 From: Jonathan Nieder To: Willy Tarreau Cc: Junio C Hamano , Thomas Rast , Greg KH , Ben Hutchings , linux-kernel@vger.kernel.org, stable@vger.kernel.org, git@vger.kernel.org, Thomas Rast Subject: Re: stripping [PATCH] without losing later tags from mailed patches (Re: [ 02/12] Remove COMPAT_IA32 support) Message-ID: <20120312185440.GA21817@burratino> References: <20120312024948.GB4650@kroah.com> <20120312063027.GB8971@1wt.eu> <20120312064855.GB16820@burratino> <20120312085820.GA11569@1wt.eu> <20120312152004.GB9380@kroah.com> <20120312152453.GB12405@1wt.eu> <87aa3l4vqq.fsf@thomas.inf.ethz.ch> <20120312165703.GB18791@burratino> <7vvcm9snko.fsf@alter.siamese.dyndns.org> <20120312185008.GH12405@1wt.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120312185008.GH12405@1wt.eu> Sender: linux-kernel-owner@vger.kernel.org List-ID: Willy Tarreau wrote: > From my user experience and what I see on a number of coworkers, users > tend to make big jumps when they need a new feature, so in practice, > not offering the option in a version or two would probably not affect > most users, especially the ones still relying on the old behaviour. So > I don't see much benefit in waiting for repurposing the option. The benefit is that if it does turn out to be a regression, early adopters will complain to us because their scripts have stopped working and we get a chance to back out the change without having to worry about others who have started to rely on the option. Regards, Jonathan