Patch "drm/vmwgfx: Fix invalid reads in fence signaled events" has been added to the 6.1-stable tree

2024-05-13 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/vmwgfx: Fix invalid reads in fence signaled events to the 6.1-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "drm/vmwgfx: Fix invalid reads in fence signaled events" has been added to the 5.15-stable tree

2024-05-13 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/vmwgfx: Fix invalid reads in fence signaled events to the 5.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "drm/vmwgfx: Fix invalid reads in fence signaled events" has been added to the 5.10-stable tree

2024-05-13 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/vmwgfx: Fix invalid reads in fence signaled events to the 5.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "drm/vmwgfx: Fix invalid reads in fence signaled events" has been added to the 5.4-stable tree

2024-05-13 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/vmwgfx: Fix invalid reads in fence signaled events to the 5.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "drm/vmwgfx: Fix invalid reads in fence signaled events" has been added to the 4.19-stable tree

2024-05-13 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/vmwgfx: Fix invalid reads in fence signaled events to the 4.19-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "drm/vmwgfx: Fix invalid reads in fence signaled events" has been added to the 6.6-stable tree

2024-05-13 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/vmwgfx: Fix invalid reads in fence signaled events to the 6.6-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "drm/vmwgfx: Fix invalid reads in fence signaled events" has been added to the 6.8-stable tree

2024-05-13 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/vmwgfx: Fix invalid reads in fence signaled events to the 6.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Re: [PATCH] drm/vmwgfx: Fix invalid reads in fence signaled events

2024-04-26 Thread Martin Krastev
LGTM! Reviewed-by: Martin Krastev Regards, Martin On Thu, Apr 25, 2024 at 10:27 PM Zack Rusin wrote: > > Correctly set the length of the drm_event to the size of the structure > that's actually used. > > The length of the drm_event was set to the parent structure instead of > to the drm_vmw_ev

Re: [PATCH] drm/vmwgfx: Fix invalid reads in fence signaled events

2024-04-25 Thread Maaz Mombasawala
On 4/25/24 12:27, Zack Rusin wrote: > Correctly set the length of the drm_event to the size of the structure > that's actually used. > > The length of the drm_event was set to the parent structure instead of > to the drm_vmw_event_fence which is supposed to be read. drm_read > uses the length para

[PATCH] drm/vmwgfx: Fix invalid reads in fence signaled events

2024-04-25 Thread Zack Rusin
Correctly set the length of the drm_event to the size of the structure that's actually used. The length of the drm_event was set to the parent structure instead of to the drm_vmw_event_fence which is supposed to be read. drm_read uses the length parameter to copy the event to the user space thus r