From: Vlastimil Babka (SUSE) Date: Thu, 11 Jun 2026 10:26:50 +0000 (+0200) Subject: Merge branch 'slab/for-7.2/alloc_bulk' into slab/for-next X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3c45a0fee745066eaf16d6fa70439d548316f6c;p=thirdparty%2Flinux.git Merge branch 'slab/for-7.2/alloc_bulk' into slab/for-next Merge two separately sent but vaguely related patches from Christoph Hellwig. One changes the kmem_cache_alloc_bulk() API to return bool, because it was already actiong as all-or-nothing, and that aspect was not documented. Existing callers are updated. The second patch simplifies the mempool_alloc_bulk() API to stop skipping over non-NULL entries in the array, and removes a related parameter that said how many are non-NULL. A similar simplification of alloc_pages_bulk() is being discussed as well and should follow in near future. --- d3c45a0fee745066eaf16d6fa70439d548316f6c