Re: [PATCH] dma-buf: support 32bit DMA_BUF_SET_NAME ioctl

2020-04-07 Thread Daniel Vetter
On Tue, Apr 7, 2020 at 3:26 PM Sumit Semwal wrote: > > Hello, > > Daniel, your comments here, please? Don't :-) I mean rule of thumb you should never need a compat_ioctl for a new ioctl, that's just failure to read https://www.kernel.org/doc/html/v5.4-preprc-cpu/ioctl/botching-up-ioctls.html

Re: [PATCH] dma-buf: support 32bit DMA_BUF_SET_NAME ioctl

2020-04-07 Thread Sumit Semwal
Hello, Daniel, your comments here, please? On Mon, 24 Feb 2020 at 09:09, Martin Liu wrote: > > On Tue, Jan 14, 2020 at 09:41:01PM +0800, Martin Liu wrote: > > CC more MLs for winder review. > > > This commit adds SET_NAME ioctl coversion to > > support 32 bit ioctl. > > > > Signed-off-by:

Re: [PATCH] dma-buf: support 32bit DMA_BUF_SET_NAME ioctl

2020-02-24 Thread Martin Liu
On Tue, Jan 14, 2020 at 09:41:01PM +0800, Martin Liu wrote: CC more MLs for winder review. > This commit adds SET_NAME ioctl coversion to > support 32 bit ioctl. > > Signed-off-by: Martin Liu > --- > drivers/dma-buf/dma-buf.c | 22 +- > 1 file changed, 21 insertions(+), 1