Re: [PATCH 0/8] x86/entry: KCSAN/KASAN/UBSAN vs noinstr

From: Marco Elver
Date: Mon Jun 15 2020 - 06:07:50 EST


On Thu, 4 Jun 2020 at 13:01, Marco Elver <elver@xxxxxxxxxx> wrote:
>
> On Thu, 4 Jun 2020 at 12:25, Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:
> >
> > Hai,
> >
> > Here's the remaining few patches to make KCSAN/KASAN and UBSAN work with noinstr.
>
> Thanks for assembling the series!
>
> For where it's missing (1,2,3 and last one):
>
> Acked-by: Marco Elver <elver@xxxxxxxxxx>

Where was this series supposed to go? I can't find it on any tree yet.

How urgent is this? Boot-test seems fine without this, but likely
doesn't hit the corner cases. Syzbot will likely find them, and if we
noticeably end up breaking various sanitizers without this, I'd
consider this urgent.

Thanks,
-- Marco