This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f76b1683d16d Merge tag 'devicetree-fixes-for-6.18-1' of git://git.kerne [...] new 5ac2c0279053 drm/vmwgfx: Fix a null-ptr access in the cursor snooper new dfe1323ab3c8 drm/vmwgfx: Fix Use-after-free in validation new 228c5d44dffe drm/vmwgfx: Fix copy-paste typo in validation new e4bea919584f drm/nouveau: fix bad ret code in nouveau_bo_move_prep new 5ca5f00a167c Merge tag 'drm-misc-fixes-2025-10-09' of https://gitlab.fr [...] new 1e5d41b981bc Merge tag 'drm-fixes-2025-10-11' of https://gitlab.freedes [...] new adefb2ccea1e drm/v3d: create a dedicated lock for dma fence new bae04c9658fc Merge tag 'drm-misc-next-fixes-2025-10-02' of https://gitl [...] new 7bd03e3914f1 drm/xe/tests: Fix build break on clang 16.0.6 new 7646423c7ff1 drm/xe/configfs: Fix engine class parsing new 59b7ed0ba2e0 drm/xe/configfs: Improve doc for ctx_restore* attributes new de61d5944c87 drm/xe/vf: Rename sriov_update_device_info new 3734c8184d71 drm/xe/vf: Don't claim support for firmware late-bind if VF new 17f6f6f25a98 drm/xe/bo: Fix an idle assertion for local bos new 5b440a8bbafc drm/xe/xe_late_bind_fw: Fix missing initialization of vari [...] new 10aa5c806030 drm/gpusvm, drm/xe: Fix userptr to not allow device private pages new 6982a462cb64 drm/xe/xe_late_bind_fw: Initialize uval variable in xe_lat [...] new 2d1684a077d6 drm/xe/uapi: loosen used tracking restriction new 08fdfd260e64 drm/xe/hw_engine_group: Fix double write lock release in e [...] new 1af59cd5cc2b drm/xe/i2c: Don't rely on d3cold.allowed flag in system PM path new 73bc073d4270 Merge tag 'drm-xe-next-fixes-2025-10-03' of https://gitlab [...] new 507296328b36 drm/amdgpu: Add additional DCE6 SCL registers new d60f9c45d1bf drm/amd/display: Add missing DCE6 SCL_HORZ_FILTER_INIT* SRIs new c0aa7cf49dd6 drm/amd/display: Properly clear SCL_*_FILTER_CONTROL on DCE6 new a7dc87f3448b drm/amd/display: Properly disable scaling on DCE6 new 0e190a0446ec drm/amd/display: Disable scaling on DCE6 for now new 0c6734288566 drm/amdgpu: Fix for GPU reset being blocked by KIQ I/O. new 58e6fc2fb94f drm/amdkfd: Fix kfd process ref leaking when userptr unmapping new 7574f30337e1 drm/amdkfd: Fix mmap write lock not release new c760bcda8357 drm/amd: Check whether secure display TA loaded successfully new 8dbac5cf8bd5 drm/amd/amdgpu: Fix the mes version that support inv_tlbs new b809ca91a5b7 drm/amdgpu: Merge amdgpu_vm_set_pasid into amdgpu_vm_init new 4538a93bbbf1 drm/amd/pm: Avoid interface mismatch messaging new 1f086d2508eb drm/amdkfd: Fix two comments in kfd_ioctl.h new 9b608fe94870 drm/amdgpu: Check swus/ds for switch state save new 8d557eab3a39 drm/amdgpu: Fix general protection fault in amdgpu_vm_bo_r [...] new bd8acfcfce7d drm/amd/pm: Disable VCN queue reset on SMU v13.0.6 due to [...] new ddbfac152830 drm/amd/display: Fix unsafe uses of kernel mode FPU new a107aeb6a215 drm/amdgpu: partially revert "revert to old status lock ha [...] new 2e97663760e5 drm/amdgpu: Report individual reset error new 5949e7c4890c drm/amd/display: Enable Dynamic DTBCLK Switch new d07e14264141 drm/amd/display: Incorrect Mirror Cositing new c4b6ddcf01f6 Merge tag 'amd-drm-next-6.18-2025-10-09' of https://gitlab [...] new 284fc30e66e6 Merge tag 'drm-next-2025-10-11-1' of https://gitlab.freede [...] new 68a74490629e fs: hpfs: Avoid multiple -Wflex-array-member-not-at-end warnings new fd8a620f195e hpfs: Replace simple_strtoul with kstrtoint in hpfs_parse_param new 32058c38d3b7 fs/hpfs: Fix error code for new_inode() failure in mkdir/c [...] new 0739473694c4 Merge tag 'for-6.18/hpfs-changes' of git://git.kernel.org/ [...]
The 48 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_amdkfd_gpuvm.c | 9 +- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 48 +++-- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 5 + drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 10 +- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c | 8 +- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 211 +++++++++++---------- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 20 +- drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c | 4 + drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 2 + drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 + drivers/gpu/drm/amd/display/dc/dce/dce_transform.c | 21 +- drivers/gpu/drm/amd/display/dc/dce/dce_transform.h | 4 + .../gpu/drm/amd/display/dc/dml/dcn31/dcn31_fpu.c | 4 + .../gpu/drm/amd/display/dc/dml/dcn35/dcn35_fpu.c | 6 +- .../gpu/drm/amd/display/dc/dml/dcn351/dcn351_fpu.c | 4 +- .../amd/display/dc/resource/dce60/dce60_resource.c | 4 +- .../amd/display/dc/resource/dcn35/dcn35_resource.c | 16 +- .../display/dc/resource/dcn351/dcn351_resource.c | 17 +- .../amd/display/dc/resource/dcn36/dcn36_resource.c | 16 +- drivers/gpu/drm/amd/display/dc/sspl/dc_spl.c | 10 +- .../gpu/drm/amd/include/asic_reg/dce/dce_6_0_d.h | 7 + .../drm/amd/include/asic_reg/dce/dce_6_0_sh_mask.h | 2 + drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c | 3 +- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c | 5 +- drivers/gpu/drm/amd/pm/swsmu/smu_cmn.h | 2 + drivers/gpu/drm/drm_gpusvm.c | 24 +-- drivers/gpu/drm/nouveau/nouveau_bo.c | 2 +- drivers/gpu/drm/v3d/v3d_drv.h | 2 + drivers/gpu/drm/v3d/v3d_fence.c | 2 +- drivers/gpu/drm/v3d/v3d_gem.c | 1 + drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 17 +- drivers/gpu/drm/vmwgfx/vmwgfx_validation.c | 6 +- drivers/gpu/drm/xe/tests/xe_pci.c | 12 +- drivers/gpu/drm/xe/xe_bo.c | 34 ++-- drivers/gpu/drm/xe/xe_configfs.c | 23 ++- drivers/gpu/drm/xe/xe_device.c | 19 +- drivers/gpu/drm/xe/xe_hw_engine_group.c | 6 +- drivers/gpu/drm/xe/xe_late_bind_fw.c | 20 +- drivers/gpu/drm/xe/xe_pm.c | 2 +- drivers/gpu/drm/xe/xe_query.c | 15 +- drivers/gpu/drm/xe/xe_svm.c | 11 +- drivers/gpu/drm/xe/xe_svm.h | 14 ++ drivers/gpu/drm/xe/xe_userptr.c | 1 + drivers/gpu/drm/xe/xe_vm.c | 1 + fs/hpfs/anode.c | 43 +++-- fs/hpfs/ea.c | 2 +- fs/hpfs/file.c | 4 +- fs/hpfs/hpfs.h | 44 +++-- fs/hpfs/map.c | 8 +- fs/hpfs/namei.c | 18 +- fs/hpfs/super.c | 8 +- include/drm/drm_gpusvm.h | 7 +- include/uapi/linux/kfd_ioctl.h | 4 +- 55 files changed, 483 insertions(+), 313 deletions(-)