The binder driver now could cause warnings as below on 32bit platforms
if ANDROID_BINDER_IPC_32BIT is unselected:
drivers/android/binder.c:1550:15: warning: cast to pointer from integer
of different size [-Wint-to-pointer-cast]
This patch fix all of them.
Signed-off-by: Jisheng Zhang
This reverts commit d0bdff0db809 ("staging: Fix build issues with new
binder API"), because commit e38361d032f1 ("ARM: 8091/2: add get_user()
support for 8 byte types") has added the 64bit __get_user_asm_*
implementation.
Signed-off-by: Jisheng Zhang
---
Since v2:
- fix
d the
support, so it's time to allow ANDROID_BINDER_IPC_32BIT to be
unselected on 32bit ARM so that the 64bit ABI can be tested/used on
32bit systems.
This change allows running the same 32bit userspace build no matter
the kernel is 64bit or 32bit.
Signed-off-by: Jisheng Zhang
---
Since v1
On Wed, 23 Aug 2017 13:48:47 -0500 Rob Herring wrote:
> On Tue, Aug 22, 2017 at 9:57 PM, John Stultz wrote:
> > On Tue, Aug 22, 2017 at 7:56 PM, John Stultz
> > wrote:
> >> On Tue, Aug 22, 2017 at 7:34 PM, Jisheng Zhang
> >> wrote:
> >>> On
On Tue, 22 Aug 2017 19:57:04 -0700 John Stultz wrote:
> On Tue, Aug 22, 2017 at 7:56 PM, John Stultz wrote:
> > On Tue, Aug 22, 2017 at 7:34 PM, Jisheng Zhang wrote:
> >
> >> On Tue, 22 Aug 2017 18:51:08 -0700 Greg KH wrote:
> >>
> >>> On T
On Tue, 22 Aug 2017 19:56:07 -0700 John Stultz wrote:
> External Email
>
> --
> On Tue, Aug 22, 2017 at 7:34 PM, Jisheng Zhang wrote:
> > On Tue, 22 Aug 2017 18:51:08 -0700 Greg KH wrote:
> >
> &g
On Tue, 22 Aug 2017 18:51:08 -0700 Greg KH wrote:
> On Tue, Aug 08, 2017 at 07:03:05PM +0800, Jisheng Zhang wrote:
> > As noted in commit d0bdff0db809 ("staging: Fix build issues with new
> > binder API"), we can add back the choice for 32bit ARM "once a 64bit
>
d the
support, so it's time to let ANDROID_BINDER_IPC_32BIT be selectable on
32bit ARM
Signed-off-by: Jisheng Zhang
---
drivers/android/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/android/Kconfig b/drivers/android/Kconfig
index 832e885349b1..aca5dc