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-defconfig 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 [...] adds 7f439bc2d7e8 Input: evdev - convert kzalloc()/vzalloc() to kvzalloc() adds 97e24b095348 Input: sun4i-ts - add a check for devm_thermal_zone_of_sen [...] adds bcfcb7f9b480 Input: pegasus_notetaker - fix endpoint sanity check adds 3111491fca4f Input: aiptek - fix endpoint sanity check adds cfa4f6a99fb1 Input: aiptek - use descriptors of current altsetting adds a8eeb74df5a6 Input: gtco - fix endpoint sanity check adds 3563c629fb9a Input: gtco - fix extra-descriptor debug message adds cea799114475 Input: gtco - drop redundant variable reinit adds 6b32391ed675 Input: sur40 - fix interface sanity checks adds 8ff771f8c8d5 Revert "Input: synaptics-rmi4 - don't increment rmiaddr fo [...] adds c15f8ba6dc1f Input: rmi_f54 - read from FIFO in 32 byte blocks adds ce535a2efb48 Input: max77650-onkey - add of_match table adds ba9a103f40fc Input: keyspan-remote - fix control-message timeouts adds 996d5d5f89a5 Input: pm8xxx-vib - fix handling of separate enable register adds d5d359b0ac3f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
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/input/evdev.c | 5 +- drivers/input/misc/keyspan_remote.c | 9 +- drivers/input/misc/max77650-onkey.c | 7 ++ drivers/input/misc/pm8xxx-vibrator.c | 2 +- drivers/input/rmi4/rmi_f54.c | 43 ++++--- drivers/input/rmi4/rmi_smbus.c | 2 + drivers/input/tablet/aiptek.c | 8 +- drivers/input/tablet/gtco.c | 13 +-- drivers/input/tablet/pegasus_notetaker.c | 2 +- drivers/input/touchscreen/sun4i-ts.c | 6 +- drivers/input/touchscreen/sur40.c | 2 +- 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 +-- 37 files changed, 549 insertions(+), 241 deletions(-)