]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
authorMiguel Ojeda <ojeda@kernel.org>
Sun, 5 Apr 2026 23:52:57 +0000 (01:52 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Tue, 7 Apr 2026 08:00:24 +0000 (10:00 +0200)
commit93553d9922b07555344095b5d9202a3f5b84541c
treeb6fb9841b40c235fdbc0ec21caeb78eb6f12a0a7
parent276ed30c558ef890ebcf8b28d9979ac16be30d4c
rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1

Until the version bump of `bindgen`, we needed to pass a dummy parameter
to avoid failing the `--version` call.

Thus remove it.

Reviewed-by: Tamir Duberstein <tamird@kernel.org>
Reviewed-by: Gary Guo <gary@garyguo.net>
Link: https://patch.msgid.link/20260405235309.418950-22-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
init/Kconfig
scripts/rust_is_available.sh