From: John Stultz <john.stultz@linaro.org>
To: LKML <linux-kernel@vger.kernel.org>
Cc: "John Stultz" <john.stultz@linaro.org>,
"Greg KH" <gregkh@linuxfoundation.org>,
"Colin Cross" <ccross@android.com>,
"Arve Hjønnevåg" <arve@android.com>,
"Serban Constantinescu" <serban.constantinescu@arm.com>,
"Android Kernel Team" <kernel-team@android.com>
Subject: [PATCH 0/3] Binder ABI updates for 64bit systems for staging-next
Date: Fri, 21 Feb 2014 12:43:31 -0800 [thread overview]
Message-ID: <1393015414-12499-1-git-send-email-john.stultz@linaro.org> (raw)
Wanted to re-submit to staging-next two changes from the AOSP
common.git android-3.10 branch, which provide ABI fixes and
introduce a new ABI and protocol version for binder, along
with compatibility support for existing systems.
This new ABI allows for both 32bit and 64bit applications
to co-exist, which wasn't previously possible due to word
size assumptions in the binder protocol.
Also included is a minor tweak from me to make the Kconfig
compatibility entry a bit more clear.
The changes have been updated to improve their commit message
since the last time they were submitted. Thanks to Arve for the
extra context and Serban for help with the wording.
thanks
-john
Cc: Greg KH <gregkh@linuxfoundation.org>
Cc: Colin Cross <ccross@android.com>
Cc: Arve Hjønnevåg <arve@android.com>
Cc: Serban Constantinescu <serban.constantinescu@arm.com>
Cc: Android Kernel Team <kernel-team@android.com>
Arve Hjønnevåg (1):
staging: binder: Support concurrent 32 bit and 64 bit processes.
John Stultz (1):
staging: binder: Improve Kconfig entry for ANDROID_BINDER_IPC_32BIT
Serban Constantinescu (1):
staging: binder: Fix ABI for 64bit Android
drivers/staging/android/Kconfig | 13 ++
drivers/staging/android/binder.c | 268 ++++++++++++++++++---------------
drivers/staging/android/binder.h | 4 +
drivers/staging/android/binder_trace.h | 14 +-
drivers/staging/android/uapi/binder.h | 77 ++++++----
5 files changed, 224 insertions(+), 152 deletions(-)
--
1.8.3.2
next reply other threads:[~2014-02-21 20:43 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-21 20:43 John Stultz [this message]
2014-02-21 20:43 ` [PATCH 1/3] staging: binder: Fix ABI for 64bit Android John Stultz
2014-02-21 20:43 ` [PATCH 2/3] staging: binder: Support concurrent 32 bit and 64 bit processes John Stultz
2014-02-21 20:59 ` Arve Hjønnevåg
2014-02-21 21:29 ` John Stultz
2014-02-21 21:56 ` Arve Hjønnevåg
2014-02-21 22:04 ` John Stultz
2014-02-21 22:10 ` Arve Hjønnevåg
2014-02-21 22:35 ` John Stultz
2014-02-21 20:43 ` [PATCH 3/3] staging: binder: Improve Kconfig entry for ANDROID_BINDER_IPC_32BIT John Stultz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1393015414-12499-1-git-send-email-john.stultz@linaro.org \
--to=john.stultz@linaro.org \
--cc=arve@android.com \
--cc=ccross@android.com \
--cc=gregkh@linuxfoundation.org \
--cc=kernel-team@android.com \
--cc=linux-kernel@vger.kernel.org \
--cc=serban.constantinescu@arm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome