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 X-Spam-Level: X-Spam-Status: No, score=-12.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4C6CFC636C9 for ; Wed, 21 Jul 2021 14:22:26 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id EC0A461242 for ; Wed, 21 Jul 2021 14:22:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EC0A461242 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 901226B0033; Wed, 21 Jul 2021 10:22:25 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 889846B0080; Wed, 21 Jul 2021 10:22:25 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 750CD6B0081; Wed, 21 Jul 2021 10:22:25 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0045.hostedemail.com [216.40.44.45]) by kanga.kvack.org (Postfix) with ESMTP id 553E46B0033 for ; Wed, 21 Jul 2021 10:22:25 -0400 (EDT) Received: from smtpin18.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay03.hostedemail.com (Postfix) with ESMTP id F1516824805A for ; Wed, 21 Jul 2021 14:22:24 +0000 (UTC) X-FDA: 78386810208.18.2634706 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf29.hostedemail.com (Postfix) with ESMTP id 83C919008021 for ; Wed, 21 Jul 2021 14:22:24 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id B0EA66121F; Wed, 21 Jul 2021 14:22:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1626877343; bh=4NTnFEe2l3CAr2NuivBsayg3RBvIVlGjYGI9vT1IRx0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SWdacA+swjElFXK4xDg7Y5+tnh9JLsd2jeuI09FuvMfY7Uu72LwA9IBdw95kknr96 Ob+ppAo/jhfJ9SSpZYKmpufBNfj1ZTdWC19ww9ZjZI78ry7I82EQUDvWdl8TNtUrg9 KNcNhqlzqpNxhJsTOa3KTSnEWdUpe/Zf/HjqHbr7/kEFphV2T+3BB+MA1G+uUXvCLR Kyj1pDCgsSnybQHtv/jdu6dlmbck0jxtFrYQFUJcVNG2HcfDNblVz8TsTAtoBJHDBr 5xFkROedkpIiHYC7h/TKPww3Jl87DCb1jMPhw8nG3mDCRGxyxPoAu9M4VyUxvp+Vzg yn6Uy2lXL/wuQ== Date: Wed, 21 Jul 2021 17:22:16 +0300 From: Mike Rapoport To: Matthew Wilcox Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, Christoph Hellwig Subject: Re: [PATCH v14 054/138] mm: Add kmap_local_folio() Message-ID: References: <20210715033704.692967-1-willy@infradead.org> <20210715033704.692967-55-willy@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Authentication-Results: imf29.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=SWdacA+s; spf=pass (imf29.hostedemail.com: domain of rppt@kernel.org designates 198.145.29.99 as permitted sender) smtp.mailfrom=rppt@kernel.org; dmarc=pass (policy=none) header.from=kernel.org X-Rspamd-Server: rspam02 X-Stat-Signature: sgz74dk4u5966ib7tygc4s8zc16mhcu1 X-Rspamd-Queue-Id: 83C919008021 X-HE-Tag: 1626877344-188963 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Wed, Jul 21, 2021 at 03:12:03PM +0100, Matthew Wilcox wrote: > On Wed, Jul 21, 2021 at 12:58:24PM +0300, Mike Rapoport wrote: > > > +/** > > > + * kmap_local_folio - Map a page in this folio for temporary usage > > > + * @folio: The folio to be mapped. > > > + * @offset: The byte offset within the folio. > > > + * > > > + * Returns: The virtual address of the mapping > > > + * > > > + * Can be invoked from any context. > > > > Context: Can be invoked from any context. > > > > > + * > > > + * Requires careful handling when nesting multiple mappings because the map > > > + * management is stack based. The unmap has to be in the reverse order of > > > + * the map operation: > > > + * > > > + * addr1 = kmap_local_folio(page1, offset1); > > > + * addr2 = kmap_local_folio(page2, offset2); > > > > Please s/page/folio/g here and in the description below > > > > > + * ... > > > + * kunmap_local(addr2); > > > + * kunmap_local(addr1); > > > + * > > > + * Unmapping addr1 before addr2 is invalid and causes malfunction. > > > + * > > > + * Contrary to kmap() mappings the mapping is only valid in the context of > > > + * the caller and cannot be handed to other contexts. > > > + * > > > + * On CONFIG_HIGHMEM=n kernels and for low memory pages this returns the > > > + * virtual address of the direct mapping. Only real highmem pages are > > > + * temporarily mapped. > > > + * > > > + * While it is significantly faster than kmap() for the higmem case it > > > + * comes with restrictions about the pointer validity. Only use when really > > > + * necessary. > > > + * > > > + * On HIGHMEM enabled systems mapping a highmem page has the side effect of > > > + * disabling migration in order to keep the virtual address stable across > > > + * preemption. No caller of kmap_local_folio() can rely on this side effect. > > > + */ > > kmap_local_folio() only maps one page from the folio. So it's not > appropriate to s/page/folio/g. I fiddled with the description a bit to > make this clearer: > > /** > * kmap_local_folio - Map a page in this folio for temporary usage > - * @folio: The folio to be mapped. > - * @offset: The byte offset within the folio. > - * > - * Returns: The virtual address of the mapping > - * > - * Can be invoked from any context. > + * @folio: The folio containing the page. > + * @offset: The byte offset within the folio which identifies the page. > * > * Requires careful handling when nesting multiple mappings because the map > * management is stack based. The unmap has to be in the reverse order of > * the map operation: > * > - * addr1 = kmap_local_folio(page1, offset1); > - * addr2 = kmap_local_folio(page2, offset2); > + * addr1 = kmap_local_folio(folio1, offset1); > + * addr2 = kmap_local_folio(folio2, offset2); > * ... > * kunmap_local(addr2); > * kunmap_local(addr1); > @@ -131,6 +127,9 @@ static inline void *kmap_local_page(struct page *page); > * On HIGHMEM enabled systems mapping a highmem page has the side effect of > * disabling migration in order to keep the virtual address stable across > * preemption. No caller of kmap_local_folio() can rely on this side effect. > + * > + * Context: Can be invoked from any context. > + * Return: The virtual address of @offset. > */ > static inline void *kmap_local_folio(struct folio *folio, size_t offset) This is clearer, thanks! Maybe just add page to Return: description: * Return: The virtual address of page @offset. -- Sincerely yours, Mike.