Re: [PATCH v8 3/6] iio: core: Add new DMABUF interface infrastructure

2024-03-10 Thread kernel test robot
kernel.org/pub/scm/linux/kernel/git/jic23/iio.git togreg patch link: https://lore.kernel.org/r/20240308170046.92899-4-paul%40crapouillou.net patch subject: [PATCH v8 3/6] iio: core: Add new DMABUF interface infrastructure config: um-randconfig-002-20240310 (https://download.01.org/0day-ci/archiv

Re: [PATCH v8 3/6] iio: core: Add new DMABUF interface infrastructure

2024-03-09 Thread kernel test robot
e: https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git togreg patch link: https://lore.kernel.org/r/20240308170046.92899-4-paul%40crapouillou.net patch subject: [PATCH v8 3/6] iio: core: Add new DMABUF interface infrastructure config: i386-randconfig-062-20240309 (https://download.01.org/0day-

Re: [PATCH v8 3/6] iio: core: Add new DMABUF interface infrastructure

2024-03-09 Thread kernel test robot
kernel.org/pub/scm/linux/kernel/git/jic23/iio.git togreg patch link: https://lore.kernel.org/r/20240308170046.92899-4-paul%40crapouillou.net patch subject: [PATCH v8 3/6] iio: core: Add new DMABUF interface infrastructure config: nios2-randconfig-r071-20240309 (https://download.01.org/0day-

[PATCH v8 3/6] iio: core: Add new DMABUF interface infrastructure

2024-03-08 Thread Paul Cercueil
Add the necessary infrastructure to the IIO core to support a new optional DMABUF based interface. With this new interface, DMABUF objects (externally created) can be attached to a IIO buffer, and subsequently used for data transfer. A userspace application can then use this interface to share DM