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 087BCC001DE for ; Mon, 31 Jul 2023 16:02:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230413AbjGaQCn (ORCPT ); Mon, 31 Jul 2023 12:02:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39226 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230039AbjGaQCn (ORCPT ); Mon, 31 Jul 2023 12:02:43 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 61E79B2; Mon, 31 Jul 2023 09:02:42 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 4A06A67373; Mon, 31 Jul 2023 18:02:37 +0200 (CEST) Date: Mon, 31 Jul 2023 18:02:37 +0200 From: Christoph Hellwig To: Yajun Deng Cc: corbet@lwn.net, catalin.marinas@arm.com, will@kernel.org, hch@lst.de, m.szyprowski@samsung.com, robin.murphy@arm.com, paulmck@kernel.org, bp@suse.de, akpm@linux-foundation.org, peterz@infradead.org, rdunlap@infradead.org, kim.phillips@amd.com, rostedt@goodmis.org, thunder.leizhen@huawei.com, ardb@kernel.org, bhe@redhat.com, anshuman.khandual@arm.com, song.bao.hua@hisilicon.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, iommu@lists.linux.dev Subject: Re: [PATCH] dma-contiguous: support per-numa CMA for all architectures Message-ID: <20230731160237.GA8904@lst.de> References: <20230512094210.141540-1-yajun.deng@linux.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230512094210.141540-1-yajun.deng@linux.dev> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Thanks, applied to the dma-mapping tree for 6.6. 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 1EF7AC001DC for ; Mon, 31 Jul 2023 16:03:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=SrKAL2pfcLAXW8Lb0ckD8pmv4eSnDXQdM6IXB5G3XrY=; b=kwxgpidcaWxWBU YvZOatTY6pQlRy1eH+dDggxLNGgZxf0iPnENP8e36eUoS/yhFwx24Gx4sg2qeMqnD+MeFQuMdQpM/ GqKthelvbvU42879dP2f8nJXgOmzc1R6eRa46Wc2xxoWA72G5SFqBSPgA2aeDT+u9thcoVOK6jTgt MyApsMV2I+1dJfOsWenSjF/QfBXIO+iJJ1oAgzpP27lRRtMxkusLDx7S6zCHZEPR/UHaQ70OeiHVy tFq8kX8aW9Ee6Q0dp2Vw2+nXRCw6PTmO/giclgyqEviuqm9RuQEcA078zVZyZbGFpcP1y+1JQkHxP 5g4/Xn955pKknfoc1xMw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qQVM9-00GW3B-24; Mon, 31 Jul 2023 16:02:49 +0000 Received: from verein.lst.de ([213.95.11.211]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qQVM6-00GW1S-2p for linux-arm-kernel@lists.infradead.org; Mon, 31 Jul 2023 16:02:48 +0000 Received: by verein.lst.de (Postfix, from userid 2407) id 4A06A67373; Mon, 31 Jul 2023 18:02:37 +0200 (CEST) Date: Mon, 31 Jul 2023 18:02:37 +0200 From: Christoph Hellwig To: Yajun Deng Cc: corbet@lwn.net, catalin.marinas@arm.com, will@kernel.org, hch@lst.de, m.szyprowski@samsung.com, robin.murphy@arm.com, paulmck@kernel.org, bp@suse.de, akpm@linux-foundation.org, peterz@infradead.org, rdunlap@infradead.org, kim.phillips@amd.com, rostedt@goodmis.org, thunder.leizhen@huawei.com, ardb@kernel.org, bhe@redhat.com, anshuman.khandual@arm.com, song.bao.hua@hisilicon.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, iommu@lists.linux.dev Subject: Re: [PATCH] dma-contiguous: support per-numa CMA for all architectures Message-ID: <20230731160237.GA8904@lst.de> References: <20230512094210.141540-1-yajun.deng@linux.dev> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230512094210.141540-1-yajun.deng@linux.dev> User-Agent: Mutt/1.5.17 (2007-11-01) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230731_090247_053492_06A8E9A9 X-CRM114-Status: UNSURE ( 8.42 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Thanks, applied to the dma-mapping tree for 6.6. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel