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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 16 Oct 2009 06:48:13 +0200
From:	Kjetil Barvik <barvik@...adpark.no>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: Linux 2.6.32-rc5

Linus Torvalds <torvalds@...ux-foundation.org> writes:

> 90% of the bulk of the changes since -rc4 are in drivers, with most of 
> it coming from two new network drivers (stmmac and vmxnet3). But apart 
> from the new drivers, there's almost 300 commits in there, 

  some more statistics(1):

        243 "real" commits
      +  46 merge-commits (34 by Linus)
      = 289 total commits (almost 300)

  -- kjetil

  1) from the following git commands (git version 1.6.4.4)
        git log --oneline -M v2.6.32-rc4..v2.6.32-rc5 | wc -l
        git log --no-merges --oneline -M v2.6.32-rc4..v2.6.32-rc5 | wc -l
        git log --merges --oneline -M v2.6.32-rc4..v2.6.32-rc5 | wc -l
        git log --merges --author="Linus Torvalds" --oneline -M v2.6.32-rc4..v2.6.32-rc5 | wc -l
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists