From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org,songmuchun@bytedance.com,david@kernel.org,akpm@linux-foundation.org,akpm@linux-foundation.org
Subject: [to-be-updated] mm-sparse-vmemmap-switch-device-dax-to-shared-tail-vmemmap-pages-fix.patch removed from -mm tree
Date: Wed, 09 Sep 2026 22:33:17 -0700 [thread overview]
Message-ID: <20260910053318.1D4921F000FF@smtp.kernel.org> (raw)
The quilt patch titled
Subject: mm-sparse-vmemmap-switch-device-dax-to-shared-tail-vmemmap-pages-fix
has been removed from the -mm tree. Its filename was
mm-sparse-vmemmap-switch-device-dax-to-shared-tail-vmemmap-pages-fix.patch
This patch was dropped because an updated version will be issued
------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: mm-sparse-vmemmap-switch-device-dax-to-shared-tail-vmemmap-pages-fix
Date: Wed Sep 9 03:33:07 PM PDT 2026
hack around build error
https://lore.kernel.org/202609100517.0DrzxrW4-lkp@intel.com
Cc: David Hildenbrand <david@kernel.org>
Cc: Muchun Song <songmuchun@bytedance.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
include/linux/mmzone.h | 4 ++++
1 file changed, 4 insertions(+)
--- a/include/linux/mmzone.h~mm-sparse-vmemmap-switch-device-dax-to-shared-tail-vmemmap-pages-fix
+++ a/include/linux/mmzone.h
@@ -1687,16 +1687,20 @@ static inline bool zone_is_zone_device(c
return zone_idx(zone) == ZONE_DEVICE;
}
+#ifdef CONFIG_NUMA
static inline struct zone *device_zone(int nid)
{
return &NODE_DATA(nid)->node_zones[ZONE_DEVICE];
}
+#endif
#else
static inline bool zone_is_zone_device(const struct zone *zone)
{
return false;
}
+#endif
+#if !defined(CONFIG_ZONE_DEVICE) && !defined(CONFIG_NUMA)
static inline struct zone *device_zone(int nid)
{
return NULL;
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
mm-memory_hotplug-factor-out-node_is_memoryless-fix.patch
drivers-media-v4l2-core-v4l2-vp9c-reduce-inlining.patch
next reply other threads:[~2026-09-10 5:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-10 5:33 Andrew Morton [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-09-10 23:07 [to-be-updated] mm-sparse-vmemmap-switch-device-dax-to-shared-tail-vmemmap-pages-fix.patch removed from -mm tree Andrew Morton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260910053318.1D4921F000FF@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=david@kernel.org \
--cc=mm-commits@vger.kernel.org \
--cc=songmuchun@bytedance.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox