[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240902-ofenfrisch-deretwegen-52d00d98ba90@brauner>
Date: Mon, 2 Sep 2024 10:33:11 +0200
From: Christian Brauner <brauner@...nel.org>
To: Alice Ryhl <aliceryhl@...gle.com>
Cc: Christian Brauner <brauner@...nel.org>,
Dan Williams <dan.j.williams@...el.com>,
Matthew Wilcox <willy@...radead.org>,
Thomas Gleixner <tglx@...utronix.de>,
Daniel Xu <dxu@...uu.xyz>,
Martin Rodriguez Reboredo <yakoyoku@...il.com>,
Trevor Gross <tmgross@...ch.edu>,
linux-kernel@...r.kernel.org,
rust-for-linux@...r.kernel.org,
linux-fsdevel@...r.kernel.org,
Kees Cook <kees@...nel.org>,
Miguel Ojeda <ojeda@...nel.org>,
Alex Gaynor <alex.gaynor@...il.com>,
Wedson Almeida Filho <wedsonaf@...il.com>,
Boqun Feng <boqun.feng@...il.com>,
Gary Guo <gary@...yguo.net>,
Bjoern Roy Baron <bjorn3_gh@...tonmail.com>,
Benno Lossin <benno.lossin@...ton.me>,
Andreas Hindborg <a.hindborg@...sung.com>,
Peter Zijlstra <peterz@...radead.org>,
Alexander Viro <viro@...iv.linux.org.uk>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Arve Hjonnevag <arve@...roid.com>,
Todd Kjos <tkjos@...roid.com>,
Martijn Coenen <maco@...roid.com>,
Joel Fernandes <joel@...lfernandes.org>,
Carlos Llamas <cmllamas@...gle.com>,
Suren Baghdasaryan <surenb@...gle.com>
Subject: Re: [PATCH v9 0/8] File abstractions needed by Rust Binder
On Thu, 08 Aug 2024 16:15:43 +0000, Alice Ryhl wrote:
> This patchset contains the file abstractions needed by the Rust
> implementation of the Binder driver.
>
> Please see the Rust Binder RFC for usage examples:
> https://lore.kernel.org/rust-for-linux/20231101-rust-binder-v1-0-08ba9197f637@google.com/
>
> Users of "rust: types: add `NotThreadSafe`":
> [PATCH 5/9] rust: file: add `FileDescriptorReservation`
>
> [...]
Moving this to vfs.rust.file. This won't show up in -next for quite a while
(until v6.12-rc1 is out).
---
Applied to the vfs.rust.file branch of the vfs/vfs.git tree.
Patches in the vfs.rust.file branch should appear in linux-next soon.
Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.
It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.
Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.rust.file
[1/8] rust: types: add `NotThreadSafe`
https://git.kernel.org/vfs/vfs/c/1fc5fbeff010
[2/8] rust: task: add `Task::current_raw`
https://git.kernel.org/vfs/vfs/c/dff63ff65920
[3/8] rust: file: add Rust abstraction for `struct file`
https://git.kernel.org/vfs/vfs/c/3d52041c524e
[4/8] rust: cred: add Rust abstraction for `struct cred`
https://git.kernel.org/vfs/vfs/c/bd5715551277
[5/8] rust: security: add abstraction for secctx
https://git.kernel.org/vfs/vfs/c/b94bf604a856
[6/8] rust: file: add `FileDescriptorReservation`
https://git.kernel.org/vfs/vfs/c/b7af88a7d25d
[7/8] rust: file: add `Kuid` wrapper
https://git.kernel.org/vfs/vfs/c/73cd06e92529
[8/8] rust: file: add abstraction for `poll_table`
https://git.kernel.org/vfs/vfs/c/891ad53c3c62
Powered by blists - more mailing lists