Series: | Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation |
URL: | https://patchwork.freedesktop.org/series/110413/ |
State: | success |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110413v1/index.html |
CI Bug Log - changes from CI_DRM_12332 -> Patchwork_110413v1
Summary
SUCCESS
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110413v1/index.html
Participating hosts (40 -> 28)
Additional (1): fi-tgl-dsi
Missing (13): bat-dg2-8 bat-adlm-1 fi-icl-u2 bat-dg2-9 bat-adlp-6 bat-adlp-4 fi-hsw-4770 bat-adln-1 bat-rplp-1 bat-rpls-1 bat-rpls-2 bat-dg2-11 bat-jsl-1
Known issues
Here are the changes found in Patchwork_110413v1 that come from known issues:
IGT changes
Issues hit
-
igt@gem_exec_gttfill@basic:
-
igt@gem_tiled_blits@basic:
- fi-pnv-d510: PASS -> SKIP (fdo#109271)
-
igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions-varying-size:
Possible fixes
-
igt@i915_selftest@live@gt_heartbeat:
- fi-apl-guc: DMESG-FAIL (i915#5334) -> PASS
-
igt@i915_selftest@live@hangcheck:
- fi-adl-ddr5: DMESG-WARN (i915#5591) -> PASS
{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_12332 -> Patchwork_110413v1
CI-20190529: 20190529
CI_DRM_12332: 601b2ef606e4b83d5518aa6a5011bb2b1c5954d9 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_7038: 5389b3f3b9b75df6bd8506e4aa3da357fd0c0ab1 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_110413v1: 601b2ef606e4b83d5518aa6a5011bb2b1c5954d9 @ git://anongit.freedesktop.org/gfx-ci/linux
Linux commits
f71c44d6a1a6 drm/i915: Remove truncation warning for large objects
641448151051 drm/i915: Use error code as -E2BIG when the size of gem ttm object is too large
36329637fb5b drm/i915: Check if the size is too big while creating shmem file
67fe599cfb22 drm/i915: Check for integer truncation on the configuration of ttm place
f4b2efa46ed0 drm/i915: Check for integer truncation on scatterlist creation
7e6baa93be9b drm/i915/gem: Typecheck page lookups
4711dd3008b8 overflow: Introduce overflows_type() and castable_to_type()