kasan: rename source files to reflect the new naming scheme
authorAndrey Konovalov <andreyknvl@google.com>
Fri, 28 Dec 2018 08:29:49 +0000 (00:29 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 Dec 2018 20:11:43 +0000 (12:11 -0800)
commitb938fcf42739de8270e6ea41593722929c8a7dd0
tree6cb59c5f9447dfb728f32c2b9e5fec9538dcab0d
parentbffa986c6f80e39d9903015fc7d0d99a66bbf559
kasan: rename source files to reflect the new naming scheme

We now have two KASAN modes: generic KASAN and tag-based KASAN.  Rename
kasan.c to generic.c to reflect that.  Also rename kasan_init.c to init.c
as it contains initialization code for both KASAN modes.

Link: http://lkml.kernel.org/r/88c6fd2a883e459e6242030497230e5fb0d44d44.1544099024.git.andreyknvl@google.com
Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
Reviewed-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
Cc: Christoph Lameter <cl@linux.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/kasan/Makefile
mm/kasan/generic.c [new file with mode: 0644]
mm/kasan/init.c [new file with mode: 0644]
mm/kasan/kasan.c [deleted file]
mm/kasan/kasan_init.c [deleted file]