The patch titled Subject: kasan: remove duplicate definition of the macro KASAN_FREE_PAGE has been added to the -mm tree. Its filename is kasan-remove-duplicate-definition-of-the-macro-kasan_free_page.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/kasan-remove-duplicate-definition-of-the-macro-kasan_free_page.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/kasan-remove-duplicate-definition-of-the-macro-kasan_free_page.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: kasan: remove duplicate definition of the macro KASAN_FREE_PAGE Remove duplicate definition of the macro KASAN_FREE_PAGE in mm/kasan/kasan.h Signed-off-by: Wang Long <long.wanglong@xxxxxxxxxx> Acked-by: Andrey Ryabinin <a.ryabinin@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/kasan/kasan.h | 1 - 1 file changed, 1 deletion(-) diff -puN mm/kasan/kasan.h~kasan-remove-duplicate-definition-of-the-macro-kasan_free_page mm/kasan/kasan.h --- a/mm/kasan/kasan.h~kasan-remove-duplicate-definition-of-the-macro-kasan_free_page +++ a/mm/kasan/kasan.h @@ -7,7 +7,6 @@ #define KASAN_SHADOW_MASK (KASAN_SHADOW_SCALE_SIZE - 1) #define KASAN_FREE_PAGE 0xFF /* page was freed */ -#define KASAN_FREE_PAGE 0xFF /* page was freed */ #define KASAN_PAGE_REDZONE 0xFE /* redzone for kmalloc_large allocations */ #define KASAN_KMALLOC_REDZONE 0xFC /* redzone inside slub object */ #define KASAN_KMALLOC_FREE 0xFB /* object was freed (kmem_cache_free/kfree) */ _ Patches currently in -mm which might be from long.wanglong@xxxxxxxxxx are origin.patch kasan-remove-duplicate-definition-of-the-macro-kasan_free_page.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