✓ Fi.CI.BAT: success for series starting with [01/22] build-fix
Patchwork
patchwork at emeril.freedesktop.org
Tue Jan 18 20:12:42 UTC 2022
== Series Details ==
Series: series starting with [01/22] build-fix
URL : https://patchwork.freedesktop.org/series/99002/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_11094 -> Trybot_8238
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_8238/index.html
Participating hosts (46 -> 36)
------------------------------
Additional (1): fi-pnv-d510
Missing (11): fi-bdw-samus shard-tglu bat-dg1-6 bat-dg1-5 fi-bsw-cyan bat-adlp-6 bat-rpls-1 shard-rkl shard-dg1 bat-jsl-2 bat-jsl-1
Known issues
------------
Here are the changes found in Trybot_8238 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt at gem_huc_copy@huc-copy:
- fi-pnv-d510: NOTRUN -> [SKIP][1] ([fdo#109271]) +57 similar issues
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_8238/fi-pnv-d510/igt@gem_huc_copy@huc-copy.html
* igt at runner@aborted:
- fi-bdw-5557u: NOTRUN -> [FAIL][2] ([i915#2426] / [i915#4312])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_8238/fi-bdw-5557u/igt@runner@aborted.html
#### Possible fixes ####
* igt at gem_exec_suspend@basic-s3 at smem:
- fi-bdw-5557u: [INCOMPLETE][3] ([i915#146]) -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11094/fi-bdw-5557u/igt@gem_exec_suspend@basic-s3@smem.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_8238/fi-bdw-5557u/igt@gem_exec_suspend@basic-s3@smem.html
* igt at i915_selftest@live at gt_heartbeat:
- {fi-tgl-dsi}: [INCOMPLETE][5] -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11094/fi-tgl-dsi/igt@i915_selftest@live@gt_heartbeat.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_8238/fi-tgl-dsi/igt@i915_selftest@live@gt_heartbeat.html
#### Warnings ####
* igt at kms_psr@primary_page_flip:
- fi-skl-6600u: [FAIL][7] ([i915#4547]) -> [INCOMPLETE][8] ([i915#4838])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11094/fi-skl-6600u/igt@kms_psr@primary_page_flip.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_8238/fi-skl-6600u/igt@kms_psr@primary_page_flip.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[i915#146]: https://gitlab.freedesktop.org/drm/intel/issues/146
[i915#2426]: https://gitlab.freedesktop.org/drm/intel/issues/2426
[i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
[i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
[i915#4547]: https://gitlab.freedesktop.org/drm/intel/issues/4547
[i915#4838]: https://gitlab.freedesktop.org/drm/intel/issues/4838
Build changes
-------------
* Linux: CI_DRM_11094 -> Trybot_8238
CI-20190529: 20190529
CI_DRM_11094: 6ce31c986ee8beaa0f98fd4e200b7a421fd4adf9 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6327: 0d559158c2d3b5723abbfc2cb4b04532e28663b2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Trybot_8238: 9fe1acfcd285e863f725ab654e024ca402c8ce66 @ git://anongit.freedesktop.org/gfx-ci/linux
== Kernel 32bit build ==
Warning: Kernel 32bit buildtest failed:
https://intel-gfx-ci.01.org/Trybot_8238/build_32bit.log
CALL scripts/checksyscalls.sh
CALL scripts/atomic/check-atomics.sh
CHK include/generated/compile.h
CC [M] drivers/gpu/drm/i915/intel_memory_region.o
In file included from drivers/gpu/drm/i915/intel_memory_region.c:362:
drivers/gpu/drm/i915/selftests/intel_memory_region.c: In function ‘igt_mock_io_size’:
drivers/gpu/drm/i915/selftests/intel_memory_region.c:556:54: error: passing argument 3 of ‘div64_u64_rem’ from incompatible pointer type [-Werror=incompatible-pointer-types]
div64_u64_rem(i915_prandom_u64_state(&prng), SZ_8G, &total);
^~~~~~
In file included from ./include/linux/time64.h:5,
from ./include/linux/restart_block.h:10,
from ./include/linux/thread_info.h:14,
from ./arch/x86/include/asm/preempt.h:7,
from ./include/linux/preempt.h:78,
from ./include/linux/percpu.h:6,
from ./include/linux/prandom.h:12,
from drivers/gpu/drm/i915/intel_memory_region.c:6:
./include/linux/math64.h:102:58: note: expected ‘u64 *’ {aka ‘long long unsigned int *’} but argument is of type ‘resource_size_t *’ {aka ‘unsigned int *’}
extern u64 div64_u64_rem(u64 dividend, u64 divisor, u64 *remainder);
~~~~~^~~~~~~~~
In file included from drivers/gpu/drm/i915/intel_memory_region.c:362:
drivers/gpu/drm/i915/selftests/intel_memory_region.c:560:59: error: passing argument 3 of ‘div64_u64_rem’ from incompatible pointer type [-Werror=incompatible-pointer-types]
div64_u64_rem(i915_prandom_u64_state(&prng), total - ps, &io_size);
^~~~~~~~
In file included from ./include/linux/time64.h:5,
from ./include/linux/restart_block.h:10,
from ./include/linux/thread_info.h:14,
from ./arch/x86/include/asm/preempt.h:7,
from ./include/linux/preempt.h:78,
from ./include/linux/percpu.h:6,
from ./include/linux/prandom.h:12,
from drivers/gpu/drm/i915/intel_memory_region.c:6:
./include/linux/math64.h:102:58: note: expected ‘u64 *’ {aka ‘long long unsigned int *’} but argument is of type ‘resource_size_t *’ {aka ‘unsigned int *’}
extern u64 div64_u64_rem(u64 dividend, u64 divisor, u64 *remainder);
~~~~~^~~~~~~~~
In file included from drivers/gpu/drm/i915/intel_memory_region.c:362:
drivers/gpu/drm/i915/selftests/intel_memory_region.c:576:53: error: passing argument 3 of ‘div64_u64_rem’ from incompatible pointer type [-Werror=incompatible-pointer-types]
div64_u64_rem(i915_prandom_u64_state(&prng), rem, &size);
^~~~~
In file included from ./include/linux/time64.h:5,
from ./include/linux/restart_block.h:10,
from ./include/linux/thread_info.h:14,
from ./arch/x86/include/asm/preempt.h:7,
from ./include/linux/preempt.h:78,
from ./include/linux/percpu.h:6,
from ./include/linux/prandom.h:12,
from drivers/gpu/drm/i915/intel_memory_region.c:6:
./include/linux/math64.h:102:58: note: expected ‘u64 *’ {aka ‘long long unsigned int *’} but argument is of type ‘resource_size_t *’ {aka ‘unsigned int *’}
extern u64 div64_u64_rem(u64 dividend, u64 divisor, u64 *remainder);
~~~~~^~~~~~~~~
In file included from drivers/gpu/drm/i915/intel_memory_region.c:362:
drivers/gpu/drm/i915/selftests/intel_memory_region.c:615:53: error: passing argument 3 of ‘div64_u64_rem’ from incompatible pointer type [-Werror=incompatible-pointer-types]
div64_u64_rem(i915_prandom_u64_state(&prng), rem, &size);
^~~~~
In file included from ./include/linux/time64.h:5,
from ./include/linux/restart_block.h:10,
from ./include/linux/thread_info.h:14,
from ./arch/x86/include/asm/preempt.h:7,
from ./include/linux/preempt.h:78,
from ./include/linux/percpu.h:6,
from ./include/linux/prandom.h:12,
from drivers/gpu/drm/i915/intel_memory_region.c:6:
./include/linux/math64.h:102:58: note: expected ‘u64 *’ {aka ‘long long unsigned int *’} but argument is of type ‘resource_size_t *’ {aka ‘unsigned int *’}
extern u64 div64_u64_rem(u64 dividend, u64 divisor, u64 *remainder);
~~~~~^~~~~~~~~
cc1: all warnings being treated as errors
scripts/Makefile.build:287: recipe for target 'drivers/gpu/drm/i915/intel_memory_region.o' failed
make[4]: *** [drivers/gpu/drm/i915/intel_memory_region.o] Error 1
scripts/Makefile.build:549: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:549: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:549: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1846: recipe for target 'drivers' failed
make: *** [drivers] Error 2
== Linux commits ==
9fe1acfcd285 HAX: DG1 small BAR
4cb1525f6742 drm/i915/execbuf: forbid ALLOC_TOPDOWN for error capture
015ac7531777 drm/i915/uapi: add NEEDS_CPU_ACCESS hint
44ea73913530 drm/i915/lmem: don't treat small BAR as an error
7f19336dbb21 drm/i915/selftests: nerf steal guc ids
139076b4b990 drm/i915/selftests: handle allocation failures
8fe218e64bf9 drm/i915/buddy: tweak 2big check
d28e566dfee4 compat
ffe818dbfaa6 drm/i915/selftests: exercise mmap migration
ed39b18396c4 drm/i915/ttm: mappable migration on fault
d09c67301181 drm/i915/ttm: make eviction mappable aware
1ea4fe32b414 drm/i915/create: apply ALLOC_TOPDOWN by default
847403c62ba1 drm/i915/selftests: mock test io_size
5864e3979ca2 drm/i915/ttm: use pfn range for mappable lmem
d7faae9c8586 drm/i915: add I915_BO_ALLOC_TOPDOWN
5edb62debaeb drm/i915: add io_size plumbing
d845896117cf drm: implement a method to free unused pages
9cec2e423df5 drm: implement top-down allocation method
e36d4e578cf5 drm: improve drm_buddy_alloc function
9e0563e5d04b drm: move the buddy allocator from i915 into common drm
972f98a74a57 drm/i915/buddy: nasty uaf
7f8bc39cbd25 build-fix
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_8238/index.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-trybot/attachments/20220118/b1b5bf38/attachment.htm>
More information about the Intel-gfx-trybot
mailing list