From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752787AbdBCWlD (ORCPT ); Fri, 3 Feb 2017 17:41:03 -0500 Received: from mail-pf0-f181.google.com ([209.85.192.181]:34903 "EHLO mail-pf0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752540AbdBCWlB (ORCPT ); Fri, 3 Feb 2017 17:41:01 -0500 From: John Stultz To: lkml Cc: John Stultz , Greg Kroah-Hartman , Martijn Coenen , =?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?= , Amit Pundir , Serban Constantinescu , Dmitry Shmidt , Rom Lemarchand , Android Kernel Team Subject: [PATCH 0/8] Sync upstream binder code with android-4.9 tree Date: Fri, 3 Feb 2017 14:40:44 -0800 Message-Id: <1486161652-2612-1-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. thanks -john Cc: Greg Kroah-Hartman Cc: Martijn Coenen Cc: Arve Hjønnevåg Cc: Amit Pundir Cc: Serban Constantinescu Cc: Dmitry Shmidt Cc: Rom Lemarchand Cc: Android Kernel Team Martijn Coenen (8): binder: Split flat_binder_object binder: Support multiple context managers binder: Deal with contexts in debugfs binder: Support multiple /dev instances binder: Refactor binder_transact() binder: Add extra size to allocator binder: Add support for scatter-gather binder: Add support for file-descriptor arrays drivers/android/Kconfig | 12 + drivers/android/binder.c | 1001 +++++++++++++++++++++++++++-------- include/uapi/linux/android/binder.h | 104 +++- 3 files changed, 890 insertions(+), 227 deletions(-) -- 2.7.4