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-master-arm-mainline-allmodconfig in repository toolchain/ci/linux.
from 4703d9119972 Merge tag 'xarray-5.5' of git://git.infradead.org/users/wi [...] adds 4d627c88546a mmc: sdhci_am654: Remove Inverted Write Protect flag adds de31f6ab68a3 mmc: sdhci_am654: Reset Command and Data line after tuning adds 27f4e1e9425e mmc: sdhci_am654: Fix Command Queuing in AM65x adds f571389c0b01 mmc: tegra: fix SDR50 tuning override adds 2a187d033520 mmc: sdhci: fix minimum clock rate for v3 controller adds 838a860a3905 Merge tag 'mmc-v5.5-rc2-2' of git://git.kernel.org/pub/scm [...] adds ab10ae1c3bef lib: Reduce user_access_begin() boundaries in strncpy_from [...] adds db1a07956968 drm/dp_mst: Handle SST-only branch device case adds bdefca2d8dc0 drm/panfrost: Add the panfrost_gem_mapping concept adds a48d4a33b6ef Merge tag 'drm-misc-fixes-2020-01-22-1' of git://anongit.f [...] adds ecc4d2a52df6 drm/i915/userptr: fix size calculation adds 5eec71829ad7 drm/i915: Align engine->uabi_class/instance with i915_drm.h adds b52937145d6f Merge tag 'drm-intel-fixes-2020-01-23' of git://anongit.fr [...] adds 23fe1390c7f1 drm/amdgpu: remove the experimental flag for renoir adds 49412f6636ba Merge tag 'amd-drm-fixes-5.5-2020-01-23' of git://people.f [...] adds 274adbff45e3 Merge tag 'drm-fixes-2020-01-24' of git://anongit.freedesk [...] adds a2db55dda9cf powerpc: Ultravisor: Fix the dependencies for CONFIG_PPC_UV adds 17328f218fb7 powerpc/xive: Discard ESB load value when interrupt is invalid adds 5d2e5dd5849b powerpc/mm/hash: Fix sharing context ids between kernel & [...] adds 3c45d7510cf5 Merge tag 'powerpc-5.5-6' of git://git.kernel.org/pub/scm/ [...] adds bf708cfb2f48 iommu/vt-d: Call __dmar_remove_one_dev_info with valid pointer adds 8c17bbf6c8f7 iommu/amd: Fix IOMMU perf counter clobbering during init adds 6381b442836e Merge tag 'iommu-fixes-v5.5-rc7' of git://git.kernel.org/p [...]
No new revisions were added by this update.
Summary of changes: arch/powerpc/Kconfig | 6 +- arch/powerpc/include/asm/book3s/64/mmu-hash.h | 5 +- arch/powerpc/include/asm/xive-regs.h | 1 + arch/powerpc/sysdev/xive/common.c | 15 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 +- drivers/gpu/drm/drm_dp_mst_topology.c | 140 +++++++++++++---------- drivers/gpu/drm/i915/gem/i915_gem_busy.c | 12 +- drivers/gpu/drm/i915/gem/i915_gem_userptr.c | 9 +- drivers/gpu/drm/i915/gt/intel_engine_types.h | 4 +- drivers/gpu/drm/i915/i915_gem_gtt.c | 2 + drivers/gpu/drm/panfrost/panfrost_drv.c | 91 +++++++++++++-- drivers/gpu/drm/panfrost/panfrost_gem.c | 124 +++++++++++++++++--- drivers/gpu/drm/panfrost/panfrost_gem.h | 41 ++++++- drivers/gpu/drm/panfrost/panfrost_gem_shrinker.c | 3 +- drivers/gpu/drm/panfrost/panfrost_job.c | 13 ++- drivers/gpu/drm/panfrost/panfrost_job.h | 1 + drivers/gpu/drm/panfrost/panfrost_mmu.c | 61 +++++----- drivers/gpu/drm/panfrost/panfrost_mmu.h | 6 +- drivers/gpu/drm/panfrost/panfrost_perfcnt.c | 34 ++++-- drivers/iommu/amd_iommu_init.c | 24 +++- drivers/iommu/intel-iommu.c | 3 +- drivers/mmc/host/sdhci-tegra.c | 2 +- drivers/mmc/host/sdhci.c | 10 +- drivers/mmc/host/sdhci_am654.c | 54 ++++++--- lib/strncpy_from_user.c | 14 +-- lib/strnlen_user.c | 14 +-- 26 files changed, 490 insertions(+), 201 deletions(-)