diff options
author | Danilo Krummrich <dakr@kernel.org> | 2024-10-04 18:41:32 +0300 |
---|---|---|
committer | Miguel Ojeda <ojeda@kernel.org> | 2024-10-16 00:10:32 +0300 |
commit | 392e34b6bc22077ef63abf62387ea3e9f39418c1 (patch) | |
tree | 9abf0e5a381a7f2bd776f4960478485f138528ed /rust/helpers | |
parent | 8ae740c3917ff92108df17236b3cf1b9a74bd359 (diff) | |
download | linux-392e34b6bc22077ef63abf62387ea3e9f39418c1.tar.xz |
kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
Now that we have our own `Allocator`, `Box` and `Vec` types we can remove
Rust's `alloc` crate and the `new_uninit` unstable feature.
Also remove `Kmalloc`'s `GlobalAlloc` implementation -- we can't remove
this in a separate patch, since the `alloc` crate requires a
`#[global_allocator]` to set, that implements `GlobalAlloc`.
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Link: https://lore.kernel.org/r/20241004154149.93856-29-dakr@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'rust/helpers')
0 files changed, 0 insertions, 0 deletions