On Thu, Aug 1, 2024 at 2:07 AM Danilo Krummrich <dakr@xxxxxxxxxx> wrote: > > Implement `Allocator` for `KVmalloc`, an `Allocator` that tries to > allocate memory wth `kmalloc` first and, on failure, falls back to > `vmalloc`. > > All memory allocations made with `KVmalloc` end up in > `kvrealloc_noprof()`; all frees in `kvfree()`. > > Signed-off-by: Danilo Krummrich <dakr@xxxxxxxxxx> The nit from vrealloc also applies here, but: Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>