Re: [PATCH v8 10/11] arm64/kasan: explicitly zero kasan shadow memory

From: Pavel Tatashin
Date: Thu Sep 14 2017 - 21:32:51 EST


Hi Mark,

Thank you for looking at this. We can't do this because page table is not set until cpu_replace_ttbr1() is called. So, we can't do memset() on this memory until then.

Pasha