Re: linux-next: build failure after merge of the mm tree

From: Kuan-Ying Lee (李冠穎)
Date: Wed Jul 26 2023 - 09:23:26 EST


On Wed, 2023-07-26 at 15:14 +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the mm tree, today's linux-next build (s390 defconfig)
> failed like this:
>
> scripts/gdb/linux/constants.py.in:26:10: fatal error: asm/memory.h:
> No such file or directory
> 26 | #include <asm/memory.h>
> | ^~~~~~~~~~~~~~
>
> Caused by commit
>
> dc7e66b9c82a ("scripts/gdb/aarch64: add aarch64 page operation
> helper commands and configs")
>
> I have reverted that commit (and the following 4) for today.
>
Hi Stephen,

Thanks for the report.

Andrew, could you help to drop these GDB changes?

I will try to fix it in v2.

Thanks,
Kuan-Ying Lee