This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b032227c6293 Merge tag 'nios2-v5.7-rc1' of git://git.kernel.org/pub/scm [...] new 27d231c0c63b pNFS: Fix RCU lock leakage new 50bda5faa625 Merge tag 'nfs-for-5.7-2' of git://git.linux-nfs.org/proje [...] new e79b0332ae06 cifs: ignore cached share root handle closing errors new 072a14ec6386 cifs: smbd: Merge code to track pending packets new 3ffbe78aff93 cifs: smbd: Check send queue size before posting a send new d4e5160d1a0b cifs: smbd: Update receive credits before sending and deal [...] new eda1c54f148a cifs: Allocate crypto structures on the fly for calculatin [...] new f1b7b862bf79 cifs: smbd: Properly process errors on ib_post_send new 044b541c11fd cifs: smbd: Do not schedule work to send immediate packet [...] new 2bcb4fd6ba91 smb3: smbdirect support can be configured by default new 1dc94b7381bd smb3: change noisy error message to FYI new 4e8aea30f775 smb3: enable swap on SMB3 mounts new 4119bf9f1d09 Merge tag '5.7-rc-smb3-fixes-part2' of git://git.samba.org [...] new d22cc7f67d55 locking/percpu-rwsem: Fix a task_struct refcount new a13f58a0cafa locking/refcount: Document interaction with PID_MAX_LIMIT new 9a019db0b6be locking/lockdep: Improve 'invalid wait context' splat new 652fa53caa01 Merge tag 'locking-urgent-2020-04-12' of git://git.kernel. [...] new 33238c504515 perf/core: Fix event cgroup tracking new 24fb6b8e7c22 perf/cgroup: Correct indirection in perf_less_group_idx() new 2b3b76b5ec67 perf/x86/intel/uncore: Add Ice Lake server uncore support new d3296fb372bf perf/core: Disable page faults when getting phys address new 20e2aa812620 Merge tag 'perf-urgent-2020-04-12' of git://git.kernel.org [...] new d76343c6b2b7 sched/fair: Align rq->avg_idle and rq->avg_scan_cost new 26a8b12747c9 sched/fair: Fix race between runtime distribution and assignment new 111688ca1c4a sched/fair: Fix negative imbalance in imbalance calculation new 62849a961292 workqueue: Remove the warning in wq_worker_sleeping() new 275b2f6723ab sched/core: Remove unused rq::last_load_update_tick new c745a6212c99 sched/debug: Remove redundant macro define new 9e3bf9469c29 sched/debug: Factor out printing formats into common macros new 96e74ebf8d59 sched/debug: Add task uclamp values to SCHED_DEBUG procfs new 590680d139b9 Merge tag 'sched-urgent-2020-04-12' of git://git.kernel.or [...] new b801f1e22c23 time/namespace: Fix time_for_children symlink new eeec26d5da82 time/namespace: Add max_time_namespaces ucount new 0f538e3e712a ucount: Make sure ucounts in /proc/sys/user don't regress again new 0785249f8b93 Merge tag 'timers-urgent-2020-04-12' of git://git.kernel.o [...] new d7e94dbdac1a x86/split_lock: Provide handle_guest_split_lock() new 9de6fe3c28d6 KVM: x86: Emulate split-lock access as a write in emulator new e6f8b6c12f03 KVM: VMX: Extend VMXs #AC interceptor to handle split lock [...] new 4f8a3cc1183c Merge tag 'x86-urgent-2020-04-12' of git://git.kernel.org/ [...]
The 39 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/admin-guide/sysctl/user.rst | 6 + arch/x86/events/intel/uncore.c | 8 + arch/x86/events/intel/uncore.h | 3 + arch/x86/events/intel/uncore_snbep.c | 511 ++++++++++++++++++++++++++++++ arch/x86/include/asm/cpu.h | 6 + arch/x86/kernel/cpu/intel.c | 33 +- arch/x86/kvm/vmx/vmx.c | 37 ++- arch/x86/kvm/x86.c | 12 +- fs/cifs/Kconfig | 2 +- fs/cifs/cifs_debug.c | 6 +- fs/cifs/cifsfs.c | 4 + fs/cifs/cifsglob.h | 4 +- fs/cifs/file.c | 61 ++++ fs/cifs/inode.c | 4 + fs/cifs/readdir.c | 2 +- fs/cifs/smb2misc.c | 14 + fs/cifs/smb2proto.h | 6 +- fs/cifs/smb2transport.c | 87 +++-- fs/cifs/smbdirect.c | 313 +++++++----------- fs/cifs/smbdirect.h | 7 +- fs/nfs/pnfs_nfs.c | 1 + include/linux/refcount.h | 23 +- kernel/events/core.c | 82 +++-- kernel/locking/lockdep.c | 51 +-- kernel/locking/percpu-rwsem.c | 3 +- kernel/sched/core.c | 10 +- kernel/sched/debug.c | 44 ++- kernel/sched/fair.c | 46 ++- kernel/sched/sched.h | 7 +- kernel/time/namespace.c | 1 + kernel/ucount.c | 3 + kernel/workqueue.c | 6 +- 32 files changed, 1037 insertions(+), 366 deletions(-)