Files
linux-apfs/include/uapi/linux
Martijn Coenen 5cdcf4c6a6 ANDROID: binder: add padding to binder_fd_array_object.
binder_fd_array_object starts with a 4-byte header,
followed by a few fields that are 8 bytes when
ANDROID_BINDER_IPC_32BIT=N.

This can cause alignment issues in a 64-bit kernel
with a 32-bit userspace, as on x86_32 an 8-byte primitive
may be aligned to a 4-byte address. Pad with a __u32
to fix this.

Signed-off-by: Martijn Coenen <maco@android.com>
Cc: stable <stable@vger.kernel.org> # 4.11+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-08-22 18:43:23 -07:00
..
2017-07-03 02:22:52 -07:00
2017-06-20 06:54:34 -03:00
2017-06-23 13:42:20 -04:00
2017-07-06 16:24:30 -07:00
2017-07-01 15:26:11 -07:00
2017-06-15 12:12:40 -04:00