]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: vmlinux.lds.S: explicitly declare .got table
authorAlexander Lobakin <alobakin@pm.me>
Sun, 10 Jan 2021 11:56:41 +0000 (11:56 +0000)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 15 Jan 2021 14:27:54 +0000 (15:27 +0100)
commit0442219e49ecdf24baa10e3cecf8f9c98b4a8bfd
tree057831881840948ea9a1389f7c0e746c61807a6d
parenta4c347376d38d871500144a09d2964530e42588a
MIPS: vmlinux.lds.S: explicitly declare .got table

LLVM stack generates GOT table when building the kernel:

ld.lld: warning: <internal>:(.got) is being placed in '.got'

According to the debug assertions, it's not zero-sized and thus can't
be handled the way it's done for x86.
Also use the ARM64 path here and place it at the end of .text section.

Reported-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Alexander Lobakin <alobakin@pm.me>
Reviewed-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/kernel/vmlinux.lds.S