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 E7F54EE49A5 for ; Mon, 21 Aug 2023 20:44:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231440AbjHUUoN (ORCPT ); Mon, 21 Aug 2023 16:44:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46372 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231347AbjHUUnX (ORCPT ); Mon, 21 Aug 2023 16:43:23 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 69E3B19A2 for ; Mon, 21 Aug 2023 13:41:59 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4BEFE64AFF for ; Mon, 21 Aug 2023 20:41:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A0C93C433C7; Mon, 21 Aug 2023 20:41:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1692650518; bh=kZG0oqs9plxVI5fQ/xON/xeJe/uTn/Bb0V96jIcjWJc=; h=Date:To:From:Subject:From; b=oGJ4o3fH0+QeTVFiuDhruKkP1UkiKhXr6lZwtUzC2oVn+9vbphRqkIfW015/oUxOQ 9i95CBA+wxVy3mqRAJegQZNJyuWO63ClYGb6lr1oiTuuqA7uc7Vm9+ihq44XMvANFP cIfj/qVEAqlvIoWvS7SCqbpl8obZv44MmU6TBfxw= Date: Mon, 21 Aug 2023 13:41:58 -0700 To: mm-commits@vger.kernel.org, will@kernel.org, palmer@dabbelt.com, mike.kravetz@oracle.com, linux@armlinux.org.uk, catalin.marinas@arm.com, hughd@google.com, akpm@linux-foundation.org From: Andrew Morton Subject: [merged mm-stable] arm-include-asm-cacheflushh-in-asm-hugetlbh.patch removed from -mm tree Message-Id: <20230821204158.A0C93C433C7@smtp.kernel.org> Precedence: bulk Reply-To: linux-kernel@vger.kernel.org List-ID: X-Mailing-List: mm-commits@vger.kernel.org The quilt patch titled Subject: arm: include asm/cacheflush.h in asm/hugetlb.h has been removed from the -mm tree. Its filename was arm-include-asm-cacheflushh-in-asm-hugetlbh.patch This patch was dropped because it was merged into the mm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: Hugh Dickins Subject: arm: include asm/cacheflush.h in asm/hugetlb.h Date: Sun, 13 Aug 2023 21:52:38 -0700 (PDT) Patch series "arch: include asm/cacheflush.h in asm/hugetlb.h". Three architectures are using PG_dcache_clean in their asm/hugetlb.h, but relying on accident to include the asm/cacheflush.h which defines it. This patch (of 3): PG_dcache_clean is used in asm/hugetlb.h but defined in asm/cacheflush.h: builds rely on an accident of that being included via linux/mempolicy.h, but better include it directly (like arch/sh/include/asm/hugetlb.h does). Link: https://lkml.kernel.org/r/6d2acfa4-7f44-d3b4-b0a8-5495c5985e4c@google.com Link: https://lkml.kernel.org/r/4b055d0-7b2e-72bf-9b9d-8f3f1cd312d0@google.com Signed-off-by: Hugh Dickins Cc: Catalin Marinas Cc: Mike Kravetz Cc: Palmer Dabbelt Cc: Russell King Cc: Will Deacon Signed-off-by: Andrew Morton --- arch/arm/include/asm/hugetlb.h | 1 + 1 file changed, 1 insertion(+) --- a/arch/arm/include/asm/hugetlb.h~arm-include-asm-cacheflushh-in-asm-hugetlbh +++ a/arch/arm/include/asm/hugetlb.h @@ -10,6 +10,7 @@ #ifndef _ASM_ARM_HUGETLB_H #define _ASM_ARM_HUGETLB_H +#include #include #include #include _ Patches currently in -mm which might be from hughd@google.com are tmpfsxattr-gfp_kernel_account-for-simple-xattrs.patch