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 75697C77B7D for ; Mon, 15 May 2023 11:24:02 +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:References:In-Reply-To:Cc:To:Subject: Message-ID:From:Date:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=YoIu5G0JZJ1zlR/axiSV+sBwHLyRze9Yyh1qb4Zcg4c=; b=kytquP9rjMLQkU u7uY+ACxUGt7W5elDTHetjU7287c0Gct1K00oTI0OLmyD/K5/bjPp1BCMJ3RHVompqQZey9yJsZRa br4PmRICFgxrqzKjScOXg8pAqusDD2M4LhR+hbmFrNVcz5gtcnat4ZPTE2LmM6oWK/Cf0FIvpBZFc tfxHrH1Cu7kzbBqyn+sjy+tRBiOyMWyeLgUVTNMOhsEXm/6xCHsQmyq6OWnoPh2iJ0d9PbBHtqtTw WdoMNq8WwDeQWNIcdsWFvwTKqiZ/q8vYrl4jVdyeqzC3FrU1Bsi7saIlT8Y+KjpNh1yolZM2sZOA8 Zl5KiBeYqxt7Pjnc7NgA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pyWIl-001xug-2H; Mon, 15 May 2023 11:23:39 +0000 Received: from out-27.mta1.migadu.com ([95.215.58.27]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pyWIj-001xtD-1Z for linux-arm-kernel@lists.infradead.org; Mon, 15 May 2023 11:23:39 +0000 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1684149808; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=M6Ilqn7gAfhO8uMRZGXX1Jq1gxLBqE6k0MyZNiV0LaA=; b=IkAcFrSDAqg/cSC/BtURjOLFbWSORRUcdYYTXMvp8T614UEs35Swwlf/Ky+P/IL9OdWIUC ufrXtwzVTG87dBVJEFxTQEb58TUKGzMmX0Q+PrKCLUjKR7fTtCijqkb/b8oUyqh5Vdk8WZ 7Ng5Grf+u4JJmJ3d++e+El29FbP5uHM= Date: Mon, 15 May 2023 11:23:27 +0000 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Yajun Deng" Message-ID: <055f964384a2bb4ba51c64a0be6072c9@linux.dev> Subject: Re: [PATCH] dma-contiguous: support per-numa CMA for all architectures To: "Christoph Hellwig" Cc: corbet@lwn.net, catalin.marinas@arm.com, will@kernel.org, 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 In-Reply-To: <20230515094955.GB23880@lst.de> References: <20230515094955.GB23880@lst.de> <20230512094210.141540-1-yajun.deng@linux.dev> X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230515_042337_695633_B1E466E0 X-CRM114-Status: UNSURE ( 4.16 ) 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 May 15, 2023 5:49 PM, "Christoph Hellwig" wrote: > This looks fine to me. Can you please work with Barry to make sure > the slight different place of the initcall doesn't break anything > for his setup? I doubt it would, but I'd rather have a Tested-by: > tag. Barry's email is no longer in use. I can't reach him. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel