✗ CI.KUnit: failure for drm/xe: Drop bo->size (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue Jun 24 23:03:04 UTC 2025
== Series Details ==
Series: drm/xe: Drop bo->size (rev2)
URL : https://patchwork.freedesktop.org/series/150710/
State : failure
== Summary ==
+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
ERROR:root:In file included from ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:7:
../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c: In function ‘encode_config’:
../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:285:58: error: ‘struct xe_bo’ has no member named ‘size’
285 | cfg[n++] = lower_32_bits(config->lmem_obj->size);
| ^~
../include/linux/wordpart.h:20:34: note: in definition of macro ‘lower_32_bits’
20 | #define lower_32_bits(n) ((u32)((n) & 0xffffffff))
| ^
../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:286:58: error: ‘struct xe_bo’ has no member named ‘size’
286 | cfg[n++] = upper_32_bits(config->lmem_obj->size);
| ^~
../include/linux/wordpart.h:14:35: note: in definition of macro ‘upper_32_bits’
14 | #define upper_32_bits(n) ((u32)(((n) >> 16) >> 16))
| ^
../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c: In function ‘xe_gt_sriov_pf_config_print_lmem’:
../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:2555:49: error: ‘struct xe_bo’ has no member named ‘size’
2555 | string_get_size(config->lmem_obj->size, 1, STRING_UNITS_2,
| ^~
../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:2558:47: error: ‘struct xe_bo’ has no member named ‘size’
2558 | n, config->lmem_obj->size, buf);
| ^~
make[7]: *** [../scripts/Makefile.build:287: drivers/gpu/drm/xe/xe_gt_sriov_pf_config.o] Error 1
make[7]: *** Waiting for unfinished jobs....
make[6]: *** [../scripts/Makefile.build:554: drivers/gpu/drm/xe] Error 2
make[5]: *** [../scripts/Makefile.build:554: drivers/gpu/drm] Error 2
make[4]: *** [../scripts/Makefile.build:554: drivers/gpu] Error 2
make[3]: *** [../scripts/Makefile.build:554: drivers] Error 2
make[2]: *** [/kernel/Makefile:2003: .] Error 2
make[1]: *** [/kernel/Makefile:248: __sub-make] Error 2
make: *** [Makefile:248: __sub-make] Error 2
[23:02:30] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[23:02:35] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb 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