This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 410520d07f5c Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linux new cb75c95c5262 Documentation/locking/locktypes: Fix a typo new 405fa8ac89e7 futex: Convert to use the preferred 'fallthrough' macro new eb1319af4119 Merge tag 'locking-urgent-2020-08-15' of git://git.kernel. [...] new 45fd22da97c6 perf/core: Take over CAP_SYS_PTRACE creds to CAP_PERFMON c [...] new 09fc67b500c7 kprobes: Remove show_registers() function prototype new b55b3fdce3e5 hw_breakpoint: Remove unused __register_perf_hw_breakpoint [...] new 4bb5fcb97a5d perf/x86/rapl: Fix missing psys sysfs attributes new 74f41adab0f4 perf/x86/rapl: Support multiple RAPL unit quirks new bcfd218b6679 perf/x86/rapl: Add support for Intel SPR platform new 7f5faaaa5909 Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org [...] new a1bd06853ee4 sched: Fix use of count for nr_running tracepoint new cc172ff301d8 sched/debug: Fix the alignment of the show-state debug output new 1195d58f003b Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.or [...] new 86d709ce30ea x86/acrn: Allow ACRN guest to use X2APIC mode new 4c7bfa383efd x86/acrn: Remove redundant chars from ACRN signature new a3e1c3bb24e2 x86/crash: Correct the address boundary of function parameters new a2e9a95d2190 kexec: Improve & fix crash_exclude_mem_range() to handle o [...] new 475f63ae63b5 kexec_file: Correctly output debugging information for the [...] new 7d98585860d8 x86/tsr: Fix tsc frequency enumeration bug on Lightning Mo [...] new 52416ffcf823 x86/purgatory: Don't generate debug info for purgatory.ro new 76d10256a97a x86/fpu/xstate: Fix an xstate size check warning with arch [...] new f29dfa53cc8a x86/bugs/multihit: Fix mitigation reporting when VMX is no [...] new a6d996cbd38b x86/alternatives: Acquire pte lock with interrupts enabled new 50f6c7dbd973 Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/ [...]
The 24 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/hw-vuln/multihit.rst | 4 +++ arch/x86/events/rapl.c | 46 ++++++++++++++++++++------ arch/x86/kernel/alternative.c | 6 ++-- arch/x86/kernel/cpu/acrn.c | 12 +++---- arch/x86/kernel/cpu/bugs.c | 8 ++++- arch/x86/kernel/crash.c | 2 +- arch/x86/kernel/fpu/xstate.c | 33 +++++++++++++++++- arch/x86/kernel/tsc_msr.c | 9 +++-- arch/x86/purgatory/Makefile | 5 ++- include/linux/hw_breakpoint.h | 3 -- kernel/events/core.c | 4 +-- kernel/futex.c | 4 +-- kernel/kexec_file.c | 41 ++++++++++++++--------- kernel/sched/core.c | 15 +++------ kernel/sched/sched.h | 2 +- 15 files changed, 133 insertions(+), 61 deletions(-)