This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2a163a4cea15 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new 57e3707eb5e3 bpf: Constify ctl_table argument of filter function new 29e1095bb1ad sysctl: move internal interfaces to const struct ctl_table new 7abc9b53bd51 sysctl: allow registration of const struct ctl_table new fbc26ee771cb sysctl: make internal ctl_tables const new 5cc3199ed06c const_structs.checkpatch: add ctl_table new 8e666244c98a sysctl: Convert locking comments to lockdep assertions new 7701ab784692 MAINTAINERS: remove me from sysctl new 50a191a8a12b sysctl: update comments to new registration APIs new ad45af930449 ucounts: constify sysctl table user_table new a883f2efa625 sysctl: Reorganize kerneldoc parameter names new 9c738dae9534 sysctl: Reduce dput(child) calls in proc_sys_fill_cache() new 980f8f8fd422 Merge tag 'sysctl-6.13-rc1' of git://git.kernel.org/pub/sc [...] new 43bf9d9755bd unicode: constify utf8 data table new 156bb2c569cd unicode: Fix utf8_load() error path new 66715f005bde unicode: change the reference of database file new 6b56a63d286f MAINTAINERS: Add Unicode tree new 060fc106b685 Merge tag 'unicode-next-6.13' of git://git.kernel.org/pub/ [...] new 3b6b99ef15ea ovl: properly handle large files in ovl_security_fileattr new 48b50624aec4 backing-file: clean up the API new 49dffdfde462 cred: Add a light version of override/revert_creds() new d06ffd63a012 fs/backing-file: Convert to revert/override_creds_light() new fc5a1d2287bf ovl: use wrapper ovl_revert_creds() new 711747e204ea ovl: pass an explicit reference of creators creds to callers new c5b28fc161c5 ovl: Optimize override/revert creds new c2c54b5f34f6 ovl: do not open non-data lower file for fsync new 87a8a76c34a2 ovl: allocate a container struct ovl_file for ovl private context new 18e48d0e2c7b ovl: store upper real file in ovl_file struct new 4333e42ed444 ovl: convert ovl_real_fdget_path() callers to ovl_real_fil [...] new d66907b51ba0 ovl: convert ovl_real_fdget() callers to ovl_real_file() new c8b359dddb41 ovl: Filter invalid inodes with missing lookup function new e7675238b9bf Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/sc [...] new 6c9903c330ab cifs: Remove pre-historic unused CIFSSMBCopy new f69b0187f874 smb: client: memcpy() with surrounding object base address new 7460bf441656 smb: client: Use str_yes_no() helper function new 343d7fe6df9e smb: client: fix use-after-free of signing key new 128630e1dbec smb: cached directories can be more than root file handle new d413eabff18d fs/smb/client: implement chmod() for SMB3 POSIX Extensions new 7a2158b73c36 smb/client: Prevent error pointer dereference new db363b0a1d9e CIFS: New mount option for cifs.upcall namespace resolution new 0d6b0d2e3816 cifs: Recognize SFU char/block devices created by Windows [...] new 9ed9d83a51a9 smb3: request handle caching when caching directories new bc925c1216f0 smb: client: improve compound padding in encryption new 9f544d26b15b smb: client: get rid of bounds check in SMB2_ioctl_init() new 0812340811e4 smb: client: handle max length for SMB symlinks new 7afb86733685 smb: Don't leak cfid when reconnect races with open_cached_dir new a9685b409a03 smb: prevent use-after-free due to open_cached_dir error paths new 228a1157fb9f Merge tag '6.13-rc-part1-SMB3-client-fixes' of git://git.s [...]
The 47 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: MAINTAINERS | 2 +- fs/backing-file.c | 53 ++++--- fs/fuse/passthrough.c | 32 ++-- fs/overlayfs/copy_up.c | 2 +- fs/overlayfs/dir.c | 68 +++++--- fs/overlayfs/file.c | 327 +++++++++++++++++++++++---------------- fs/overlayfs/inode.c | 27 ++-- fs/overlayfs/namei.c | 10 +- fs/overlayfs/overlayfs.h | 4 + fs/overlayfs/readdir.c | 8 +- fs/overlayfs/util.c | 14 +- fs/overlayfs/xattrs.c | 9 +- fs/proc/internal.h | 2 +- fs/proc/proc_sysctl.c | 113 +++++++------- fs/smb/client/cached_dir.c | 99 ++++++------ fs/smb/client/cifs_spnego.c | 16 ++ fs/smb/client/cifsacl.c | 54 ++++--- fs/smb/client/cifsfs.c | 25 +++ fs/smb/client/cifsglob.h | 11 +- fs/smb/client/cifsproto.h | 11 +- fs/smb/client/cifssmb.c | 65 +------- fs/smb/client/connect.c | 20 +++ fs/smb/client/dfs_cache.c | 8 +- fs/smb/client/fs_context.c | 39 +++++ fs/smb/client/fs_context.h | 10 ++ fs/smb/client/inode.c | 26 +++- fs/smb/client/reparse.c | 5 +- fs/smb/client/reparse.h | 2 + fs/smb/client/smb2ops.c | 39 +---- fs/smb/client/smb2pdu.c | 11 +- fs/smb/client/smb2proto.h | 2 - fs/smb/client/smb2transport.c | 56 +++++-- fs/smb/client/transport.c | 40 ++--- fs/unicode/README.utf8data | 8 +- fs/unicode/mkutf8data.c | 4 +- fs/unicode/utf8-core.c | 2 +- fs/unicode/utf8data.c_shipped | 2 +- fs/unicode/utf8n.h | 2 +- include/linux/backing-file.h | 11 +- include/linux/bpf-cgroup.h | 2 +- include/linux/cred.h | 18 +++ include/linux/sysctl.h | 18 +-- kernel/bpf/cgroup.c | 2 +- kernel/cred.c | 6 +- kernel/sysctl.c | 1 - kernel/ucount.c | 2 +- scripts/const_structs.checkpatch | 1 + 47 files changed, 728 insertions(+), 561 deletions(-)