Re: [PATCH 09/11] kasan: docs: update shadow memory section

2021-03-12 Thread Andrey Konovalov
On Fri, Mar 12, 2021 at 11:52 AM Marco Elver wrote: > > On Thu, Mar 11, 2021 at 10:37PM +0100, Andrey Konovalov wrote: > [...] > > -The kernel maps memory in a number of different parts of the address > > -space. This poses something of a problem for KASAN, which requires > > -that all addresses a

Re: [PATCH 09/11] kasan: docs: update shadow memory section

2021-03-12 Thread Marco Elver
On Thu, Mar 11, 2021 at 10:37PM +0100, Andrey Konovalov wrote: [...] > -The kernel maps memory in a number of different parts of the address > -space. This poses something of a problem for KASAN, which requires > -that all addresses accessed by instrumented code have a valid shadow > -region. > - >