Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust: uaccess: generalize userSliceReader to support any Vec
The UserSliceReader::read_all function is currently restricted to use only Vec with the kmalloc allocator. However, there is no reason for this limitation. This patch generalizes the function to accept any Vec regardless of the allocator used. There's a use-case for a KVVec in Binder to avoid maximum sizes for a certain array. Link: #1136 Signed-off-by: Filipe Xavier <[email protected]> Reviewed-by: Alice Ryhl <[email protected]> Reviewed-by: Boqun Feng <[email protected]> Link: https://lore.kernel.org/r/[email protected] [ Reflowed and slightly reworded title. - Miguel ] Signed-off-by: Miguel Ojeda <[email protected]>
- Loading branch information