The patch titled Subject: lib/test_kasan.c: fix a typo has been added to the -mm tree. Its filename is test_kasan-just-fix-a-typo.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/test_kasan-just-fix-a-typo.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/test_kasan-just-fix-a-typo.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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 test_kasan-just-fix-a-typo.patch -- 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