From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B7A6E7E9 for ; Mon, 24 Jul 2023 00:42:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 980D9C433C8; Mon, 24 Jul 2023 00:42:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1690159329; bh=sxdEGclz4Xf0qnA1MozhK1hB0aUV6i9zLLImahVNvcc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=K5t7aujHVfp7cwlHnTEAaMpERZb2wyfgUQXBQXAMGRWwGajG1+sUuB0LfGoJtAQ0B UPBIfPOe9mkBTMzAG898v/NOfQzoevvEiZN6bk/vJoDIJzfrMdddHbCtFSdgk5BiF4 I0/Sd/U3ivZwNH/XxWfwjv/2bPXeoBxHWcaI7efE= Date: Sun, 23 Jul 2023 17:42:07 -0700 From: Andrew Morton To: Christoph Hellwig Cc: Yajun Deng , corbet@lwn.net, m.szyprowski@samsung.com, robin.murphy@arm.com, paulmck@kernel.org, catalin.marinas@arm.com, rdunlap@infradead.org, peterz@infradead.org, rostedt@goodmis.org, kim.phillips@amd.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, iommu@lists.linux.dev, linux-mm@kvack.org Subject: Re: [PATCH v3] dma-contiguous: support numa CMA for specified node Message-Id: <20230723174207.cfa7ea5e73197399d9521583@linux-foundation.org> In-Reply-To: <20230721074209.GA22859@lst.de> References: <20230720082517.GA7057@lst.de> <20230712074758.1133272-1-yajun.deng@linux.dev> <25942dafbc7f52488a30c807b6322109539442cf@linux.dev> <20230720115408.GA13114@lst.de> <20230720095941.76803bbda5ad0c5103713d0c@linux-foundation.org> <20230721074209.GA22859@lst.de> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: iommu@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 21 Jul 2023 09:42:09 +0200 Christoph Hellwig wrote: > On Thu, Jul 20, 2023 at 09:59:41AM -0700, Andrew Morton wrote: > > > Where did this land? dma patches really should be going through > > > the DMA tree.. > > > > It's in mm-unstable with a note "hch" :) > > > > I'll drop it. > > Ah. And looking at the patch is isn't even pure dma but also has > a significant mm side. If you're fine with it I'll pick it up in > the dma-mapping tree in addition to the follow up. Please do.