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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B232CC79F99 for ; Tue, 8 Sep 2026 20:34:16 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 04BC110ED6E; Tue, 8 Sep 2026 20:34:16 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="GuoTKeTJ"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id A623910ED6E for ; Tue, 8 Sep 2026 20:34:14 +0000 (UTC) Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id 2B42E601DE; Tue, 8 Sep 2026 20:34:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1876A1F00A3A; Tue, 8 Sep 2026 20:34:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1788899653; bh=vB+bEPol9wUUVJBfbK6MzyNE6mz3Befcd7ErB1ajxhE=; h=From:Subject:Reply-To:To:Cc:In-Reply-To:References:Date; b=GuoTKeTJuepHEC1KRZlCLpDY/Wfs1aOd7bO5p4JlitjvSNJY2seFdousOt7ptjRCA LFJEiDD+2iiht6Q5o3bAhJojTA4h2nDph82IDqjLmBXumZ7KJ3pgT4xnREtO5ywiRJ btFrRQlKE1NlyGSoMCY7qMU71BrE1L83ByvJ0d6ibozDS2jl1/x0/mtixa4eKePue8 sLE65OByhF4muXMbh4wUnZB0P4aeJU4pxPCOySXzDAGZkrFzcSm5iEl3x0jusvqCIX aA3JQlxnMGMrMmVWbnDCf5wCYaV7rwPqAUufMC/uP8tXOVqnUw4QqTuNTrmPrZ2npA 5go43qg7LXECw== From: sashiko-bot@kernel.org Subject: Re: [PATCH 26/39] mm: remove hugetlb_inline.h To: =?utf-8?b?TG9yZW56byBTdG9ha2VzIChBUk0p?= Cc: "Vasily Gorbik" , linux-trace-kernel@vger.kernel.org, bpf@vger.kernel.org, selinux@vger.kernel.org, "Christian Borntraeger" , linux-s390@vger.kernel.org, linux-scsi@vger.kernel.org, kvmarm@lists.linux.dev, "Marc Zyngier" , dri-devel@lists.freedesktop.org, kvm@vger.kernel.org, "Oliver Upton" , "Heiko Carstens" , "Alexander Gordeev" , linux-perf-users@vger.kernel.org In-Reply-To: <20260908-b4-mmap-prepare-vma-flag-sanify-v1-26-dacf19cce22b@kernel.org> References: <20260908-b4-mmap-prepare-vma-flag-sanify-v1-0-dacf19cce22b@kernel.org> <20260908-b4-mmap-prepare-vma-flag-sanify-v1-26-dacf19cce22b@kernel.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Date: Tue, 08 Sep 2026 20:34:12 +0000 Message-Id: <20260908203413.1876A1F00A3A@smtp.kernel.org> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: sashiko-reviews@lists.linux.dev Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" > This header really makes little sense - every place it is included mm.h is > also included, and the header itself includes mm.h, so it does nothing to > reduce header size. >=20 > It also oddly does an #ifdef around checking VMA_HUGETLB_BIT, however > VMA_HUGETLB_BIT is unconditionally available, and will never be set if > hugetlb is not enabled. >=20 > Simply remove the header, eliminate the odd ifdeffery and place the > predicates in mm.h. >=20 > The naming of these predicates is odd, but to keep changes separate, we > will address this in a separate patch. >=20 > The file was never put into MAINTAINERS so there's no change required > there. >=20 > No functional change intended. >=20 > Signed-off-by: Lorenzo Stoakes (ARM) Sashiko has reviewed this patch and found no issues. It looks great! --=20 Sashiko AI review =C2=B7 https://sashiko.dev/#/patchset/20260908-b4-mmap-pr= epare-vma-flag-sanify-v1-0-dacf19cce22b@kernel.org?part=3D26