Files
linux/drivers
Zack Rusin 5a4087a907 drm/vmwgfx: Fix possible invalid drm gem put calls
commit f9e96bf190 upstream.

vmw_bo_unreference sets the input buffer to null on exit, resulting in
null ptr deref's on the subsequent drm gem put calls.

This went unnoticed because only very old userspace would be exercising
those paths but it wouldn't be hard to hit on old distros with brand
new kernels.

Introduce a new function that abstracts unrefing of user bo's to make
the code cleaner and more explicit.

Signed-off-by: Zack Rusin <zackr@vmware.com>
Reported-by: Ian Forbes <iforbes@vmware.com>
Fixes: 9ef8d83e8e ("drm/vmwgfx: Do not drop the reference to the handle too soon")
Cc: <stable@vger.kernel.org> # v6.4+
Reviewed-by: Maaz Mombasawala<mombasawalam@vmware.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230818041301.407636-1-zack@kde.org
Signed-off-by: Jocelyn Falempe <jfalempe@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-01-25 15:27:41 -08:00
..
2023-09-13 09:42:56 +02:00
2023-11-20 11:52:05 +01:00
2024-01-20 11:50:09 +01:00
2023-09-13 09:42:58 +02:00
2024-01-20 11:50:10 +01:00
2023-12-13 18:39:03 +01:00
2023-07-19 16:21:48 +02:00