[PATCH v5 2/2] mm: make minimum slab alignment a runtime property

Vlastimil Babka vbabka at suse.cz
Fri Apr 29 02:56:31 PDT 2022


On 4/27/22 21:58, Peter Collingbourne wrote:
> When CONFIG_KASAN_HW_TAGS is enabled we currently increase the minimum
> slab alignment to 16. This happens even if MTE is not supported in
> hardware or disabled via kasan=off, which creates an unnecessary
> memory overhead in those cases. Eliminate this overhead by making
> the minimum slab alignment a runtime property and only aligning to
> 16 if KASAN is enabled at runtime.
> 
> On a DragonBoard 845c (non-MTE hardware) with a kernel built with
> CONFIG_KASAN_HW_TAGS, waiting for quiescence after a full Android
> boot I see the following Slab measurements in /proc/meminfo (median
> of 3 reboots):
> 
> Before: 169020 kB
> After:  167304 kB
> 
> Link: https://linux-review.googlesource.com/id/I752e725179b43b144153f4b6f584ceb646473ead
> Signed-off-by: Peter Collingbourne <pcc at google.com>
> Reviewed-by: Andrey Konovalov <andreyknvl at gmail.com>
> Reviewed-by: Hyeonggon Yoo <42.hyeyoo at gmail.com>
> Tested-by: Hyeonggon Yoo <42.hyeyoo at gmail.com>
> Acked-by: David Rientjes <rientjes at google.com>
> Reviewed-by: Catalin Marinas <catalin.marinas at arm.com>

Acked-by: Vlastimil Babka <vbabka at suse.cz>
Andrew's fixup LGTM too.



More information about the linux-arm-kernel mailing list