✗ CI.checkpatch: warning for xe bo shrinker and exhaustive eviction (rev7)
Patchwork
patchwork at emeril.freedesktop.org
Tue May 28 12:41:13 UTC 2024
== Series Details ==
Series: xe bo shrinker and exhaustive eviction (rev7)
URL : https://patchwork.freedesktop.org/series/133643/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 71132e2183a0214d9ccf60a325d221fb43b021df
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date: Tue May 28 14:33:43 2024 +0200
HAX: drm/tests: Add a missing Kconfig select
Fix the following warning:
WARNING: unmet direct dependencies detected for DRM_DISPLAY_HDMI_STATE_HELPER
Depends on [n]: HAS_IOMEM [=y] && DRM [=y] && DRM_DISPLAY_HELPER [=y] && DRM_DISPLAY_HDMI_HELPER [=n]
Selected by [y]:
- DRM_KUNIT_TEST [=y] && HAS_IOMEM [=y] && DRM [=y] && KUNIT [=y] && MMU [=y]
Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch 5ba74aaea55bf295898f2a4f69c59fe12e84e842 drm-intel
e6e0b5f844dd drm/ttm: Allow TTM LRU list nodes of different types
bed3d57bf2a7 drm/ttm: Slightly clean up LRU list iteration
184af427bb7e drm/ttm: Use LRU hitches
97ff8cdda318 drm/ttm, drm/amdgpu, drm/xe: Consider hitch moves within bulk sublist moves
48a89a6f2cf5 drm/ttm: Provide a generic LRU walker helper
7f65fdc60a3f drm/ttm: Use the LRU walker helper for swapping
fa4adcf0f5fa drm/ttm: Use the LRU walker for eviction
8d3faa234db0 drm/ttm: Add a virtual base class for graphics memory backup
Traceback (most recent call last):
File "scripts/spdxcheck.py", line 6, in <module>
from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
Traceback (most recent call last):
File "scripts/spdxcheck.py", line 6, in <module>
from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:42: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#42:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 281 lines checked
324b663e059e drm/ttm/pool: Provide a helper to shrink pages
db6412bcbfcc drm/ttm: Use fault-injection to test error paths
-:28: WARNING:CONFIG_DESCRIPTION: please write a help paragraph that fully describes the config symbol
#28: FILE: drivers/gpu/drm/Kconfig:262:
+config DRM_TTM_BACKUP_FAULT_INJECT
+ bool "Enable fault injection during TTM backup"
+ depends on DRM_TTM
+ default n
+ help
+ Inject recoverable failures during TTM backup and recovery of
+ backed-up objects. For DRM driver developers only.
+
+ If in doubt, choose N.
+
total: 0 errors, 1 warnings, 0 checks, 51 lines checked
732c4416a4ae drm/ttm, drm/xe: Add a shrinker for xe bos
Traceback (most recent call last):
File "scripts/spdxcheck.py", line 6, in <module>
from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
Traceback (most recent call last):
File "scripts/spdxcheck.py", line 6, in <module>
from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:615: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#615:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 773 lines checked
3592bbd5af91 dma-buf/dma-resv: Introduce dma_resv_trylock_ctx()
fe34478346ca drm/exec: Add a snapshot capability
59aff7b15d09 drm/exec: Introduce an evict mode
8a4a9565bd8b drm/ttm: Support drm_exec locking for eviction and swapping
8c58f4ac7915 drm/ttm: Convert ttm vm to using drm_exec
63b01d25220b drm/xe: Use drm_exec for fault locking
f5587d333983 drm/exec: Introduce drm_exec_sanitize_for_trylock
d8f86a9396b4 drm/ttm: Use drm_exec_trylock for bo initialization
a7ca3f8bed13 drm/xe: Initial support for drm exec locking during validate
7423e211eaf2 HAX: Add a missing include
-:9: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one
-:19: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)
total: 1 errors, 1 warnings, 0 checks, 7 lines checked
71132e2183a0 HAX: drm/tests: Add a missing Kconfig select
More information about the Intel-xe
mailing list