The quilt patch titled Subject: mm: remove unused alloc_pages_bulk_list() has been removed from the -mm tree. Its filename was mm-remove-unused-alloc_pages_bulk_list.patch This patch was dropped because it is obsolete ------------------------------------------------------ From: Lorenzo Stoakes <lstoakes@xxxxxxxxx> Subject: mm: remove unused alloc_pages_bulk_list() Date: Sat, 17 Dec 2022 00:15:54 +0000 This function is not referenced anywhere else in the kernel, remove it. Link: https://lkml.kernel.org/r/20221217001554.554913-1-lstoakes@xxxxxxxxx Signed-off-by: Lorenzo Stoakes <lstoakes@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/gfp.h | 7 ------- 1 file changed, 7 deletions(-) --- a/include/linux/gfp.h~mm-remove-unused-alloc_pages_bulk_list +++ a/include/linux/gfp.h @@ -188,13 +188,6 @@ unsigned long alloc_pages_bulk_array_mem unsigned long nr_pages, struct page **page_array); -/* Bulk allocate order-0 pages */ -static inline unsigned long -alloc_pages_bulk_list(gfp_t gfp, unsigned long nr_pages, struct list_head *list) -{ - return __alloc_pages_bulk(gfp, numa_mem_id(), NULL, nr_pages, list, NULL); -} - static inline unsigned long alloc_pages_bulk_array(gfp_t gfp, unsigned long nr_pages, struct page **page_array) { _ Patches currently in -mm which might be from lstoakes@xxxxxxxxx are selftest-vm-add-mremap-expand-merge-offset-test.patch mm-vmalloc-correct-use-of-__gfp_nowarn-mask-in-__vmalloc_area_node.patch