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-arm-mainline-defconfig in repository toolchain/ci/linux.
from 40a31da414c3 Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] adds 02b2f549d502 libceph: allow setting abort_on_full for rbd adds c64a2b0516a0 ceph: use vmf_error() in ceph_filemap_fault() adds 85f5a4d666fd rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is set adds f87092c4337f Merge tag 'ceph-for-5.0-rc2' of git://github.com/ceph/ceph-client adds 6b68835b5af4 ACPI/IORT: Fix build when CONFIG_IOMMU_API=n adds d9ed41962ee2 arm64: asm-prototypes: Fix fat-fingered typo in comment adds b89d82ef01b3 arm64: kpti: Avoid rewriting early page tables when KASLR [...] adds c7777236dd8f ACPI/IORT: Fix rc_dma_get_range() adds 279667212ab2 arm64: kexec_file: return successfully even if kaslr-seed [...] adds c3405d689974 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] adds 6ebec961d59b i2c: dev: prevent adapter retries and timeout being set as [...] adds b67d4530cdad i2c: tegra: Fix Maximum transfer size adds 4b3c31c8d4dd Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...] new 15f77c4ade33 drm/nouveau: register backlight on pascal and newer new 118780066e30 drm/nouveau: Don't disable polling in fallback mode new a5176a4cb85b drm/nouveau/falcon: avoid touching registers if engine is off new ae5e5ae90d32 Merge branch 'linux-4.21' of git://github.com/skeggsb/linu [...] adds 62d85b3bf9d9 drm/fb-helper: Partially bring back workaround for bugs of [...] adds 66a8d5bfb518 drm/fb-helper: Ignore the value of fb_var_screeninfo.pixclock adds 4089e272ac61 gpu/drm: Fix lock held when returning to user space. new 95681cda8dcc Merge tag 'drm-misc-fixes-2019-01-10-1' of git://anongit.f [...] adds f0e994372518 drm/i915/gvt: Fix workload request allocation before request add adds 038a0a8d2972 Merge tag 'gvt-fixes-2019-01-09' of https://github.com/int [...] adds 1035f4a65f58 drm/i915: Disable PSR in Apple panels adds 107c595c2a27 drm/i915: Skip the ERR_PTR error state adds 280d479b3102 drm/i915: Unwind failure on pinning the gen7 ppgtt adds 70e31424eabe drm/i915: init per-engine WAs for all engines adds f299e0bdbaeb drm: Fix documentation generation for DP_DPCD_QUIRK_NO_PSR new e2d3c414ec0f Merge tag 'drm-intel-fixes-2019-01-11' of git://anongit.fr [...] new 7b5c8f5226bd Merge tag 'drm-fixes-2019-01-11-1' of git://anongit.freede [...] new d14eff1bc53e KVM: x86: Fix bit shifting in update_intel_pt_cfg new 98938aa8edd6 KVM: validate userspace input in kvm_clear_dirty_log_protect() new 3f14a89d1132 kvm: sev: Fail KVM_SEV_INIT if already initialized new b7c1c226f940 KVM/VMX: Avoid return error when flush tlb successfully in [...] new cf1754c2a1d6 Documentation/virtual/kvm: Update URL for AMD SEV API spec [...] new 826c1362e79a x86/kvm/nVMX: don't skip emulated instruction twice when v [...] new 473348891c36 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 14 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: .../virtual/kvm/amd-memory-encryption.rst | 2 +- arch/arm64/include/asm/asm-prototypes.h | 2 +- arch/arm64/include/asm/mmu.h | 41 +++++++ arch/arm64/include/asm/pgtable-prot.h | 4 +- arch/arm64/kernel/cpu_errata.c | 2 +- arch/arm64/kernel/cpufeature.c | 9 +- arch/arm64/kernel/head.S | 1 + arch/arm64/kernel/machine_kexec_file.c | 4 +- arch/x86/kvm/svm.c | 3 + arch/x86/kvm/vmx/nested.c | 3 +- arch/x86/kvm/vmx/vmx.c | 4 +- drivers/acpi/arm64/iort.c | 5 +- drivers/block/rbd.c | 9 +- drivers/gpu/drm/drm_atomic_uapi.c | 3 +- drivers/gpu/drm/drm_dp_helper.c | 2 + drivers/gpu/drm/drm_fb_helper.c | 133 ++++++++++++--------- drivers/gpu/drm/drm_mode_object.c | 4 +- drivers/gpu/drm/i915/gvt/scheduler.c | 64 ++++++---- drivers/gpu/drm/i915/gvt/scheduler.h | 1 + drivers/gpu/drm/i915/i915_debugfs.c | 12 +- drivers/gpu/drm/i915/i915_gem_gtt.c | 15 ++- drivers/gpu/drm/i915/i915_gpu_error.c | 23 ++-- drivers/gpu/drm/i915/i915_sysfs.c | 4 +- drivers/gpu/drm/i915/intel_lrc.c | 3 +- drivers/gpu/drm/i915/intel_psr.c | 6 + drivers/gpu/drm/nouveau/nouveau_backlight.c | 3 + drivers/gpu/drm/nouveau/nvkm/engine/falcon.c | 7 +- drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c | 7 +- drivers/i2c/busses/i2c-tegra.c | 15 ++- drivers/i2c/i2c-dev.c | 6 + fs/ceph/addr.c | 5 +- fs/ceph/super.c | 4 +- include/drm/drm_dp_helper.h | 7 ++ include/linux/ceph/libceph.h | 6 +- include/linux/ceph/osd_client.h | 1 - net/ceph/ceph_common.c | 11 +- net/ceph/debugfs.c | 2 +- net/ceph/osd_client.c | 4 +- virt/kvm/kvm_main.c | 9 +- 39 files changed, 309 insertions(+), 137 deletions(-)