commit | eb214f2dda31ffa989033b1e0f848ba0d3cb6188 | [log] [tgz] |
---|---|---|
author | Andrey Konovalov <[email protected]> | Tue Jan 08 15:23:11 2019 -0800 |
committer | Linus Torvalds <[email protected]> | Tue Jan 08 17:15:11 2019 -0800 |
tree | a632bdd4955ee09bf0a6d185082a9b1e44be3c10 | |
parent | 63f3655f950186752236bb88a22f8252c11ce394 [diff] |
kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligning Instead of changing cache->align to be aligned to KASAN_SHADOW_SCALE_SIZE in kasan_cache_create() we can reuse the ARCH_SLAB_MINALIGN macro. Link: http://lkml.kernel.org/r/52ddd881916bcc153a9924c154daacde78522227.1546540962.git.andreyknvl@google.com Signed-off-by: Andrey Konovalov <[email protected]> Suggested-by: Vincenzo Frascino <[email protected]> Cc: Andrey Ryabinin <[email protected]> Cc: Christoph Lameter <[email protected]> Cc: Dmitry Vyukov <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Vincenzo Frascino <[email protected]> Cc: Will Deacon <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>