Re: [PATCH rdma-next v2 00/20] Introduce mlx5 DEVX interface

2018-06-19 Thread Leon Romanovsky
On Tue, Jun 19, 2018 at 07:59:30AM +0300, Leon Romanovsky wrote: > On Mon, Jun 18, 2018 at 04:05:04PM -0600, Jason Gunthorpe wrote: > > On Sun, Jun 17, 2018 at 12:59:46PM +0300, Leon Romanovsky wrote: > > > > > Leon Romanovsky (2): > > > drm/i915: Move u64-to-ptr helpers to general header > > >

Re: [PATCH rdma-next v2 00/20] Introduce mlx5 DEVX interface

2018-06-18 Thread Leon Romanovsky
On Mon, Jun 18, 2018 at 04:05:04PM -0600, Jason Gunthorpe wrote: > On Sun, Jun 17, 2018 at 12:59:46PM +0300, Leon Romanovsky wrote: > > > Leon Romanovsky (2): > > drm/i915: Move u64-to-ptr helpers to general header > > kernel.h: Reuse u64_to_ptr macro to cast __user pointers > > I dropped these

Re: [PATCH rdma-next v2 00/20] Introduce mlx5 DEVX interface

2018-06-18 Thread Jason Gunthorpe
On Sun, Jun 17, 2018 at 12:59:46PM +0300, Leon Romanovsky wrote: > Leon Romanovsky (2): > drm/i915: Move u64-to-ptr helpers to general header > kernel.h: Reuse u64_to_ptr macro to cast __user pointers I dropped these since they are not needed by this series when using a union. > Matan Barak

[PATCH rdma-next v2 00/20] Introduce mlx5 DEVX interface

2018-06-17 Thread Leon Romanovsky
From: Leon Romanovsky Changelog: v1->v2: * Rebase on top of v4.18-rc1 v0 -> v1: * Dropped few validation/debug patches from the KABI part as of Jason's comments. * Use kvmalloc/kvfree instead of kmalloc/kfree to prevent higher order allocation under user control. * Cleaned up a dependency o