]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
rust: alloc: rename `KernelAllocator` to `Kmalloc`
authorDanilo Krummrich <dakr@kernel.org>
Fri, 7 Mar 2025 22:49:29 +0000 (23:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Mar 2025 12:01:43 +0000 (13:01 +0100)
commitb3b7ea4b0d418b33ad77c569c83e6bf5796f2dfa
treeec01d63190a48fc4125050ab52882680b595f95a
parente40d06619c207c67d992d6b4a736b5a344286ed3
rust: alloc: rename `KernelAllocator` to `Kmalloc`

commit 941e65531446c1eb5d573c5d30172117ebe96112 upstream.

Subsequent patches implement `Vmalloc` and `KVmalloc` allocators, hence
align `KernelAllocator` to this naming scheme.

Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
Reviewed-by: Gary Guo <gary@garyguo.net>
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Link: https://lore.kernel.org/r/20241004154149.93856-4-dakr@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
rust/kernel/alloc/allocator.rs