diff options
author | Jeremy Linton <jeremy.linton@arm.com> | 2025-09-18 20:54:24 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2025-09-18 23:06:59 +0300 |
commit | ea87c5536aa8c2b5bcd2fb482df6f11e5517df06 (patch) | |
tree | 2d1cfefdc599616ef09e3590fad101b9a1cf057f /security/selinux/hooks.c | |
parent | ba1afc94deb849eab843a372b969444581add2c9 (diff) | |
download | linux-ea87c5536aa8c2b5bcd2fb482df6f11e5517df06.tar.xz |
arm64: probes: Fix incorrect bl/blr address and register usage
The pt_regs registers are 64-bit on arm64, and should be u64 when
manipulated. Correct this so that we aren't truncating the address
during br/blr sequences.
Fixes: efb07ac534e2 ("arm64: probes: Add GCS support to bl/blr/ret")
Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'security/selinux/hooks.c')
0 files changed, 0 insertions, 0 deletions