]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdf1b614d55663cb045c6bf28ff5e1cb1e55d6c3d
treec7103881feb9c8aaf9d7996d918007cdaed8e737
parentc97ebc17c7db41465e7d497964a4dcfa79c5d17d
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]