This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6c6e47d69d82 Merge tag 'firewire-fixes-6.9-rc2' of git://git.kernel.org [...] new ebd9779683aa smb: client: replace deprecated strncpy with strscpy new 24a9799aa8ef smb: client: fix UAF in smb2_reconnect_server() new e9e62243a3e2 cifs: Fix caching to try to do open O_WRONLY as rdwr on server new 062a7f0ff46e smb: client: guarantee refcounted children from parent session new 0a05ad21d77a smb: client: refresh referral without acquiring refpath_lock new 4a5ba0e0bfe5 smb: client: handle DFS tcons in cifs_construct_tcon() new 93cee45ccfeb smb: client: serialise cifs_construct_tcon() with cifs_mou [...] new 173217bd7336 smb3: retrying on failed server close new ca545b7f0823 smb: client: fix potential UAF in cifs_debug_files_proc_show() new 58acd1f49716 smb: client: fix potential UAF in cifs_dump_full_key() new d3da25c5ac84 smb: client: fix potential UAF in cifs_stats_proc_write() new 0865ffefea19 smb: client: fix potential UAF in cifs_stats_proc_show() new 705c76fbf726 smb: client: fix potential UAF in smb2_is_valid_lease_break() new 22863485a462 smb: client: fix potential UAF in smb2_is_valid_oplock_break() new 69ccf040acdd smb: client: fix potential UAF in is_valid_oplock_break() new 63981561ffd2 smb: client: fix potential UAF in smb2_is_network_name_deleted() new e0e50401cc39 smb: client: fix potential UAF in cifs_signal_cifsd_for_re [...] new 119c289409dd Merge tag '6.9-rc2-smb3-client-fixes' of git://git.samba.o [...] new e23d7e82b707 xfs: allow cross-linking special files without project quota new 9520c192e853 Merge tag 'xfs-6.9-fixes-2' of git://git.kernel.org/pub/sc [...]
The 20 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/smb/client/cached_dir.c | 6 +- fs/smb/client/cifs_debug.c | 6 ++ fs/smb/client/cifsfs.c | 11 +++ fs/smb/client/cifsglob.h | 19 ++++-- fs/smb/client/cifsproto.h | 20 +++--- fs/smb/client/cifssmb.c | 6 +- fs/smb/client/connect.c | 153 +++++++++++++++++++++++++++--------------- fs/smb/client/dfs.c | 51 +++++++------- fs/smb/client/dfs.h | 33 +++++---- fs/smb/client/dfs_cache.c | 53 +++++++-------- fs/smb/client/dir.c | 15 +++++ fs/smb/client/file.c | 111 +++++++++++++++++++++++++----- fs/smb/client/fs_context.c | 6 +- fs/smb/client/fs_context.h | 12 ++++ fs/smb/client/fscache.h | 6 ++ fs/smb/client/ioctl.c | 6 +- fs/smb/client/misc.c | 8 +-- fs/smb/client/smb1ops.c | 4 +- fs/smb/client/smb2misc.c | 4 ++ fs/smb/client/smb2ops.c | 13 ++-- fs/smb/client/smb2pdu.c | 2 +- fs/smb/client/smb2transport.c | 2 +- fs/xfs/xfs_inode.c | 15 ++++- 23 files changed, 382 insertions(+), 180 deletions(-)