[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <f7a58629-05ae-18f4-d047-a2592f501b45@huawei.com>
Date: Fri, 12 May 2023 18:10:15 +0800
From: "chenjiahao (C)" <chenjiahao16@...wei.com>
To: <masahiroy@...nel.org>
CC: <aou@...s.berkeley.edu>, <ardb@...nel.org>, <arnd@...db.de>,
<catalin.marinas@....com>, <dennis@...il.us>, <jszhang@...nel.org>,
<linux-arch@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kbuild@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-riscv@...ts.infradead.org>, <nicolas@...sle.eu>,
<palmer@...belt.com>, <paul.walmsley@...ive.com>,
<regressions@...mhuis.info>, <will@...nel.org>
Subject: Re: [PATCH v2] arch: fix broken BuildID for arm64 and riscv
Hi,
It seems this patch introduces a compile error on powerpc 85xx platform with
CONFIG_RELOCATABLE enabled.
To reproduce the problem, I compiled the mainline linux kernel with patch
99cb0d917ffa ("arch: fix broken BuildID for arm64 and riscv"), using
configure
file:
arch/powerpc/configs/85xx-32bit.config
and enabled CONFIG_RELOCATABLE manually. Then the compile log with
Segmentation fault appeared as below:
...
AR fs/proc/built-in.a
AR fs/built-in.a
AR built-in.a
AR vmlinux.a
LD vmlinux.o
OBJCOPY modules.builtin.modinfo
GEN modules.builtin
MODPOST vmlinux.symvers
UPD include/generated/utsversion.h
CC init/version-timestamp.o
LD .tmp_vmlinux.kallsyms1
Segmentation fault (core dumped)
scripts/Makefile.vmlinux:34: recipe for target 'vmlinux' failed
make[1]: *** [vmlinux] Error 139
Makefile:1252: recipe for target 'vmlinux' failed
make: *** [vmlinux] Error 2
Could anyone reproduce above error, or have I missed anything else?
Thanks,
Jiahao
Powered by blists - more mailing lists