Re: v2 [PATCH 0/X] Introduce HWASAN sanitizer to GCC

2019-11-25 Thread Martin Liška
On 11/21/19 3:59 PM, Matthew Malcomson wrote: On 21/11/2019 13:10, Martin Liška wrote: On 11/20/19 6:40 PM, Matthew Malcomson wrote: On 20/11/2019 14:29, Martin Liška wrote: On 11/7/19 7:37 PM, Matthew Malcomson wrote: I have rebased this series onto Martin Liska's patches that take the most

Re: v2 [PATCH 0/X] Introduce HWASAN sanitizer to GCC

2019-11-21 Thread Matthew Malcomson
On 21/11/2019 13:10, Martin Liška wrote: > On 11/20/19 6:40 PM, Matthew Malcomson wrote: >> On 20/11/2019 14:29, Martin Liška wrote: >>> On 11/7/19 7:37 PM, Matthew Malcomson wrote: I have rebased this series onto Martin Liska's patches that take the most recent libhwasan from upstr

Re: v2 [PATCH 0/X] Introduce HWASAN sanitizer to GCC

2019-11-21 Thread Martin Liška
On 11/20/19 6:40 PM, Matthew Malcomson wrote: On 20/11/2019 14:29, Martin Liška wrote: On 11/7/19 7:37 PM, Matthew Malcomson wrote: I have rebased this series onto Martin Liska's patches that take the most recent libhwasan from upstream LLVM. https://gcc.gnu.org/ml/gcc-patches/2019-11/msg00340.

Re: v2 [PATCH 0/X] Introduce HWASAN sanitizer to GCC

2019-11-20 Thread Matthew Malcomson
On 20/11/2019 14:29, Martin Liška wrote: > On 11/7/19 7:37 PM, Matthew Malcomson wrote: >> I have rebased this series onto Martin Liska's patches that take the most >> recent libhwasan from upstream LLVM. >> https://gcc.gnu.org/ml/gcc-patches/2019-11/msg00340.html >> >> I've also cleared up some no

Re: v2 [PATCH 0/X] Introduce HWASAN sanitizer to GCC

2019-11-20 Thread Martin Liška
On 11/7/19 7:37 PM, Matthew Malcomson wrote: I have rebased this series onto Martin Liska's patches that take the most recent libhwasan from upstream LLVM. https://gcc.gnu.org/ml/gcc-patches/2019-11/msg00340.html I've also cleared up some nomenclature (I had previously used the word 'colour' a f

Re: v2 [PATCH 0/X] Introduce HWASAN sanitizer to GCC

2019-11-11 Thread Matthew Malcomson
On 11/11/2019 16:13, Matthew Malcomson wrote: > On 07/11/2019 18:37, Matthew Malcomson wrote: >> I have rebased this series onto Martin Liska's patches that take the most >> recent libhwasan from upstream LLVM. >> https://gcc.gnu.org/ml/gcc-patches/2019-11/msg00340.html >> >> I've also cleared up s

Re: v2 [PATCH 0/X] Introduce HWASAN sanitizer to GCC

2019-11-11 Thread Matthew Malcomson
On 07/11/2019 18:37, Matthew Malcomson wrote: > I have rebased this series onto Martin Liska's patches that take the most > recent libhwasan from upstream LLVM. > https://gcc.gnu.org/ml/gcc-patches/2019-11/msg00340.html > > I've also cleared up some nomenclature (I had previously used the word >

v2 [PATCH 0/X] Introduce HWASAN sanitizer to GCC

2019-11-07 Thread Matthew Malcomson
I have rebased this series onto Martin Liska's patches that take the most recent libhwasan from upstream LLVM. https://gcc.gnu.org/ml/gcc-patches/2019-11/msg00340.html I've also cleared up some nomenclature (I had previously used the word 'colour' a few times instead of the word 'tag' and that cla

Re: [PATCH 0/X] Introduce HWASAN sanitizer to GCC

2019-11-05 Thread Joseph Myers
On Tue, 5 Nov 2019, Matthew Malcomson wrote: > Hello, > > This patch series adds the LLVM hardware address sanitizer (HWASAN) to > GCC. The document describing HWASAN can be found here > http://clang.llvm.org/docs/HardwareAssistedAddressSanitizerDesign.html. General observations on the patch se

Re: [PATCH 0/X] Introduce HWASAN sanitizer to GCC

2019-11-05 Thread Martin Liška
On 11/5/19 6:35 PM, Matthew Malcomson wrote: On 05/11/2019 17:22, Martin Liška wrote: On 11/5/19 5:11 PM, Matthew Malcomson wrote: On 05/11/2019 15:10, Martin Liška wrote: On 11/5/19 12:32 PM, Matthew Malcomson wrote: Hello, This patch series adds the LLVM hardware address sanitizer (HWASAN)

Re: [PATCH 0/X] Introduce HWASAN sanitizer to GCC

2019-11-05 Thread Matthew Malcomson
On 05/11/2019 17:22, Martin Liška wrote: > On 11/5/19 5:11 PM, Matthew Malcomson wrote: >> On 05/11/2019 15:10, Martin Liška wrote: >>> On 11/5/19 12:32 PM, Matthew Malcomson wrote: Hello, This patch series adds the LLVM hardware address sanitizer (HWASAN) to GCC.  The document

Re: [PATCH 0/X] Introduce HWASAN sanitizer to GCC

2019-11-05 Thread Martin Liška
On 11/5/19 5:11 PM, Matthew Malcomson wrote: On 05/11/2019 15:10, Martin Liška wrote: On 11/5/19 12:32 PM, Matthew Malcomson wrote: Hello, This patch series adds the LLVM hardware address sanitizer (HWASAN) to GCC.  The document describing HWASAN can be found here http://clang.llvm.org/docs/Ha

Re: [PATCH 0/X] Introduce HWASAN sanitizer to GCC

2019-11-05 Thread Matthew Malcomson
On 05/11/2019 15:10, Martin Liška wrote: > On 11/5/19 12:32 PM, Matthew Malcomson wrote: >> Hello, >> >> This patch series adds the LLVM hardware address sanitizer (HWASAN) to >> GCC.  The document describing HWASAN can be found here >> http://clang.llvm.org/docs/HardwareAssistedAddressSanitizerDes

Re: [PATCH 0/X] Introduce HWASAN sanitizer to GCC

2019-11-05 Thread Martin Liška
On 11/5/19 12:32 PM, Matthew Malcomson wrote: Hello, This patch series adds the LLVM hardware address sanitizer (HWASAN) to GCC. The document describing HWASAN can be found here http://clang.llvm.org/docs/HardwareAssistedAddressSanitizerDesign.html. Hello. Thank you for the patch. I've just

Re: [PATCH 0/X] Introduce HWASAN sanitizer to GCC

2019-11-05 Thread Matthew Malcomson
On 05/11/2019 11:32, Matthew Malcomson wrote: > > Testing done: > Full bootstrap and regtest on x86_64 (no difference -- hwasan not used). > > Full bootstrap and regtest on AArch64 sanitizing with hwasan and running > on recent kernel. > Regressions all accounted for: >1) tests under plugin/