This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5a1e843c66fa Merge tag 'mips_fixes_5.4_3' of git://git.kernel.org/pub/s [...] new 90db7b220c9a riscv: fix fs/proc/kcore.c compilation with sparsemem enabled new 62103ece5236 riscv: Fix implicit declaration of 'page_to_section' new 9fe57d8c575d riscv: Fix undefined reference to vmemmap_populate_basepages new a6d9e2672609 riscv: cleanup <asm/bug.h> new e8f44c50dfe7 riscv: cleanup do_trap_break new 6995a6a5a538 Merge tag 'riscv/for-v5.4-rc5-b' of git://git.kernel.org/p [...] new d532cc7efdfd cifs: Handle -EINPROGRESS only when noblockcnt is set new 553292a6342b cifs: clarify comment about timestamp granularity for old servers new 03d9a9fe3f3a CIFS: avoid using MID 0xFFFF new 783bf7b8b641 cifs: Fix missed free operations new abe57073d08c CIFS: Fix retry mid list corruption on reconnects new 1a67c4159657 CIFS: Fix use after free of file info structures new d46b0da7a33d cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs new c9a2e4a82905 Merge tag '5.4-rc5-smb3-fixes' of git://git.samba.org/sfre [...] new 8424312516e5 irqchip/gic-v3-its: Use the exact ITSList for VMOVP new 41860cc44704 irqchip/sifive-plic: Skip contexts except supervisor in pl [...] new 1486b7b42bd7 Merge tag 'irqchip-fixes-5.4-2' of git://git.kernel.org/pu [...] new 1e1ac1cb651a Merge branch 'irq-urgent-for-linus' of git://git.kernel.or [...] new 13301c6b16a6 perf/x86/intel/pt: Fix base for single entry topa new 6a6fac11b112 perf jvmti: Link against tools/lib/ctype.h to have weak strlcpy() new 98a8b2e60c69 perf evlist: Fix fix for freed id arrays new 6080728ff8e9 perf tools: Fix resource leak of closedir() on the error paths new f948eb45e3af perf annotate: Fix multiple memory and file descriptor leaks new 5a0baf512323 perf tools: Fix mode setting in copyfile_mode_ns() new ae199c580da1 perf c2c: Fix memory leak in build_cl_output() new 7a12f514c408 tools headers kvm: Sync kvm headers with the kernel sources new 7cb3a2445705 tools headers kvm: Sync kvm headers with the kernel sources new 8daf1fb73295 tools headers kvm: Sync kvm.h headers with the kernel sources new 5eca1379c0eb tools headers UAPI: Sync sched.h with the kernel new 1abecfcaa7bb perf kmem: Fix memory leak in compact_gfp_flags() new 22f12a0e8db5 Merge tag 'perf-urgent-for-mingo-5.4-20191017' of git://gi [...] new 5e6c3c7b1ec2 perf/aux: Fix tracking of auxiliary trace buffer allocation new f3a519e4add9 perf/aux: Fix AUX output stopping new a8a31fdccabb Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] new 1638b8f096ca lib/vdso: Make clock_getres() POSIX compliant again new 086ee46b0863 timers/sched_clock: Include local timekeeping.h for missin [...] new 7f2cbcbcafbc posix-cpu-timers: Fix two trivial comments new 2b776b54bca8 Merge branch 'timers-urgent-for-linus' of git://git.kernel [...] new db633a4e0e6e x86/cpu/vmware: Use the full form of INL in VMWARE_HYPERCA [...] new 6fee2a0be0ec x86/cpu/vmware: Fix platform detection VMWARE_PORT macro new 153a971ff578 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
The 41 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/riscv/include/asm/bug.h | 16 +++---------- arch/riscv/include/asm/pgtable.h | 7 +----- arch/riscv/kernel/traps.c | 26 +++++----------------- arch/riscv/mm/init.c | 2 +- arch/x86/events/intel/pt.c | 2 +- arch/x86/include/asm/vmware.h | 14 +++++++----- drivers/irqchip/irq-gic-v3-its.c | 21 +++++++++++++++--- drivers/irqchip/irq-sifive-plic.c | 4 ++-- fs/cifs/cifsfs.c | 8 ++++++- fs/cifs/cifsglob.h | 5 +++++ fs/cifs/cifsproto.h | 1 + fs/cifs/connect.c | 18 ++++++++++++--- fs/cifs/file.c | 29 +++++++++++++++--------- fs/cifs/inode.c | 4 ++-- fs/cifs/smb1ops.c | 3 +++ fs/cifs/smb2file.c | 2 +- fs/cifs/transport.c | 42 +++++++++++++++++++---------------- kernel/events/core.c | 8 ++++--- kernel/time/posix-cpu-timers.c | 6 ++--- kernel/time/sched_clock.c | 2 ++ lib/vdso/gettimeofday.c | 9 ++++---- tools/arch/x86/include/uapi/asm/svm.h | 1 + tools/arch/x86/include/uapi/asm/vmx.h | 6 ++++- tools/include/uapi/linux/kvm.h | 2 ++ tools/include/uapi/linux/sched.h | 30 +++++++++++++++++++++++-- tools/perf/builtin-c2c.c | 14 +++++++----- tools/perf/builtin-kmem.c | 1 + tools/perf/jvmti/Build | 6 ++++- tools/perf/util/annotate.c | 2 +- tools/perf/util/copyfile.c | 8 ++++--- tools/perf/util/evlist.c | 2 +- tools/perf/util/header.c | 4 +++- tools/perf/util/util.c | 6 +++-- 33 files changed, 196 insertions(+), 115 deletions(-)