kasan: move tests to mm/kasan/
authorAndrey Konovalov <andreyknvl@google.com>
Mon, 5 Sep 2022 22:18:36 +0000 (00:18 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 3 Oct 2022 21:03:02 +0000 (14:03 -0700)
commitf7e01ab828fd4bf6d25b1f143a3994241e8572bf
treec7103881feb9c8aaf9d7996d918007cdaed8e737
parent34b592ce5cc2dbd7d94812bff12ec32d3ec6f65c
kasan: move tests to mm/kasan/

Move KASAN tests to mm/kasan/ to keep the test code alongside the
implementation.

Link: https://lkml.kernel.org/r/676398f0aeecd47d2f8e3369ea0e95563f641a36.1662416260.git.andreyknvl@google.com
Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
Reviewed-by: Marco Elver <elver@google.com>
Cc: Alexander Potapenko <glider@google.com>
Cc: Andrey Konovalov <andreyknvl@gmail.com>
Cc: Andrey Ryabinin <ryabinin.a.a@gmail.com>
Cc: Dmitry Vyukov <dvyukov@google.com>
Cc: Marco Elver <elver@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
MAINTAINERS
lib/Makefile
lib/test_kasan.c [deleted file]
lib/test_kasan_module.c [deleted file]
mm/kasan/Makefile
mm/kasan/kasan_test.c [new file with mode: 0644]
mm/kasan/kasan_test_module.c [new file with mode: 0644]