This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 320475fbd590 Merge tag 'mtd/fixes-for-6.17-rc6' of git://git.kernel.org [...] new 90f7c100d2dd smb: client: fix compound alignment with encryption new c5ea3065586d smb: client: fix data loss due to broken rename(2) new cb780b79b236 Merge tag 'v6.17-rc5-smb3-client-fixes' of git://git.samba [...] new 5c5a41a75452 gpu: nova-core: depend on CONFIG_64BIT new 349510052f76 MAINTAINERS: Add drm-rust tree for Rust DRM drivers and in [...] new 2c38074c3667 Merge tag 'drm-rust-fixes-2025-09-05' of https://gitlab.fr [...] new cfa7b7659757 drm/i915/power: fix size for for_each_set_bit() in abox iteration new 467360e29595 Merge tag 'drm-intel-fixes-2025-09-10' of https://gitlab.f [...] new 440cec4ca1c2 drm/amdgpu: Wait for bootloader after PSPv11 reset new f5c32370dba6 drm/amd/display: Disable DPCD Probe Quirk new 70f0b051f82d drm/amd/display: Correct sequences and delays for DCN35 PG & RCG new 60f71f0db7b1 drm/amd/display: Drop dm_prepare_suspend() and dm_complete() new 1dfd2864a1c4 drm/amd/display: remove oem i2c adapter on finish new ce42a3b581a9 drm/amdkfd: fix p2p links bug in topology new 53503556273a amd/amdkfd: correct mem limit calculation for small APUs new 7838fb5f1191 drm/amdgpu: fix a memory leak in fence cleanup when unloading new 1d66c3f2b8c0 drm/amd/display: use udelay rather than fsleep new 857ccfc19f9b drm/amd/amdgpu: Declare isp firmware binary file new 2b10cb58d7a3 drm/amdgpu/vcn4: Fix IB parsing with multiple engine info [...] new 3318f2d20ce4 drm/amdgpu/vcn: Allow limiting ctx to instance 0 for AV1 a [...] new 1d00adb873a0 Merge tag 'amd-drm-fixes-6.17-2025-09-10' of https://gitla [...] new 4de37a48b6b5 drm/mediatek: fix potential OF node use-after-free new 9ba2556cef1d drm/mediatek: clean up driver data initialisation new f2c8bbb6e971 Merge tag 'mediatek-drm-fixes-20250910' of https://git.ker [...] new d5067034725b Revert "drm/nouveau: Remove waitque for sched teardown" new a00f2015acdb drm/panthor: validate group queue count new 87b90cee22d8 MAINTAINERS: drm-misc: fix X: entries for nova/nouveau new dab1f85526a4 Merge tag 'drm-misc-fixes-2025-09-11' of https://gitlab.fr [...] new 7934fdc25ad6 drm/xe/configfs: Don't touch survivability_mode on fini new 5c87fee3c96c drm/xe: Attempt to bring bos back to VRAM after eviction new d84820309ed3 drm/xe: Allow the pm notifier to continue on failure new eb5723a75104 drm/xe: Block exec and rebind worker while evicting for su [...] new fd99415ec8a8 drm/xe: Extend Wa_13011645652 to PTL-H, WCL new 9a3f210737e9 Merge tag 'drm-xe-fixes-2025-09-11' of https://gitlab.free [...] new 965c995c9a4b Merge tag 'drm-fixes-2025-09-12' of https://gitlab.freedes [...] new b816265396da PCI: mvebu: Fix use of for_each_of_range() iterator new 22f20375f5b7 Merge tag 'pci-v6.17-fixes-3' of git://git.kernel.org/pub/ [...]
The 37 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: MAINTAINERS | 13 +- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 44 +++-- drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 2 - drivers/gpu/drm/amd/amdgpu/isp_v4_1_1.c | 2 + drivers/gpu/drm/amd/amdgpu/psp_v11_0.c | 19 +- drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c | 12 +- drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c | 64 +++---- drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 3 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 34 ++-- .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 1 + drivers/gpu/drm/amd/display/dc/dc.h | 1 + .../gpu/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c | 74 ++++---- .../drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c | 2 +- .../drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c | 115 ++---------- .../gpu/drm/amd/display/dc/hwss/dcn35/dcn35_init.c | 3 - .../drm/amd/display/dc/hwss/dcn351/dcn351_init.c | 3 - drivers/gpu/drm/amd/display/dc/inc/hw/pg_cntl.h | 1 + .../drm/amd/display/dc/pg/dcn35/dcn35_pg_cntl.c | 78 +++++--- drivers/gpu/drm/i915/display/intel_display_power.c | 6 +- drivers/gpu/drm/mediatek/mtk_drm_drv.c | 23 +-- drivers/gpu/drm/nouveau/nouveau_fence.c | 15 -- drivers/gpu/drm/nouveau/nouveau_fence.h | 1 - drivers/gpu/drm/nouveau/nouveau_sched.c | 35 ++-- drivers/gpu/drm/nouveau/nouveau_sched.h | 9 +- drivers/gpu/drm/nouveau/nouveau_uvmm.c | 8 +- drivers/gpu/drm/panthor/panthor_drv.c | 2 +- drivers/gpu/drm/xe/tests/xe_bo.c | 2 +- drivers/gpu/drm/xe/tests/xe_dma_buf.c | 10 +- drivers/gpu/drm/xe/xe_bo.c | 16 +- drivers/gpu/drm/xe/xe_bo.h | 2 +- drivers/gpu/drm/xe/xe_device_types.h | 6 + drivers/gpu/drm/xe/xe_dma_buf.c | 2 +- drivers/gpu/drm/xe/xe_exec.c | 9 + drivers/gpu/drm/xe/xe_pm.c | 42 ++++- drivers/gpu/drm/xe/xe_survivability_mode.c | 3 +- drivers/gpu/drm/xe/xe_vm.c | 42 ++++- drivers/gpu/drm/xe/xe_vm.h | 2 + drivers/gpu/drm/xe/xe_vm_types.h | 5 + drivers/gpu/drm/xe/xe_wa_oob.rules | 3 +- drivers/gpu/nova-core/Kconfig | 1 + drivers/pci/controller/pci-mvebu.c | 21 +-- fs/smb/client/cifsglob.h | 13 +- fs/smb/client/file.c | 18 +- fs/smb/client/inode.c | 86 +++++++-- fs/smb/client/smb2glob.h | 3 +- fs/smb/client/smb2inode.c | 204 ++++++++++++++++----- fs/smb/client/smb2ops.c | 32 +++- fs/smb/client/smb2proto.h | 3 + fs/smb/client/trace.h | 9 +- 49 files changed, 663 insertions(+), 441 deletions(-)