aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/m68k/configs/q40_defconfig
diff options
context:
space:
mode:
authorVlastimil Babka <vbabka@suse.cz>2023-06-16 11:05:59 +0200
committerVlastimil Babka <vbabka@suse.cz>2023-06-16 11:05:59 +0200
commit7bc162d5cc4de5c33c5570dba2719a01506a9fd0 (patch)
treea4c5d8ad3a96ae3850bfec8aaf4f65af4d3b0ba0 /arch/m68k/configs/q40_defconfig
parentmm/slab: break up RCU readers on SLAB_TYPESAFE_BY_RCU example code (diff)
parentmm/slab_common: Replace invocation of weak PRNG (diff)
parentmm/slab_common: use SLAB_NO_MERGE instead of negative refcount (diff)
parentmm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED (diff)
downloadwireguard-linux-7bc162d5cc4de5c33c5570dba2719a01506a9fd0.tar.xz
wireguard-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