On 12/04/2017 10:17 PM, Paul Lawrence wrote: > From: Alexander Potapenko <[email protected]> > > As a code-size optimization, LLVM builds since r279383 may > bulk-manipulate the shadow region when (un)poisoning large memory > blocks. This requires new callbacks that simply do an uninstrumented > memset(). > > This fixes linking the Clang-built kernel when using KASAN. > > Signed-off-by: Alexander Potapenko <[email protected]> > [[email protected]: fix memset() parameters, and tweak > commit message to describe new callbacks] > Signed-off-by: Greg Hackmann <[email protected]> > Signed-off-by: Paul Lawrence <[email protected]> > ---
Acked-by: Andrey Ryabinin <[email protected]>

