The patch titled Subject: kasan-enable-instrumentation-of-global-variables-fix has been removed from the -mm tree. Its filename was kasan-enable-instrumentation-of-global-variables-fix.patch This patch was dropped because it was folded into kasan-enable-instrumentation-of-global-variables.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: kasan-enable-instrumentation-of-global-variables-fix Cc: Andrey Ryabinin <a.ryabinin@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/Makefile.kasan | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN scripts/Makefile.kasan~kasan-enable-instrumentation-of-global-variables-fix scripts/Makefile.kasan --- a/scripts/Makefile.kasan~kasan-enable-instrumentation-of-global-variables-fix +++ a/scripts/Makefile.kasan @@ -5,11 +5,11 @@ else call_threshold := 0 endif -CFLAGS_KASAN_MINIMAL := -fsanitize=kernel-address +CFLAGS_KASAN_MINIMAL := -fsanitize=kernel-address --param asan-globals=1 CFLAGS_KASAN := $(call cc-option, -fsanitize=kernel-address \ -fasan-shadow-offset=$(CONFIG_KASAN_SHADOW_OFFSET) \ - --param asan-stack=1 \ + --param asan-stack=1 --param asan-globals=1 \ --param asan-instrumentation-with-call-threshold=$(call_threshold)) ifeq ($(call cc-option, $(CFLAGS_KASAN_MINIMAL) -Werror),) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch mm-slab-convert-cache-name-allocations-to-kstrdup_const.patch module_device_table-fix-some-callsites.patch kasan-enable-instrumentation-of-global-variables.patch kasan-enable-instrumentation-of-global-variables-fix-2-fix.patch rtc-rk808-fix-the-rtc-time-reading-issue-fix.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