✗ CI.checkpatch: warning for Cleanup error handling on probe (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Fri Feb 7 23:42:50 UTC 2025
== Series Details ==
Series: Cleanup error handling on probe (rev3)
URL : https://patchwork.freedesktop.org/series/144211/
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 956dee9076353151384bfc6cf59a1a982486e0ca
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date: Fri Feb 7 14:19:45 2025 -0800
drm/xe/hwmon: Stop ignoring errors on probe
Not registering hwmon because it's not available (SRIOV_VF and DGFX) is
different from failing the initialization. Handle the errors
appropriately.
Cc: Badal Nilawar <badal.nilawar at intel.com>
Cc: Karthik Poosa <karthik.poosa at intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
Reviewed-by: Raag Jadav <raag.jadav at intel.com>
+ /mt/dim checkpatch 4f934139887fd60bd4ac9027b7eec3e86ade8085 drm-intel
11b9def794be drm/xe: Fix xe_display_fini() calls
35ec606100b2 drm/xe: Fix error handling in xe_irq_install()
07628ae3844c drm/xe: Fix xe_tile_init_noalloc() error propagation
8e80270dd37f drm/xe: Stop ignoring errors from xe_ttm_stolen_mgr_init()
b0e20d3c9e3c drm/xe: Remove leftover pxp comment
9742744b6194 drm/xe: Add callback support for driver remove
-:130: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#130:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 155 lines checked
1e4f2c02d35d drm/xe: Cleanup unwind of gt initialization
360e233c4e30 drm/xe: Cleanup extra calls to xe_hw_fence_irq_finish()
748fa16958dc drm/xe/oa: Move fini to xe_oa
151d9c31bd37 drm/xe: Move drm_dev_unplug() out of display function
93090d902aae drm/xe/oa: Handle errors in xe_oa_register()
0e93b31ef5e1 drm/xe/pmu: Fail probe if xe_pmu_register() fails
956dee907635 drm/xe/hwmon: Stop ignoring errors on probe
More information about the Intel-xe
mailing list