Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932531AbbDOReN (ORCPT ); Wed, 15 Apr 2015 13:34:13 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:45675 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753395AbbDOReB (ORCPT ); Wed, 15 Apr 2015 13:34:01 -0400 Date: Wed, 15 Apr 2015 19:33:57 +0200 From: Greg Kroah-Hartman To: Jiri Kosina Cc: Steven Rostedt , Borislav Petkov , Richard Weinberger , Andy Lutomirski , Al Viro , "Eric W. Biederman" , Linus Torvalds , Andrew Morton , Arnd Bergmann , One Thousand Gnomes , Tom Gundersen , "linux-kernel@vger.kernel.org" , Daniel Mack , David Herrmann , Djalal Harouni Subject: Re: [GIT PULL] kdbus for 4.1-rc1 Message-ID: <20150415173357.GB26146@kroah.com> References: <20150415084812.GG16381@kroah.com> <552E28C2.8070409@nod.at> <20150415092034.GA17680@kroah.com> <20150415092149.GB2310@pd.tnic> <20150415092713.GA17898@kroah.com> <20150415094410.GB2282@pd.tnic> <20150415114036.GB19274@kroah.com> <20150415154153.GD6801@home.goodmis.org> <20150415164033.GB25105@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1256 Lines: 29 On Wed, Apr 15, 2015 at 06:48:46PM +0200, Jiri Kosina wrote: > On Wed, 15 Apr 2015, Greg Kroah-Hartman wrote: > > > The in-kernel code isn't a lot (again, 13k lines, smaller than almost > > all of the drivers you are using today on an individual basis) It's > > I originally didn't want to comment on this, but now that you are making > this argument for 3rd or 4th time, I can't really resist. What exactly are > you trying to "prove" by the 13k-lines argument? > > mm/vmscan.c is less that 4k lines. Does that sole fact mean that the whole > memory reclaim is trivial to review? I'm trying to say that it's not a ton of code. lines of code are of course not a valid way to judge complexity, and I'm not trying to say that. I am trying to point out that it isn't "huge" by comparing it to other chunks of code that we all know and love. We merge subsystems with new userspace apis that are large than this all the time. I'm trying to say this isn't something "unusual" at all. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/