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-arm-mainline-allnoconfig in repository toolchain/ci/linux.
from bbe2ba04c5a9 Merge tag 'net-5.10-rc7' of git://git.kernel.org/pub/scm/l [...] adds cb7ff314e1d9 drm/tegra: sor: Don't warn on probe deferral adds 5c1d644c09db drm/tegra: sor: Ensure regulators are disabled on teardown adds 41f71629b4c4 drm/tegra: replace idr_init() by idr_init_base() adds 123f01a0c989 drm/tegra: output: Do not put OF node twice adds bf3a3cdcad40 drm/tegra: sor: Disable clocks on error in tegra_sor_init() adds aac06646aa85 Merge tag 'drm/tegra/for-5.10-rc7' of ssh://git.freedeskto [...] adds 777a7717d60c drm/i915/gt: Program mocs:63 for cache eviction on gen9 adds 9261a1db80bc drm/i915/gt: Protect context lifetime with RCU adds 2bfdf302465a drm/i915/gt: Split the breadcrumb spinlock between global [...] adds 78b2eb8a1f10 drm/i915/gt: Retain default context state across shrinking adds aff76ab79536 drm/i915/gt: Limit frequency drop to RPe on parking adds 37eade64eb11 drm/i915/display: return earlier from intel_modeset_init() [...] adds ccc9e67ab26f drm/i915/display: Defer initial modeset until after GGTT i [...] adds 94cfbd05e46a Merge tag 'drm-intel-fixes-2020-12-03' of git://anongit.fr [...] adds acab02c1af43 drm/amdgpu/pm/smu11: Fix fan set speed bug adds 7e0b367db85e drm/amd/display: Init clock value by current vbios CLKs adds ac2db9488cf2 drm/amdgpu/vcn3.0: stall DPG when WPTR/RPTR reset adds efd6d85a1810 drm/amdgpu/vcn3.0: remove old DPG workaround adds 5353219ffdff Merge tag 'amd-drm-fixes-5.10-2020-12-02' of git://people. [...] adds 777ee15e8861 drm: mxsfb: fix fence synchronization adds c70582bbf299 drm: mxsfb: Implement .format_mod_supported adds aea656b0d05e drm/nouveau: make sure ret is initialized in nouveau_ttm_i [...] adds aec9fe892812 drm/rockchip: Avoid uninitialized use of endpoint id in LVDS adds 7c4bada12d32 drm/panel: sony-acx565akm: Fix race condition in probe adds fd4e788e971c drm/omap: sdi: fix bridge enable/disable adds de9b485d1dc9 Merge tag 'drm-misc-fixes-2020-12-03' of git://anongit.fre [...] adds e87297fa080a Merge tag 'drm-fixes-2020-12-04' of git://anongit.freedesk [...] adds a7a10bce8a04 dm integrity: don't use drivers that have CRYPTO_ALG_ALLOC [...] adds e5d41cbca1b2 dm writecache: advance the number of arguments when report [...] adds 67aa3ec3dbc4 dm writecache: fix the maximum number of arguments adds 35d2835d2ac4 Revert "dm cache: fix arm link errors with inline" adds 89478335718c dm: fix bug with RCU locking in dm_blk_report_zones adds e7b624183d92 dm table: Remove BUG_ON(in_interrupt()) adds 857c4c0a8b28 dm writecache: remove BUG() and fail gracefully instead adds 3ee16db390b4 dm: fix IO splitting adds f05c4403db5b dm: fix double RCU unlock in dm_dax_zero_page_range() error path adds bde3808bc8c2 dm: remove invalid sparse __acquires and __releases annotations adds b3298500b23f Merge tag 'for-5.10/dm-fixes' of git://git.kernel.org/pub/ [...]
No new revisions were added by this update.
Summary of changes: block/blk-merge.c | 2 +- drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c | 25 ++- .../drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c | 13 +- drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c | 7 +- drivers/gpu/drm/i915/display/intel_display.c | 24 +-- drivers/gpu/drm/i915/gt/intel_breadcrumbs.c | 168 +++++++++------------ drivers/gpu/drm/i915/gt/intel_breadcrumbs_types.h | 6 +- drivers/gpu/drm/i915/gt/intel_context.c | 15 +- drivers/gpu/drm/i915/gt/intel_context_types.h | 23 ++- drivers/gpu/drm/i915/gt/intel_mocs.c | 14 +- drivers/gpu/drm/i915/gt/intel_rps.c | 4 + drivers/gpu/drm/i915/gt/shmem_utils.c | 7 +- drivers/gpu/drm/i915/i915_request.h | 6 +- drivers/gpu/drm/mxsfb/mxsfb_kms.c | 11 ++ drivers/gpu/drm/nouveau/nouveau_bo.c | 2 +- drivers/gpu/drm/omapdrm/dss/sdi.c | 10 +- drivers/gpu/drm/panel/panel-sony-acx565akm.c | 2 +- drivers/gpu/drm/rockchip/rockchip_lvds.c | 2 +- drivers/gpu/drm/tegra/drm.c | 2 +- drivers/gpu/drm/tegra/output.c | 1 - drivers/gpu/drm/tegra/sor.c | 76 +++++----- drivers/md/dm-cache-target.c | 4 - drivers/md/dm-integrity.c | 4 +- drivers/md/dm-table.c | 11 -- drivers/md/dm-writecache.c | 6 +- drivers/md/dm.c | 29 ++-- include/linux/blkdev.h | 11 +- 27 files changed, 261 insertions(+), 224 deletions(-)