Re: [PATCH v3 09/14] x86: Minimal SLAB alignment
From: Dave Hansen
Date: Fri Apr 04 2025 - 13:00:05 EST
On 4/4/25 06:14, Maciej Wieczor-Retman wrote:
> Adjust x86 minimal SLAB alignment to match KASAN granularity size. In
> tag-based mode the size changes to 16 bytes so the value needs to be 16.
I feel like we need a _bit_ of a discussion of the impact here. We are,
after all, trying to get this feature into shape so that it can be used
more widely outside of just debugging environments.
What's the impact of this in a production environment?