This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c942a0cd3603 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new 2eb9dd497a69 drm/amd/display: Set color_mgmt_changed to true on unsuspend new 37865e02e6cc drm/amdkfd: Fix eviction fence handling new 25e9227c6afd drm/amdgpu: Fix leak when GPU memory allocation fails new 9c783a112145 drm/amdkfd: make sure VM is ready for updating operations new 0e95ed6452cb drm/amdgpu/pm: Remove gpu_od if it's an empty directory new aebd3eb9d3ae drm/amdgpu: Assign correct bits for SDMA HDP flush new d59198d2d0c5 drm/amdgpu/vpe: fix vpe dpm setup failed new b0b13d532105 drm/amdgpu: Update BO eviction priorities new e26305f369ed drm/amdkfd: Fix rescheduling of restore worker new 661d71ee5a01 drm/amdgpu/umsch: don't execute umsch test when GPU is in [...] new 30d1cda8ce31 drm/amd/pm: Restore config space after reset new 1e214f7faaf5 drm/amdkfd: Add VRAM accounting for SVM migration new fe93b0927bc5 drm/amdgpu: Fix the ring buffer size for queue VM flush new 9792b7cc18aa drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3 new 948255282074 drm/amdgpu/mes: fix use-after-free issue new 26da9bfdb8c6 Merge tag 'amd-drm-fixes-6.9-2024-04-24' of https://gitlab [...] new 6aff4c26ed67 drm/gma500: Remove lid code new a386c3041045 drm/atomic-helper: fix parameter order in drm_format_conv_ [...] new 78d9161d2bcd fbdev: fix incorrect address computation in deferred IO new 86ab9985214d Merge tag 'drm-misc-fixes-2024-04-25' of https://gitlab.fr [...] new d7a5c9de99b3 drm/etnaviv: fix tx clock gating on some GC7000 variants new e877d705704d Revert "drm/etnaviv: Expose a few more chipspecs to userspace" new ca382d6aa5ad Merge tag 'drm-etnaviv-fixes-2024-04-25' of https://git.pe [...] new d6dab9017b7c drm/xe: Remove sysfs only once on action add failure new f38c4d224aa3 drm/xe: call free_gsc_pkt only once on action add failure new e3e989522ac9 drm/xe/guc: Fix arguments passed to relay G2H handlers new 3a8534035c07 Merge tag 'drm-xe-fixes-2024-04-25' of https://gitlab.free [...] new 61ef6208e0df Merge tag 'drm-fixes-2024-04-26' of https://gitlab.freedes [...] new 190f1f46ede1 MAINTAINERS: Update Uwe's email address, drop SIOX maintenance new 084c473cf766 Merge tag 'pwm/for-6.9-rc6-fixes' of git://git.kernel.org/ [...] new 697f33424771 LoongArch: Fix Kconfig item and left code related to CRASH_CORE new 7ab22b5c2af5 LoongArch: Fix a build error due to __tlb_remove_tlb_entry() new efb44ff64c95 LoongArch: Fix access error when read fault on a write-only VMA new d3119bc985fb LoongArch: Fix callchain parse error with kernel tracepoin [...] new f3334ebb8a2a LoongArch: Lately init pmu after smp is online new 09ef2957170d Merge tag 'loongarch-fixes-6.9-2' of git://git.kernel.org/ [...] new abe6acfa7d7b fs: Return ENOTTY directly if FS_IOC_GETUUID or FS_IOC_GET [...] new 9617cd6f24b2 block: fix module reference leakage from bdev_open_by_dev [...] new 74871791ffa9 ntfs3: serve as alias for the legacy ntfs driver new d55f90e9b243 ntfs3: enforce read-only when used as legacy ntfs driver new 9b872cc50daa ntfs3: add legacy ntfs file operations new 619606a7b8d5 netfs: Fix writethrough-mode error handling new c97f59e276d4 netfs: Fix the pre-flush when appending to a file in write [...] new 52034cae0207 Merge tag 'vfs-6.9-rc6.fixes' of git://git.kernel.org/pub/ [...]
The 44 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 | 3 +- arch/loongarch/Kconfig | 2 +- .../include/asm/{crash_core.h => crash_reserve.h} | 4 +- arch/loongarch/include/asm/perf_event.h | 8 +++ arch/loongarch/include/asm/tlb.h | 2 - arch/loongarch/kernel/perf_event.c | 2 +- arch/loongarch/mm/fault.c | 4 +- block/bdev.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 35 ++++++---- drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 2 + drivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.c | 3 + drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c | 2 +- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 3 +- drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 3 +- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 2 - drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c | 3 +- drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c | 26 ++++--- drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c | 14 ++-- drivers/gpu/drm/amd/amdkfd/kfd_migrate.c | 16 ++++- drivers/gpu/drm/amd/amdkfd/kfd_process.c | 15 ++-- drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 2 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 1 + drivers/gpu/drm/amd/pm/amdgpu_pm.c | 7 ++ .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c | 25 +++++++ drivers/gpu/drm/drm_gem_atomic_helper.c | 4 +- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 24 +------ drivers/gpu/drm/etnaviv/etnaviv_gpu.h | 12 ---- drivers/gpu/drm/etnaviv/etnaviv_hwdb.c | 34 --------- drivers/gpu/drm/gma500/Makefile | 1 - drivers/gpu/drm/gma500/psb_device.c | 5 +- drivers/gpu/drm/gma500/psb_drv.h | 9 --- drivers/gpu/drm/gma500/psb_lid.c | 80 ---------------------- drivers/gpu/drm/xe/xe_gt.c | 4 +- drivers/gpu/drm/xe/xe_gt_ccs_mode.c | 19 ++--- drivers/gpu/drm/xe/xe_gt_ccs_mode.h | 2 +- drivers/gpu/drm/xe/xe_guc_ct.c | 4 +- drivers/gpu/drm/xe/xe_huc.c | 9 +-- drivers/video/fbdev/core/fb_defio.c | 2 +- fs/ioctl.c | 4 +- fs/netfs/buffered_write.c | 23 ++++--- fs/ntfs3/Kconfig | 9 +++ fs/ntfs3/dir.c | 7 ++ fs/ntfs3/file.c | 8 +++ fs/ntfs3/inode.c | 20 ++++-- fs/ntfs3/ntfs_fs.h | 4 ++ fs/ntfs3/super.c | 65 +++++++++++++++++- include/uapi/drm/etnaviv_drm.h | 5 -- 48 files changed, 267 insertions(+), 274 deletions(-) rename arch/loongarch/include/asm/{crash_core.h => crash_reserve.h} (75%) delete mode 100644 drivers/gpu/drm/gma500/psb_lid.c