summaryrefslogtreecommitdiff
path: root/mm/mprotect.c
diff options
context:
space:
mode:
authorDanilo Krummrich <dakr@kernel.org>2024-07-23 18:59:22 +0200
committerDanilo Krummrich <dakr@kernel.org>2024-10-08 16:27:51 +0200
commit16d27d6fb8f66c14a96ce5c8e28701f395dfee51 (patch)
tree5880ac4be5fdbae31ce703914619767e7395b1a3 /mm/mprotect.c
parentfe61492f480c56d077cff1e27d3328f0582511bb (diff)
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>
Diffstat (limited to 'mm/mprotect.c')
0 files changed, 0 insertions, 0 deletions