The patch titled Subject: lib/test_kasan.c: fix a typo has been removed from the -mm tree. Its filename was test_kasan-just-fix-a-typo.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Wang Long <long.wanglong@xxxxxxxxxx> Subject: lib/test_kasan.c: fix a typo Signed-off-by: Wang Long <long.wanglong@xxxxxxxxxx> Cc: Andrey Ryabinin <ryabinin.a.a@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/test_kasan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN lib/test_kasan.c~test_kasan-just-fix-a-typo lib/test_kasan.c --- a/lib/test_kasan.c~test_kasan-just-fix-a-typo +++ a/lib/test_kasan.c @@ -65,7 +65,7 @@ static noinline void __init kmalloc_node kfree(ptr); } -static noinline void __init kmalloc_large_oob_rigth(void) +static noinline void __init kmalloc_large_oob_right(void) { char *ptr; size_t size = KMALLOC_MAX_CACHE_SIZE + 10; @@ -259,7 +259,7 @@ static int __init kmalloc_tests_init(voi kmalloc_oob_right(); kmalloc_oob_left(); kmalloc_node_oob_right(); - kmalloc_large_oob_rigth(); + kmalloc_large_oob_right(); kmalloc_oob_krealloc_more(); kmalloc_oob_krealloc_less(); kmalloc_oob_16(); _ Patches currently in -mm which might be from long.wanglong@xxxxxxxxxx are -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html