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 D20FAC624B4 for ; Thu, 23 Nov 2023 09:53:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343909AbjKWJxT (ORCPT ); Thu, 23 Nov 2023 04:53:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59928 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233087AbjKWJxN (ORCPT ); Thu, 23 Nov 2023 04:53:13 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EC63CC1 for ; Thu, 23 Nov 2023 01:53:19 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7D63AC433C8; Thu, 23 Nov 2023 09:53:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700733199; bh=vpNmPLyRtojWpj1u7BZ0pUMeZOaVneyGtaclUwQtGhM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kI/ltCMXyxvzOM/NbQhlwrVBdCBGUlmL/N+aVb5kqz5WPlU1V1adn8tG/VvssuJyz +pWMA4sWZVtJc/Db7AdoLSkpJb7ZXrfsBNoQYLWv3xd/U75grqwwoLRO31cFE5Q6ZR TQETi0f9ubSu8PMMwpec0zokFtqW6nzKRvyJQx4HCKknPxD1Ou0gYBwxtEW11KEa4l lLqgHW1pMrIZoOW9rgMptbVcoidM57w86a5BWMteqF8NH2Bx6PXaBvU0ql0ijcOG8s dAOhicpX5TK29HlC5aTow2U5C2/R1aZk1QBS3kBEZ3uj/0EDfYQArg5Q9ZpLxu1/jK +JYYW2fe+3mXQ== Date: Thu, 23 Nov 2023 11:53:04 +0200 From: Mike Rapoport To: Christoph Hellwig Cc: Peter Xu , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Mike Kravetz , "Kirill A . Shutemov" , Lorenzo Stoakes , Axel Rasmussen , Matthew Wilcox , John Hubbard , Hugh Dickins , David Hildenbrand , Andrea Arcangeli , Rik van Riel , James Houghton , Yang Shi , Jason Gunthorpe , Vlastimil Babka , Andrew Morton Subject: Re: [PATCH RFC 03/12] mm: Export HPAGE_PXD_* macros even if !THP Message-ID: <20231123095304.GD636165@kernel.org> References: <20231116012908.392077-1-peterx@redhat.com> <20231116012908.392077-4-peterx@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 22, 2023 at 11:23:57PM -0800, Christoph Hellwig wrote: > No way to export macros :) > > I'd say define, but other might have better ideas. Make HPAGE_PXD_* macros visible even if !THP > Otherwise looks good: > > Reviewed-by: Christoph Hellwig > -- Sincerely yours, Mike.