LWN: Comments on "Development statistics for the 4.13 kernel" https://lwn.net/Articles/731794/ This is a special feed containing comments posted to the individual LWN article titled "Development statistics for the 4.13 kernel". en-us Mon, 20 Oct 2025 00:22:43 +0000 Mon, 20 Oct 2025 00:22:43 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net Development statistics for the 4.13 kernel https://lwn.net/Articles/735616/ https://lwn.net/Articles/735616/ bvanassche <div class="FormattedComment"> The statistics reported by my script are slightly different:<br> $ git log v4.12..v4.13 | sed -n 's/^ Reviewed-by: \([^&lt;]*\)&lt;.*/\1/p' | sort | uniq -c | sort -rn | head -n30<br> 182 Alex Deucher <br> 150 Andy Shevchenko <br> 128 Christoph Hellwig <br> 90 Christian König <br> 77 Florian Fainelli <br> 73 Joonas Lahtinen <br> 68 Hannes Reinecke <br> 66 Chris Wilson <br> 63 Laurent Pinchart <br> 55 Geert Uytterhoeven <br> 50 Simon Horman <br> 49 Takashi Sakamoto <br> 48 Scott Benesh <br> 48 Daniel Vetter <br> 47 Tvrtko Ursulin <br> 47 Guenter Roeck <br> 46 David Sterba <br> 45 Andrew Lunn <br> 44 Johannes Thumshirn <br> 43 Bart Van Assche <br> 42 Hawking Zhang <br> 41 Maarten Lankhorst <br> 39 Jan Kara <br> 39 Darrick J. Wong <br> 38 Sagi Grimberg <br> 35 Neil Armstrong <br> 35 Jeff Layton <br> 33 Linus Walleij <br> 31 Brian Foster <br> 27 Mika Westerberg<br> </div> Thu, 05 Oct 2017 22:12:59 +0000 Development statistics for the 4.13 kernel https://lwn.net/Articles/733120/ https://lwn.net/Articles/733120/ kdave <div class="FormattedComment"> But then hch would take the top spots as well! Here's the top 30 for 4.13:<br> <p> 182 Alex Deucher<br> 127 Christoph Hellwig<br> 89 Christian König<br> 80 Andy Shevchenko<br> 77 Florian Fainelli<br> 72 Joonas Lahtinen<br> 67 Andy Shevchenko<br> 64 Hannes Reinecke<br> 62 Chris Wilson<br> 60 Laurent Pinchart<br> 55 Geert Uytterhoeven<br> 49 Takashi Sakamoto<br> 48 Scott Benesh<br> 47 Daniel Vetter<br> 46 Simon Horman<br> 46 David Sterba<br> 45 Andrew Lunn<br> 44 Tvrtko Ursulin<br> 44 Johannes Thumshirn<br> 42 Hawking Zhang<br> 41 Maarten Lankhorst<br> 39 Jan Kara<br> 39 Darrick J. Wong<br> 35 Neil Armstrong<br> 35 Jeff Layton<br> 34 Guenter Roeck<br> 33 Sagi Grimberg<br> 31 Linus Walleij<br> 31 Brian Foster<br> 27 Mika Westerberg<br> </div> Thu, 07 Sep 2017 11:36:26 +0000 Development statistics for the 4.13 kernel https://lwn.net/Articles/732618/ https://lwn.net/Articles/732618/ knobunc <div class="FormattedComment"> It would be interesting to do a "top reviewers". Give some hard and unglamorous work some time in the spotlight.<br> <p> -ben<br> </div> Fri, 01 Sep 2017 15:35:10 +0000 Development statistics for the 4.13 kernel https://lwn.net/Articles/732554/ https://lwn.net/Articles/732554/ jani <div class="FormattedComment"> I also think it's interesting to look behind the stats presented. "The top contributor of changesets this time around was Christoph Hellwig, who made significant improvements all over the filesystem and block I/O layers." I don't think it takes anything away from Christoph's accomplisments to acknowledge that a bunch of other people were involved in getting his changes merged:<br> <p> $ git log v4.12..v4.13-rc7 --author=hch@lst.de | grep "[A-Za-z-]*-by:" | grep -v hch@lst.de | sed 's/[A-Za-z-]*-by: //' | sort | uniq -c | sort -rn | head<br> 38 Jens Axboe &lt;axboe@kernel.dk&gt;<br> 30 Jeff Layton &lt;jlayton@redhat.com&gt;<br> 26 Trond Myklebust &lt;trond.myklebust@primarydata.com&gt;<br> 22 Darrick J. Wong &lt;darrick.wong@oracle.com&gt;<br> 19 Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;<br> 18 Sagi Grimberg &lt;sagi@grimberg.me&gt;<br> 18 Amir Goldstein &lt;amir73il@gmail.com&gt;<br> 14 Jens Axboe &lt;axboe@fb.com&gt;<br> 12 Thomas Gleixner &lt;tglx@linutronix.de&gt;<br> 10 Martin K. Petersen &lt;martin.petersen@oracle.com&gt;<br> <p> Plus a long tail. I think only looking at the authorship gives a rather limited view of contributions to the kernel.<br> <p> </div> Thu, 31 Aug 2017 17:40:35 +0000 Development statistics for the 4.13 kernel https://lwn.net/Articles/732538/ https://lwn.net/Articles/732538/ deater I thought that a report on the Reported-by: tag might be interesting because I might have a chance of making the list, but no, I'm not even in the top 15. Interestingly enough a robot is in the #1 spot. <br><br> Methodology:<br> <tt>git log v4.12..HEAD | grep Reported-by: | sort | uniq -c | sort -n</tt> Thu, 31 Aug 2017 15:24:52 +0000 Development statistics for the 4.13 kernel https://lwn.net/Articles/732497/ https://lwn.net/Articles/732497/ andy_shev <div class="FormattedComment"> Actually yes, I liked that one that has it.<br> </div> Thu, 31 Aug 2017 09:25:40 +0000 Development statistics for the 4.13 kernel https://lwn.net/Articles/732403/ https://lwn.net/Articles/732403/ jani <div class="FormattedComment"> I humbly repeat my request to include the review and testing stats in the development statistics. <a href="https://lwn.net/Articles/718528/">https://lwn.net/Articles/718528/</a><br> </div> Wed, 30 Aug 2017 15:49:20 +0000 Development statistics for the 4.13 kernel https://lwn.net/Articles/732341/ https://lwn.net/Articles/732341/ pravinkc <div class="FormattedComment"> Does anyone of us have to do anything?<br> </div> Wed, 30 Aug 2017 03:45:18 +0000 Development statistics for the 4.13 kernel https://lwn.net/Articles/732228/ https://lwn.net/Articles/732228/ lkundrak <div class="FormattedComment"> Well, did you need to make this one?<br> Did I need to comment too?<br> </div> Tue, 29 Aug 2017 09:08:36 +0000 Development statistics for the 4.13 kernel https://lwn.net/Articles/732207/ https://lwn.net/Articles/732207/ zanchey <div class="FormattedComment"> I write in response to the conclusion of the article, and if you've got children you might recognise the enormous value of measured prose in settling them (and you).<br> </div> Tue, 29 Aug 2017 00:49:33 +0000 Development statistics for the 4.13 kernel https://lwn.net/Articles/732198/ https://lwn.net/Articles/732198/ rahvin <div class="FormattedComment"> Did you really need to make that comment? <br> </div> Mon, 28 Aug 2017 19:34:43 +0000 Development statistics for the 4.13 kernel https://lwn.net/Articles/732102/ https://lwn.net/Articles/732102/ zanchey <div class="FormattedComment"> I certainly wouldn't accuse this article of being boring, but reading it to a newborn has done an outstanding job of getting them to sleep.<br> </div> Sun, 27 Aug 2017 13:21:21 +0000