diff options
author | Serban Constantinescu <serban.constantinescu@arm.com> | 2013-07-04 09:54:48 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-23 21:37:22 (GMT) |
commit | 64dcfe6b84d4104d93e4baf2b5a0b3e7f2e4cc30 (patch) | |
tree | 93dfb8641bc423ee1e602d805dfdb42e0cb05bf3 /fs | |
parent | eecddef594f9eb159040160b929642f16a07387f (diff) | |
download | linux-64dcfe6b84d4104d93e4baf2b5a0b3e7f2e4cc30.tar.xz |
staging: android: binder: fix binder interface for 64bit compat layer
The changes in this patch will fix the binder interface for use on 64bit
machines and stand as the base of the 64bit compat support. The changes
apply to the structures that are passed between the kernel and
userspace.
Most of the changes applied mirror the change to struct binder_version
where there is no need for a 64bit wide protocol_version(on 64bit
machines). The change inlines with the existing 32bit userspace(the
structure has the same size) and simplifies the compat layer such that
the same handler can service the BINDER_VERSION ioctl.
Other changes make use of kernel types as well as user-exportable ones
and fix format specifier issues.
The changes do not affect existing 32bit ABI.
Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>
Acked-by: Arve Hjønnevåg <arve@android.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions