Re: [PATCH v13 4/4] rust: support large alignments in allocations
Alice Ryhl <[email protected]>
| Newsgroups | org.kernel.vger.linux-bcachefs,org.kernel.vger.bpf,org.kernel.vger.linux-kernel,org.kernel.vger.rust-for-linux,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jul 15, 2025 at 03:58:45PM +0200, Vitaly Wool wrote: > Add support for large (> PAGE_SIZE) alignments in Rust allocators. > All the preparations on the C side are already done, we just need > to add bindings for <alloc>_node_align() functions and start > using those. > > Signed-off-by: Vitaly Wool <[email protected]> > Acked-by: Danilo Krummrich <[email protected]> Acked-by: Alice Ryhl <[email protected]>