linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Danilo Krummrich" <dakr@kernel.org>
To: "Stephen Rothwell" <sfr@canb.auug.org.au>
Cc: "Alice Ryhl" <aliceryhl@google.com>,
	"Andrew Morton" <akpm@linux-foundation.org>,
	"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>,
	"Linux Next Mailing List" <linux-next@vger.kernel.org>,
	"Vitaly Wool" <vitaly.wool@konsulko.se>
Subject: Re: linux-next: manual merge of the drm-rust tree with the mm-unstable tree
Date: Fri, 05 Sep 2025 10:24:57 +0200	[thread overview]
Message-ID: <DCKQ198SF1ND.11RHS48BPS4DX@kernel.org> (raw)
In-Reply-To: <20250905124634.68da9a1e@canb.auug.org.au>

On Fri Sep 5, 2025 at 4:46 AM CEST, Stephen Rothwell wrote:
> diff --cc rust/kernel/alloc/kbox.rs
> index 1fef9beb57c8,b69ff4a1d748..000000000000
> --- a/rust/kernel/alloc/kbox.rs
> +++ b/rust/kernel/alloc/kbox.rs
> @@@ -3,8 -3,8 +3,8 @@@
>   //! Implementation of [`Box`].
>   
>   #[allow(unused_imports)] // Used in doc comments.
> - use super::allocator::{KVmalloc, Kmalloc, Vmalloc};
> + use super::allocator::{KVmalloc, Kmalloc, Vmalloc, VmallocPageIter};
>  -use super::{AllocError, Allocator, Flags};
>  +use super::{AllocError, Allocator, Flags, NumaNode};
>   use core::alloc::Layout;
>   use core::borrow::{Borrow, BorrowMut};
>   use core::fmt;

Looks good, thanks!

  reply	other threads:[~2025-09-05  8:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-05  2:46 linux-next: manual merge of the drm-rust tree with the mm-unstable tree Stephen Rothwell
2025-09-05  8:24 ` Danilo Krummrich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-05  2:51 Stephen Rothwell
2025-09-05  8:36 ` Danilo Krummrich

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=DCKQ198SF1ND.11RHS48BPS4DX@kernel.org \
    --to=dakr@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=aliceryhl@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --cc=vitaly.wool@konsulko.se \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).