diff options
author | Vlastimil Babka <vbabka@suse.cz> | 2023-06-16 11:05:59 +0200 |
---|---|---|
committer | Vlastimil Babka <vbabka@suse.cz> | 2023-06-16 11:05:59 +0200 |
commit | 7bc162d5cc4de5c33c5570dba2719a01506a9fd0 (patch) | |
tree | a4c5d8ad3a96ae3850bfec8aaf4f65af4d3b0ba0 /mm/slab_common.c | |
parent | mm/slab: break up RCU readers on SLAB_TYPESAFE_BY_RCU example code (diff) | |
parent | mm/slab_common: Replace invocation of weak PRNG (diff) | |
parent | mm/slab_common: use SLAB_NO_MERGE instead of negative refcount (diff) | |
parent | mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED (diff) | |
download | linux-7bc162d5cc4de5c33c5570dba2719a01506a9fd0.tar.xz linux-7bc162d5cc4de5c33c5570dba2719a01506a9fd0.zip |
Merge branches 'slab/for-6.5/prandom', 'slab/for-6.5/slab_no_merge' and 'slab/for-6.5/slab-deprecate' into slab/for-next
Merge the feature branches scheduled for 6.5:
- replace the usage of weak PRNGs, by David Keisar Schmidt
- introduce the SLAB_NO_MERGE kmem_cache flag, by Jesper Dangaard Brouer
- deprecate CONFIG_SLAB, with a planned removal, by myself