[PATCH 0/2] selftests: vDSO: s390 fixes

Heiko Carstens posted 2 patches 2 months, 2 weeks ago
tools/testing/selftests/vDSO/parse_vdso.c  | 14 ++++++++++----
tools/testing/selftests/vDSO/vdso_config.h |  4 ++--
2 files changed, 12 insertions(+), 6 deletions(-)
[PATCH 0/2] selftests: vDSO: s390 fixes
Posted by Heiko Carstens 2 months, 2 weeks ago
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(-)

-- 
2.43.0
Re: [PATCH 0/2] selftests: vDSO: s390 fixes
Posted by Jason A. Donenfeld 2 months, 2 weeks ago
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