This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allnoconfig in repository toolchain/ci/linux.
from d3dca69085e9 Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...] adds 02d715b4a818 iommu/vt-d: Fix RCU list debugging warnings adds 77a1bce84bba iommu/vt-d: Fix a bug in intel_iommu_iova_to_phys() for huge page adds 08090744f2db iommu/io-pgtable-arm: Fix IOVA validation for 32-bit adds 65ac74f1de33 iommu/dma: Fix MSI reservation allocation adds 2d48ea0efb88 iommu/vt-d: Fix RCU-list bugs in intel_iommu_init() adds f5152416528c iommu/vt-d: Silence RCU-list debugging warnings adds 59833696442c iommu/vt-d: dmar: replace WARN_TAINT with pr_warn + add_taint adds 96788c7a7f1e iommu/vt-d: dmar_parse_one_rmrr: replace WARN_TAINT with p [...] adds 81ee85d04624 iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT [...] adds ba3b01d7a6f4 iommu/vt-d: Fix debugfs register reads adds b0bb0c22c4db iommu/vt-d: Fix the wrong printing in RHSA parsing adds da72a379b2ec iommu/vt-d: Ignore devices with out-of-spec domain number adds 730ad0ede130 iommu/amd: Fix IOMMU AVIC not properly update the is_run b [...] adds 1da8347d8505 iommu/vt-d: Populate debugfs if IOMMUs are detected adds de28a65cd0e3 Merge tag 'iommu-fixes-v5.6-rc5' of git://git.kernel.org/p [...] adds 286d3250c9d6 efi: Fix a race and a buffer overflow while reading efivar [...] adds d6c066fda90d efi: Add a sanity check to efivar_store_raw() adds b67775e12457 Merge tag 'efi-urgent-2020-03-15' of git://git.kernel.org/ [...] adds d364847eed89 x86/mce/therm_throt: Undo thermal polling properly on CPU offline adds 59b5809655bd x86/mce: Fix logic and comments around MSR_PPIN_CTL adds 52ac3777fc45 Merge tag 'ras-urgent-2020-03-15' of git://git.kernel.org/ [...] adds ecc421e05bab sys/sysinfo: Respect boottime inside time namespace adds ffe6da91b00e Merge tag 'timers-urgent-2020-03-15' of git://git.kernel.o [...] adds cff20b3151cc perf tests bp_account: Make global variable static adds ebcb9464a2ae perf env: Do not return pointers to local variables adds 7125f204501e perf parse-events: Use asprintf() instead of strncpy() to [...] adds e4d9b04b973b perf bench: Share some global variables to fix build with gcc 10 adds b5c0951860ba perf symbols: Don't try to find a vmlinux file when lookin [...] adds b95b4d5ef061 Merge tag 'perf-urgent-for-mingo-5.6-20200303' of git://gi [...] adds cfd3bc752a3f perf diff: Fix undefined string comparision spotted by cla [...] adds 29b4f5f18857 perf top: Fix stdio interface input handling with glibc 2.28+ adds f649bd9dd5d5 perf bench futex-wake: Restore thread count default to onl [...] adds 7b919a53102d perf bench: Clear struct sigaction before sigaction() syscall adds 3f5777fbaf04 perf jevents: Fix leak of mapfile memory adds 441b62acd9c8 tools: Fix off-by 1 relative directory includes adds 798048f85093 Merge tag 'perf-urgent-for-mingo-5.6-20200306' of git://gi [...] adds f967140dfb74 perf/amd/uncore: Replace manual sampling check with CAP_NO [...] adds e99bc917fe02 Merge tag 'perf-urgent-2020-03-15' of git://git.kernel.org [...] adds 985e537a4082 x86/ioremap: Map EFI runtime services data as encrypted for SEV adds 469ff207b4c4 x86/vector: Remove warning on managed interrupt migration adds ec181b7f30bd Merge tag 'x86-urgent-2020-03-15' of git://git.kernel.org/ [...] adds 8019ad13ef7f futex: Fix inode life-time issue adds 8d67743653dc futex: Unbreak futex hashing adds 34d5a4b336e7 Merge tag 'locking-urgent-2020-03-15' of git://git.kernel. [...] adds d01fd161e859 irqchip/gic-v3: Workaround Cavium erratum 38539 when readi [...] adds 92c227554c8e Merge tag 'irqchip-fixes-5.6-2' of git://git.kernel.org/pu [...] adds a42a7bb6f536 Merge tag 'irq-urgent-2020-03-15' of git://git.kernel.org/ [...] new fb33c6510d55 Linux 5.6-rc6
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/arm64/silicon-errata.rst | 2 + Makefile | 2 +- arch/x86/events/amd/uncore.c | 17 +++--- arch/x86/kernel/apic/vector.c | 14 ++--- arch/x86/kernel/cpu/mce/intel.c | 9 ++-- arch/x86/kernel/cpu/mce/therm_throt.c | 9 +++- arch/x86/mm/ioremap.c | 18 +++++++ drivers/firmware/efi/efivars.c | 32 +++++++---- drivers/iommu/amd_iommu.c | 4 +- drivers/iommu/dma-iommu.c | 16 +++--- drivers/iommu/dmar.c | 24 ++++++--- drivers/iommu/intel-iommu-debugfs.c | 51 ++++++++++++------ drivers/iommu/intel-iommu.c | 28 ++++++---- drivers/iommu/io-pgtable-arm.c | 4 +- drivers/irqchip/irq-gic-v3.c | 30 ++++++++++- fs/inode.c | 1 + include/linux/dmar.h | 14 +++-- include/linux/fs.h | 1 + include/linux/futex.h | 17 +++--- include/linux/intel-iommu.h | 2 + kernel/futex.c | 93 +++++++++++++++++++------------- kernel/sys.c | 2 + tools/include/uapi/asm/errno.h | 14 ++--- tools/perf/arch/arm64/util/arm-spe.c | 20 +++---- tools/perf/arch/arm64/util/perf_regs.c | 2 +- tools/perf/arch/powerpc/util/perf_regs.c | 4 +- tools/perf/arch/x86/util/auxtrace.c | 14 ++--- tools/perf/arch/x86/util/event.c | 12 ++--- tools/perf/arch/x86/util/header.c | 4 +- tools/perf/arch/x86/util/intel-bts.c | 24 ++++----- tools/perf/arch/x86/util/intel-pt.c | 30 +++++------ tools/perf/arch/x86/util/machine.c | 6 +-- tools/perf/arch/x86/util/perf_regs.c | 8 +-- tools/perf/arch/x86/util/pmu.c | 6 +-- tools/perf/bench/bench.h | 4 ++ tools/perf/bench/epoll-ctl.c | 8 +-- tools/perf/bench/epoll-wait.c | 12 ++--- tools/perf/bench/futex-hash.c | 13 ++--- tools/perf/bench/futex-lock-pi.c | 12 ++--- tools/perf/bench/futex-requeue.c | 1 + tools/perf/bench/futex-wake-parallel.c | 1 + tools/perf/bench/futex-wake.c | 5 +- tools/perf/builtin-diff.c | 3 +- tools/perf/builtin-top.c | 4 +- tools/perf/pmu-events/jevents.c | 15 +++--- tools/perf/tests/bp_account.c | 2 +- tools/perf/util/block-info.c | 3 +- tools/perf/util/env.c | 4 +- tools/perf/util/map.c | 2 +- tools/perf/util/parse-events.c | 10 +--- tools/perf/util/symbol.c | 13 +++-- 51 files changed, 395 insertions(+), 251 deletions(-)