linux_dsm_epyc7002/include/uapi/linux/android
Christian Brauner 7d0174065f binderfs: use __u32 for device numbers
We allow more then 255 binderfs binder devices to be created since there
are workloads that require more than that. If we use __u8 we'll overflow
after 255. So let's use a __u32.
Note that there's no released kernel with binderfs out there so this is
not a regression.

Signed-off-by: Christian Brauner <christian@brauner.io>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-01-22 12:13:17 +01:00
..
binder.h binder: Add BINDER_GET_NODE_INFO_FOR_REF ioctl. 2018-09-14 15:22:48 +02:00
binderfs.h binderfs: use __u32 for device numbers 2019-01-22 12:13:17 +01:00