Re: [PATCH] selftests/vDSO: fix GNU hash table entry size for s390x

2025-02-13 Thread Thomas Weißschuh
On Thu, Feb 13, 2025 at 01:47:26PM +0100, Jens Remus wrote: > On 13.02.2025 10:41, Thomas Weißschuh wrote: > > Commit 14be4e6f3522 ("selftests: vDSO: fix ELF hash table entry size for > > s390x") > > changed the type of the ELF hash table entries to 64bit on s390x. > > However the *GNU* hash table

Re: [PATCH] selftests/vDSO: fix GNU hash table entry size for s390x

2025-02-13 Thread Jens Remus
On 13.02.2025 10:41, Thomas Weißschuh wrote: Commit 14be4e6f3522 ("selftests: vDSO: fix ELF hash table entry size for s390x") changed the type of the ELF hash table entries to 64bit on s390x. However the *GNU* hash tables entries are always 32bit. The "bucket" pointer is shared between both hash

[PATCH] selftests/vDSO: fix GNU hash table entry size for s390x

2025-02-13 Thread Thomas Weißschuh
Commit 14be4e6f3522 ("selftests: vDSO: fix ELF hash table entry size for s390x") changed the type of the ELF hash table entries to 64bit on s390x. However the *GNU* hash tables entries are always 32bit. The "bucket" pointer is shared between both hash algorithms. On s390x the GNU algorithm assigns