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 C0876C5AD4C for ; Thu, 23 Nov 2023 07:30:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344864AbjKWH36 (ORCPT ); Thu, 23 Nov 2023 02:29:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39262 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234724AbjKWH3z (ORCPT ); Thu, 23 Nov 2023 02:29:55 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D52621BE for ; Wed, 22 Nov 2023 23:30:00 -0800 (PST) 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=++qrb/g8zIh9TcPswSN8AReMvH6I8ewfKN7W4RILqr4=; b=vYibSv3vpaRDvrh0fiHlE5MMuK MEbLpIlT/VCD2wsf5pqPH+3c4MMJZxW6mDvTpv9bdUDywfik5hV54gfCW1kEfjD5D7eOjRaEHaJ9z kabrLOadobpAJMC/9HjC3yoGn6qc5UhWkQCfgbNXskqzYHiXC2Dc9Tw6saVXOZz2RDdz11Ki0stPE DumeplAJPEIwin30/83YdOKoWPULyD+KeeIGe6Yy7XoE/xmKaVrqZcB7j0TaAIleLjQKlem5XVQMM qzSvj1Yn/SonV3ljgLQRwHxJnmQKGLcxNDitEkl1an5ZWS9T/I494GdmxwEZ+t0LWrgJYYsTXSWHd ZdJA1Myw==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1r649u-0042dA-2h; Thu, 23 Nov 2023 07:29:58 +0000 Date: Wed, 22 Nov 2023 23:29:58 -0800 From: Christoph Hellwig To: Peter Xu Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, Mike Kravetz , "Kirill A . Shutemov" , Lorenzo Stoakes , Axel Rasmussen , Matthew Wilcox , John Hubbard , Mike Rapoport , Hugh Dickins , David Hildenbrand , Andrea Arcangeli , Rik van Riel , James Houghton , Yang Shi , Jason Gunthorpe , Vlastimil Babka , Andrew Morton Subject: Re: [PATCH RFC 12/12] mm/gup: Merge hugetlb into generic mm code Message-ID: References: <20231116012908.392077-1-peterx@redhat.com> <20231116012908.392077-13-peterx@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231116012908.392077-13-peterx@redhat.com> 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 Bit, but the subject makes it sound like hugetlbfs is gone to me. What about something like: mm/gup: handle hugetlb in the generic follow_page_mask code ?