This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 88c508344245 Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.ker [...] new 882a0db9d143 objtool: Improve UACCESS coverage new 13fbe991b5b1 Merge branch 'core-urgent-for-linus' of git://git.kernel.o [...] new f9adc23ee91e futex: Cleanup generic SMP variant of arch_futex_atomic_op [...] new 78134300579a locking/rwsem: Don't call owner_on_cpu() on read-owner new e1b98fa31664 locking/rwsem: Add missing ACQUIRE to read_slowpath exit w [...] new 99143f82a255 lcoking/rwsem: Add missing ACQUIRE to read_slowpath sleep loop new 952041a8639a tty/ldsem, locking/rwsem: Add missing ACQUIRE to read_fail [...] new 6ffddfb9e1de locking/rwsem: Add ACQUIRE comments new 68037aa78208 locking/lockdep: Hide unused 'class' variable new 30a35f79faad locking/lockdep: Clean up #ifdef checks new 6c11c6e3d5e9 locking/mutex: Test for initialized mutex new 431f288ed730 Merge branch 'locking-urgent-for-linus' of git://git.kerne [...] new 5f8eec3225ff perf script: Fix --max-blocks man page description new 7db7218a7ea5 perf script: Improve man page description of metrics new dde4e732a5b0 perf script: Fix off by one in brstackinsn IPC computation new 79b2fe5e7561 perf tools: Fix proper buffer size for feature processing new 08ef3af1579d perf stat: Fix segfault for event group in repeat mode new 146540fb545b perf stat: Always separate stalled cycles per insn new 872c8ee8f0f4 perf session: Fix loading of compressed data split across [...] new df8350ed56a2 perf probe: Set pev->nargs to zero after freeing pev->args [...] new d95daf5accf4 perf probe: Avoid calling freeing routine multiple times f [...] new 39e7317e37f7 perf build: Do not use -Wshadow on gcc < 4.8 new 49902052fc6b Merge tag 'perf-urgent-for-mingo-5.3-20190723' of git://gi [...] new 3d0c3953601d perf/x86/intel: Fix SLOTS PEBS event constraint new 3b238a64c300 perf/x86/intel: Fix invalid Bit 13 for Icelake MSR_OFFCORE [...] new 5ea3f6fb37b7 perf/x86: Apply more accurate check on hypervisor platform new 4ce54af8b33d perf/core: Fix creating kernel counters for PMUs that over [...] new 289a2d22b5b6 perf/x86/intel: Mark expected switch fall-throughs new 750991f9af5b Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] new 16d51a590a8c sched/fair: Don't free p->numa_faults with concurrent readers new cb361d8cdef6 sched/fair: Use RCU accessors consistently for ->numa_group new e24ce84e85ab Merge branch 'sched-urgent-for-linus' of git://git.kernel. [...] new 51b75b5b563a x86/mm: Check for pfn instead of page in vmalloc_sync_one() new 8e998fc24de4 x86/mm: Sync also unmappings in vmalloc_sync_all() new 3f8fd02b1bf1 mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy() new 2af7c85714d8 x86/stacktrace: Prevent access_ok() warnings in arch_stack [...] new d02f1aa39189 x86/sysfb_efi: Add quirks for some devices with swapped wi [...] new 385065734cd4 x86/irq/64: Update stale comment new b8f70953c125 x86/entry/32: Pass cr2 to do_async_page_fault() new 643d83f0a351 x86/hpet: Undo the early counter is counting check new 517c3ba00916 x86/speculation/mds: Apply more accurate check on hypervis [...] new a9815a4fa2fd Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
The 42 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/entry/entry_32.S | 13 ++- arch/x86/events/intel/core.c | 7 +- arch/x86/events/intel/ds.c | 2 +- arch/x86/kernel/cpu/bugs.c | 2 +- arch/x86/kernel/head_64.S | 8 +- arch/x86/kernel/hpet.c | 12 ++- arch/x86/kernel/stacktrace.c | 2 +- arch/x86/kernel/sysfb_efi.c | 46 ++++++++++ arch/x86/mm/fault.c | 15 ++-- drivers/tty/tty_ldsem.c | 5 +- fs/exec.c | 2 +- include/asm-generic/futex.h | 21 +---- include/linux/sched.h | 10 ++- include/linux/sched/numa_balancing.h | 4 +- kernel/events/core.c | 2 +- kernel/fork.c | 2 +- kernel/locking/lockdep.c | 13 ++- kernel/locking/lockdep_proc.c | 3 +- kernel/locking/mutex.c | 11 ++- kernel/locking/rwsem.c | 28 ++++-- kernel/sched/fair.c | 144 ++++++++++++++++++++++--------- mm/vmalloc.c | 9 ++ tools/objtool/check.c | 7 +- tools/objtool/check.h | 3 +- tools/perf/Documentation/perf-script.txt | 8 +- tools/perf/builtin-probe.c | 10 +++ tools/perf/builtin-script.c | 2 +- tools/perf/builtin-stat.c | 9 +- tools/perf/util/evsel.c | 2 + tools/perf/util/header.c | 2 +- tools/perf/util/probe-event.c | 1 + tools/perf/util/session.c | 22 +++-- tools/perf/util/session.h | 1 + tools/perf/util/stat-shadow.c | 3 +- tools/perf/util/zstd.c | 4 +- tools/scripts/Makefile.include | 9 +- 36 files changed, 306 insertions(+), 138 deletions(-)