From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (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 EBE371FA5 for ; Mon, 12 Jun 2023 07:48:01 +0000 (UTC) Received: by verein.lst.de (Postfix, from userid 2407) id BE4E368BFE; Mon, 12 Jun 2023 09:47:55 +0200 (CEST) Date: Mon, 12 Jun 2023 09:47:55 +0200 From: Christoph Hellwig To: Tomonori Fujita Cc: Petr =?utf-8?B?VGVzYcWZw61r?= , Isaac Manjarres , Ard Biesheuvel , Catalin Marinas , Linus Torvalds , Christoph Hellwig , Robin Murphy , Arnd Bergmann , Greg Kroah-Hartman , Will Deacon , Marc Zyngier , Andrew Morton , Herbert Xu , Saravana Kannan , Alasdair Kergon , Daniel Vetter , Joerg Roedel , Mark Brown , Mike Snitzer , "Rafael J. Wysocki" , Jonathan Cameron , "linux-mm@kvack.org" , "iommu@lists.linux.dev" , "linux-arm-kernel@lists.infradead.org" , FUJITA Tomonori , Konrad Rzeszutek Wilk Subject: Re: [PATCH v6 00/17] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8 Message-ID: <20230612074755.GA24234@lst.de> References: <20230531154836.1366225-1-catalin.marinas@arm.com> <20230609101156.6f17e3c6@meshulam.tesarici.cz> 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-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) On Mon, Jun 12, 2023 at 07:44:46AM +0000, Tomonori Fujita wrote: > I cannot recall the patch but from quick look, moving trace_swiotlb_bounced() to > swiotlb_tbl_map_single() makes sense. Agreed.