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, 21 Feb 2014 14:40:24 -0800
From:	John Stultz <john.stultz@...aro.org>
To:	LKML <linux-kernel@...r.kernel.org>
Cc:	John Stultz <john.stultz@...aro.org>,
	Greg KH <gregkh@...uxfoundation.org>,
	Colin Cross <ccross@...roid.com>,
	Arve Hjønnevåg <arve@...roid.com>,
	Serban Constantinescu <serban.constantinescu@....com>,
	Android Kernel Team <kernel-team@...roid.com>
Subject: [PATCHv2 0/3] Binder ABI updates for 64bit systems for staging-next

Again, 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.


v2:
* Further tweak commit message to make it more clear the binder
  protocol version is increased only when the
  CONFIG_ANDROID_BINDER_IPC_32BIT option is disabled.


thanks
-john

Cc: Greg KH <gregkh@...uxfoundation.org>
Cc: Colin Cross <ccross@...roid.com>
Cc: Arve Hjønnevåg <arve@...roid.com>
Cc: Serban Constantinescu <serban.constantinescu@....com>
Cc: Android Kernel Team <kernel-team@...roid.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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ