summaryrefslogtreecommitdiffstats
path: root/arch/s390/lib/test_modules.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* s390/module: fix building test_modules_helpers.o with clangIlya Leoshkevich2022-02-061-0/+3
| | | | | | | | | | | Move test_modules_return_* prototypes into a header file in order to placate -Wmissing-prototypes. Fixes: 90c5318795ee ("s390/module: test loading modules with a lot of relocations") Reported-by: kernel test robot <lkp@intel.com> Reviewed-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
* s390/module: test loading modules with a lot of relocationsIlya Leoshkevich2022-01-241-0/+50
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>