Re: [PATCH 00/14] Rename dma-buf-map

2022-02-01 Thread Lucas De Marchi
On Tue, Feb 01, 2022 at 08:46:15AM +0100, Christian König wrote: Am 01.02.22 um 01:36 schrieb Lucas De Marchi: On Fri, Jan 28, 2022 at 10:48:42AM +0100, Christian König wrote: Am 28.01.22 um 10:40 schrieb Lucas De Marchi: On Fri, Jan 28, 2022 at 10:22:00AM +0100, Christian König wrote: Am

Re: [PATCH 00/14] Rename dma-buf-map

2022-02-01 Thread Thomas Zimmermann
Hi Am 01.02.22 um 08:46 schrieb Christian König: [..] 2) If renaming, would it still keep the same entry in MAINTAINERS? Thomas suggested drivers core, but this all seem to be used mainly on drm/, with just one exception. I would just add a complete new entry for this and use Thomas as

Re: [PATCH 00/14] Rename dma-buf-map

2022-01-31 Thread Christian König
Am 01.02.22 um 01:36 schrieb Lucas De Marchi: On Fri, Jan 28, 2022 at 10:48:42AM +0100, Christian König wrote: Am 28.01.22 um 10:40 schrieb Lucas De Marchi: On Fri, Jan 28, 2022 at 10:22:00AM +0100, Christian König wrote: Am 28.01.22 um 10:12 schrieb Lucas De Marchi: On Fri, Jan 28, 2022 at

Re: [PATCH 00/14] Rename dma-buf-map

2022-01-31 Thread Lucas De Marchi
On Fri, Jan 28, 2022 at 10:48:42AM +0100, Christian König wrote: Am 28.01.22 um 10:40 schrieb Lucas De Marchi: On Fri, Jan 28, 2022 at 10:22:00AM +0100, Christian König wrote: Am 28.01.22 um 10:12 schrieb Lucas De Marchi: On Fri, Jan 28, 2022 at 09:41:14AM +0100, Christian König wrote: Rule

Re: [PATCH 00/14] Rename dma-buf-map

2022-01-28 Thread Christian König
Am 28.01.22 um 10:40 schrieb Lucas De Marchi: On Fri, Jan 28, 2022 at 10:22:00AM +0100, Christian König wrote: Am 28.01.22 um 10:12 schrieb Lucas De Marchi: On Fri, Jan 28, 2022 at 09:41:14AM +0100, Christian König wrote: Rule #1 is to never ever break the build. Because of this all those

Re: [PATCH 00/14] Rename dma-buf-map

2022-01-28 Thread Lucas De Marchi
On Fri, Jan 28, 2022 at 10:22:00AM +0100, Christian König wrote: Am 28.01.22 um 10:12 schrieb Lucas De Marchi: On Fri, Jan 28, 2022 at 09:41:14AM +0100, Christian König wrote: Rule #1 is to never ever break the build. Because of this all those patches needs to be squashed into a single one

Re: [PATCH 00/14] Rename dma-buf-map

2022-01-28 Thread Christian König
Am 28.01.22 um 10:12 schrieb Lucas De Marchi: On Fri, Jan 28, 2022 at 09:41:14AM +0100, Christian König wrote: Rule #1 is to never ever break the build. Because of this all those patches needs to be squashed into a single one as far as I can see. what config are you building on? Well I'm

Re: [PATCH 00/14] Rename dma-buf-map

2022-01-28 Thread Lucas De Marchi
On Fri, Jan 28, 2022 at 09:41:14AM +0100, Christian König wrote: Rule #1 is to never ever break the build. Because of this all those patches needs to be squashed into a single one as far as I can see. what config are you building on? I built this series, full config with CONFIG_COMPILE_TEST

Re: [PATCH 00/14] Rename dma-buf-map

2022-01-28 Thread Christian König
Rule #1 is to never ever break the build. Because of this all those patches needs to be squashed into a single one as far as I can see. Regards, Christian. Am 28.01.22 um 09:36 schrieb Lucas De Marchi: Motivation for this started in

[PATCH 00/14] Rename dma-buf-map

2022-01-28 Thread Lucas De Marchi
Motivation for this started in https://lore.kernel.org/lkml/20220126203702.1784589-1-lucas.demar...@intel.com/ when trying to extend the dma-buf-map API to cover new use cases: help a single driver with allocations and sharing code paths for IO and system memory. I'm leaving the API additions