]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe/vm: Add missing pad and extensions check
authorJonathan Cavitt <jonathan.cavitt@intel.com>
Tue, 31 Mar 2026 18:12:17 +0000 (18:12 +0000)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Wed, 29 Apr 2026 15:27:48 +0000 (11:27 -0400)
commit2bc0cce2724f74dde914d11fabb35b3a912c8329
treeeaad3914212bad045fd987e35489bbb598fe873a
parenta0fc362f095330f7b3f68ac0c55ef8da18290c87
drm/xe/vm: Add missing pad and extensions check

Add missing pad and extensions check to xe_vm_get_property_ioctl

v2:
- Combine with other check (Auld)

Fixes: 50c577eab051 ("drm/xe/xe_vm: Implement xe_vm_get_property_ioctl")
Suggested-by: Matthew Auld <matthew.auld@intel.com>
Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patch.msgid.link/20260331181216.37775-2-jonathan.cavitt@intel.com
(cherry picked from commit 896070686b16cc45cca7854be2049923b2b303d3)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_vm.c