The patch titled Subject: mm: kasan: remove unused 'reserved' field from struct kasan_alloc_meta has been added to the -mm tree. Its filename is mm-kasan-remove-unused-reserved-field-from-struct-kasan_alloc_meta.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-kasan-remove-unused-reserved-field-from-struct-kasan_alloc_meta.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-kasan-remove-unused-reserved-field-from-struct-kasan_alloc_meta.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: Andrey Ryabinin <aryabinin@xxxxxxxxxxxxx> Subject: mm: kasan: remove unused 'reserved' field from struct kasan_alloc_meta Commit cd11016e5f52 ("mm, kasan: stackdepot implementation. Enable stackdepot for SLAB") added 'reserved' field, but never used it. Link: http://lkml.kernel.org/r/1464021054-2307-1-git-send-email-aryabinin@xxxxxxxxxxxxx Signed-off-by: Andrey Ryabinin <aryabinin@xxxxxxxxxxxxx> Cc: Alexander Potapenko <glider@xxxxxxxxxx> Cc: Dmitry Vyukov <dvyukov@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/kasan/kasan.h | 1 - 1 file changed, 1 deletion(-) diff -puN mm/kasan/kasan.h~mm-kasan-remove-unused-reserved-field-from-struct-kasan_alloc_meta mm/kasan/kasan.h --- a/mm/kasan/kasan.h~mm-kasan-remove-unused-reserved-field-from-struct-kasan_alloc_meta +++ a/mm/kasan/kasan.h @@ -77,7 +77,6 @@ struct kasan_alloc_meta { struct kasan_track track; u32 state : 2; /* enum kasan_state */ u32 alloc_size : 30; - u32 reserved; }; struct qlist_node { _ Patches currently in -mm which might be from aryabinin@xxxxxxxxxxxxx are mm-kasan-remove-unused-reserved-field-from-struct-kasan_alloc_meta.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