Commit b99ddbe8 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Richard Weinberger

UML: define RUNTIME_DISCARD_EXIT

With CONFIG_VIRTIO_UML=y, GNU ld < 2.36 fails to link UML vmlinux
(w/wo CONFIG_LD_SCRIPT_STATIC).

  `.exit.text' referenced in section `.uml.exitcall.exit' of arch/um/drivers/virtio_uml.o: defined in discarded section `.exit.text' of arch/um/drivers/virtio_uml.o
  collect2: error: ld returned 1 exit status

This fix is similar to the following commits:

- 4b9880db ("powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXIT")
- a494398b ("s390: define RUNTIME_DISCARD_EXIT to fix link error
  with GNU ld < 2.36")
- c1c551be ("sh: define RUNTIME_DISCARD_EXIT")

Fixes: 99cb0d91 ("arch: fix broken BuildID for arm64 and riscv")
Reported-by: default avatarSeongJae Park <sj@kernel.org>
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
Tested-by: default avatarSeongJae Park <sj@kernel.org>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 522c532c
#define RUNTIME_DISCARD_EXIT
KERNEL_STACK_SIZE = 4096 * (1 << CONFIG_KERNEL_STACK_ORDER);
#ifdef CONFIG_LD_SCRIPT_STATIC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment