To: Alice Ryhl <aliceryhl@google.com>
To: rust-for-linux@vger.kernel.org
Cc: Paul Moore <paul@paul-moore.com>
Cc: James Morris <jmorris@namei.org>
Cc: "Serge E. Hallyn" <serge@hallyn.com>
Cc: Miguel Ojeda <ojeda@kernel.org>
Cc: Alex Gaynor <alex.gaynor@gmail.com>
Cc: Wedson Almeida Filho <wedsonaf@gmail.com>
Cc: Boqun Feng <boqun.feng@gmail.com>
Cc: Bjoern Roy Baron <bjorn3_gh@protonmail.com>
Cc: Benno Lossin <benno.lossin@proton.me>
Cc: Andreas Hindborg <a.hindborg@samsung.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Arve Hjonnevag <arve@android.com>
Cc: Todd Kjos <tkjos@android.com>
Cc: Martijn Coenen <maco@android.com>
Cc: Joel Fernandes <joel@joelfernandes.org>
Cc: Carlos Llamas <cmllamas@google.com>
Cc: Suren Baghdasaryan <surenb@google.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Daniel Xu <dxu@dxuuu.xyz>
Cc: Martin Rodriguez Reboredo <yakoyoku@gmail.com>
Cc: Trevor Gross <tmgross@umich.edu>
Cc: linux-kernel@vger.kernel.org
Cc: linux-security-module@vger.kernel.org
Cc: linux-fsdevel@vger.kernel.org
Cc: Kees Cook <kees@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
---
Changes in v4:
- EDITME: describe what is new in this series revision.
- EDITME: use bulletpoints and terse descriptions.
- Link to v3: https://lore.kernel.org/r/20241001-brauner-rust-pid_namespace-v3-1-dacf5203ba13@kernel.org
Changes in v3:
- Use PidNamespace::from_ptr() in current_pid_ns().
- Allow None aka NULL to be used with task_tgid_nr_ns().
- Expand on SAFETY in PidNamespaceRef.
- Link to v2: https://lore.kernel.org/r/20241001-brauner-rust-pid_namespace-v2-1-37eac8d93e75@kernel.org
--- b4-submit-tracking ---
# This section is used internally by b4 prep for tracking purposes.
{
"series": {
"revision": 4,
"change-id": "20241001-brauner-rust-pid_namespace-52b0c92c8359",
"prefixes": [],
"base-branch": "vfs.rust.file",
"history": {
"v1": [
"20240926-pocht-sittlich-87108178c093@brauner"
],
"v2": [
"20241001-brauner-rust-pid_namespace-v2-1-37eac8d93e75@kernel.org"
],
"v3": [
"20241001-brauner-rust-pid_namespace-v3-1-dacf5203ba13@kernel.org"
]
}
}
}