Re: [PATCH v2 1/3] mm: kmsan: implement kmsan_memmove()

From: Alexander Potapenko
Date: Wed Mar 20 2024 - 16:03:24 EST


On Wed, Mar 20, 2024 at 5:05 PM Linus Torvalds
<torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> On Wed, 20 Mar 2024 at 03:18, Alexander Potapenko <glider@xxxxxxxxxx> wrote:
> >
> > Provide a hook that can be used by custom memcpy implementations to tell
> > KMSAN that the metadata needs to be copied. Without that, false positive
> > reports are possible in the cases where KMSAN fails to intercept memory
> > initialization.
>
> Thanks, the series looks fine to me now with the updated 3/3.
>
> I assume it will go through Andrew's -mm tree?
>
> Linus

Yes, I think this makes the most sense.