Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Jonathan Cavitt" <jonathan.cavitt@intel.com>
Cc: intel-xe@lists.freedesktop.org
Subject: ✗ CI.checkpatch: warning for drm/xe/xe_vm: Implement xe_vm_get_property_ioctl (rev5)
Date: Mon, 03 Mar 2025 22:42:57 -0000	[thread overview]
Message-ID: <174104177721.286606.973336029072401830@b555e5b46a47> (raw)
In-Reply-To: <20250303220022.67200-1-jonathan.cavitt@intel.com>

== 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@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@intel.com>
    Suggested-by: Matthew Brost <matthew.brost@intel.com>
    CC: Jainxun Zhang <jianxun.zhang@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



  parent reply	other threads:[~2025-03-03 22:42 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-03 22:00 [PATCH v4 0/6] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl Jonathan Cavitt
2025-03-03 22:00 ` [PATCH v4 1/6] drm/xe/xe_gt_pagefault: Disallow writes to read-only VMAs Jonathan Cavitt
2025-03-03 22:00 ` [PATCH v4 2/6] drm/xe/xe_gt_pagefault: Migrate pagefault struct to header Jonathan Cavitt
2025-03-03 22:00 ` [PATCH v4 3/6] drm/xe/xe_vm: Add per VM pagefault info Jonathan Cavitt
2025-03-03 22:00 ` [PATCH v4 4/6] drm/xe/uapi: Define drm_xe_vm_get_property Jonathan Cavitt
2025-03-03 22:00 ` [PATCH v4 5/6] drm/xe/xe_gt_pagefault: Add address_type field to pagefaults Jonathan Cavitt
2025-03-03 22:00 ` [PATCH v4 6/6] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl Jonathan Cavitt
2025-03-03 23:38   ` Lin, Shuicheng
2025-03-03 22:42 ` ✓ CI.Patch_applied: success for drm/xe/xe_vm: Implement xe_vm_get_property_ioctl (rev5) Patchwork
2025-03-03 22:42 ` Patchwork [this message]
2025-03-03 22:44 ` ✓ CI.KUnit: " Patchwork
2025-03-03 23:00 ` ✓ CI.Build: " Patchwork
2025-03-03 23:03 ` ✓ CI.Hooks: " Patchwork
2025-03-03 23:04 ` ✓ CI.checksparse: " Patchwork
2025-03-04  5:58 ` ✓ Xe.CI.BAT: " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=174104177721.286606.973336029072401830@b555e5b46a47 \
    --to=patchwork@emeril.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=jonathan.cavitt@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox