The quilt patch titled Subject: hack for "lib/interval_tree: add test case for interval_tree_iter_xxx() helpers" has been removed from the -mm tree. Its filename was lib-interval_tree-add-test-case-for-interval_tree_iter_xxx-helpers-fix.patch This patch was dropped because it was folded into lib-interval_tree-add-test-case-for-interval_tree_iter_xxx-helpers.patch ------------------------------------------------------ From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Subject: hack for "lib/interval_tree: add test case for interval_tree_iter_xxx() helpers" Date: Wed, 12 Mar 2025 11:03:37 +1100 some of tools/ uses -Wno-unused-parameter Link: https://lkml.kernel.org/r/20250312113612.31ac808e@xxxxxxxxxxxxxxxx Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Wei Yang <richard.weiyang@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/include/linux/bitmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tools/include/linux/bitmap.h~lib-interval_tree-add-test-case-for-interval_tree_iter_xxx-helpers-fix +++ a/tools/include/linux/bitmap.h @@ -80,7 +80,7 @@ static inline void bitmap_or(unsigned lo __bitmap_or(dst, src1, src2, nbits); } -static inline unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags) +static inline unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags __maybe_unused) { return malloc(bitmap_size(nbits)); } _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are lib-interval_tree-add-test-case-for-interval_tree_iter_xxx-helpers.patch