Page MenuHomeFreeBSD

aarch64: expose esr in mcontext
Needs ReviewPublic

Authored by val_packett.cool on Jul 2 2019, 9:25 PM.
Tags
Referenced Files
Unknown Object (File)
Wed, Aug 12, 1:16 PM
Unknown Object (File)
Sat, Aug 8, 7:23 PM
Unknown Object (File)
Sun, Aug 2, 12:44 AM
Unknown Object (File)
Sat, Aug 1, 6:22 AM
Unknown Object (File)
Sat, Jul 25, 2:59 AM
Unknown Object (File)
Jul 18 2026, 8:46 AM
Unknown Object (File)
Jul 9 2026, 9:05 PM
Unknown Object (File)
Jul 8 2026, 11:09 AM
Subscribers

Details

Reviewers
andrew
manu
Group Reviewers
arm64
Contributor Reviews (src)
Summary

https://reviews.llvm.org/D32172 — looks like this was planned back in 2017 but the whole ASan thing ended up abandoned for some reason.. :(

Test Plan

My build of ASan that uses this field works, but what specifically should I test with the sanitizers that would depend on this register thing??

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

zlei added inline comments.
sys/arm64/include/ucontext.h
42

This conflicts with https://reviews.freebsd.org/D38983 , and certainly will break ABI.

I'm not expert on arm64. Maybe new registers should contract with struct arm64_reg_context ? See https://reviews.freebsd.org/D43302 .