Re: [PATCH v06 09/36] uapi asm-generic/sembuf.h: include asm/posix_types.h and asm/ipcbuf.h

2017-08-08 Thread Dmitry V. Levin
On Sun, Aug 06, 2017 at 06:44:00PM +0200, Mikko Rapeli wrote: > Fixes userspace compilation errors like: > > error: field ‘msg_perm’ has incomplete type > struct ipc64_perm msg_perm; > error: unknown type name ‘__kernel_ulong_t’ > > Signed-off-by: Mikko Rapeli > Acked-by:

Re: [PATCH v06 09/36] uapi asm-generic/sembuf.h: include asm/posix_types.h and asm/ipcbuf.h

2017-08-08 Thread Dmitry V. Levin
On Sun, Aug 06, 2017 at 06:44:00PM +0200, Mikko Rapeli wrote: > Fixes userspace compilation errors like: > > error: field ‘msg_perm’ has incomplete type > struct ipc64_perm msg_perm; > error: unknown type name ‘__kernel_ulong_t’ > > Signed-off-by: Mikko Rapeli > Acked-by: Arnd Bergmann > Cc:

[PATCH v06 09/36] uapi asm-generic/sembuf.h: include asm/posix_types.h and asm/ipcbuf.h

2017-08-06 Thread Mikko Rapeli
Fixes userspace compilation errors like: error: field ‘msg_perm’ has incomplete type struct ipc64_perm msg_perm; error: unknown type name ‘__kernel_ulong_t’ Signed-off-by: Mikko Rapeli Acked-by: Arnd Bergmann Cc: H.J. Lu Cc: H. Peter

[PATCH v06 09/36] uapi asm-generic/sembuf.h: include asm/posix_types.h and asm/ipcbuf.h

2017-08-06 Thread Mikko Rapeli
Fixes userspace compilation errors like: error: field ‘msg_perm’ has incomplete type struct ipc64_perm msg_perm; error: unknown type name ‘__kernel_ulong_t’ Signed-off-by: Mikko Rapeli Acked-by: Arnd Bergmann Cc: H.J. Lu Cc: H. Peter Anvin --- include/uapi/asm-generic/sembuf.h | 2 ++ 1