From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org,richard.weiyang@gmail.com,sfr@canb.auug.org.au,akpm@linux-foundation.org
Subject: [folded-merged] lib-interval_tree-add-test-case-for-interval_tree_iter_xxx-helpers-fix.patch removed from -mm tree
Date: Sun, 16 Mar 2025 22:27:43 -0700 [thread overview]
Message-ID: <20250317052743.9FFEEC4CEEC@smtp.kernel.org> (raw)
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@canb.auug.org.au>
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@canb.auug.org.au
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Wei Yang <richard.weiyang@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
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@canb.auug.org.au are
lib-interval_tree-add-test-case-for-interval_tree_iter_xxx-helpers.patch
reply other threads:[~2025-03-17 5:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250317052743.9FFEEC4CEEC@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=mm-commits@vger.kernel.org \
--cc=richard.weiyang@gmail.com \
--cc=sfr@canb.auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.