pull for vmemdup-user-array into drm-next
Dave Airlie
airlied at redhat.com
Tue Oct 24 01:09:05 UTC 2023
topic/vmemdup-user-array-2023-10-24-1:
vmemdup-user-array API and changes with it.
This is just a process PR to merge the topic branch into drm-next, this contains some core kernel and drm changes.
Signed-off-by: Dave Airlie <airlied at redhat.com>
The following changes since commit 94f6f0550c625fab1f373bb86a6669b45e9748b3:
Linux 6.6-rc5 (2023-10-08 13:49:43 -0700)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm tags/topic/vmemdup-user-array-2023-10-24-1
for you to fetch changes up to 06ab64a0d836ac430c5f94669710a78aa43942cb:
drm: vmwgfx_surface.c: copy user-array safely (2023-10-09 17:00:05 +1000)
----------------------------------------------------------------
vmemdup-user-array API and changes with it.
This is just a process PR to merge the topic branch into drm-next, this contains some core kernel and drm changes.
Signed-off-by: Dave Airlie <airlied at redhat.com>
----------------------------------------------------------------
Philipp Stanner (5):
string.h: add array-wrappers for (v)memdup_user()
kernel: kexec: copy user-array safely
kernel: watch_queue: copy user-array safely
drm_lease.c: copy user-array safely
drm: vmwgfx_surface.c: copy user-array safely
drivers/gpu/drm/drm_lease.c | 4 ++--
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 4 ++--
include/linux/string.h | 40 +++++++++++++++++++++++++++++++++
kernel/kexec.c | 2 +-
kernel/watch_queue.c | 2 +-
5 files changed, 46 insertions(+), 6 deletions(-)
More information about the dri-devel
mailing list