Re: [PATCH] fuse: Add ioctl flag for x32 compat ioctl

2019-04-24 Thread Miklos Szeredi
On Wed, Apr 24, 2019 at 4:14 PM Ian Abbott wrote: > > Currently, a CUSE server running on a 64-bit kernel can tell when an > ioctl request comes from a process running a 32-bit ABI, but cannot tell > whether the requesting process is using legacy IA32 emulation or x32 > ABI. In particular, the

[PATCH] fuse: Add ioctl flag for x32 compat ioctl

2019-04-24 Thread Ian Abbott
Currently, a CUSE server running on a 64-bit kernel can tell when an ioctl request comes from a process running a 32-bit ABI, but cannot tell whether the requesting process is using legacy IA32 emulation or x32 ABI. In particular, the server does not know the size of the client process's `time_t`