From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755493AbdIRPxi (ORCPT ); Mon, 18 Sep 2017 11:53:38 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:56888 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753993AbdIRPxh (ORCPT ); Mon, 18 Sep 2017 11:53:37 -0400 Date: Mon, 18 Sep 2017 17:53:47 +0200 From: Greg Kroah-Hartman To: Arnd Bergmann Cc: Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Riley Andrews , devel@driverdev.osuosl.org, Todd Kjos , Linux Kernel Mailing List , John Stultz , Martijn Coenen Subject: Re: [PATCH] android: binder: fix type mismatch warning Message-ID: <20170918155347.GB19150@kroah.com> References: <20170905085640.1566593-1-arnd@arndb.de> <20170918140244.GB21714@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 18, 2017 at 05:35:03PM +0200, Arnd Bergmann wrote: > On Mon, Sep 18, 2017 at 4:02 PM, Greg Kroah-Hartman > wrote: > >> However, there is another problem with the Kconfig option: turning > >> it on or off creates two incompatible ABI versions, a kernel that > >> has this enabled cannot run user space that was built without it > >> or vice versa. A better solution might be to leave the option hidden > >> until the binder code is fixed to deal with both ABI versions. > > > > I don't know if that is ever going to be fixed, as it's not an issue > > that you will ever see "in the wild" from what I can tell... > > Probably not on a native Android device or even a Chromebook that > ships a binder user space together with a kernel, but what about > people using "anbox" or similar projects that allow you to run > Android apps in a container? Ugh, that's crazy, binder should not be run that way due to a variety of issues... Well, as of 4.14 those issues will be gone, so no one is doing this yet :) > It seems like a legitimate use case of the binder modules, but > now there is a kernel Kconfig option that has to match a user > space binary. So, should we revert that? I don't really know what to suggest here, sorry... greg k-h