All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Sync upstream binder code with android-4.9 tree
@ 2017-02-03 22:40 John Stultz
  2017-02-03 22:40 ` [PATCH 1/8] binder: Split flat_binder_object John Stultz
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: John Stultz @ 2017-02-03 22:40 UTC (permalink / raw)
  To: lkml
  Cc: John Stultz, Greg Kroah-Hartman, Martijn Coenen,
	Arve Hjønnevåg, Amit Pundir, Serban Constantinescu,
	Dmitry Shmidt, Rom Lemarchand, Android Kernel Team

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-02-10 15:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-03 22:40 [PATCH 0/8] Sync upstream binder code with android-4.9 tree John Stultz
2017-02-03 22:40 ` [PATCH 1/8] binder: Split flat_binder_object John Stultz
2017-02-03 22:40 ` [PATCH 2/8] binder: Support multiple context managers John Stultz
2017-02-03 22:40 ` [PATCH 3/8] binder: Deal with contexts in debugfs John Stultz
2017-02-03 22:40 ` [PATCH 4/8] binder: Support multiple /dev instances John Stultz
2017-02-03 22:40 ` [PATCH 5/8] binder: Refactor binder_transact() John Stultz
2017-02-03 22:40 ` [PATCH 6/8] binder: Add extra size to allocator John Stultz
2017-02-03 22:40 ` [PATCH 7/8] binder: Add support for scatter-gather John Stultz
2017-02-03 22:40 ` [PATCH 8/8] binder: Add support for file-descriptor arrays John Stultz
2017-02-10 15:01 ` [PATCH 0/8] Sync upstream binder code with android-4.9 tree Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.