✗ CI.checkpatch: warning for The xe_sa_manager based GuC Buffer Cache (rev3)

Patchwork patchwork at emeril.freedesktop.org
Tue Jan 14 21:54:09 UTC 2025


== Series Details ==

Series: The xe_sa_manager based GuC Buffer Cache (rev3)
URL   : https://patchwork.freedesktop.org/series/142458/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 6c81035ee84d0916eeabf87ddf82862f55e048c4
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Tue Jan 14 20:21:40 2025 +0100

    drm/xe/kunit: Add KUnit tests for GuC Buffer Cache
    
    Add tests to make sure that recently added GuC Buffer Cache
    component is working as expected.
    
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Reviewed-by: Michał Winiarski <michal.winiarski at intel.com>
+ /mt/dim checkpatch a45139b1e7578c7a4f1cbe8fae0943416a174136 drm-intel
bec49f08e0f0 drm/xe/sa: Always call drm_suballoc_manager_fini()
70e61379cd1e drm/xe/sa: Drop redundant NULL assignments
f220601aaadd drm/xe/sa: Improve error message on init failure
c6d2fdd262aa drm/xe/sa: Tidy up coding style in init()
8a1b4febd207 drm/xe/sa: Allow making suballocations using custom gfp flags
49a533e57c57 drm/xe/sa: Allow creating suballocator with custom guard size
6cbf08296bd2 drm/xe/sa: Minor header cleanups
15641458713c drm/xe/guc: Introduce the GuC Buffer Cache
-:53: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#53: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 286 lines checked
293dfd0fc47c drm/xe/pf: Use GuC Buffer Cache during VFs provisioning
-:120: WARNING:LINE_SPACING: Missing a blank line after declarations
#120: FILE: drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:310:
+	u32 max_cfg_dwords = xe_guc_buf_cache_dwords(&gt->uc.guc.buf);
+	CLASS(xe_guc_buf, buf)(&gt->uc.guc.buf, max_cfg_dwords);

total: 0 errors, 1 warnings, 0 checks, 127 lines checked
2ffdd761d2d0 drm/xe/kunit: Allow to replace xe_managed_bo_create_pin_map()
6c81035ee84d drm/xe/kunit: Add KUnit tests for GuC Buffer Cache
-:16: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#16: 
new file mode 100644

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




More information about the Intel-xe mailing list