Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1698719

[PATCH 0/3] ANDROID: binder: reconcile with android common tree

From Martijn Coenen <maco@android.com>
Newsgroups linux.kernel
Subject [PATCH 0/3] ANDROID: binder: reconcile with android common tree
Date 2017-07-28 14:00 +0200
Message-ID <u8c5Y-3fm-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


When comparing the android common kernel branch with
upstream, I found several differences.

The "add padding" patch has long been applied in common,
and shipping versions of Android userspace depends on this
particular alignment; so while it does change UAPI, we
have never shipped a userspace that used the old UAPI,
so this change does not break anything.

The "add hwbinder,vndbinder" patch changes the default
binder device nodes to match what the latest Android
userspace (O) requires.

Finally, the recent patch-stack for fine-grained locking
contained a patch that for some reason was incomplete;
"fix proc->tsk check" addresses this particular problem.

Martijn Coenen (3):
  ANDROID: binder: add padding to binder_fd_array_object.
  ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
  ANDROID: binder: fix proc->tsk check.

 drivers/android/Kconfig             | 2 +-
 drivers/android/binder.c            | 2 +-
 include/uapi/linux/android/binder.h | 2 ++
 kernel/configs/android-base.config  | 1 +
 4 files changed, 5 insertions(+), 2 deletions(-)

-- 
2.14.0.rc0.400.g1c36432dff-goog

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] ANDROID: binder: reconcile with android common tree Martijn Coenen <maco@android.com> - 2017-07-28 14:00 +0200
  [PATCH 1/3] ANDROID: binder: add padding to binder_fd_array_object. Martijn Coenen <maco@android.com> - 2017-07-28 14:00 +0200
  Re: [PATCH 0/3] ANDROID: binder: reconcile with android common tree Greg KH <gregkh@linuxfoundation.org> - 2017-07-29 01:50 +0200
    Re: [PATCH 0/3] ANDROID: binder: reconcile with android common tree Martijn Coenen <maco@android.com> - 2017-07-31 09:00 +0200

csiph-web