From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751535AbeAYO03 (ORCPT ); Thu, 25 Jan 2018 09:26:29 -0500 Received: from aserp2130.oracle.com ([141.146.126.79]:45994 "EHLO aserp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751488AbeAYO02 (ORCPT ); Thu, 25 Jan 2018 09:26:28 -0500 Date: Thu, 25 Jan 2018 09:26:18 -0500 From: Konrad Rzeszutek Wilk To: Christoph Hellwig Cc: iommu@lists.linux-foundation.org, xen-devel@lists.xenproject.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: add the iommu list for swiotlb and xen-swiotlb Message-ID: <20180125142618.GB25449@char.us.oracle.com> References: <20180116075624.5191-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180116075624.5191-1-hch@lst.de> User-Agent: Mutt/1.8.3 (2017-05-23) X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=8784 signatures=668655 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1711220000 definitions=main-1801250196 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 16, 2018 at 08:56:24AM +0100, Christoph Hellwig wrote: > All other discussions related to the dma mapping interfaces are on the > iommu list, so let's make it the official list for swiotlb and the > second list for xen-swiotlb. > > Signed-off-by: Christoph Hellwig I am so behind emails.. I am not sure if I had replied to this, but just in case I hadn't: Acked-by: Konrad Rzeszutek Wilk P.S. I am behind on the review of your dma rework - really sorry it is taking that long. > --- > MAINTAINERS | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 2d54e636d625..30dcafd388ac 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -13034,7 +13034,7 @@ F: arch/x86/boot/video* > > SWIOTLB SUBSYSTEM > M: Konrad Rzeszutek Wilk > -L: linux-kernel@vger.kernel.org > +L: iommu@lists.linux-foundation.org > T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git > S: Supported > F: lib/swiotlb.c > @@ -14969,6 +14969,7 @@ F: include/xen/interface/io/vscsiif.h > XEN SWIOTLB SUBSYSTEM > M: Konrad Rzeszutek Wilk > L: xen-devel@lists.xenproject.org (moderated for non-subscribers) > +L: iommu@lists.linux-foundation.org > S: Supported > F: arch/x86/xen/*swiotlb* > F: drivers/xen/*swiotlb* > -- > 2.14.2 >