[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <22591ebe-c496-42e5-b2f8-9ca4f8fcaed5@kernel.org>
Date: Tue, 23 Sep 2025 18:49:02 +0200
From: Danilo Krummrich <dakr@...nel.org>
To: Mark Brown <broonie@...nel.org>
Cc: Miguel Ojeda <ojeda@...nel.org>, Alexandre Courbot <acourbot@...dia.com>,
FUJITA Tomonori <fujita.tomonori@...il.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>
Subject: Re: linux-next: manual merge of the rust tree with the driver-core
tree
On 9/23/25 6:44 PM, Mark Brown wrote:
> diff --cc rust/kernel/lib.rs
> index fa083aa44cd6f,f910a5ab80ba5..0000000000000
> --- a/rust/kernel/lib.rs
> +++ b/rust/kernel/lib.rs
> @@@ -17,8 -17,8 +17,9 @@@
> // the unstable features in use.
> //
> // Stable since Rust 1.79.0.
> + #![feature(generic_nonzero)]
> #![feature(inline_const)]
> +#![feature(pointer_is_aligned)]
> //
> // Stable since Rust 1.81.0.
> #![feature(lint_reasons)]
This hunk doesn't seem to be related to the driver-core tree.
> @@@ -115,7 -112,7 +117,8 @@@ pub mod pid_namespace
> pub mod platform;
> pub mod prelude;
> pub mod print;
> +pub mod processor;
> + pub mod ptr;
> pub mod rbtree;
> pub mod regulator;
> pub mod revocable;
This one looks good, thanks!
Powered by blists - more mailing lists