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 66A16EC5 for ; Tue, 22 Apr 2025 04:24:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745295898; cv=none; b=AW4XVLLC/H4IYBlqdKGZ8epKByf1EGSr4PcEmB2/90a0ZTlTomYyK+j+29j1D0KGqu9I3flCpBmr9Iex29MgzRDikawLb81og1Ghoos+1wHTFHC/ZUiT+E8oyq3+Fg2cp/noASx4dXqw+0ZewwTfrBCFsWUvUnQyd52htLP53xg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745295898; c=relaxed/simple; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pbMKCKiqNs028yhV8E3Q4WNIh9knltqXxPcWCZQDhy3vnYefdTCjKWe8agn8XI5SJxwgxnBUTw/5WCHzyK/rIlrmq7vsXTUla4hrFkxX/pPBRDUvB9Ye/8jc/gW8f4S+FcUjtpxfo6f1YzBUP09YtbZM3rGUFnDIk2Wyo7vzNeM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 3B84E68C4E; Tue, 22 Apr 2025 06:24:52 +0200 (CEST) Date: Tue, 22 Apr 2025 06:24:51 +0200 From: Christoph Hellwig To: Leon Romanovsky Cc: Marek Szyprowski , Jens Axboe , Christoph Hellwig , Keith Busch , Leon Romanovsky , Jake Edge , Jonathan Corbet , Jason Gunthorpe , Zhu Yanjun , Robin Murphy , Joerg Roedel , Will Deacon , Sagi Grimberg , Bjorn Helgaas , Logan Gunthorpe , Yishai Hadas , Shameer Kolothum , Kevin Tian , Alex Williamson , =?iso-8859-1?B?Suly9G1l?= Glisse , Andrew Morton , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, linux-rdma@vger.kernel.org, iommu@lists.linux.dev, linux-nvme@lists.infradead.org, linux-pci@vger.kernel.org, kvm@vger.kernel.org, linux-mm@kvack.org, Niklas Schnelle , Chuck Lever , Luis Chamberlain , Matthew Wilcox , Dan Williams , Kanchan Joshi , Chaitanya Kulkarni Subject: Re: [PATCH v8 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit Message-ID: <20250422042451.GB27723@lst.de> References: <4530281aa6f9846a54dd232ce5071f281cf0b570.1744825142.git.leon@kernel.org> 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: <4530281aa6f9846a54dd232ce5071f281cf0b570.1744825142.git.leon@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig