Re: [PATCH 2/2] usb: gadget: functionfs: Add DMABUF import interface

2023-03-19 Thread Paul Cercueil
Hi Christian, Le mardi 14 mars 2023 à 12:59 +0100, Christian König a écrit : > > Am 14.03.23 um 11:52 schrieb Paul Cercueil: > > > > This patch introduces three new ioctls. They all should be > > > > called > > > > on a > > > > data endpoint (ie. not ep0). They are: > > > > > > > > - FUNCTIONFS_D

Re: [PATCH 2/2] usb: gadget: functionfs: Add DMABUF import interface

2023-03-15 Thread kernel test robot
Hi Paul, I love your patch! Yet something to improve: [auto build test ERROR on usb/usb-testing] [also build test ERROR on usb/usb-next usb/usb-linus linus/master v6.3-rc2 next-20230315] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest

Re: [PATCH 2/2] usb: gadget: functionfs: Add DMABUF import interface

2023-03-15 Thread kernel test robot
Hi Paul, I love your patch! Perhaps something to improve: [auto build test WARNING on usb/usb-testing] [also build test WARNING on usb/usb-next usb/usb-linus linus/master v6.3-rc2 next-20230315] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we

Re: [PATCH 2/2] usb: gadget: functionfs: Add DMABUF import interface

2023-03-14 Thread kernel test robot
Hi Paul, I love your patch! Yet something to improve: [auto build test ERROR on usb/usb-testing] [also build test ERROR on usb/usb-next usb/usb-linus linus/master v6.3-rc2 next-20230314] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest

Re: [PATCH 2/2] usb: gadget: functionfs: Add DMABUF import interface

2023-03-14 Thread Paul Cercueil
Le mardi 14 mars 2023 à 21:41 +0800, kernel test robot a écrit : > Hi Paul, > > I love your patch! Perhaps something to improve: > > [auto build test WARNING on usb/usb-testing] > [also build test WARNING on usb/usb-next usb/usb-linus linus/master > v6.3-rc2 next-20230314] > [If your patch is app

Re: [PATCH 2/2] usb: gadget: functionfs: Add DMABUF import interface

2023-03-14 Thread kernel test robot
Hi Paul, I love your patch! Perhaps something to improve: [auto build test WARNING on usb/usb-testing] [also build test WARNING on usb/usb-next usb/usb-linus linus/master v6.3-rc2 next-20230314] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we

Re: [PATCH 2/2] usb: gadget: functionfs: Add DMABUF import interface

2023-03-14 Thread Christian König
Am 14.03.23 um 11:52 schrieb Paul Cercueil: This patch introduces three new ioctls. They all should be called on a data endpoint (ie. not ep0). They are: - FUNCTIONFS_DMABUF_ATTACH, which takes the file descriptor of a DMABUF object to attach to the endpoint. - FUNCTIONFS_DMABUF_DETACH, whic