From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751054Ab0CAI5w (ORCPT ); Mon, 1 Mar 2010 03:57:52 -0500 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 Date: Mon, 1 Mar 2010 09:56:13 +0100 From: Ingo Molnar 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 Subject: Re: linux-next: current pending merge fix patches 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 Content-Disposition: inline In-Reply-To: <20100301081021.GB8049@elte.hu> User-Agent: Mutt/1.5.20 (2009-08-17) X-ELTE-SpamScore: 0.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=0.0 required=5.9 tests=none autolearn=no SpamAssassin version=3.2.5 _SUMMARY_ Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * 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