All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] riscv: kexec: Fix build error without MODULES
@ 2022-06-24 13:33 ` YueHaibing
  0 siblings, 0 replies; 2+ messages in thread
From: YueHaibing @ 2022-06-24 13:33 UTC (permalink / raw)
  To: paul.walmsley, palmer, aou, lizhengyu3
  Cc: linux-riscv, linux-kernel, YueHaibing

arch/riscv/kernel/elf_kexec.c: In function ‘arch_kexec_apply_relocations_add’:
arch/riscv/kernel/elf_kexec.c:352:2: error: unknown type name ‘Elf_Rela’; did you mean ‘Elf64_Rela’?
  Elf_Rela *relas;
  ^~~~~~~~
  Elf64_Rela

Always select MODULES_USE_ELF_RELA to fix this.

Fixes: 838b3e28488f ("RISC-V: Load purgatory in kexec_file")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 arch/riscv/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index d6a07b9add05..a116c9f146a8 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -111,7 +111,7 @@ config RISCV
 	select HAVE_RSEQ
 	select IRQ_DOMAIN
 	select IRQ_FORCED_THREADING
-	select MODULES_USE_ELF_RELA if MODULES
+	select MODULES_USE_ELF_RELA
 	select MODULE_SECTIONS if MODULES
 	select OF
 	select OF_EARLY_FLATTREE
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH -next] riscv: kexec: Fix build error without MODULES
@ 2022-06-24 13:33 ` YueHaibing
  0 siblings, 0 replies; 2+ messages in thread
From: YueHaibing @ 2022-06-24 13:33 UTC (permalink / raw)
  To: paul.walmsley, palmer, aou, lizhengyu3
  Cc: linux-riscv, linux-kernel, YueHaibing

arch/riscv/kernel/elf_kexec.c: In function ‘arch_kexec_apply_relocations_add’:
arch/riscv/kernel/elf_kexec.c:352:2: error: unknown type name ‘Elf_Rela’; did you mean ‘Elf64_Rela’?
  Elf_Rela *relas;
  ^~~~~~~~
  Elf64_Rela

Always select MODULES_USE_ELF_RELA to fix this.

Fixes: 838b3e28488f ("RISC-V: Load purgatory in kexec_file")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 arch/riscv/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index d6a07b9add05..a116c9f146a8 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -111,7 +111,7 @@ config RISCV
 	select HAVE_RSEQ
 	select IRQ_DOMAIN
 	select IRQ_FORCED_THREADING
-	select MODULES_USE_ELF_RELA if MODULES
+	select MODULES_USE_ELF_RELA
 	select MODULE_SECTIONS if MODULES
 	select OF
 	select OF_EARLY_FLATTREE
-- 
2.17.1


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-24 13:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-24 13:33 [PATCH -next] riscv: kexec: Fix build error without MODULES YueHaibing
2022-06-24 13:33 ` YueHaibing

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.