This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-arm in repository toolchain/ci/linux.
from 74c78b4291b4 Merge tag 'net-5.16-rc8' of git://git.kernel.org/pub/scm/l [...] adds 012e332286e2 fs/mount_setattr: always cleanup mount_kattr adds 0f9d36af8f21 drm/i915: Fix possible uninitialized variable in parallel [...] adds d46f329a3f60 drm/i915: Increment composite fence seqno adds 05097b19a900 Merge tag 'drm-intel-fixes-2021-12-29' of git://anongit.fr [...] adds bf67014d6bda drm/amdgpu: introduce new amdgpu_fence object to indicate [...] adds 19e66d512e41 drm/amd/pm: Fix xgmi link control on aldebaran adds b7865173cf6a drm/amdgpu: When the VCN(1.0) block is suspended, powergat [...] adds 5e713c6afa34 drm/amdgpu: add support for IP discovery gc_info table v2 adds 4d625a97a7e9 drm/amdgpu: fix runpm documentation adds 8c45096c60d6 drm/amd/pm: skip setting gfx cgpg in the s0ix suspend-resume adds daf8de0874ab drm/amdgpu: always reset the asic in suspend (v2) adds 7be3be2b027c drm/amdgpu: put SMU into proper state on runpm suspending [...] adds ebae8973884e drm/amdgpu: no DC support for headless chips adds 2eb82577a16d drm/amd/display: fix B0 TMDS deepcolor no dislay issue adds d97e631af2db drm/amd/display: Added power down for DCN10 adds a07f8b998354 drm/amd/display: Send s0i2_rdy in stream_count == 0 optimization adds 33735c1c8d02 drm/amd/display: Set optimize_pwr_state for DCN31 adds 33bb63915fee drm/amd/display: Fix USB4 null pointer dereference in upda [...] adds ee2698cf79cc drm/amd/display: Changed pipe split policy to allow for mu [...] adds aeeb82fd6147 Merge tag 'amd-drm-fixes-5.16-2021-12-29' of https://gitla [...] adds fc74881c28d3 drm/amdgpu: fix dropped backing store handling in amdgpu_d [...] adds 67f74302f45d drm/nouveau: wait for the exclusive fence after the shared [...] adds ce9b333c73a5 Merge branch 'drm-misc-fixes' of ssh://git.freedesktop.org [...] adds 4f3d93c6eaff Merge tag 'drm-fixes-2021-12-31' of git://anongit.freedesk [...] adds 9020be114a47 scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write() adds 1b8d0300a3e9 scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_co [...] adds 142c779d05d1 scsi: vmw_pvscsi: Set residual data length conditionally adds e46227bf3899 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds f5c73297181c userfaultfd/selftests: fix hugetlb area allocations adds ebb3f994dd92 mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_id [...] adds f87bcc88f302 Merge branch 'akpm' (patches from Andrew) adds 1b4e3f26f9f7 mm: vmscan: Reduce throttling due to a failure to make progress new 800829388818 mm: vmscan: reduce throttling due to a failure to make pro [...]
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: drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 17 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 76 +++++++++---- drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 27 ++++- drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 126 ++++++++++++++------- drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | 4 +- drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c | 7 ++ .../amd/display/dc/clk_mgr/dcn31/dcn31_clk_mgr.c | 1 + drivers/gpu/drm/amd/display/dc/core/dc_link.c | 5 +- drivers/gpu/drm/amd/display/dc/dcn10/dcn10_init.c | 1 + .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c | 2 +- .../drm/amd/display/dc/dcn201/dcn201_resource.c | 2 +- .../gpu/drm/amd/display/dc/dcn21/dcn21_resource.c | 2 +- .../gpu/drm/amd/display/dc/dcn30/dcn30_resource.c | 2 +- .../drm/amd/display/dc/dcn301/dcn301_resource.c | 2 +- .../drm/amd/display/dc/dcn302/dcn302_resource.c | 2 +- .../drm/amd/display/dc/dcn303/dcn303_resource.c | 2 +- drivers/gpu/drm/amd/display/dc/dcn31/dcn31_init.c | 1 + .../gpu/drm/amd/display/dc/dcn31/dcn31_resource.c | 27 ++++- .../gpu/drm/amd/display/dc/dcn31/dcn31_resource.h | 31 +++++ drivers/gpu/drm/amd/include/discovery.h | 49 ++++++++ drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 7 +- drivers/gpu/drm/amd/pm/swsmu/smu12/smu_v12_0.c | 3 +- drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c | 2 +- drivers/gpu/drm/i915/gem/i915_gem_context.c | 2 +- drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 2 +- drivers/gpu/drm/nouveau/nouveau_fence.c | 28 ++--- drivers/scsi/libiscsi.c | 6 +- drivers/scsi/lpfc/lpfc_debugfs.c | 4 +- drivers/scsi/vmw_pvscsi.c | 7 +- fs/namespace.c | 9 +- include/linux/mmzone.h | 1 + include/trace/events/vmscan.h | 4 +- mm/damon/dbgfs.c | 9 +- mm/vmscan.c | 65 +++++++++-- tools/testing/selftests/vm/userfaultfd.c | 16 ++- 36 files changed, 410 insertions(+), 143 deletions(-)