From: Thierry Reding <thierry.reding@kernel.org>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Linux Next Mailing List <linux-next@vger.kernel.org>
Subject: linux-next: build failure after merge of the mm-nonmm-unstable tree
Date: Wed, 29 Apr 2026 11:10:18 +0200 [thread overview]
Message-ID: <20260429091019.3967613-1-thierry.reding@kernel.org> (raw)
Hi all,
After merging the mm-nonmm-unstable tree, today's linux-next build
(arm64 defconfig) failed like this:
In file included from /srv/kbuild/next/linux.git/arch/arm64/include/asm/fixmap.h:118,
from /srv/kbuild/next/linux.git/arch/arm64/include/asm/pgtable.h:36,
from /srv/kbuild/next/linux.git/include/linux/pgtable.h:6,
from /srv/kbuild/next/linux.git/arch/arm64/include/asm/io.h:12,
from /srv/kbuild/next/linux.git/include/linux/io.h:12,
from /srv/kbuild/next/linux.git/include/acpi/acpi_io.h:5,
from /srv/kbuild/next/linux.git/include/linux/acpi.h:40,
from /srv/kbuild/next/linux.git/include/acpi/apei.h:9,
from /srv/kbuild/next/linux.git/include/acpi/ghes.h:5,
from /srv/kbuild/next/linux.git/include/linux/arm_sdei.h:8,
from /srv/kbuild/next/linux.git/arch/arm64/kernel/asm-offsets.c:11:
/srv/kbuild/next/linux.git/include/asm-generic/fixmap.h: In function 'set_fixmap_nocache':
/srv/kbuild/next/linux.git/include/asm-generic/fixmap.h:54:29: error: 'PAGE_KERNEL_NOCACHE' undeclared (first use in this function); did you mean 'PAGE_KERNEL_ROX'?
54 | #define FIXMAP_PAGE_NOCACHE PAGE_KERNEL_NOCACHE
| ^~~~~~~~~~~~~~~~~~~
/srv/kbuild/next/linux.git/include/asm-generic/fixmap.h:93:33: note: in expansion of macro 'FIXMAP_PAGE_NOCACHE'
93 | __set_fixmap(idx, phys, FIXMAP_PAGE_NOCACHE);
| ^~~~~~~~~~~~~~~~~~~
/srv/kbuild/next/linux.git/include/asm-generic/fixmap.h:54:29: note: each undeclared identifier is reported only once for each function it appears in
54 | #define FIXMAP_PAGE_NOCACHE PAGE_KERNEL_NOCACHE
| ^~~~~~~~~~~~~~~~~~~
/srv/kbuild/next/linux.git/include/asm-generic/fixmap.h:93:33: note: in expansion of macro 'FIXMAP_PAGE_NOCACHE'
93 | __set_fixmap(idx, phys, FIXMAP_PAGE_NOCACHE);
| ^~~~~~~~~~~~~~~~~~~
/srv/kbuild/next/linux.git/include/asm-generic/fixmap.h: In function 'set_fixmap_offset_nocache':
/srv/kbuild/next/linux.git/include/asm-generic/fixmap.h:54:29: error: 'PAGE_KERNEL_NOCACHE' undeclared (first use in this function); did you mean 'PAGE_KERNEL_ROX'?
54 | #define FIXMAP_PAGE_NOCACHE PAGE_KERNEL_NOCACHE
| ^~~~~~~~~~~~~~~~~~~
/srv/kbuild/next/linux.git/include/asm-generic/fixmap.h:99:40: note: in expansion of macro 'FIXMAP_PAGE_NOCACHE'
99 | __set_fixmap_offset(idx, phys, FIXMAP_PAGE_NOCACHE);
| ^~~~~~~~~~~~~~~~~~~
Caused by commit
dd4bbc6d8e3a ("include/asm-generic/fixmap.h: reimplement nasty macros in C")
I've reverted this patch in linux-next for now.
Thanks,
Thierry
next reply other threads:[~2026-04-29 9:10 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-29 9:10 Thierry Reding [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-03-17 14:32 linux-next: build failure after merge of the mm-nonmm-unstable tree Mark Brown
2026-03-17 15:06 ` Mathieu Desnoyers
2026-03-17 15:07 ` David CARLIER
2026-02-16 13:58 Mark Brown
2025-12-18 4:30 Stephen Rothwell
2025-12-21 2:58 ` Finn Thain
2025-12-26 16:45 ` Sasha Levin
2025-12-29 8:56 ` Finn Thain
2026-01-01 9:21 ` Finn Thain
2026-01-01 17:01 ` Randy Dunlap
2026-01-01 23:15 ` Finn Thain
2026-01-02 7:29 ` Ard Biesheuvel
2026-01-02 22:09 ` Finn Thain
2025-11-16 23:23 Stephen Rothwell
2025-11-19 23:14 ` Stephen Rothwell
2025-11-19 23:48 ` Andrew Morton
2025-11-20 8:55 ` Miguel Ojeda
2025-11-20 10:01 ` Alice Ryhl
2025-11-16 22:36 Stephen Rothwell
2025-10-17 13:25 Mark Brown
2025-10-17 21:34 ` Andrew Morton
2025-09-01 1:17 Stephen Rothwell
2025-07-11 0:58 Stephen Rothwell
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=20260429091019.3967613-1-thierry.reding@kernel.org \
--to=thierry.reding@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
/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