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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 CC397C43600 for ; Mon, 17 May 2021 10:05:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 903DE61209 for ; Mon, 17 May 2021 10:05:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236042AbhEQKHI (ORCPT ); Mon, 17 May 2021 06:07:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36934 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236256AbhEQKFM (ORCPT ); Mon, 17 May 2021 06:05:12 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 07401C061763; Mon, 17 May 2021 03:03:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; 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=ckgZjUQxdMOTLeNpdl3Cyb4DA2f/xWwrvKCpphG2X9A=; b=o4PUJhbYrH+ptqeYkQ2ry6dPb8 +i7+JViJDkMfRh0w2q1ZeUtfHcmURAoSjG23mQZ/q2gHlFxlTyvazQmpphLFAnf4oGp2j2uIEzzR/ lkULs1Ru+nYRsyEtbGHh0rITSrcpHbDgq3POx/6ERVJ1Ykvt6KYuR1oLgQa/WyuyM+9rv9ygeq9nG 0Bu/6ggTTUGyexJIiPmglukmscrqA4i6FvxQ2xs9fEmyjEbM2bVSyjiaDKaI6BTuJaSZfOlmU3F3k WF5SJzmD/OaMeVWXXcm4jTWf255nZtde+dCqC49pEsErGJ/2GL9YbsBAcFqm88i06maypgBLCE6eh f6fYuspw==; Received: from hch by casper.infradead.org with local (Exim 4.94 #2 (Red Hat Linux)) id 1lia3D-00Cmcn-KB; Mon, 17 May 2021 10:00:46 +0000 Date: Mon, 17 May 2021 11:00:39 +0100 From: Christoph Hellwig To: Matthew Wilcox Cc: lsf-pc@lists.linux-foundation.org, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, linux-ide@vger.kernel.org, linux-scsi@vger.kernel.org, linux-nvme@lists.infradead.org Subject: Re: [LSF/MM/BPF TOPIC] Memory folios Message-ID: References: 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 casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Fri, May 14, 2021 at 06:48:26PM +0100, Matthew Wilcox wrote: > it would need to be evaluated on its merits. Personally, I'd rather > see us move to a (phys_addr, length) pair, but I'm a little busy at the > moment. This is on my todo list. Fairly high, but after another block layer heavy lifting project.