This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ffb39098bf87 Merge tag 'linux-kselftest-kunit-6.1-rc1' of git://git.ker [...] new 2e488f13755f fs: fix UAF/GPF bug in nilfs_mdt_destroy new 46811b5cb369 Merge tag 'pull-inode' of git://git.kernel.org/pub/scm/lin [...] new 0f60d28828dd dynamic_dname(): drop unused dentry argument new c4c8451147da d_path.c: typo fix... new 70df64d6c6c2 Merge tag 'pull-d_path' of git://git.kernel.org/pub/scm/li [...] new d6da19c9cace locks: fix TOCTOU race when granting write lease new 25885a35a720 Change calling conventions for filldir_t new 47091e4ed9af dma_buf_getfile(): don't bother with ->f_flags reassignments new 7a3353c5c441 Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linu [...] new 8789c172e55d ibmvmc: don't open-code file_inode() new 703e3e9a9cb1 exfat_iterate(): don't open-code file_inode(file) new 235185b8ed77 sgx: use ->f_mapping... new e6ae43812460 bprm_fill_uid(): don't open-code file_inode() new 1f24cd31c281 nfs_finish_open(): don't open-code file_inode() new ff58105a47ed dma_buf: no need to bother with file_inode()->i_mapping new 265a04b07607 _nfs42_proc_copy(): use ->f_mapping instead of file_inode( [...] new 4094d98e3375 orangefs: use ->f_mapping new ab2962215797 Merge tag 'pull-file_inode' of git://git.kernel.org/pub/sc [...] new 89868773fe86 tomoyo: use vsnprintf() properly new 467cf8ef88d3 tomoyo: struct path it might get from LSM callers won't ha [...] new 1586a7036d3f Merge tag 'pull-tomoyo' of git://git.kernel.org/pub/scm/li [...] new c8e477c649b4 ->getprocattr(): attribute name is const char *, TYVM... new 6ccaaf59c335 do_sys_name_to_handle(): constify path new 8996682b10ff may_linkat(): constify path new d5bf88895f24 fs/notify: constify path new 2d3430875a3a overlayfs: constify path new 5b09c9fec086 do_proc_readlink(): constify path new e81f574da024 __io_setxattr(): constify path new bf2e1ae41731 audit_init_parent(): constify path new ea4af4aa03c3 nd_jump_link(): constify path new 20f45ad50d65 spufs: constify path new 88569546e8a1 ecryptfs: constify path new 4c0ed7d8d6e3 Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linu [...]
The 33 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: Documentation/filesystems/porting.rst | 11 +++++ arch/alpha/kernel/osf_sys.c | 10 ++--- arch/powerpc/platforms/cell/spufs/inode.c | 6 +-- arch/powerpc/platforms/cell/spufs/spufs.h | 2 +- arch/x86/kernel/cpu/sgx/encl.c | 3 +- drivers/dma-buf/dma-buf.c | 4 +- drivers/dma-buf/udmabuf.c | 2 +- drivers/misc/ibmvmc.c | 6 ++- fs/afs/dir.c | 23 +++++------ fs/anon_inodes.c | 2 +- fs/d_path.c | 5 +-- fs/ecryptfs/ecryptfs_kernel.h | 2 +- fs/ecryptfs/file.c | 40 ++++++++---------- fs/ecryptfs/inode.c | 2 +- fs/ecryptfs/main.c | 2 +- fs/exec.c | 3 +- fs/exfat/dir.c | 6 +-- fs/exportfs/expfs.c | 7 ++-- fs/fat/dir.c | 8 ++-- fs/fhandle.c | 2 +- fs/file_table.c | 7 +--- fs/gfs2/export.c | 6 +-- fs/inode.c | 7 ++-- fs/internal.h | 12 +++++- fs/ksmbd/smb2pdu.c | 16 ++++---- fs/ksmbd/vfs.c | 14 +++---- fs/namei.c | 4 +- fs/nfs/dir.c | 2 +- fs/nfs/nfs42proc.c | 2 +- fs/nfsd/nfs4recover.c | 8 ++-- fs/nfsd/vfs.c | 6 +-- fs/notify/fanotify/fanotify.c | 2 +- fs/notify/fanotify/fanotify.h | 2 +- fs/notify/fanotify/fanotify_user.c | 6 +-- fs/nsfs.c | 2 +- fs/ocfs2/dir.c | 10 ++--- fs/ocfs2/journal.c | 14 +++---- fs/open.c | 11 ++--- fs/orangefs/file.c | 4 +- fs/overlayfs/copy_up.c | 12 +++--- fs/overlayfs/file.c | 2 +- fs/overlayfs/inode.c | 6 +-- fs/overlayfs/namei.c | 4 +- fs/overlayfs/overlayfs.h | 22 +++++----- fs/overlayfs/readdir.c | 44 ++++++++++---------- fs/overlayfs/super.c | 8 ++-- fs/overlayfs/util.c | 10 ++--- fs/pipe.c | 2 +- fs/proc/base.c | 4 +- fs/readdir.c | 68 +++++++++++++++---------------- fs/reiserfs/xattr.c | 20 ++++----- fs/xfs/scrub/dir.c | 8 ++-- fs/xfs/scrub/parent.c | 4 +- include/linux/dcache.h | 4 +- include/linux/fs.h | 9 ++-- include/linux/lsm_hook_defs.h | 2 +- include/linux/namei.h | 2 +- include/linux/security.h | 4 +- io_uring/xattr.c | 2 +- kernel/audit_watch.c | 2 +- net/socket.c | 2 +- security/apparmor/lsm.c | 2 +- security/security.c | 4 +- security/selinux/hooks.c | 2 +- security/smack/smack_lsm.c | 2 +- security/tomoyo/audit.c | 2 +- security/tomoyo/common.c | 2 +- security/tomoyo/file.c | 2 +- security/tomoyo/realpath.c | 9 +--- 69 files changed, 269 insertions(+), 278 deletions(-)