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

From: Linus Torvalds
Date: Wed Mar 20 2024 - 12:05:26 EST


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