Re: [PATCH] ANDROID: binder: remove 32-bit binder interface.
From: Martijn Coenen
Date: Mon May 14 2018 - 17:31:01 EST
On Mon, May 14, 2018 at 4:00 PM, Geert Uytterhoeven
<geert@xxxxxxxxxxxxxx> wrote:
> Patch sent.
Thanks for the quick turn-around!
>
> BTW, sh also doesn't seem to have 64-bit get_user().
> There may be others.
I checked quickly, nios2 is the only other arch that explicitly
doesn't support it and would result in a build error; some other archs
don't define __get_user, but in that case they just fall back to
raw_copy_from_user().
>
> BTW2, does the Android Binder need to care about endianness when talking
> to userspace?
No, I don't think it should.
Thanks,
Martijn
>
> Gr{oetje,eeting}s,
>
> Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx
>
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
> -- Linus Torvalds