Re: [PATCH 02/11] kasan: docs: update overview section

2021-03-12 Thread Andrey Konovalov
On Fri, Mar 12, 2021 at 11:18 AM Marco Elver wrote: > > > -Currently generic KASAN is supported for the x86_64, arm, arm64, xtensa, > > s390 > > +The hardware KASAN mode (#3) relies on hardware to perform the checks but > > +still requires a compiler version that supports memory tagging > > inst

Re: [PATCH 02/11] kasan: docs: update overview section

2021-03-12 Thread Marco Elver
On Thu, 11 Mar 2021 at 22:37, Andrey Konovalov wrote: > > Update the "Overview" section in KASAN documentation: > > - Outline main use cases for each mode. > - Mention that HW_TAGS mode need compiler support too. > - Move the part about SLUB/SLAB support from "Usage" to "Overview". > - Punctuation