Skip to content

Conversation

@efriedma-quic
Copy link
Collaborator

Sanitizers currently assume AArch64 Linux has 48-bit VA. Followup patches will add checks for this flag to asan and hwasan.

@efriedma-quic efriedma-quic marked this pull request as ready for review November 7, 2025 22:20
pythonize_bool(SANITIZER_USE_STATIC_TEST_CXX)

option(SANITIZER_AARCH64_39BIT_VA
"Configure sanitizer allocator for 39-bit VA kernel." OFF)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe drop the "allocator", just "Configure sanitizer for 39-bit VA kernel."? It's cleaner (and keeps the door open for e.g., MSan, where the shadow mappings also need to be changed.)

Sanitizers currently assume AArch64 Linux has 48-bit VA.  Followup
patches will add checks for this flag to asan and hwasan.
@efriedma-quic efriedma-quic force-pushed the compiler-rt-39bit-va-part1 branch from 3ceb837 to 39e6f9f Compare November 10, 2025 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants