mbox series

[0/2] selftests: vDSO: s390 fixes

Message ID 20240911085015.3581722-1-hca@linux.ibm.com (mailing list archive)
Headers show
Series selftests: vDSO: s390 fixes | expand

Message

Heiko Carstens Sept. 11, 2024, 8:50 a.m. UTC
Two s390 fixes to make vdso selftests running on s390.

Jason, given that you carry already a lot of changes for vdso
selftests I guess these should be routed via the random tree.

Patches apply on top of current random.git master branch.

Thanks,
Heiko

Heiko Carstens (1):
  selftests: vDSO: fix vdso_config for s390

Jens Remus (1):
  selftests: vDSO: fix ELF hash table entry size for s390x

 tools/testing/selftests/vDSO/parse_vdso.c  | 14 ++++++++++----
 tools/testing/selftests/vDSO/vdso_config.h |  4 ++--
 2 files changed, 12 insertions(+), 6 deletions(-)

Comments

Jason A. Donenfeld Sept. 11, 2024, 1:40 p.m. UTC | #1
On Wed, Sep 11, 2024 at 10:50:13AM +0200, Heiko Carstens wrote:
> Two s390 fixes to make vdso selftests running on s390.
> 
> Jason, given that you carry already a lot of changes for vdso
> selftests I guess these should be routed via the random tree.
> 
> Patches apply on top of current random.git master branch.

Sure, I'll apply these. Thanks for the patches. (And I'm looking forward
to seeing what might have motivated you to notice these bugs :-).)

Jason