-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement the
DT_GNU_HASH
mechanism for vDSO parsing. (#1259)
* Implement the `DT_GNU_HASH` mechanism for vDSO parsing. Linux recently [removed] the `DT_HASH` section from the aarch64 vDSO. To continue to be able to read vDSOs, implement the `DT_GNU_HASH` section, following the logic in [this patch]. [removed]: torvalds/linux@48f6430 [this patch]: https://lkml.org/lkml/2024/12/6/828 * Fix compilation on s390x with experimental asm. * Fix pointer arithmetic on s390x. * Add comments. * Add more vDSO tests, and enable vDSO getcpu on s390x.
- Loading branch information
1 parent
75ba0be
commit 2268402
Showing
3 changed files
with
255 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.