Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752306AbaJSWF7 (ORCPT ); Sun, 19 Oct 2014 18:05:59 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:43339 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752260AbaJSWF4 (ORCPT ); Sun, 19 Oct 2014 18:05:56 -0400 Date: Mon, 20 Oct 2014 06:04:50 +0800 From: Greg Kroah-Hartman To: Christoph Hellwig Cc: devel@driverdev.osuosl.org, Anup Patel , linux-api@vger.kernel.org, linux-kernel@vger.kernel.org, Arve Hj?nnev?g , Santosh Shilimkar , Rebecca Schultz Zavin , John Stultz , Sumit Semwal , Christoffer Dall Subject: Re: [PATCH] staging: android: binder: move to the "real" part of the kernel Message-ID: <20141019220450.GB3780@kroah.com> References: <20141016124741.GA3832@kroah.com> <20141017094329.GB18015@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141017094329.GB18015@infradead.org> 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 On Fri, Oct 17, 2014 at 02:43:29AM -0700, Christoph Hellwig wrote: > On Thu, Oct 16, 2014 at 02:47:41PM +0200, Greg Kroah-Hartman wrote: > > From: Greg Kroah-Hartman > > > > The Android binder code has been "stable" for many years now. No matter > > what comes in the future, we are going to have to support this API, so > > might as well move it to the "real" part of the kernel as there's no > > real work that needs to be done to the existing code. > > NAK. It's complete rubbish and does things to the FD code that it > really shouldn't. Android needs to completely redo the interface, and > there's been absolutely no work towards that. There is now work to resolve the interface, it requires someone who has the rights to push to Android userspace. But that is going to be a "total rewrite", and until then, this code needs to be used, no matter how much we hate this. > This is exactly the sort of attitude I feared about when you started the > whole staging concepts, and it sounds like a good reason to disband > staging entirely, given that it's been mostly useless except for > boasting peoples commit statistics. I know you hate staging, which is fine, it's not there for you. It's there for others, and so much good stuff has happened with it, that I'm not going to give it up. But this code is different. It's something like a random driver that a distro has been carrying for 5+ years that it has to ship due to userspace that relies on it, so the api can't be changed. We accept drivers like that at times, and we don't drop really old and crappy drivers either, as long as someone is using it, and it is self-contained. I'll step up to maintain this and handle the interactions between grumpy kernel developers who look at the code, and the Android developers who are stuck with this monstrosity. 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/