On Wed, Mar 21, 2018 at 06:37:11PM +0200, Matan Barak wrote: > On 21/03/2018 18:31, Jason Gunthorpe wrote: > >On Wed, Mar 21, 2018 at 06:17:27PM +0200, Matan Barak wrote: > > > >>>So only the kernel macro is wrong, please fix it to > >>> > >>> #define RDMA_UAPI_PTR(_type, _name) __aligned_u64 _name > >>> > >> > >>By doing this, you're loosing the type information. Why not > >>defining it both in user-space and kernel as union {_type _name; > >>__aligned_u64 _name ## _data_u64; } > > > >The kernel can't use the pointer, so why define it for it? > > > > The kernel code could use this type directly. For example, if we have a ULP > that wants to use esp flow action directly, it'll have to use this as a > pointer. Too dangerous to have a pointer potentially to userspace memory without a __user annotation.. I don't think the uapi types and kernel internal types can really be mixed. Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html