This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from da8e7da11e4b Merge tag 'nfsd-6.3-4' of git://git.kernel.org/pub/scm/lin [...] new 2f0e4f034220 cifs: check only tcon status on tcon related functions new 2f4e429c8469 cifs: lock chan_lock outside match_session new 072a28c8907c cifs: do not poll server interfaces too regularly new 896cd316b841 cifs: empty interface list when server doesn't support que [...] new d12bc6d26f92 cifs: dump pending mids for all channels in DebugData new 175b54abc443 cifs: print session id while listing open files new fddc6ccc487e cifs: append path to open_enter trace event new bc962159e8e3 cifs: avoid race conditions with parallel reconnects new c24bb1a87dc3 cifs: fix missing unload_nls() in smb2_reconnect() new 7e0e76d99079 smb3: lower default deferred close timeout to address perf [...] new be4fde79812f cifs: fix dentry lookups in directory handle cache new 491eafce1a51 smb3: fix unusable share after force unmount failure new 6485ac65af2b Merge tag 'smb3-client-fixes-6.3-rc3' of git://git.samba.o [...] new a3f547addcaa x86/mm: Do not shuffle CPU entry areas without KASLR new b15888840207 x86/fpu/xstate: Prevent false-positive warning in __copy_x [...] new 62faca1ca10c selftests/x86/amx: Add a ptrace test new 986c63741da2 Merge tag 'x86_urgent_for_v6.3_rc4' of git://git.kernel.or [...] new f87d28673b71 entry: Fix noinstr warning in __enter_from_user_mode() new b41651405481 entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-up new f6cdaeb08b66 Merge tag 'core_urgent_for_v6.3_rc4' of git://git.kernel.o [...] new 263f5ecaf708 perf/x86/amd/core: Always clear status for idx new 974fc94336df Merge tag 'perf_urgent_for_v6.3_rc4' of git://git.kernel.o [...] new a53ce18cacb4 sched/fair: Sanitize vruntime of entity being migrated new 18940c888c85 Merge tag 'sched_urgent_for_v6.3_rc4' of git://git.kernel. [...]
The 24 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: arch/x86/events/amd/core.c | 3 +- arch/x86/kernel/fpu/xstate.c | 30 +++++---- arch/x86/mm/cpu_entry_area.c | 7 +++ fs/cifs/cached_dir.c | 37 ++++++++++- fs/cifs/cifs_debug.c | 46 +++++++++----- fs/cifs/cifsfs.c | 9 ++- fs/cifs/cifssmb.c | 6 +- fs/cifs/connect.c | 72 +++++++++++++++------- fs/cifs/dfs.c | 10 ++- fs/cifs/dfs_cache.c | 2 +- fs/cifs/file.c | 8 +-- fs/cifs/fs_context.h | 2 +- fs/cifs/link.c | 2 + fs/cifs/smb2inode.c | 1 + fs/cifs/smb2ops.c | 27 ++++++++- fs/cifs/smb2pdu.c | 62 ++++++++++--------- fs/cifs/smb2transport.c | 17 +++++- fs/cifs/trace.h | 12 ++-- include/linux/context_tracking.h | 1 + include/linux/context_tracking_state.h | 2 + kernel/entry/common.c | 5 +- kernel/sched/core.c | 3 + kernel/sched/fair.c | 55 +++++++++++++---- tools/testing/selftests/x86/amx.c | 108 ++++++++++++++++++++++++++++++++- 24 files changed, 401 insertions(+), 126 deletions(-)