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-aarch64-mainline-allnoconfig in repository toolchain/ci/linux.
from 12491ed354d2 Merge tag 'devicetree-fixes-for-5.0-3' of git://git.kernel [...] adds a6279470762c Btrfs: fix deadlock when allocating tree block during leaf [...] adds 302167c50b32 btrfs: don't end the transaction for delayed refs in throttle adds 92900e5160a5 btrfs: fix potential oops in device_list_add adds c7cc64a98512 btrfs: clean up pending block groups when transaction comm [...] adds 532b618bdf23 btrfs: On error always free subvol_name in btrfs_mount adds 312b3a93dda6 Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/sc [...] adds 74c953ca5f6b efi/arm64: Fix debugfs crash by adding a terminator for pt [...] adds 89401be6580e Merge branch 'efi-urgent-for-linus' of git://git.kernel.or [...] adds 99d86c8b8839 perf ordered_events: Fix crash in ordered_events__free adds 96167167b6e1 perf script: Fix crash with printing mixed trace point and [...] adds 1a51c5da5acc perf core: Fix perf_proc_update_handler() bug adds 94ec1eb711db perf python: Remove -fstack-clash-protection when building [...] adds 1497e804d1a6 perf tools: Handle TOPOLOGY headers with no CPU adds da06d5683868 perf top: Fix wrong hottest instruction highlighted adds 8bf8c6da53c2 perf script: Fix crash when processing recorded stat data adds d3c8c0af7565 Merge tag 'perf-urgent-for-mingo-5.0-20190121' of git://gi [...] adds 58f6d4287af7 Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] adds 34d66caf251d x86/speculation: Remove redundant arch_smt_update() invocation adds b284909abad4 cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM adds cc6810e36bd8 Merge branch 'smp-urgent-for-linus' of git://git.kernel.or [...] adds 00ae831dfe44 x86/cpu: Add Atom Tremont (Jacobsville) adds b677dfae5aa1 x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampolin [...] adds 5ccd35287eda x86/fault: Fix sign-extend unintended sign extension adds 0b053bbf0786 MAINTAINERS: Add Andy and Darren as arch/x86/platform/ reviewers adds 912139cfbfa6 x86/microcode/amd: Don't falsely trick the late loading mechanism adds 2aa958c99c7f x86/kexec: Don't setup EFI info if EFI runtime is not enabled adds e6d429313ea5 x86/resctrl: Avoid confusion over the new X86_RESCTRL config adds 24b888d8d598 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...] new 8834f5600cf3 Linux 5.0-rc5
The 1 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/x86/resctrl_ui.txt | 2 +- MAINTAINERS | 9 +++++ Makefile | 2 +- arch/x86/Kconfig | 6 +-- arch/x86/boot/compressed/head_64.S | 8 ++++ arch/x86/boot/compressed/pgtable.h | 2 +- arch/x86/include/asm/intel-family.h | 3 +- arch/x86/include/asm/resctrl_sched.h | 4 +- arch/x86/kernel/cpu/Makefile | 2 +- arch/x86/kernel/cpu/bugs.c | 2 +- arch/x86/kernel/cpu/microcode/amd.c | 2 +- arch/x86/kernel/cpu/resctrl/Makefile | 4 +- arch/x86/kernel/kexec-bzimage64.c | 3 ++ arch/x86/kvm/vmx/vmx.c | 3 +- arch/x86/mm/fault.c | 2 +- drivers/firmware/efi/arm-runtime.c | 5 ++- fs/btrfs/ctree.c | 78 +++++++++++++++++++++++------------- fs/btrfs/super.c | 3 ++ fs/btrfs/transaction.c | 24 +++++++---- fs/btrfs/volumes.c | 4 +- include/linux/cpu.h | 2 - include/linux/sched.h | 2 +- kernel/cpu.c | 38 +++--------------- kernel/events/core.c | 14 +++---- kernel/sched/fair.c | 1 + kernel/smp.c | 2 - tools/perf/builtin-script.c | 9 ++--- tools/perf/ui/browsers/annotate.c | 16 +++++--- tools/perf/util/cpumap.c | 11 ++++- tools/perf/util/ordered-events.c | 6 ++- tools/perf/util/setup.py | 2 + 31 files changed, 154 insertions(+), 117 deletions(-)