User Details
- User Since
- Nov 6 2012, 6:28 AM (568 w, 6 d)
Apr 20 2023
LGTM with a nit.
Apr 18 2023
Do you have a working kernel patch for SystemZ?
I think we'd better name the functions taking the extra parameter differently - maybe at some point we'll even want them to coexist on certain architectures. Anyway, it might just look cleaner in the kernel code.
Mar 15 2023
Feb 23 2023
LGTM with a nit.
Nov 3 2022
Aug 26 2022
Aug 25 2022
PTAL
Compare the mask returned by ARCH_GET_UNTAG_MASK to what HWASan expects.
Use ARCH_GET_UNTAG_MASK to double check HWASan can place tags in this bit range.
rebase
Rename MaybeFailWithoutTaggingAbi() to MaybeDieIfNoTaggingAbi()
Aug 24 2022
Oh, actually creduce can do better:
Hi Stephen,
Hi Stephen,
Thanks for the comments, I'll split this patch into a series then.
Aug 23 2022
Jul 13 2022
Jun 29 2022
Jun 17 2022
Jun 16 2022
Rebase
Jun 15 2022
May 31 2022
FWIW in my current configuration out of 128K instrumented functions there are 120K calls to msan_get_context_state_caller() and 8K calls to msan_get_context_state().
May 30 2022
Updated a comment
Introduced __msan_get_context_state_caller()
May 25 2022
Mar 30 2022
LGTM. Thanks for taking care of this!
Feb 18 2022
Feb 17 2022
Feb 15 2022
Rebase
Feb 14 2022
Jan 10 2022
FWIW the implementation looks good to me.
Dec 10 2021
Dec 9 2021
Fix a windows test failure: https://buildkite.com/llvm-project/premerge-checks/builds/69318#0b873cc6-bf07-482a-ac37-e960566ac8a3
Rebase.
Rename the flag
I second this proposal.
https://reviews.llvm.org/D60548 suggests to handle this case using a pragma, but the required change seems to be more intrusive.
Dec 8 2021
Rebase
Fixed flag name
Addressed review comments
Dec 7 2021
Should we have in AddressSanitizer.cpp the following for consistency with other sanitizers?
Updated asan-globals.cpp
Addressed the comments
Dec 2 2021
Given this is a minor change that only affects users of disable_sanitizer_instrumentation, I'm inclined towards landing it.
Nov 29 2021
Vitaly, Evgenii, can one of you please take a look?
Nov 23 2021
Nov 17 2021
LGTM