kasan: consistently disable debugging features
authorAndrey Konovalov <andreyknvl@google.com>
Thu, 14 May 2020 00:50:51 +0000 (17:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 14 May 2020 17:00:35 +0000 (10:00 -0700)
commit8a16c09edc58982d56c49ab577fdcdf830fbc3a5
tree1f9cf108f78dcea8d99083597a810744a489d00e
parent5e698222c70257d13ae0816720dde57c56f81e15
kasan: consistently disable debugging features

KASAN is incompatible with some kernel debugging/tracing features.

There's been multiple patches that disable those feature for some of
KASAN files one by one.  Instead of prolonging that, disable these
features for all KASAN files at once.

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Andrey Ryabinin <aryabinin@virtuozzo.com>
Cc: Alexander Potapenko <glider@google.com>
Cc: Dmitry Vyukov <dvyukov@google.com>
Cc: Leon Romanovsky <leonro@mellanox.com>
Link: http://lkml.kernel.org/r/29bd753d5ff5596425905b0b07f51153e2345cc1.1589297433.git.andreyknvl@google.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/kasan/Makefile