]> Git Repo - linux.git/commit
kasan: clean up KASAN_SHADOW_SCALE_SHIFT usage
authorAndrey Konovalov <[email protected]>
Tue, 6 Feb 2018 23:36:44 +0000 (15:36 -0800)
committerLinus Torvalds <[email protected]>
Wed, 7 Feb 2018 02:32:43 +0000 (18:32 -0800)
commit917538e212a2c080af95ccb4376c5387fac08176
tree2e496fb322552a03ab64c9d2e78facec7db3c0c9
parent5f21f3a8f4dcba77792d60bcc711131470a689bb
kasan: clean up KASAN_SHADOW_SCALE_SHIFT usage

Right now the fact that KASAN uses a single shadow byte for 8 bytes of
memory is scattered all over the code.

This change defines KASAN_SHADOW_SCALE_SHIFT early in asm include files
and makes use of this constant where necessary.

[[email protected]: coding-style fixes]
Link: http://lkml.kernel.org/r/34937ca3b90736eaad91b568edf5684091f662e3.1515775666.git.andreyknvl@google.com
Signed-off-by: Andrey Konovalov <[email protected]>
Acked-by: Andrey Ryabinin <[email protected]>
Cc: Dmitry Vyukov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/arm64/include/asm/kasan.h
arch/arm64/include/asm/memory.h
arch/arm64/mm/kasan_init.c
arch/x86/include/asm/kasan.h
include/linux/kasan.h
This page took 0.05416 seconds and 4 git commands to generate.