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 7B0EBC001DF for ; Mon, 24 Jul 2023 00:42:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229625AbjGXAmN (ORCPT ); Sun, 23 Jul 2023 20:42:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40362 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229469AbjGXAmK (ORCPT ); Sun, 23 Jul 2023 20:42:10 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 37FAC107; Sun, 23 Jul 2023 17:42:10 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BF3B560EEA; 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) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.