[Intel-xe] ✗ CI.KUnit: failure for Supporting RAS on XE (rev3)

Patchwork patchwork at emeril.freedesktop.org
Wed Aug 23 06:27:07 UTC 2023


== Series Details ==

Series: Supporting RAS on XE (rev3)
URL   : https://patchwork.freedesktop.org/series/122257/
State : failure

== Summary ==

+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
ERROR:root:../drivers/gpu/drm/xe/xe_hw_error.c: In function ‘xe_assign_hw_err_regs’:
../drivers/gpu/drm/xe/xe_hw_error.c:188:52: error: ‘struct xe_device’ has no member named ‘hw_err_regs’
  188 |  const struct err_msg_cntr_pair **dev_err_stat = xe->hw_err_regs.dev_err_stat;
      |                                                    ^~
../drivers/gpu/drm/xe/xe_hw_error.c:189:51: error: ‘struct xe_device’ has no member named ‘hw_err_regs’
  189 |  const struct err_msg_cntr_pair **err_stat_gt = xe->hw_err_regs.err_stat_gt;
      |                                                   ^~
../drivers/gpu/drm/xe/xe_hw_error.c: In function ‘xe_gt_hw_error_status_reg_handler’:
../drivers/gpu/drm/xe/xe_hw_error.c:227:26: error: ‘struct xe_device’ has no member named ‘hw_err_regs’
  227 |  err_regs = &gt_to_xe(gt)->hw_err_regs;
      |                          ^~
../drivers/gpu/drm/xe/xe_hw_error.c:248:20: error: dereferencing pointer to incomplete type ‘struct hardware_errors_regs’
  248 |  errstat = err_regs->err_stat_gt[hw_err];
      |                    ^~
../drivers/gpu/drm/xe/xe_hw_error.c: In function ‘xe_hw_error_source_handler’:
../drivers/gpu/drm/xe/xe_hw_error.c:361:30: error: ‘struct xe_device’ has no member named ‘hw_err_regs’
  361 |  err_regs = &tile_to_xe(tile)->hw_err_regs;
      |                              ^~
../drivers/gpu/drm/xe/xe_hw_error.c:362:20: error: dereferencing pointer to incomplete type ‘const struct hardware_errors_regs’
  362 |  errstat = err_regs->dev_err_stat[hw_err];
      |                    ^~
make[6]: *** [../scripts/Makefile.build:252: drivers/gpu/drm/xe/xe_hw_error.o] Error 1
make[6]: *** Waiting for unfinished jobs....
make[5]: *** [../scripts/Makefile.build:494: drivers/gpu/drm/xe] Error 2
make[4]: *** [../scripts/Makefile.build:494: drivers/gpu/drm] Error 2
make[3]: *** [../scripts/Makefile.build:494: drivers/gpu] Error 2
make[2]: *** [../scripts/Makefile.build:494: drivers] Error 2
make[1]: *** [/kernel/Makefile:2026: .] Error 2
make: *** [Makefile:226: __sub-make] Error 2

[06:26:44] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[06:26:49] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make ARCH=um O=.kunit --jobs=48
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel




More information about the Intel-xe mailing list