kbuild: use the upstream `alloc` crate
authorWedson Almeida Filho <walmeida@microsoft.com>
Thu, 28 Mar 2024 01:35:56 +0000 (22:35 -0300)
committerMiguel Ojeda <ojeda@kernel.org>
Tue, 16 Apr 2024 20:03:14 +0000 (22:03 +0200)
commit11795ae4cc430192fb9aee2c1142e313cbce3ec5
treeab3acecefc90ec67679ac44da8158133b412ed93
parent03989773a94490383b062912feb0c4d175f20845
kbuild: use the upstream `alloc` crate

Switch away from our fork of the `alloc` crate. We remove it altogether
in the next commit.

Signed-off-by: Wedson Almeida Filho <walmeida@microsoft.com>
Link: https://lore.kernel.org/r/20240328013603.206764-4-wedsonaf@gmail.com
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/Makefile
rust/kernel/str.rs
scripts/generate_rust_analyzer.py