lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri,  3 Feb 2017 14:40:44 -0800
From:   John Stultz <john.stultz@...aro.org>
To:     lkml <linux-kernel@...r.kernel.org>
Cc:     John Stultz <john.stultz@...aro.org>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Martijn Coenen <maco@...gle.com>,
        Arve Hjønnevåg <arve@...roid.com>,
        Amit Pundir <amit.pundir@...aro.org>,
        Serban Constantinescu <serban.constantinescu@....com>,
        Dmitry Shmidt <dimitrysh@...gle.com>,
        Rom Lemarchand <romlem@...gle.com>,
        Android Kernel Team <kernel-team@...roid.com>
Subject: [PATCH 0/8] Sync upstream binder code with android-4.9 tree

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 <gregkh@...uxfoundation.org>
Cc: Martijn Coenen <maco@...gle.com>
Cc: Arve Hjønnevåg <arve@...roid.com>
Cc: Amit Pundir <amit.pundir@...aro.org>
Cc: Serban Constantinescu <serban.constantinescu@....com>
Cc: Dmitry Shmidt <dimitrysh@...gle.com>
Cc: Rom Lemarchand <romlem@...gle.com>
Cc: Android Kernel Team <kernel-team@...roid.com>

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ