linux/arch/s390/kernel
Sumanth Korikkar 7561c14d8a s390/vdso: add .got.plt in vdso linker script
KCFLAGS="-mno-pic-data-is-text-relative" make leads to bfd assertion
error in s390_got_pointer():

LD      arch/s390/kernel/vdso64/vdso64.so.dbg
ld: BFD version 2.35-18.fc33 assertion fail elf-s390-common.c:74

readelf -Wr vdso64_generic.o | grep GOT
0000000000000032  000000110000001a R_390_GOTENT 0000000000000000 _vdso_data + 2
(...)

Add .got.plt in linker script to avoid this.

Suggested-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Sumanth Korikkar <sumanthk@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
2021-07-30 17:08:21 +02:00
..
syscalls
vdso32 s390/vdso: add .got.plt in vdso linker script 2021-07-30 17:08:21 +02:00
vdso64 s390/vdso: add .got.plt in vdso linker script 2021-07-30 17:08:21 +02:00
.gitignore
Makefile s390/vdso: add minimal compat vdso 2021-07-08 15:37:28 +02:00
alternative.c
asm-offsets.c s390/mcck: move register validation to C code 2021-07-05 12:44:23 +02:00
audit.c
audit.h
base.S
cache.c
compat_audit.c
compat_linux.c
compat_linux.h
compat_ptrace.h
compat_signal.c s390/signal: switch to using vdso for sigreturn and syscall restart 2021-07-08 22:09:47 +02:00
cpcmd.c
crash_dump.c
debug.c
diag.c
dis.c
dumpstack.c
early.c s390/boot: replace magic string check with a bootdata flag 2021-07-05 12:44:23 +02:00
early_printk.c
ebcdic.c
entry.S s390/mcck: move register validation to C code 2021-07-05 12:44:23 +02:00
entry.h
fpu.c
ftrace.c s390/ftrace: fix ftrace_update_ftrace_func implementation 2021-07-15 12:54:58 +02:00
guarded_storage.c
head64.S
idle.c
ima_arch.c
ipl.c
ipl_vmparm.c
irq.c s390/irq: use call_on_stack() macro 2021-07-08 22:12:18 +02:00
jump_label.c
kdebugfs.c
kexec_elf.c
kexec_image.c
kprobes.c
kprobes_insn_page.S
lgr.c
machine_kexec.c s390/kexec: use call_on_stack() macro 2021-07-08 22:12:18 +02:00
machine_kexec_file.c
machine_kexec_reloc.c
mcount.S s390/ftrace: fix ftrace_update_ftrace_func implementation 2021-07-15 12:54:58 +02:00
module.c
nmi.c s390/mcck: move register validation to C code 2021-07-05 12:44:23 +02:00
nospec-branch.c
nospec-sysfs.c
numa.c
os_info.c
perf_cpum_cf.c s390/cpumf: fix semicolon.cocci warnings 2021-07-20 17:59:40 +02:00
perf_cpum_cf_common.c s390/cpumf: Allow concurrent access for CPU Measurement Counter Facility 2021-07-05 12:44:23 +02:00
perf_cpum_cf_events.c
perf_cpum_sf.c
perf_event.c
perf_regs.c
process.c s390/signal: switch to using vdso for sigreturn and syscall restart 2021-07-08 22:09:47 +02:00
processor.c
ptrace.c
reipl.S
relocate_kernel.S
runtime_instr.c
setup.c s390 updates for the 5.14 merge window #2 2021-07-10 10:46:14 -07:00
signal.c s390/signal: switch to using vdso for sigreturn and syscall restart 2021-07-08 22:09:47 +02:00
smp.c s390: preempt: Fix preempt_count initialization 2021-07-08 22:12:18 +02:00
stacktrace.c
sthyi.c
syscall.c s390: rename PIF_SYSCALL_RESTART to PIF_EXECVE_PGSTE_RESTART 2021-07-08 22:12:17 +02:00
sysinfo.c
time.c
topology.c
trace.c
traps.c s390/signal: remove sigreturn on stack 2021-07-08 22:12:17 +02:00
unwind_bc.c
uprobes.c s390: Fix fall-through warnings for Clang 2021-07-13 14:43:09 -05:00
uv.c s390: mm: Fix secure storage access exception handling 2021-07-05 12:44:23 +02:00
vdso.c s390/vdso: add minimal compat vdso 2021-07-08 15:37:28 +02:00
vmlinux.lds.S
vtime.c