Re: [PATCH] MAINTAINERS: use the iommu list for the dma-mapping subsystem

From: Robin Murphy
Date: Fri Sep 01 2017 - 05:48:58 EST


On 01/09/17 08:56, Marek Szyprowski wrote:
> Hi Christoph,
>
> On 2017-09-01 09:50, Christoph Hellwig wrote:
>> Any comments? I'd like to add this to the 4.14 pull request.
>>
>> On Sat, Aug 26, 2017 at 11:27:34AM +0200, Christoph Hellwig wrote:
>>> Maintaining a subsystem with linux-kernel as the main list is painful
>>> as it has way to much traffic. On the other hand the dma-mapping
>>> subsystem is small enough that a list on its own would be silly.
>>> So use the list for the closes subsystem instead instead.
>>>
>>> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
>
> Like I already said, its fine for me.
> Acked-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>

Fine by me too.

Joerg, Alex, are you OK with the odd bit of extra ML traffic?

Thanks,
Robin.

>>> ---
>>> MAINTAINERS | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 6f7721d1634c..1df11ed346a7 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -4175,7 +4175,7 @@ DMA MAPPING HELPERS
>>> M: Christoph Hellwig <hch@xxxxxx>
>>> M: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
>>> R: Robin Murphy <robin.murphy@xxxxxxx>
>>> -L: linux-kernel@xxxxxxxxxxxxxxx
>>> +L: iommu@xxxxxxxxxxxxxxxxxxxxxxxxxx
>>> T: git git://git.infradead.org/users/hch/dma-mapping.git
>>> W: http://git.infradead.org/users/hch/dma-mapping.git
>>> S: Supported
>>> --
>>> 2.11.0
>
> Best regards