This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allnoconfig in repository toolchain/ci/linux.
from 01305db842e1 Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/user [...] adds 471a739a47aa PCI: PM: Avoid skipping bus-level PM on platforms without ACPI adds 2407e486066b Merge tag 'pm-5.2-rc7' of git://git.kernel.org/pub/scm/lin [...] adds 18df7577adae efi/memreserve: deal with memreserve entries in unmapped memory adds a483fcab38b4 efi/bgrt: Drop BGRT status field reserved bits check adds 919aef44d73d x86/efi: fix a -Wtype-limits compilation warning adds 975a6166a858 efibc: Replace variable set function in notifier call adds 48c7d73b2362 Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/lin [...] adds a7211bc9f3d5 Merge branch 'efi-urgent-for-linus' of git://git.kernel.or [...] adds db56c5128e66 irqchip/irq-csky-mpintc: Support auto irq deliver to all cpus adds eb737b8f4460 irqchip/ti-sci-inta: Fix kernel crash if irq_create_fwspec [...] adds 6d4d367d0e9f irqchip/mips-gic: Use the correct local interrupt map registers adds a050fa5476d4 irqchip/gic-v3-its: Fix command queue pointer comparison bug adds a52548dd0491 Merge tag 'irqchip-5.2-2' of git://git.kernel.org/pub/scm/ [...] adds eed7d30e126d Merge branch 'irq-urgent-for-linus' of git://git.kernel.or [...] adds 085ebfe937d7 perf/core: Fix perf_sample_regs_user() mm check adds 913a90bc5a3a perf/ioctl: Add check for the sample_period value adds e321d02db87a perf/x86: Disable extended registers for non-supported PMUs adds 90d424915ab6 perf/x86/regs: Check reserved bits adds dce86ac75d77 perf/x86: Clean up PEBS_XMM_REGS adds cd6b984f6d8c perf/x86: Remove pmu->pebs_no_xmm_regs adds 8b12b812f536 perf/x86/regs: Use PERF_REG_EXTENDED_MASK adds 57103eb7c6ca Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] adds 5423f5ce5ca4 x86/microcode: Fix the microcode load on CPU hotplug for real adds 32f010deab57 x86/resctrl: Prevent possible overrun during bitmap operations adds ea136a112d89 x86/apic: Fix integer overflow on 10 bit left shift of cpu_khz adds 81c7ed296dcd x86/boot/64: Fix crash if kernel image crosses page table [...] adds c1887159eb48 x86/boot/64: Add missing fixup_pointer() for next_early_pg [...] adds 432c833218dd x86/mm: Handle physical-virtual alignment mismatch in phys [...] adds c1f7fec1eb6a x86/speculation: Allow guests to use SSBD even if host does not adds 83f44ae0f8af perf/x86: Always store regs->ip in perf_callchain_kernel() adds ae6a45a08689 x86/unwind/orc: Fall back to using frame pointers for gene [...] adds 728254541ebc Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...] adds 1bf727202817 cpu/speculation: Warn on unsupported mitigations= parameter adds 33d4a5a7a5b4 cpu/hotplug: Fix out-of-bounds read when setting fail state adds 7c15f41e8743 Merge branch 'smp-urgent-for-linus' of git://git.kernel.or [...] adds e13e7cd4c0c1 powerpc/64s/exception: Fix machine check early corrupting AMR adds 39132f746ece Merge tag 'powerpc-5.2-7' of git://git.kernel.org/pub/scm/ [...] adds 6fbc7275c7a9 Linux 5.2-rc7
No new revisions were added by this update.
Summary of changes: Makefile | 4 ++-- arch/mips/include/asm/mips-gic.h | 30 +++++++++++++++++++++++++ arch/powerpc/kernel/exceptions-64s.S | 2 +- arch/x86/events/core.c | 16 ++++++------- arch/x86/events/intel/ds.c | 9 ++++---- arch/x86/events/perf_event.h | 21 +---------------- arch/x86/include/uapi/asm/perf_regs.h | 3 +++ arch/x86/kernel/apic/apic.c | 3 ++- arch/x86/kernel/cpu/bugs.c | 11 ++++++++- arch/x86/kernel/cpu/microcode/core.c | 15 ++++++++----- arch/x86/kernel/cpu/resctrl/rdtgroup.c | 35 +++++++++++++---------------- arch/x86/kernel/head64.c | 20 +++++++++-------- arch/x86/kernel/perf_regs.c | 7 ++++-- arch/x86/kernel/unwind_orc.c | 26 +++++++++++++++++---- arch/x86/mm/init_64.c | 24 +++++++++++--------- arch/x86/platform/efi/quirks.c | 2 +- drivers/firmware/efi/efi-bgrt.c | 5 ----- drivers/firmware/efi/efi.c | 12 ++++++++-- drivers/firmware/efi/efibc.c | 12 +++++----- drivers/irqchip/irq-csky-mpintc.c | 15 +++++++++++-- drivers/irqchip/irq-gic-v3-its.c | 35 ++++++++++++++++++++--------- drivers/irqchip/irq-mips-gic.c | 4 ++-- drivers/irqchip/irq-ti-sci-inta.c | 4 ++-- drivers/pci/pci-driver.c | 8 +++---- include/linux/perf_event.h | 1 + include/linux/perf_regs.h | 8 +++++++ include/linux/suspend.h | 26 +++++++++++++++++++-- kernel/cpu.c | 6 +++++ kernel/events/core.c | 23 ++++++++++++++----- kernel/power/suspend.c | 3 +++ tools/arch/x86/include/uapi/asm/perf_regs.h | 3 +++ tools/perf/arch/x86/include/perf_regs.h | 1 - tools/perf/arch/x86/util/perf_regs.c | 4 ++-- 33 files changed, 266 insertions(+), 132 deletions(-)