lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 18 Jul 2008 13:46:35 -0700
From:	"Tony Luck" <tony.luck@...il.com>
To:	"Linus Torvalds" <torvalds@...ux-foundation.org>
Cc:	"Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>
Subject: Re: Short update and pause in 2.6.27 merge window

On Thu, Jul 17, 2008 at 9:47 AM, Linus Torvalds
<torvalds@...ux-foundation.org> wrote:
> We seem to be roughly half-way through the merge window, judging purely by
> number of commits, although part of my calculations there is that I'm
> actually hoping/expecting that because a number of people are on vacation
> etc, this merge window might be smaller than some of the other recent ones
> (2.6.25-rc1 in particular was huge).

That depends on how good people are about putting stuff into linux-next. So far
you've added 3298 non-merge commits in this merge window but the count of
commits in linux-next is less than a thousand below its peak.

We didn't empty linux-next in the last merge, so we probably won't this
time either ... but there are still 4382 commits waiting.

The attached graph of pending work in linux-next was produced with this script
(my linux-next tree has a branch named "linus" which pulls from your tree).

git tag | grep next- | sort | while read tag
do
        c=$(git-rev-list --no-merges $tag ^linus | wc -l)

        echo ${tag##next-} $c
done

-Tony

Download attachment "linux-next.png" of type "image/png" (3976 bytes)

Powered by blists - more mailing lists