From: Stephen Rothwell <hidden> Date: 2016-11-24 05:01:58
Hi Andrew,
After merging the akpm-current tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:
powerpc-linux-ld: unrecognized option '--no-dynamic-linker'
Caused by patch
"powerpc: add purgatory for kexec_file_load implementation"
I have disabled KEXEC_FILE for now:
From: Stephen Rothwell <redacted>
Date: Thu, 24 Nov 2016 15:52:55 +1100
Subject: [PATCH] disable KEXEC_FILE on powerpc for now
Signed-off-by: Stephen Rothwell <redacted>
---
arch/powerpc/Kconfig | 1 +
1 file changed, 1 insertion(+)
Hello Stephen,
Am Donnerstag, 24. November 2016, 16:01:51 BRST schrieb Stephen Rothwell:
Hi Andrew,
After merging the akpm-current tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:
powerpc-linux-ld: unrecognized option '--no-dynamic-linker'
Caused by patch
"powerpc: add purgatory for kexec_file_load implementation"
Sorry about that. --no-dynamic-linker was added in binutils 2.26.
The patch below fixes the problem.
--
Thiago Jung Bauermann
IBM Linux Technology Center
From: Stephen Rothwell <hidden> Date: 2016-11-24 23:44:15
Hi Thiago,
On Thu, 24 Nov 2016 13:02:39 -0200 Thiago Jung Bauermann [off-list ref] wrote:
Am Donnerstag, 24. November 2016, 16:01:51 BRST schrieb Stephen Rothwell:
quoted
Hi Andrew,
After merging the akpm-current tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:
powerpc-linux-ld: unrecognized option '--no-dynamic-linker'
Caused by patch
"powerpc: add purgatory for kexec_file_load implementation"
Sorry about that. --no-dynamic-linker was added in binutils 2.26.
The patch below fixes the problem.
OK, I will apply that patch instead of disabling CONFIG_KEXEC_FILE
today.
--
Cheers,
Stephen Rothwell