✗ CI.checkpatch: warning for Skip remap fixes

Patchwork patchwork at emeril.freedesktop.org
Mon Feb 19 21:20:46 UTC 2024


== Series Details ==

Series: Skip remap fixes
URL   : https://patchwork.freedesktop.org/series/130097/
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
35591fb8b4d5305b37ce31483f85ac0956eaa536
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 819ae87f22a6a12111d62653ac58fc140807f52f
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Mon Feb 19 13:16:16 2024 -0800

    drm/xe: Return 2MB page size for compact 64k PTEs
    
    Compact 64k PTEs are only intended to be used within a single VMA which
    covers the entire 2MB range of the compact 64k PTEs. Add
    XE_VMA_PTE_COMPACT VMA flag to indicate compact 64k PTEs are used and
    update xe_vma_max_pte_size to return at least 2MB if set.
    
    Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/758
    Fixes: 8f33b4f054fc ("drm/xe: Avoid doing rebinds")
    Fixes: c47794bdd63d ("drm/xe: Set max pte size when skipping rebinds")
    Reported-by: Paulo Zanoni <paulo.r.zanoni at intel.com>
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch faa7ecc2f307081d72680304e698220c244d1238 drm-intel
54c4dc87b21d drm/xe: Fix xe_vma_set_pte_size
96d308778365 drm/xe: Add XE_VMA_PTE_64K VMA flag
819ae87f22a6 drm/xe: Return 2MB page size for compact 64k PTEs
-:14: WARNING:BAD_REPORTED_BY_LINK: Reported-by: should be immediately followed by Closes: with a URL to the report
#14: 
Reported-by: Paulo Zanoni <paulo.r.zanoni at intel.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>

total: 0 errors, 1 warnings, 0 checks, 7 lines checked




More information about the Intel-xe mailing list