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 1439C3A1BA; Sat, 26 Apr 2025 00:55:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745628934; cv=none; b=RtlnPDcR8H1jskXWD1OCvyrhbt9XrW0mBISgiBQLHebWgZXyG11XtAgpwN+AebsB92Uv9vAtCOKNFDviq+Gwc+TDMd90yuLX378uKsLzhePxEWjONJ9pPgM1KqH94DZyj6fWGLi8qh4B7grP1h11SuNZiC8ZdP9o9+CE/neGUO0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745628934; c=relaxed/simple; bh=BOXccjPCEJxJiPSX1YxnZeQAyhQmKv1c/BGHYEt+AQI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=TK4TSVJ52X5WxNj6injY123kVfy6HFFkCr46/5l4EW7j0C47zsaarbEnr4JKjksvyvN1PZ6hWOsyDtYAhxdyzGfG5Hxaci/2KulVGguUh9Dfwo97Pze1olxgeRo4pIv3VdXBjSIObis3cx7GNWwl5fEgzinaXY73tXLEIB5WTMI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=uiSMb7zC; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="uiSMb7zC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9371CC4CEE4; Sat, 26 Apr 2025 00:55:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1745628933; bh=BOXccjPCEJxJiPSX1YxnZeQAyhQmKv1c/BGHYEt+AQI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uiSMb7zCbEnm/zWGn7r9DqfOzGFDieaQGHpUN/NLclU8yohOsRJV0b8VlvZ8vHnfZ j629XNFsK92BCIGb/47jnK6G+v1TLnv5qMOk0YCv2pbyxQ5uVV9cUeyWrhVs/54ym1 X5kJdXQtjULkoUqi3pPYuKDIbr4YZdscn9yNnLfv4WPbHgpS65N8AtFsS2gsgeeVNY SuX3OHwk8XVamrwdbLNpTKGGWFQ9HIrTpqsC2+ALw2nHooGVf3ZGkVpolFHelMSllb QVl1DmjsAa5DeVaTSawCaZggs4AUOfWX3v/Z/ZMIpMfeyRV0MR0Kb5ebrxolRAKJ/8 NXVVDs+pM3rpQ== Date: Fri, 25 Apr 2025 17:55:31 -0700 From: Luis Chamberlain 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 , Matthew Wilcox , Dan Williams , Kanchan Joshi , Chaitanya Kulkarni , Jason Gunthorpe Subject: Re: [PATCH v9 04/24] iommu: add kernel-doc for iommu_unmap_fast Message-ID: References: <9becc0989ed0a6770e4e320580d1152b716acd0d.1745394536.git.leon@kernel.org> Precedence: bulk X-Mailing-List: linux-block@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9becc0989ed0a6770e4e320580d1152b716acd0d.1745394536.git.leon@kernel.org> On Wed, Apr 23, 2025 at 11:12:55AM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky > > Add kernel-doc section for iommu_unmap_fast to document existing > limitation of underlying functions which can't split individual ranges. > > Suggested-by: Jason Gunthorpe > Acked-by: Will Deacon > Reviewed-by: Christoph Hellwig > Tested-by: Jens Axboe > Signed-off-by: Leon Romanovsky Reviewed-by: Luis Chamberlain Luis