]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: rust_is_available: remove warning for `bindgen` 0.66.[01]
authorMiguel Ojeda <ojeda@kernel.org>
Sun, 5 Apr 2026 23:52:54 +0000 (01:52 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Tue, 7 Apr 2026 08:00:24 +0000 (10:00 +0200)
commit41cfbb4295cf9fcdffa6c89ddc84dca2fa392c98
tree5072e03d7b588e308c4924b5d583b10e7f7fe964
parentc3a00a3f31fffc7adcd81b66de3fb2c2f0b11558
rust: rust_is_available: remove warning for `bindgen` 0.66.[01]

It is not possible anymore to fall into the issue that this warning was
alerting about given the `bindgen` version bump.

Thus simplify by removing the machinery behind it, including tests.

Reviewed-by: Tamir Duberstein <tamird@kernel.org>
Link: https://patch.msgid.link/20260405235309.418950-19-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
scripts/rust_is_available.sh
scripts/rust_is_available_bindgen_0_66.h [deleted file]
scripts/rust_is_available_test.py