diff options
author | Ilya Leoshkevich <iii@linux.ibm.com> | 2022-01-19 19:26:38 +0100 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2022-01-24 09:10:59 +0100 |
commit | 90c5318795eefa09a9f9aef8d18a904e24962b5c (patch) | |
tree | df73e682286554977a42bc0b03eb88ff1a716357 /arch/s390/lib/Makefile | |
parent | f3b7e73b2c6619884351a3a0a7468642f852b8a2 (diff) | |
download | linux-90c5318795eefa09a9f9aef8d18a904e24962b5c.tar.gz linux-90c5318795eefa09a9f9aef8d18a904e24962b5c.tar.bz2 linux-90c5318795eefa09a9f9aef8d18a904e24962b5c.zip |
s390/module: test loading modules with a lot of relocations
Add a test in order to prevent regressions.
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Cc: Vasily Gorbik <gor@linux.ibm.com>
Cc: Christian Borntraeger <borntraeger@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch/s390/lib/Makefile')
-rw-r--r-- | arch/s390/lib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/s390/lib/Makefile b/arch/s390/lib/Makefile index 707cd4622c13..69feb8ed3312 100644 --- a/arch/s390/lib/Makefile +++ b/arch/s390/lib/Makefile @@ -17,4 +17,7 @@ KASAN_SANITIZE_uaccess.o := n obj-$(CONFIG_S390_UNWIND_SELFTEST) += test_unwind.o CFLAGS_test_unwind.o += -fno-optimize-sibling-calls +obj-$(CONFIG_S390_MODULES_SANITY_TEST) += test_modules.o +obj-$(CONFIG_S390_MODULES_SANITY_TEST_HELPERS) += test_modules_helpers.o + lib-$(CONFIG_FUNCTION_ERROR_INJECTION) += error-inject.o |