Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
link: fix TestExecutableLazyLoadSymbols on arm64
Creating a uprobe on arm64 validates that the address is a multiple of AARCH64_INSN_SIZE aka 4. The tests currently uses 123 which isn't divisible by 4 and hence we get EINVAL on arm64. Fix this by using an address that is divisible by 4. Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
- Loading branch information