mbox series

[PULL] drm-misc-next-fixes

Message ID 0d4a18f4-222c-4767-9169-e6350ce8fea5@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series [PULL] drm-misc-next-fixes | expand

Pull-request

https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-01-24

Message

Maarten Lankhorst Jan. 24, 2025, 3:25 p.m. UTC
Hi Dave, Simona,

Oops, I messsed up the pull request, didn't see the other commits in the 
branch.

Additionally:
- Fix bogus Kconfig change in cgroup/rdma
- Kernel doc fixup for xlnx.
- virtio UAF in virtgpu

Cheers,
~Maarten

drm-misc-next-fixes-2025-01-24:
drm-misc-next-fixes for v6.14-rc1:
- Fix a serious regression from commit e4b5ccd392b9 ("drm/v3d: Ensure
   job pointer is set to NULL after job completion")
The following changes since commit 07c5b277208cf9a9e9cf31bf0143977d7f030aa1:

   Merge v6.13 into drm-next (2025-01-23 14:42:21 +0100)

are available in the Git repository at:

   https://gitlab.freedesktop.org/drm/misc/kernel.git 
tags/drm-misc-next-fixes-2025-01-24

for you to fetch changes up to 6e64d6b3a3c39655de56682ec83e894978d23412:

   drm/v3d: Assign job pointer to NULL before signaling the fence 
(2025-01-23 16:15:01 -0300)

----------------------------------------------------------------
drm-misc-next-fixes for v6.14-rc1:
- Fix a serious regression from commit e4b5ccd392b9 ("drm/v3d: Ensure
   job pointer is set to NULL after job completion")

----------------------------------------------------------------
Geert Uytterhoeven (1):
       cgroup/rdma: Drop bogus PAGE_COUNTER select

Maarten Lankhorst (1):
       Merge remote-tracking branch 'drm/drm-next' into drm-misc-next-fixes

Maíra Canal (1):
       drm/v3d: Assign job pointer to NULL before signaling the fence

Tomi Valkeinen (1):
       drm: xlnx: zynqmp_dpsub: Fix kernel doc

Vivek Kasireddy (1):
       drm/virtio: Fix UAF in virtgpu_dma_buf_free_obj()

  Documentation/gpu/zynqmp.rst           |  2 --
  drivers/gpu/drm/v3d/v3d_irq.c          | 16 ++++++++++++----
  drivers/gpu/drm/virtio/virtgpu_prime.c | 11 ++++++-----
  drivers/gpu/drm/xlnx/zynqmp_dpsub.h    |  1 +
  init/Kconfig                           |  1 -
  5 files changed, 19 insertions(+), 12 deletions(-)

Comments

Simona Vetter Jan. 24, 2025, 4:09 p.m. UTC | #1
On Fri, Jan 24, 2025 at 04:25:32PM +0100, Maarten Lankhorst wrote:
> Hi Dave, Simona,
> 
> Oops, I messsed up the pull request, didn't see the other commits in the
> branch.
> 
> Additionally:
> - Fix bogus Kconfig change in cgroup/rdma
> - Kernel doc fixup for xlnx.
> - virtio UAF in virtgpu

Ah here it was, I only looked at the annotated tag and was wondering why
you didn't include these. Already typed up my own version.

btw dim allows you to redo a pr, it just adds a suffix to the tag name.

> Cheers,
> ~Maarten
> 
> drm-misc-next-fixes-2025-01-24:
> drm-misc-next-fixes for v6.14-rc1:
> - Fix a serious regression from commit e4b5ccd392b9 ("drm/v3d: Ensure
>   job pointer is set to NULL after job completion")
> The following changes since commit 07c5b277208cf9a9e9cf31bf0143977d7f030aa1:
> 
>   Merge v6.13 into drm-next (2025-01-23 14:42:21 +0100)
> 
> are available in the Git repository at:
> 
>   https://gitlab.freedesktop.org/drm/misc/kernel.git
> tags/drm-misc-next-fixes-2025-01-24
> 
> for you to fetch changes up to 6e64d6b3a3c39655de56682ec83e894978d23412:

Pulled, thanks a lot.
-Sima

> 
>   drm/v3d: Assign job pointer to NULL before signaling the fence (2025-01-23
> 16:15:01 -0300)
> 
> ----------------------------------------------------------------
> drm-misc-next-fixes for v6.14-rc1:
> - Fix a serious regression from commit e4b5ccd392b9 ("drm/v3d: Ensure
>   job pointer is set to NULL after job completion")
> 
> ----------------------------------------------------------------
> Geert Uytterhoeven (1):
>       cgroup/rdma: Drop bogus PAGE_COUNTER select
> 
> Maarten Lankhorst (1):
>       Merge remote-tracking branch 'drm/drm-next' into drm-misc-next-fixes
> 
> Maíra Canal (1):
>       drm/v3d: Assign job pointer to NULL before signaling the fence
> 
> Tomi Valkeinen (1):
>       drm: xlnx: zynqmp_dpsub: Fix kernel doc
> 
> Vivek Kasireddy (1):
>       drm/virtio: Fix UAF in virtgpu_dma_buf_free_obj()
> 
>  Documentation/gpu/zynqmp.rst           |  2 --
>  drivers/gpu/drm/v3d/v3d_irq.c          | 16 ++++++++++++----
>  drivers/gpu/drm/virtio/virtgpu_prime.c | 11 ++++++-----
>  drivers/gpu/drm/xlnx/zynqmp_dpsub.h    |  1 +
>  init/Kconfig                           |  1 -
>  5 files changed, 19 insertions(+), 12 deletions(-)