== Series Details == Series: drm/i915: HuC loading and authentication for MTL (rev7) URL : https://patchwork.freedesktop.org/series/117080/ State : warning == Summary == Error: dim checkpatch failed db328ae23aa3 drm/i915/uc: perma-pin firmwares -:124: ERROR:SPACING: space prohibited before that close parenthesis ')' #124: FILE: drivers/gpu/drm/i915/gt/uc/intel_uc.h:118: +intel_uc_ops_function(resume_mappings, resume_mappings, void, ); total: 1 errors, 0 warnings, 0 checks, 244 lines checked 0facb2ac78bb drm/i915/huc: Parse the GSC-enabled HuC binary 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' -:34: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #34: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 410 lines checked 4b15fbcd4856 drm/i915/huc: Load GSC-enabled HuC via DMA xfer if the fuse says so -:85: ERROR:SPACING: space required before the open brace '{' #85: FILE: drivers/gpu/drm/i915/gt/uc/intel_huc.c:341: + if (!HAS_ENGINE(gt, GSC0)){ total: 1 errors, 0 warnings, 0 checks, 147 lines checked 8bd967e4a3ab drm/i915/huc: differentiate the 2 steps of the MTL HuC auth flow -:88: WARNING:AVOID_BUG: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #88: FILE: drivers/gpu/drm/i915/gt/uc/intel_huc.c:136: + GEM_BUG_ON(intel_huc_is_authenticated(huc, INTEL_HUC_AUTH_BY_GSC)); total: 0 errors, 1 warnings, 0 checks, 293 lines checked 10430be06b53 drm/i915/mtl/huc: auth HuC via GSC a886ce1f679a drm/i915/mtl/huc: Use the media gt for the HuC getparam 3661c121278b drm/i915/huc: define HuC FW version for MTL