kasan: rename source files to reflect the new naming scheme
authorAndrey Konovalov <[email protected]>
Fri, 28 Dec 2018 08:29:49 +0000 (00:29 -0800)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Reviewed-by: Andrey Ryabinin <[email protected]>
Reviewed-by: Dmitry Vyukov <[email protected]>
Cc: Christoph Lameter <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Will Deacon <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
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]