Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s390/module: fix building test_modules_helpers.o with clang | Ilya Leoshkevich | 2022-02-06 | 1 | -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 relocations | Ilya Leoshkevich | 2022-01-24 | 1 | -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> |