✗ CI.checkpatch: warning for Minor improvements to GT stats
Patchwork
patchwork at emeril.freedesktop.org
Tue Feb 25 13:49:37 UTC 2025
== Series Details ==
Series: Minor improvements to GT stats
URL : https://patchwork.freedesktop.org/series/145405/
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 9666903778fd559528efa40cdff7c25502d7d93a
Author: Francois Dugast <francois.dugast at intel.com>
Date: Tue Feb 25 14:17:06 2025 +0100
drm/xe/gt_pagefault: Change vma_pagefault unit to kilobyte
Increase the amount of bytes that can be counted before the counter
overflows, while not losing information as the VMA is not expected
to have sub-kilobyte size.
Suggested-by: Matthew Auld <matthew.auld at intel.com>
Signed-off-by: Francois Dugast <francois.dugast at intel.com>
+ /mt/dim checkpatch d5debc4841e604372c74ebda0bbf54bd527c3475 drm-intel
c7bbe8928928 drm/xe/gt_stats: Detect and log overflow
-:10: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#10:
[drm:xe_gt_stats_incr [xe]] GT0: stats vma_pagefault_bytes overflow, resetting
total: 0 errors, 1 warnings, 0 checks, 33 lines checked
dc2a524dc2c9 drm/xe/gt_stats: Use atomic64_t for counters
9666903778fd drm/xe/gt_pagefault: Change vma_pagefault unit to kilobyte
More information about the Intel-xe
mailing list