Re: [PATCH v13 0/7] arm64: ARMv8.5-A: MTE: Add async mode support

2021-02-11 Thread Vincenzo Frascino
On 2/11/21 3:33 PM, Vincenzo Frascino wrote: > The series is based on linux-next/akpm. > > To simplify the testing a tree with the new patches on top has been made > available at [1]. > > [1] https://git.gitlab.arm.com/linux-arm/linux-vf.git mte/v11.async.akpm akpm tree seems currently broken

[PATCH v13 0/7] arm64: ARMv8.5-A: MTE: Add async mode support

2021-02-11 Thread Vincenzo Frascino
This patchset implements the asynchronous mode support for ARMv8.5-A Memory Tagging Extension (MTE), which is a debugging feature that allows to detect with the help of the architecture the C and C++ programmatic memory errors like buffer overflow, use-after-free, use-after-return, etc. MTE is