✗ CI.checkpatch: warning for Enable Survivability mode
Patchwork
patchwork at emeril.freedesktop.org
Thu Dec 12 05:36:38 UTC 2024
== Series Details ==
Series: Enable Survivability mode
URL : https://patchwork.freedesktop.org/series/142464/
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 e269815f7439db7210665fd0011739c3ba575681
Author: Riana Tauro <riana.tauro at intel.com>
Date: Thu Dec 12 11:19:45 2024 +0530
RFC drm/xe: Enable Boot Survivability mode
Enable boot survivability mode if pcode initialization fails and
if boot status indicates a failure. In this mode, drm card is not
exposed and driver probe returns success after loading the bare minimum
to allow firmware to be flashed via mei.
Signed-off-by: Riana Tauro <riana.tauro at intel.com>
+ /mt/dim checkpatch e70dbc9b6fd6666891756ed53e0404e0b48b11de drm-intel
4edad0f6104e RFC drm/xe: Add functions and sysfs for boot survivability
-:84: WARNING:TYPO_SPELLING: 'Auxillary' may be misspelled - perhaps 'Auxiliary'?
#84: FILE: drivers/gpu/drm/xe/xe_pcode_api.h:63:
+/* Auxillary info bits */
^^^^^^^^^
-:91: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#91:
new file mode 100644
-:138: WARNING:TYPO_SPELLING: 'Auxillary' may be misspelled - perhaps 'Auxiliary'?
#138: FILE: drivers/gpu/drm/xe/xe_survivability_mode.c:43:
+ * Auxillary Information - Certain failures may have information in
^^^^^^^^^
total: 0 errors, 3 warnings, 0 checks, 320 lines checked
e269815f7439 RFC drm/xe: Enable Boot Survivability mode
More information about the Intel-xe
mailing list