Re: [PATCH 04/61] Enable LSAN and TSAN for mips with the 64-bit abi

2025-04-22 Thread Aleksandar Rakic
HTEC Public Hi, > This is probably OK, but it's unclear to me if it's dependent upon any > of the earlier changes. If it's independent of other changes, then it > could go in now with a suitable ChangeLog entry. > Jeff I would like to inform you that the version 2 of this patch is available at

Re: [PATCH 04/61] Enable LSAN and TSAN for mips with the 64-bit abi

2025-04-19 Thread Jeff Law
On 1/31/25 10:13 AM, Aleksandar Rakic wrote: From: Chao-ying Fu Cherry-picked b9fd138826394dd188936c8031dec676e2d16b47 from https://github.com/MIPS/gcc Signed-off-by: Chao-ying Fu Signed-off-by: Aleksandar Rakic --- libsanitizer/configure.tgt | 5 + 1 file changed, 5 insertions(+)

[PATCH 04/61] Enable LSAN and TSAN for mips with the 64-bit abi

2025-01-31 Thread Aleksandar Rakic
From: Chao-ying Fu Cherry-picked b9fd138826394dd188936c8031dec676e2d16b47 from https://github.com/MIPS/gcc Signed-off-by: Chao-ying Fu Signed-off-by: Aleksandar Rakic --- libsanitizer/configure.tgt | 5 + 1 file changed, 5 insertions(+) diff --git a/libsanitizer/configure.tgt b/libsaniti