]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
scripts: generate_rust_analyzer: Add pin_init -> compiler_builtins dep
authorTamir Duberstein <tamird@kernel.org>
Wed, 23 Jul 2025 15:39:41 +0000 (11:39 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Feb 2026 15:57:41 +0000 (16:57 +0100)
commit5bfa32ff75b5025bb2e93150548d6117fe79936d
tree9b347f5a1be777d106f4859f789bb973b66b5953
parente82f822ed14723d536b23d446568d8098c3e1609
scripts: generate_rust_analyzer: Add pin_init -> compiler_builtins dep

commit 98dcca855343512a99432224447f07c5988753ad upstream.

Add a dependency edge from `pin_init` to `compiler_builtins` to
`scripts/generate_rust_analyzer.py` to match `rust/Makefile`. This has
been incorrect since commit d7659acca7a3 ("rust: add pin-init crate
build infrastructure").

Signed-off-by: Tamir Duberstein <tamird@kernel.org>
Reviewed-by: Jesung Yang <y.j3ms.n@gmail.com>
Acked-by: Benno Lossin <lossin@kernel.org>
Fixes: d7659acca7a3 ("rust: add pin-init crate build infrastructure")
Cc: stable@vger.kernel.org
Link: https://patch.msgid.link/20250723-rust-analyzer-pin-init-v1-2-3c6956173c78@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/generate_rust_analyzer.py