Merge "Remove define of SA_EXPOSE_TAGBITS." into main am: 57b902c32d am: 783dea9e00

Original change: https://android-review.googlesource.com/c/platform/system/core/+/3271864

Change-Id: If6f985cd4ceff880a388a03430e125d12a683348
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Christopher Ferris 2024-09-19 17:56:14 +00:00 committed by Automerger Merge Worker
commit 7479cf9461

View file

@ -838,7 +838,6 @@ void debuggerd_init(debuggerd_callbacks_t* callbacks) {
// Use the alternate signal stack if available so we can catch stack overflows.
action.sa_flags |= SA_ONSTACK;
#define SA_EXPOSE_TAGBITS 0x00000800
// Request that the kernel set tag bits in the fault address. This is necessary for diagnosing MTE
// faults.
action.sa_flags |= SA_EXPOSE_TAGBITS;