Series: | Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation (rev2) |
URL: | https://patchwork.freedesktop.org/series/110413/ |
State: | failure |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110413v2/index.html |
CI Bug Log - changes from CI_DRM_12333 -> Patchwork_110413v2
Summary
FAILURE
Serious unknown changes coming with Patchwork_110413v2 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_110413v2, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110413v2/index.html
Participating hosts (38 -> 27)
Missing (11): fi-tgl-dsi bat-dg2-8 bat-dg2-9 bat-adlp-6 bat-adlp-4 bat-adln-1 bat-rplp-1 bat-rpls-1 bat-rpls-2 bat-dg2-11 bat-jsl-1
Possible new issues
Here are the unknown changes that may have been introduced in Patchwork_110413v2:
IGT changes
Possible regressions
- igt@i915_selftest@live@hangcheck:
- fi-rkl-guc: PASS -> INCOMPLETE
Known issues
Here are the changes found in Patchwork_110413v2 that come from known issues:
IGT changes
Issues hit
-
igt@gem_lmem_swapping@basic:
- fi-apl-guc: NOTRUN -> SKIP (fdo#109271 / i915#4613) +3 similar issues
-
igt@i915_selftest@live@hangcheck:
- fi-hsw-g3258: PASS -> INCOMPLETE (i915#3303 / i915#4785)
-
igt@i915_suspend@basic-s3-without-i915:
- fi-bdw-5557u: PASS -> INCOMPLETE (i915#146)
-
igt@kms_chamelium@hdmi-crc-fast:
- fi-apl-guc: NOTRUN -> SKIP (fdo#109271 / fdo#111827) +8 similar issues
-
igt@kms_force_connector_basic@force-connector-state:
- fi-apl-guc: NOTRUN -> SKIP (fdo#109271) +11 similar issues
-
igt@runner@aborted:
- fi-hsw-g3258: NOTRUN -> FAIL (fdo#109271 / i915#4312 / i915#4991)
Possible fixes
-
igt@gem_ctx_create@basic-files:
- {fi-tgl-mst}: DMESG-WARN (i915#6434) -> PASS
-
igt@gem_exec_gttfill@basic:
-
igt@gem_render_tiled_blits@basic:
- fi-apl-guc: INCOMPLETE -> PASS
-
igt@gem_tiled_blits@basic:
- fi-pnv-d510: SKIP (fdo#109271) -> PASS +1 similar issue
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
Build changes
- Linux: CI_DRM_12333 -> Patchwork_110413v2
CI-20190529: 20190529
CI_DRM_12333: e7d1d39c197e7f06cf4d1ee19cfd467d6b68e10e @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_7038: 5389b3f3b9b75df6bd8506e4aa3da357fd0c0ab1 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_110413v2: e7d1d39c197e7f06cf4d1ee19cfd467d6b68e10e @ git://anongit.freedesktop.org/gfx-ci/linux
Linux commits
c92843681a18 drm/i915: Remove truncation warning for large objects
ab7b18a9855f drm/i915: Use error code as -E2BIG when the size of gem ttm object is too large
4389e2689bd6 drm/i915: Check if the size is too big while creating shmem file
084bc23a10c9 drm/i915: Check for integer truncation on the configuration of ttm place
fbf0071038b2 drm/i915: Check for integer truncation on scatterlist creation
fbae424b451f drm/i915/gem: Typecheck page lookups
86dffbe22669 overflow: Introduce overflows_type() and castable_to_type()