diff options
author | Vlastimil Babka <[email protected]> | 2024-02-23 19:27:19 +0100 |
---|---|---|
committer | Vlastimil Babka <[email protected]> | 2024-02-26 10:10:07 +0100 |
commit | 96d8dbb6f65041b670a79e8ae76f67cc11dee203 (patch) | |
tree | 26b453545a10a6c8a9058c0a3ac19b05a46552aa /net/unix/af_unix.c | |
parent | cc61eb851c9ae38546d7df6076fd883d3dbc322d (diff) |
mm, slab, kasan: replace kasan_never_merge() with SLAB_NO_MERGE
The SLAB_KASAN flag prevents merging of caches in some configurations,
which is handled in a rather complicated way via kasan_never_merge().
Since we now have a generic SLAB_NO_MERGE flag, we can instead use it
for KASAN caches in addition to SLAB_KASAN in those configurations,
and simplify the SLAB_NEVER_MERGE handling.
Tested-by: Xiongwei Song <[email protected]>
Reviewed-by: Chengming Zhou <[email protected]>
Reviewed-by: Andrey Konovalov <[email protected]>
Tested-by: David Rientjes <[email protected]>
Signed-off-by: Vlastimil Babka <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions