From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DD01EC433FE for ; Thu, 10 Feb 2022 07:30:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 83C9240986; Thu, 10 Feb 2022 07:30:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id g4qs1WOaqy9K; Thu, 10 Feb 2022 07:30:13 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by smtp4.osuosl.org (Postfix) with ESMTPS id 739EB40926; Thu, 10 Feb 2022 07:30:13 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 40773C0011; Thu, 10 Feb 2022 07:30:13 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138]) by lists.linuxfoundation.org (Postfix) with ESMTP id 7D2A2C000B for ; Thu, 10 Feb 2022 07:30:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 5E6918142D for ; Thu, 10 Feb 2022 07:30:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 57Jb3VmgyE5z for ; Thu, 10 Feb 2022 07:30:10 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by smtp1.osuosl.org (Postfix) with ESMTPS id 858D681426 for ; Thu, 10 Feb 2022 07:30:10 +0000 (UTC) Received: by verein.lst.de (Postfix, from userid 2407) id C6A9E68BEB; Thu, 10 Feb 2022 08:30:02 +0100 (CET) Date: Thu, 10 Feb 2022 08:30:01 +0100 From: Christoph Hellwig To: chenxiang Subject: Re: [PATCH] MAINTAINERS: Update maintainer list of DMA MAPPING BENCHMARK Message-ID: <20220210073001.GA5028@lst.de> References: <1644303891-81063-1-git-send-email-chenxiang66@hisilicon.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1644303891-81063-1-git-send-email-chenxiang66@hisilicon.com> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: linuxarm@huawei.com, linuxarm@openeuler.org, iommu@lists.linux-foundation.org, linux-kselftest@vger.kernel.org, robin.murphy@arm.com, hch@lst.de X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Development issues for Linux IOMMU support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: iommu-bounces@lists.linux-foundation.org Sender: "iommu" Thanks, applied to the dma-mapping tree for 5.18. _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 30A8BC433EF for ; Thu, 10 Feb 2022 07:37:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236180AbiBJHh0 (ORCPT ); Thu, 10 Feb 2022 02:37:26 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:48904 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236175AbiBJHhZ (ORCPT ); Thu, 10 Feb 2022 02:37:25 -0500 X-Greylist: delayed 436 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Wed, 09 Feb 2022 23:37:27 PST Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 27126270 for ; Wed, 9 Feb 2022 23:37:26 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id C6A9E68BEB; Thu, 10 Feb 2022 08:30:02 +0100 (CET) Date: Thu, 10 Feb 2022 08:30:01 +0100 From: Christoph Hellwig To: chenxiang Cc: song.bao.hua@hisilicon.com, hch@lst.de, m.szyprowski@samsung.com, robin.murphy@arm.com, linuxarm@openeuler.org, linuxarm@huawei.com, iommu@lists.linux-foundation.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: Update maintainer list of DMA MAPPING BENCHMARK Message-ID: <20220210073001.GA5028@lst.de> References: <1644303891-81063-1-git-send-email-chenxiang66@hisilicon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1644303891-81063-1-git-send-email-chenxiang66@hisilicon.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org Thanks, applied to the dma-mapping tree for 5.18.