[4/9] patch series to port HWASAN for riscv64
Depends On D131341
Paths
| Differential D131342
[RISC-V][HWASAN] Add runtime support for HWASAN for RISC-V ClosedPublic Authored by smd on Aug 6 2022, 2:46 PM.
Details
Diff Detail
Event Timelinesmd added a parent revision: D131341: [RISC-V][HWASAN] Add tag mismatch routines for HWASAN required for RISC-V. smd added a child revision: D131343: [RISC-V][HWASAN] Add support for lowering HWASAN intrinsic for RISC-V. Herald added subscribers: Restricted Project, • pcwang-thead. · View Herald TranscriptAug 7 2022, 3:29 AM
smd added a child revision: D131574: [RISC-V][HWASAN] Save sp address at the start of tag mismatch routine.Aug 10 2022, 8:07 AM Comment Actions LGTM, from sanitizers, but consider adding as blocking reviewer someone with RISCV expertise This revision is now accepted and ready to land.Aug 10 2022, 10:57 AM
Comment Actions I didn't notice any other issues but I have no experience with HWASan. Thanks!
Closed by commit rG38b04fd9c069: [RISC-V][HWASAN] Add runtime support for HWASAN for RISC-V (authored by smd). · Explain WhyAug 28 2022, 10:44 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 450794 compiler-rt/lib/hwasan/hwasan.h
compiler-rt/lib/hwasan/hwasan.cpp
compiler-rt/lib/hwasan/hwasan_allocator.h
compiler-rt/lib/hwasan/hwasan_checks.h
compiler-rt/lib/hwasan/hwasan_exceptions.cpp
compiler-rt/lib/hwasan/hwasan_interceptors.cpp
compiler-rt/lib/hwasan/hwasan_linux.cpp
compiler-rt/lib/hwasan/hwasan_report.cpp
|
Could you please to move HwasanTagMismatch change into a separate patch as it's slightly affects all platforms