✓ CI.checkpatch: success for drm/xe: xe_hw_engine_class: Add fault injection and improve error handling in kobj_xe_hw_engine_class
Patchwork
patchwork at emeril.freedesktop.org
Sat Apr 5 08:27:07 UTC 2025
== Series Details ==
Series: drm/xe: xe_hw_engine_class: Add fault injection and improve error handling in kobj_xe_hw_engine_class
URL : https://patchwork.freedesktop.org/series/147290/
State : success
== 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
99e5a866b5e13f134e606a3e29d9508d97826fb3
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit b693f3bf099c0a46c37123b0a1fcc288574217ea
Author: Sobin Thomas <sobin.thomas at intel.com>
Date: Sat Apr 5 07:17:03 2025 +0000
drm/xe: xe_hw_engine_class: Add fault injection and improve error handling in kobj_xe_hw_engine_class
- Added fault injection for `kobj_xe_hw_engine_class` to enhance coverage.
- Improved error handling by checking for `IS_ERR_OR_NULL` on `keclass` and
propagating the error using `PTR_ERR`.
Can be tested using inject-fault-probe-function-kobj_xe_hw_engine_class
Signed-off-by: Sobin Thomas <sobin.thomas at intel.com>
+ /mt/dim checkpatch 60b7ecc2c5c979cfb8863272348bd6724559b5be drm-intel
b693f3bf099c drm/xe: xe_hw_engine_class: Add fault injection and improve error handling in kobj_xe_hw_engine_class
More information about the Intel-xe
mailing list