The patch titled Subject: kasan-disable-branch-tracing-for-core-runtime-v2 has been added to the -mm tree. Its filename is kasan-disable-branch-tracing-for-core-runtime-v2.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/kasan-disable-branch-tracing-for-core-runtime-v2.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/kasan-disable-branch-tracing-for-core-runtime-v2.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/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Marco Elver <elver@xxxxxxxxxx> Subject: kasan-disable-branch-tracing-for-core-runtime-v2 remove duplicate DISABLE_BRANCH_PROFILING, per Qian Cai Link: https://lore.kernel.org/lkml/20200517011732.GE24705@shao2-debian/ Link: http://lkml.kernel.org/r/20200522075207.157349-1-elver@xxxxxxxxxx Reported-by: kernel test robot <rong.a.chen@xxxxxxxxx> Signed-off-by: Marco Elver <elver@xxxxxxxxxx> Cc: Andrey Konovalov <andreyknvl@xxxxxxxxxx> Cc: Dmitry Vyukov <dvyukov@xxxxxxxxxx> Cc: Alexander Potapenko <glider@xxxxxxxxxx> Cc: Andrey Ryabinin <aryabinin@xxxxxxxxxxxxx> Cc: Qian Cai <cai@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/kasan/tags.c | 1 - 1 file changed, 1 deletion(-) --- a/mm/kasan/tags.c~kasan-disable-branch-tracing-for-core-runtime-v2 +++ a/mm/kasan/tags.c @@ -12,7 +12,6 @@ */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt -#define DISABLE_BRANCH_PROFILING #include <linux/export.h> #include <linux/interrupt.h> _ Patches currently in -mm which might be from elver@xxxxxxxxxx are kasan-disable-branch-tracing-for-core-runtime.patch kasan-disable-branch-tracing-for-core-runtime-v2.patch