summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>2025-02-17 14:04:18 +0100
committerVasily Gorbik <gor@linux.ibm.com>2025-03-04 17:15:18 +0100
commita22ee38d2efe18edc53791fd1036396c23b43ad0 (patch)
tree4c7a8f5c206ae73d04ea84850425cfa860fd5e89 /tools/perf/scripts/python/bin/stackcollapse-record
parent5623bc23a1cb9f9a9470fa73b3a20321dc4c4870 (diff)
downloadkernel-a22ee38d2efe18edc53791fd1036396c23b43ad0.tar.gz
selftests/vDSO: Fix GNU hash table entry size for s390x
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 s390, this caused the GNU hash algorithm to access its 32-bit entries as if they were 64-bit, triggering compiler warnings (assignment between "Elf64_Xword *" and "Elf64_Word *") and runtime crashes. Introduce a new dedicated "gnu_bucket" pointer which is used by the GNU hash. Fixes: e0746bde6f82 ("selftests/vDSO: support DT_GNU_HASH") Reviewed-by: Jens Remus <jremus@linux.ibm.com> Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> Acked-by: Shuah Khan <skhan@linuxfoundation.org> Link: https://lore.kernel.org/r/20250217-selftests-vdso-s390-gnu-hash-v2-1-f6c2532ffe2a@linutronix.de Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
/tr> 2008-03-31[GFS2] Remove drop of module ref where not neededSteven Whitehouse 2008-03-31[GFS2] fix file_system_type leak on gfs2meta mountChristoph Hellwig 2008-03-31[GFS2] Remove rgrp and glock version numbersBob Peterson 2008-03-31[GFS2] Remove lm.[ch] and distribute contentSteven Whitehouse 2008-02-14Introduce path_put()Jan Blunck 2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck 2008-01-25[GFS2] Initialize extent_list earlierBob Peterson 2008-01-25[GFS2] Minor correctionBob Peterson 2008-01-25[GFS2] Eliminate the no longer needed sd_statfs_mutexBob Peterson 2008-01-25[GFS2] Journal extent mappingBob Peterson 2008-01-25[GFS2] Use atomic_t for journal free blocks counterSteven Whitehouse 2008-01-25[GFS2] Don't add glocks to the journalSteven Whitehouse 2007-10-10[GFS2] Alternate gfs2_iget to avoid looking up inodes being freedBenjamin Marzinski 2007-10-10[GFS2] Clean up journaled data writingSteven Whitehouse 2007-10-10[GFS2] Clean up ordered write codeSteven Whitehouse 2007-10-10[GFS2] panic after can't parse mount argumentsAbhijith Das 2007-10-10[GFS2] Clean up invalidatepage/releasepageSteven Whitehouse 2007-10-10[GFS2] fixed a NULL pointer assignment BUGDenis Cheng 2007-10-10[GFS2] better code for translating charactersDenis Cheng 2007-10-10[GFS2] unneeded typecastDenis Cheng 2007-10-10[GFS2] use list_for_each_entry insteadDenis Cheng 2007-10-10[GFS2] Ensure journal file cache is flushed after recoveryBob Peterson 2007-10-10[GFS2] Reduce number of gfs2_scand processes to oneSteven Whitehouse 2007-10-10[GFS2] use the declaration of gfs2_dops in the header file insteadDenis Cheng 2007-07-09[GFS2] Obtaining no_formal_ino from directory entryWendy Cheng 2007-07-09[GFS2] Can't mount GFS2 file system on AoE deviceRobert Peterson 2007-07-09[GFS2] Add nanosecond timestamp featureSteven Whitehouse 2007-07-09[GFS2] Fix sign problem in quota/statfs and cleanup _host structuresSteven Whitehouse 2007-07-09[GFS2] Clean up inode number handlingSteven Whitehouse