This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 070a542f08ac Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/proj [...] new cdc59a62bcca kernel/acct.c: saner struct file treatment new dae575e66981 backing_file_user_path(): constify struct path * new dd22857510e1 constify path argument of vfs_statx_path() new 7b129f2e70e7 filename_lookup(): constify root argument new 63dbfb077cda done_path_create(): constify path argument new 1b8abbb12128 bpf...d_path(): constify path argument new df9a4d79f1de nfs: constify path argument of __vfs_getattr() new 9c71fe0abf32 rqst_exp_get_by_name(): constify path argument new 2930afe2c9cb export_operations->open(): constify path argument new 72c1118d32eb check_export(): constify path argument new 94cb22d109d5 ksmbd_vfs_path_lookup_locked(): root_share_path can be con [...] new a67e08f74604 ksmbd_vfs_kern_path_unlock(): constify path argument new e74e75150e2b ksmbd_vfs_inherit_posix_acl(): constify path argument new 3d866c3b938c ksmbd_vfs_set_init_posix_acl(): constify path argument new 7e978e8fb6a3 ovl_ensure_verity_loaded(): constify datapath argument new c93cd353744e ovl_validate_verity(): constify {meta,data}path arguments new 465309d63f6d ovl_get_verity_digest(): constify path argument new 055e9d5efc6f ovl_lower_dir(): constify path argument new ee17384ace3c ovl_sync_file(): constify path argument new 5f587dd9b77a ovl_is_real_file: constify realpath argument new 39e6bc58b8f4 apparmor/af_unix: constify struct path * arguments new 1b25dea3867a configfs:get_target() - release path as soon as we grab co [...] new ae8425014ddc Merge branches 'work.path' and 'work.mount' into work.f_path new 2f7d98f10b8f Have cc(1) catch attempts to modify ->f_path new 50647a1176b7 Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/li [...]
The 25 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/bpf_fs_kfuncs.c | 2 +- fs/configfs/symlink.c | 33 ++++----- fs/file_table.c | 6 +- fs/internal.h | 2 +- fs/namei.c | 12 ++-- fs/nfs/localio.c | 2 +- fs/nfsd/export.c | 4 +- fs/nfsd/export.h | 2 +- fs/nsfs.c | 2 +- fs/open.c | 10 +-- fs/overlayfs/copy_up.c | 2 +- fs/overlayfs/file.c | 2 +- fs/overlayfs/overlayfs.h | 8 +-- fs/overlayfs/super.c | 2 +- fs/overlayfs/util.c | 8 +-- fs/pidfs.c | 2 +- fs/smb/server/vfs.c | 8 +-- fs/smb/server/vfs.h | 6 +- fs/stat.c | 2 +- include/linux/exportfs.h | 2 +- include/linux/fs.h | 9 ++- include/linux/namei.h | 4 +- kernel/acct.c | 96 ++++++++++---------------- kernel/trace/bpf_trace.c | 2 +- security/apparmor/af_unix.c | 14 ++-- tools/testing/selftests/bpf/bpf_experimental.h | 2 +- 26 files changed, 109 insertions(+), 135 deletions(-)