From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: linux-next: current pending merge fix patches Date: Mon, 1 Mar 2010 09:56:13 +0100 Message-ID: <20100301085613.GA2867@elte.hu> References: <20100301160445.5e281f11.sfr@canb.auug.org.au> <20100301081021.GB8049@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx3.mail.elte.hu ([157.181.1.138]:46378 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750804Ab0CAI5u (ORCPT ); Mon, 1 Mar 2010 03:57:50 -0500 Content-Disposition: inline In-Reply-To: <20100301081021.GB8049@elte.hu> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: Linus , LKML , linux-next@vger.kernel.org, Len Brown , Dave Jones , Jean Delvare , Greg KH , "J. Bruce Fields" , Trond Myklebust , Sage Weil , Pekka Enberg , Christoph Lameter , Tejun Heo , Rusty Russell , Al Viro , J??rn Engel * Ingo Molnar wrote: > So i'd argue to not backmerge during the merge window (and i have stopped > doing that myself a few cycles ago, and it clearly helped things) - but in > any case it's certainly no big deal and up to Linus i guess. What i do instead is that once Linus pulls from me i pull back immediately to test, and if it's fine i base further subsystem patches on that and test the heck out of the combination from that point on. That's the collective 'point of no looking back' when subsystem people should jump in and help out testing the "final" combination. But if a subsystem tree backmerges during the merge window any sooner (_before_ Linus pulls), it can cause criss-cross merges (as Linus may not pull or may pull later during which fixes arrive, etc.), creating a less readable history, etc. - which may make integration and problem isolation somewhat harder in the end. ( It's not a big deal in isolation and i dont think Linus actually rejects trees that do the occasional backmerge - but the combination of many small deals can have a bigger effect. ) There are exceptions, such as tricky conflicts that i know to be problematic - in that case i occasionally backmerge. But it's relatively rare - 90%+ of the conflicts are trivial and all-or-nothing affairs (i.e. if you mess it up the kernel wont work very well, so it's immediately noticeable). Thanks, Ingo