]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: kbuild: remove `feature(...)`s that are now stable
authorMiguel Ojeda <ojeda@kernel.org>
Sun, 5 Apr 2026 23:52:48 +0000 (01:52 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Tue, 7 Apr 2026 08:00:24 +0000 (10:00 +0200)
commitd1aa40daa777c74439eebf8aed17392e23685768
tree115cc66b7b3f631bd84594de5c5b1f5b1d1e87e9
parent0f6e1e0705f054ae68ecfa3f7ee47b9c35677e40
rust: kbuild: remove `feature(...)`s that are now stable

Now that the Rust minimum version is 1.85.0, there is no need to enable
certain features that are stable.

Thus clean them up.

Reviewed-by: Tamir Duberstein <tamird@kernel.org>
Reviewed-by: Gary Guo <gary@garyguo.net>
Link: https://patch.msgid.link/20260405235309.418950-13-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/Makefile
rust/kernel/lib.rs
scripts/Makefile.build