This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from a1cffe8cc8ae Merge tag 'dma-mapping-6.14-2025-03-21' of git://git.kerne [...] new 7643dbd9db09 smb: client: don't retry IO on failed negprotos with soft mounts new a7ea35b61e37 Merge tag 'v6.14-rc7-smb3-client-fix' of git://git.samba.o [...] new a952f1ab6968 drm/sched: Fix fence reference count leak new 80cbee810e4e drm/v3d: Don't run jobs that have errors flagged in its fence new c3e4a25602f8 drm/v3d: Set job pointer to NULL when the job's fence has [...] new 84a833d90635 accel/qaic: Fix possible data corruption in BOs > 2G new 67d15c7aa086 accel/qaic: Fix integer overflow in qaic_validate_req() new cb83f4b965a6 gpu: host1x: Do not assume that a NULL domain means no DMA IOMMU new d2738724e41c Merge tag 'drm-misc-fixes-2025-03-20' of ssh://gitlab.free [...] new 50af7cab7520 drm/xe: Fix exporting xe buffers multiple times new 5854df5017a5 Merge tag 'drm-xe-fixes-2025-03-20' of https://gitlab.free [...] new dd8689b52a24 drm/radeon: fix uninitialized size issue in radeon_vce_cs_parse() new f0105e173103 drm/amdgpu: Fix MPEG2, MPEG4 and VC1 video caps max size new ec33964d9d88 drm/amdgpu: Fix JPEG video caps max size for navi1x and raven new 7fc076520850 drm/amdgpu: Remove JPEG from vega and carrizo video caps new 19b53f96856b drm/amd/pm: add unique_id for gfx12 new 5ca0040ecfe8 drm/amdgpu/pm: wire up hwmon fan speed for smu 14.0.2 new 424648c38381 drm/amdkfd: Fix instruction hazard in gfx12 trap handler new 86730b5261d4 drm/amdgpu/gfx12: correct cleanup of 'me' field with gfx_v [...] new 35b6162bb790 drm/amdgpu: Restore uncached behaviour on GFX12 new 542c3bb83673 drm/amdkfd: Fix user queue validation on Gfx7/8 new 35f0f9f42139 drm/amd/display: Fix message for support_edp0_on_dp1 new acbf16a6ae77 drm/amd/display: Use HW lock mgr for PSR1 when only one eDP new d60073294cc3 drm/amd/display: Fix incorrect fw_state address in dmub_srv new d9d4cb224e41 drm/amdgpu/pm: Handle SCLK offset correctly in overdrive f [...] new 41e09ef6c26f Merge tag 'amd-drm-fixes-6.14-2025-03-20' of https://gitla [...] new b3ee1e460951 Merge tag 'drm-fixes-2025-03-21' of https://gitlab.freedes [...]
The 27 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/accel/qaic/qaic_data.c | 9 +- drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 2 +- drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c | 22 +- drivers/gpu/drm/amd/amdgpu/nv.c | 20 +- drivers/gpu/drm/amd/amdgpu/soc15.c | 21 +- drivers/gpu/drm/amd/amdgpu/vi.c | 43 +- drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler.h | 677 +++++++++++---------- .../gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx12.asm | 82 +-- drivers/gpu/drm/amd/amdkfd/kfd_queue.c | 12 +- drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 8 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +- .../gpu/drm/amd/display/dc/dce/dmub_hw_lock_mgr.c | 11 + drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c | 2 +- drivers/gpu/drm/amd/pm/amdgpu_pm.c | 2 + .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 94 +-- drivers/gpu/drm/radeon/radeon_vce.c | 2 +- drivers/gpu/drm/scheduler/sched_entity.c | 11 +- drivers/gpu/drm/v3d/v3d_sched.c | 23 +- drivers/gpu/drm/xe/xe_bo.h | 2 - drivers/gpu/drm/xe/xe_dma_buf.c | 2 +- drivers/gpu/host1x/dev.c | 6 + fs/smb/client/cifssmb.c | 46 +- fs/smb/client/smb2pdu.c | 96 ++- 23 files changed, 638 insertions(+), 557 deletions(-)