From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759993AbcIXAmu (ORCPT ); Fri, 23 Sep 2016 20:42:50 -0400 Received: from ozlabs.org ([103.22.144.67]:51453 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753261AbcIXAmt (ORCPT ); Fri, 23 Sep 2016 20:42:49 -0400 Date: Sat, 24 Sep 2016 10:42:45 +1000 From: Stephen Rothwell To: Linus Torvalds Cc: linux-next , Linux Kernel Mailing List , Greg Kroah-Hartman Subject: Re: linux-next: Tree for Sep 21 Message-ID: <20160924104245.0d6429c1@canb.auug.org.au> In-Reply-To: References: <20160921160838.71395247@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, On Fri, 23 Sep 2016 11:24:04 -0700 Linus Torvalds wrote: > > On Tue, Sep 20, 2016 at 11:08 PM, Stephen Rothwell wrote: > > > > Changes since 20160920: > > [...] > > Non-merge commits (relative to Linus' tree): 11180 > > 8424 files changed, 456474 insertions(+), 237951 deletions(-) > > What happened here? The previous linux-next tree was much smaller. The > "changes since" part doesn't actually talk about the almost 3000 new > non-merge commits that very suddenly showed up. That was Greg's (cc'd) greybus stuff entering the staging tree: $ git rev-list --count --no-merges origin/master..2bbadafbe4ea 2363 > I wonder if your automation could add some notes on things like this > when clearly one of the trees changes radically. Back in 20160920, > linux-next looked fairly small compared to previous releases. And then > the next day it suddenly looked quite big. I will have a look at what can be done. Normally trees do not grow in large leaps, this was exceptional. Most often such an increase would be caused by one tree merging in another (both of which are often in linux-next) e.g. the drm tree merges 8 other trees that I have and the net-next tree also merges 8 others. > I get the feeling that several thousand new commits just before the > merge window opens is not a good sign. Of course, I'm planning an rc8 > this time around anyway, but even so this is pretty surprising. -- Cheers, Stephen Rothwell