| 6281147a | 15-Jun-2023 |
Mark Johnston <[email protected]> |
dtrace/arm64: Fix user memory access routines
Use unprivileged loads to access user memory. Without this, the accesses trap and various dtrace actions such as ustack() fail.
Reviewed by: andrew MF
dtrace/arm64: Fix user memory access routines
Use unprivileged loads to access user memory. Without this, the accesses trap and various dtrace actions such as ustack() fail.
Reviewed by: andrew MFC after: 1 week Sponsored by: Innovate UK Differential Revision: https://reviews.freebsd.org/D40540
show more ...
|