diff options
| author | Lorenzo Stoakes <[email protected]> | 2025-07-08 18:37:47 +0000 |
|---|---|---|
| committer | Danilo Krummrich <[email protected]> | 2025-07-09 14:01:17 +0000 |
| commit | d49ac7744f578bcc8708a845cce24d3b91f86260 (patch) | |
| tree | 3726a6c8bd3025ecb998032baa46111bf35cb008 | |
| parent | rust: dma: require mutable reference for as_slice_mut() and write() (diff) | |
| download | kernel-d49ac7744f578bcc8708a845cce24d3b91f86260.tar.gz kernel-d49ac7744f578bcc8708a845cce24d3b91f86260.zip | |
MAINTAINERS: add mm folks as reviewers to rust alloc
The alloc implementation is a thin wrapper over slab/vmalloc, so to help
out on the mm side of things and to be cc'd on changes, add some mm people
as reviewers.
Signed-off-by: Lorenzo Stoakes <[email protected]>
Acked-by: Uladzislau Rezki (Sony) <[email protected]>
Acked-by: Vlastimil Babka <[email protected]>
Acked-by: Liam R. Howlett <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Danilo Krummrich <[email protected]>
| -rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a92290fffa16..f53839653660 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21708,6 +21708,10 @@ K: \b(?i:rust)\b RUST [ALLOC] M: Danilo Krummrich <[email protected]> +R: Lorenzo Stoakes <[email protected]> +R: Vlastimil Babka <[email protected]> +R: Liam R. Howlett <[email protected]> +R: Uladzislau Rezki <[email protected]> S: Maintained T: git https://github.com/Rust-for-Linux/linux.git alloc-next |
