This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allnoconfig in repository toolchain/ci/linux.
from b032227c6293 Merge tag 'nios2-v5.7-rc1' of git://git.kernel.org/pub/scm [...] adds 27d231c0c63b pNFS: Fix RCU lock leakage adds 50bda5faa625 Merge tag 'nfs-for-5.7-2' of git://git.linux-nfs.org/proje [...] adds e79b0332ae06 cifs: ignore cached share root handle closing errors adds 072a14ec6386 cifs: smbd: Merge code to track pending packets adds 3ffbe78aff93 cifs: smbd: Check send queue size before posting a send adds d4e5160d1a0b cifs: smbd: Update receive credits before sending and deal [...] adds eda1c54f148a cifs: Allocate crypto structures on the fly for calculatin [...] adds f1b7b862bf79 cifs: smbd: Properly process errors on ib_post_send adds 044b541c11fd cifs: smbd: Do not schedule work to send immediate packet [...] adds 2bcb4fd6ba91 smb3: smbdirect support can be configured by default adds 1dc94b7381bd smb3: change noisy error message to FYI adds 4e8aea30f775 smb3: enable swap on SMB3 mounts adds 4119bf9f1d09 Merge tag '5.7-rc-smb3-fixes-part2' of git://git.samba.org [...] adds d22cc7f67d55 locking/percpu-rwsem: Fix a task_struct refcount adds a13f58a0cafa locking/refcount: Document interaction with PID_MAX_LIMIT adds 9a019db0b6be locking/lockdep: Improve 'invalid wait context' splat adds 652fa53caa01 Merge tag 'locking-urgent-2020-04-12' of git://git.kernel. [...] adds 33238c504515 perf/core: Fix event cgroup tracking adds 24fb6b8e7c22 perf/cgroup: Correct indirection in perf_less_group_idx() adds 2b3b76b5ec67 perf/x86/intel/uncore: Add Ice Lake server uncore support adds d3296fb372bf perf/core: Disable page faults when getting phys address adds 20e2aa812620 Merge tag 'perf-urgent-2020-04-12' of git://git.kernel.org [...] adds d76343c6b2b7 sched/fair: Align rq->avg_idle and rq->avg_scan_cost adds 26a8b12747c9 sched/fair: Fix race between runtime distribution and assignment adds 111688ca1c4a sched/fair: Fix negative imbalance in imbalance calculation adds 62849a961292 workqueue: Remove the warning in wq_worker_sleeping() adds 275b2f6723ab sched/core: Remove unused rq::last_load_update_tick adds c745a6212c99 sched/debug: Remove redundant macro define adds 9e3bf9469c29 sched/debug: Factor out printing formats into common macros adds 96e74ebf8d59 sched/debug: Add task uclamp values to SCHED_DEBUG procfs adds 590680d139b9 Merge tag 'sched-urgent-2020-04-12' of git://git.kernel.or [...] adds b801f1e22c23 time/namespace: Fix time_for_children symlink adds eeec26d5da82 time/namespace: Add max_time_namespaces ucount adds 0f538e3e712a ucount: Make sure ucounts in /proc/sys/user don't regress again adds 0785249f8b93 Merge tag 'timers-urgent-2020-04-12' of git://git.kernel.o [...] adds d7e94dbdac1a x86/split_lock: Provide handle_guest_split_lock() adds 9de6fe3c28d6 KVM: x86: Emulate split-lock access as a write in emulator adds e6f8b6c12f03 KVM: VMX: Extend VMXs #AC interceptor to handle split lock [...] adds 4f8a3cc1183c Merge tag 'x86-urgent-2020-04-12' of git://git.kernel.org/ [...] adds 4400b7d68f6e MAINTAINERS: sort entries by entry name adds 3b50142d8528 MAINTAINERS: sort field names for all entries adds 8f3d9f354286 Linux 5.7-rc1
No new revisions were added by this update.
Summary of changes: Documentation/admin-guide/sysctl/user.rst | 6 + MAINTAINERS | 5410 ++++++++++++++--------------- Makefile | 4 +- 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 +- 34 files changed, 3744 insertions(+), 3073 deletions(-)