✗ CI.checkpatch: warning for drm/xe/xe_vm: Implement xe_vm_get_property_ioctl (rev5)
Patchwork
patchwork at emeril.freedesktop.org
Mon Mar 3 22:42:57 UTC 2025
== Series Details ==
Series: drm/xe/xe_vm: Implement xe_vm_get_property_ioctl (rev5)
URL : https://patchwork.freedesktop.org/series/145529/
State : warning
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 969c75ce6ba91e0820dd5cf660f598ebcb35c22f
Author: Jonathan Cavitt <jonathan.cavitt at intel.com>
Date: Mon Mar 3 22:00:22 2025 +0000
drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
Add support for userspace to request a list of observed failed
pagefaults from a specified VM.
v2:
- Only allow querying of failed pagefaults (Matt Brost)
v3:
- Remove unnecessary size parameter from helper function, as it
is a property of the arguments. (jcavitt)
- Remove unnecessary copy_from_user (Jainxun)
- Set address_precision to 1 (Jainxun)
- Report max size instead of dynamic size for memory allocation
purposes. Total memory usage is reported separately.
Signed-off-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
Suggested-by: Matthew Brost <matthew.brost at intel.com>
CC: Jainxun Zhang <jianxun.zhang at intel.com>
+ /mt/dim checkpatch d762c9a6646159ef1cdcd3a2983a2cc41f702b88 drm-intel
6e6c66287b42 drm/xe/xe_gt_pagefault: Disallow writes to read-only VMAs
930982ca653f drm/xe/xe_gt_pagefault: Migrate pagefault struct to header
1c8395cfb3ef drm/xe/xe_vm: Add per VM pagefault info
147a2a241991 drm/xe/uapi: Define drm_xe_vm_get_property
-:34: WARNING:LONG_LINE: line length of 130 exceeds 100 columns
#34: FILE: include/uapi/drm/xe_drm.h:122:
+#define DRM_IOCTL_XE_VM_GET_PROPERTY DRM_IOWR(DRM_COMMAND_BASE + DRM_XE_VM_GET_PROPERTY, struct drm_xe_vm_get_property)
total: 0 errors, 1 warnings, 0 checks, 91 lines checked
4d61e78573ae drm/xe/xe_gt_pagefault: Add address_type field to pagefaults
969c75ce6ba9 drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
More information about the Intel-xe
mailing list