OSDN Git Service

s390/vdso: check for undefined symbols after build
authorSven Schnelle <svens@linux.ibm.com>
Wed, 21 Jun 2023 07:18:52 +0000 (09:18 +0200)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Wed, 28 Jun 2023 11:57:09 +0000 (13:57 +0200)
commit0dd0bbc2003a33a0e4705f8eec6ba6535b1e49d1
tree09ca2e0b434c9b643aee04bab751d98b5fb9c635
parent51f513fd9659faf00976071a9525474b08764ccb
s390/vdso: check for undefined symbols after build

When adding an undefined symbol the build still succeeds, but
userspace is crashing trying to execute vdso because the
undefined symbol is not resolved. Add the check for undefined
symbols to prevent this.

Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/kernel/vdso32/Makefile
arch/s390/kernel/vdso64/Makefile