Re: [PATCH v4 2/2] kasan: add test for invalid size in memmove

From: Walter Wu
Date: Wed Jan 29 2020 - 22:45:04 EST


On Fri, 2019-11-22 at 06:21 +0800, Andrey Ryabinin wrote:
>
> On 11/12/19 9:53 AM, Walter Wu wrote:
> > Test negative size in memmove in order to verify whether it correctly
> > get KASAN report.
> >
> > Casting negative numbers to size_t would indeed turn up as a large
> > size_t, so it will have out-of-bounds bug and be detected by KASAN.
> >
> > Signed-off-by: Walter Wu <walter-zh.wu@xxxxxxxxxxxx>
> > Reviewed-by: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
>
> Reviewed-by: Andrey Ryabinin <aryabinin@xxxxxxxxxxxxx>

Hi Andrey, Dmitry, Andrew,

Would you tell me why this patch-sets don't merge into linux-next tree?
We lost something?

Thanks for your help.

Walter