* [folded-merged] rbtree-inline-rb_last-fix.patch removed from -mm tree
@ 2025-11-24 23:16 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-11-24 23:16 UTC (permalink / raw)
To: mm-commits, visitorckw, sfr, pabeni, ncardwell, kuba, edumazet,
aliceryhl, ojeda, akpm
The quilt patch titled
Subject: rbtree-inline-rb_last-fix
has been removed from the -mm tree. Its filename was
rbtree-inline-rb_last-fix.patch
This patch was dropped because it was folded into rbtree-inline-rb_last.patch
------------------------------------------------------
From: Miguel Ojeda <ojeda@kernel.org>
Subject: rbtree-inline-rb_last-fix
Date: Thu, 20 Nov 2025 09:55:18 +0100
fix rust build
Link: https://lkml.kernel.org/r/20251120085518.1463498-1-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Alice Ryhl <aliceryhl@google.com>
Reported-by: Stehen Rothwell <sfr@canb.auug.org.au>
Cc: Jakub Kacinski <kuba@kernel.org>
Cc: Kuan-Wei Chiu <visitorckw@gmail.com>
Cc: Neal Cardwell <ncardwell@google.com>
Cc: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
rust/helpers/rbtree.c | 5 +++++
1 file changed, 5 insertions(+)
--- a/rust/helpers/rbtree.c~rbtree-inline-rb_last-fix
+++ a/rust/helpers/rbtree.c
@@ -12,3 +12,8 @@ struct rb_node *rust_helper_rb_first(con
{
return rb_first(root);
}
+
+struct rb_node *rust_helper_rb_last(const struct rb_root *root)
+{
+ return rb_last(root);
+}
_
Patches currently in -mm which might be from ojeda@kernel.org are
rbtree-inline-rb_last.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-11-24 23:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-24 23:16 [folded-merged] rbtree-inline-rb_last-fix.patch removed from -mm tree Andrew Morton
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.