Message ID | 20241211-vma-v11-0-466640428fc3@google.com (mailing list archive) |
---|---|
Headers | show |
Series | Rust support for mm_struct, vm_area_struct, and mmap | expand |
On Wed, Dec 11, 2024 at 11:37 AM Alice Ryhl <aliceryhl@google.com> wrote: > > This updates the vm_area_struct support to use the approach we discussed > at LPC where there are several different Rust wrappers for > vm_area_struct depending on the kind of access you have to the vma. Each > case allows a different set of operations on the vma. > > Patch 8 in particular could use review. > > To: Miguel Ojeda <ojeda@kernel.org> > To: Matthew Wilcox <willy@infradead.org> > To: Lorenzo Stoakes <lorenzo.stoakes@oracle.com> > To: Vlastimil Babka <vbabka@suse.cz> > To: John Hubbard <jhubbard@nvidia.com> > To: Liam R. Howlett <Liam.Howlett@oracle.com> > To: Andrew Morton <akpm@linux-foundation.org> > To: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > To: Arnd Bergmann <arnd@arndb.de> > To: Christian Brauner <brauner@kernel.org> > To: Jann Horn <jannh@google.com> > To: Suren Baghdasaryan <surenb@google.com> > Cc: Alex Gaynor <alex.gaynor@gmail.com> > Cc: Boqun Feng <boqun.feng@gmail.com> > Cc: Gary Guo <gary@garyguo.net> > Cc: Björn Roy Baron <bjorn3_gh@protonmail.com> > Cc: Benno Lossin <benno.lossin@proton.me> > Cc: Andreas Hindborg <a.hindborg@kernel.org> > Cc: Trevor Gross <tmgross@umich.edu> > Cc: linux-kernel@vger.kernel.org > Cc: linux-mm@kvack.org > Cc: rust-for-linux@vger.kernel.org > Cc: Alice Ryhl <aliceryhl@google.com> When I sent this series, b4 put the changelog stub for v12 above the cover letter for some reason. Also, I'm not sure why the list of recipients were included in the cover letter. Any ideas what I'm doing wrong? This is what I sent: https://github.com/Darksonn/linux/tree/b4/vma-v11 Alice