This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8965de70cbaf Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new 94dd3bada53e s390/zcrypt: Fix CCA cipher key gen with clear key value function new 0c874cd04292 s390/zcrypt: move ap device reset from bus to driver code new 40260b01d029 s390/setup: Fix secure ipl message new 2324de6fab22 Merge tag 's390-5.5-5' of git://git.kernel.org/pub/scm/lin [...] new 6b3ad6649a4c ptrace: reintroduce usage of subjective credentials in ptr [...] new 8cac89909a30 Merge tag 'for-linus-2020-01-18' of git://git.kernel.org/p [...] new 66528a4575ee rseq: Reject unknown flags on rseq unregister new 463f550fb47b rseq: Unregister rseq for clone CLONE_VM new ba0f47220384 Merge branch 'core-urgent-for-linus' of git://git.kernel.o [...] new d92b54570d24 efi/earlycon: Fix write-combine mapping on x86 new 818c7ce72477 efi/libstub/random: Initialize pointer variables to zero f [...] new 4911ee401b7c x86/efistub: Disable paging at mixed mode entry new e2f73d1e52a5 Merge branch 'efi-urgent-for-linus' of git://git.kernel.or [...] new 1fd224e35c14 irqchip/ingenic: Get rid of the legacy IRQ domain new a1c6f87efc0a Merge branch 'irq-urgent-for-linus' of git://git.kernel.or [...] new d91f3057263c locking/lockdep: Fix buffer overrun problem in stack_trace[] new 51bfb1d11d6d futex: Fix kernel-doc notation warning new 39e7234f00bc locking/rwsem: Fix kernel crash when spinning on RWSEM_OWN [...] new 124b5547ec1e Merge branch 'locking-urgent-for-linus' of git://git.kerne [...] new f84ae29a6169 tools lib traceevent: Fix memory leakage in filter_event new 0feba17bd7ee perf report: Fix incorrectly added dimensions as switch pe [...] new a75af86b6f34 perf map: Set kmap->kmaps backpointer for main kernel map chunks new 55347ec340af perf hists: Fix variable name's inconsistency in hists__fo [...] new b9fb2de0115b Merge tag 'perf-urgent-for-mingo-5.5-20191223' of git://gi [...] new da9ec3d3dd0f perf: Correctly handle failed perf_get_aux_event() new e74383045119 perf/x86/intel/uncore: Add PCI ID of IMC for Xeon E3 V5 Family new fa694ae53283 perf/x86/intel/uncore: Fix missing marker for snr_uncore_i [...] new 2167f1625c2f perf/x86/intel/uncore: Remove PCIe3 unit for SNR new b07b9e8d6318 Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] new 978370956d20 x86/mce/therm_throt: Do not access uninitialized therm_work new a186c112c7a4 Merge branch 'ras-urgent-for-linus' of git://git.kernel.or [...] new dc8d37ed304e cpu/SMT: Fix x86 link error without CONFIG_SYSFS new 9e79c5233290 Merge branch 'smp-urgent-for-linus' of git://git.kernel.or [...] new f35deaff1b8e time/posix-stubs: Provide compat itimer supoprt for alpha new ffd08731b2d6 lib/vdso: Make __cvdso_clock_getres() static new de95a991bb72 tick/sched: Annotate lockless access to last_jiffies_update new 7ff15cd0458c Merge branch 'timers-urgent-for-linus' of git://git.kernel [...] new e278af89f1ba x86/resctrl: Fix an imbalance in domain_remove_cpu() new ab6a2114433a x86/resctrl: Fix potential memory leak new a006483b2f97 x86/CPU/AMD: Ensure clearing of SME/SEV features is maintained new 0cc2682d8baa 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/s390/kernel/setup.c | 2 +- arch/x86/boot/compressed/head_64.S | 5 ++ arch/x86/events/intel/uncore_snb.c | 6 ++ arch/x86/events/intel/uncore_snbep.c | 25 +----- arch/x86/kernel/cpu/amd.c | 4 +- arch/x86/kernel/cpu/mce/therm_throt.c | 9 ++- arch/x86/kernel/cpu/resctrl/core.c | 2 +- arch/x86/kernel/cpu/resctrl/rdtgroup.c | 6 +- drivers/firmware/efi/earlycon.c | 16 ++-- drivers/firmware/efi/libstub/random.c | 6 +- drivers/irqchip/irq-ingenic.c | 6 +- drivers/s390/crypto/ap_bus.c | 2 - drivers/s390/crypto/ap_bus.h | 2 +- drivers/s390/crypto/ap_queue.c | 5 +- drivers/s390/crypto/zcrypt_ccamisc.c | 4 +- drivers/s390/crypto/zcrypt_cex2a.c | 1 + drivers/s390/crypto/zcrypt_cex2c.c | 2 + drivers/s390/crypto/zcrypt_cex4.c | 1 + include/linux/sched.h | 4 +- kernel/cpu.c | 143 +++++++++++++++++---------------- kernel/events/core.c | 4 +- kernel/futex.c | 1 + kernel/locking/lockdep.c | 7 +- kernel/locking/rwsem.c | 4 +- kernel/ptrace.c | 15 ++-- kernel/rseq.c | 2 + kernel/time/posix-stubs.c | 3 + kernel/time/tick-sched.c | 14 ++-- lib/vdso/gettimeofday.c | 1 + tools/lib/traceevent/parse-filter.c | 4 +- tools/perf/builtin-report.c | 5 +- tools/perf/util/hist.h | 4 +- tools/perf/util/symbol-elf.c | 3 + 33 files changed, 166 insertions(+), 152 deletions(-)