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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D7965C369CB for ; Tue, 22 Apr 2025 05:03:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=jtwza9HeQ+UkeIu4dOufxw24cKjWnFgm+OcRl8DpNBo=; b=cfuKhdTTGm8YZcMXdWKW4LXi+e E29Gz7DQTkhq5cU/qaffnJZ2C+FK2nwWgAyV8wmkj26XHcyUN4i7y8I7LRDt49Oh+QviKZ9O2AeG+ tWBRdYb8WyALf/PqlgpJgmOQaGvW65XpW6pKAr4GO/n5cR1wBcdE5dttMGE98iTAI487/QnqlgalJ J5J77Tsdpcxzf/p06WujD4Yzz3TJkPwJh4BaH8+D8+QMZ3SWWBPJSCQeeDq/lBSOCnkXIG+H15ItL 6kbIH97hPetko20iL5FFrbtB13JbGbtKWi28cOOWVY7rj5Yc651gcscrZALIX2ev3/NOV6EOLfIvL RVCh8hfA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1u75mf-00000005pKT-0imD; Tue, 22 Apr 2025 05:03:01 +0000 Received: from verein.lst.de ([213.95.11.211]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1u75Ac-00000005mgF-1pUn for linux-nvme@lists.infradead.org; Tue, 22 Apr 2025 04:23:43 +0000 Received: by verein.lst.de (Postfix, from userid 2407) id A64FD68BFE; Tue, 22 Apr 2025 06:23:30 +0200 (CEST) Date: Tue, 22 Apr 2025 06:23:30 +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 , Jason Gunthorpe Subject: Re: [PATCH v8 04/24] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast Message-ID: <20250422042330.GA27723@lst.de> References: 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) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250421_212342_609186_9ABA5D47 X-CRM114-Status: GOOD ( 13.59 ) X-Mailman-Approved-At: Mon, 21 Apr 2025 22:01:33 -0700 X-BeenThere: linux-nvme@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-nvme" Errors-To: linux-nvme-bounces+linux-nvme=archiver.kernel.org@lists.infradead.org On Fri, Apr 18, 2025 at 09:47:34AM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky > > Add kernel-doc section for iommu_unmap and iommu_unmap_fast to document > existing limitation of underlying functions which can't split individual > ranges. This actually only adds kerneldoc to iommu_unmap_fast.