From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752327AbdBJPBF (ORCPT ); Fri, 10 Feb 2017 10:01:05 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:35990 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752129AbdBJPBD (ORCPT ); Fri, 10 Feb 2017 10:01:03 -0500 Date: Fri, 10 Feb 2017 16:01:00 +0100 From: Greg Kroah-Hartman To: John Stultz Cc: lkml , Martijn Coenen , Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Amit Pundir , Serban Constantinescu , Dmitry Shmidt , Rom Lemarchand , Android Kernel Team Subject: Re: [PATCH 0/8] Sync upstream binder code with android-4.9 tree Message-ID: <20170210150100.GA19363@kroah.com> References: <1486161652-2612-1-git-send-email-john.stultz@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1486161652-2612-1-git-send-email-john.stultz@linaro.org> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 03, 2017 at 02:40:44PM -0800, John Stultz wrote: > Hey All, > With the android-4.9 tree being shared recently, I noticed > there were some new binder changes that hadn't yet made it > upstream (though an earlier version of the patchset was > submitted a bit back). > > Anyway, I wanted to spur some review on the current patchset and > try to get upstream back in sync with the android tree, as AOSP > userspace is already making use of the multiple contexts feature > (hwbinder) here which can cause problems if its missing. > > I've made only a few small tweaks to the patches, to address > checkpatch errors and to fold in a patch fix from Amit that was > also in the android-4.9 tree. > > Please let me know if there is any objections or feedback here. Looks good to me, thanks for breaking these out and pushing them here. All now queued up. greg k-h