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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C7EF2C6FA82 for ; Thu, 22 Sep 2022 14:46:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229886AbiIVOqA (ORCPT ); Thu, 22 Sep 2022 10:46:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53868 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230077AbiIVOp4 (ORCPT ); Thu, 22 Sep 2022 10:45:56 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A5088EC55D; Thu, 22 Sep 2022 07:45:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=5kHgWCwEbxWgmMTo+jNfFcNjbPacO3aCj4iIOLbRicU=; b=2vNBwsjTTn0LUzW+5rfX5DzXI5 TtTFhfRXDFW9bxswhf5umeUoHtQWTq494DPJyBDzsBDF+Hzd0O4OQl1hbhet7nu0uxIy3LVqS3jq4 mmRRlHSH6lMf+EVh5Bg0CCptDYO+kgsxNDmFi0oKZ5eFoKri3/nKBMvPbIaXrSN5nZsNnKa2hp+0u loVHOn5Rl3eRq1aVFDWBsGY2aWKTN+VErE1Ub+Mq7/lsBCzYbOQN4MFiTfKVdAov5FfZTpOvmIHhi Yf6igs3SHVMhbmBQgLfRksuQYYs4EXrd+/kAGW1nVLuZxVs0TwN2uLhANKB0eNq63SmTPCQBKMVhc Vs04x6Jw==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1obNSU-00G9HJ-Ui; Thu, 22 Sep 2022 14:45:46 +0000 Date: Thu, 22 Sep 2022 07:45:46 -0700 From: Christoph Hellwig To: David Hildenbrand Cc: Christoph Hellwig , Al Viro , Jan Kara , John Hubbard , Andrew Morton , Jens Axboe , Miklos Szeredi , "Darrick J . Wong" , Trond Myklebust , Anna Schumaker , Logan Gunthorpe , linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org, linux-nfs@vger.kernel.org, linux-mm@kvack.org, LKML Subject: Re: [PATCH v2 4/7] iov_iter: new iov_iter_pin_pages*() routines Message-ID: References: <20220906102106.q23ovgyjyrsnbhkp@quack3> <20220914145233.cyeljaku4egeu4x2@quack3> <20220915081625.6a72nza6yq4l5etp@quack3> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 22, 2022 at 04:43:57PM +0200, David Hildenbrand wrote: > I assume they are not anon pages as in "PageAnon()", but simply not > pagecache pages, correct? Yes, sorry. From the page allocator and not added to the page cache.