summaryrefslogtreecommitdiffstats
path: root/rust/kernel/alloc
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-10-27 07:48:19 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-10-27 07:48:19 +0100
commitc428900703aaa528bf141358551287f87e5b2b93 (patch)
tree76d2c4ca3160c1d66e1ac63c683440369169835a /rust/kernel/alloc
parentd48fb15e6ad142e0577428a8c5028136e10c7b3d (diff)
parentdcb6fa37fd7bc9c3d2b066329b0d27dedf8becaa (diff)
downloadlinux-c428900703aaa528bf141358551287f87e5b2b93.tar.gz
linux-c428900703aaa528bf141358551287f87e5b2b93.zip
Merge 6.18-rc3 into char-misc-next
We need the fixes in here, and it resolves a merge conflict in: drivers/misc/amd-sbi/Kconfig Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'rust/kernel/alloc')
-rw-r--r--rust/kernel/alloc/kvec.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/kernel/alloc/kvec.rs b/rust/kernel/alloc/kvec.rs
index e94aebd084c8..ac8d6f763ae8 100644
--- a/rust/kernel/alloc/kvec.rs
+++ b/rust/kernel/alloc/kvec.rs
@@ -9,7 +9,7 @@ use super::{
};
use crate::{
fmt,
- page::AsPageIter,
+ page::AsPageIter, //
};
use core::{
borrow::{Borrow, BorrowMut},