This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 445d9f05fa14 Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linu [...] new e0020ba6cbcb rust: add PidNamespace new 9ad8d22f2f3f Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kerne [...] new 4a530a7c751d fs: prepare for "explicit connectable" file handles new c374196b2b9f fs: name_to_handle_at() support for "explicit connectable" [...] new a20853ab8296 fs: open_by_handle_at() support for decoding "explicit con [...] new a312c10c0186 Merge patch series "API for exporting connectable file han [...] new 1675db5c42b7 Merge tag 'vfs-6.13.exportfs' of git://git.kernel.org/pub/ [...] new 56bd06c2640b ecryptfs: Factor out mount option validation new 92f3da0d9276 ecryptfs: Convert ecryptfs to use the new mount API new 2cc789654a36 Merge patch series "ecryptfs: convert to the new mount API" new 7ff3e945a35a ecryptfs: Fix spelling mistake "validationg" -> "validating" new 6daf0882c63a Merge tag 'vfs-6.13.ecryptfs.mount.api' of git://git.kerne [...]
The 12 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fs/ecryptfs/main.c | 401 ++++++++++++++++++++++--------------------- fs/exportfs/expfs.c | 17 +- fs/fhandle.c | 75 +++++++- include/linux/exportfs.h | 13 ++ include/uapi/linux/fcntl.h | 1 + rust/helpers/helpers.c | 1 + rust/helpers/pid_namespace.c | 26 +++ rust/kernel/lib.rs | 1 + rust/kernel/pid_namespace.rs | 68 ++++++++ rust/kernel/task.rs | 135 ++++++++++++++- 10 files changed, 528 insertions(+), 210 deletions(-) create mode 100644 rust/helpers/pid_namespace.c create mode 100644 rust/kernel/pid_namespace.rs