]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: rust_is_available: remove warning for `bindgen` < 0.69.5 && libclang >= 19.1
authorMiguel Ojeda <ojeda@kernel.org>
Sun, 5 Apr 2026 23:52:55 +0000 (01:52 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Tue, 7 Apr 2026 08:00:24 +0000 (10:00 +0200)
commitae64324ad5c1fdefe479d77ecee975bc6b37467b
tree63ffb042cfb9adef94cd6743d35b61d014eeaea0
parent41cfbb4295cf9fcdffa6c89ddc84dca2fa392c98
rust: rust_is_available: remove warning for `bindgen` < 0.69.5 && libclang >= 19.1

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-20-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
scripts/rust_is_available.sh
scripts/rust_is_available_bindgen_libclang_concat.h [deleted file]
scripts/rust_is_available_test.py