✗ CI.checkpatch: warning for series starting with [1/1] drm/xe/svm: PREFETCH svm patches squash for CI
Patchwork
patchwork at emeril.freedesktop.org
Thu Apr 24 16:41:48 UTC 2025
== Series Details ==
Series: series starting with [1/1] drm/xe/svm: PREFETCH svm patches squash for CI
URL : https://patchwork.freedesktop.org/series/148201/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit e1443ac00a91114850d5d1e11a8d008ba00b0aca
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date: Thu Apr 24 16:18:17 2025 +0530
drm/xe/svm: PREFETCH svm patches squash for CI
DO NOT REVIEW
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
+ /mt/dim checkpatch 6176f71822602f52bc4327965090275c5570ed0d drm-intel
e1443ac00a91 drm/xe/svm: PREFETCH svm patches squash for CI
-:390: CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#390: FILE: drivers/gpu/drm/xe/xe_svm.c:648:
+ return (range->tile_present & ~range->tile_invalidated & tile_mask) == tile_mask
+ && (!devmem_only || range->base.flags.has_devmem_pages);
-:1012: ERROR:SPACING: space required before the open brace '{'
#1012: FILE: drivers/gpu/drm/xe/xe_vm.c:2397:
+ if (xe_svm_range_is_valid(svm_range, tile_mask, !!prefetch_region)){
total: 1 errors, 0 warnings, 1 checks, 1215 lines checked
More information about the Intel-xe
mailing list