Series: | Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation |
URL: | https://patchwork.freedesktop.org/series/108945/ |
State: | success |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_108945v1/index.html |
CI Bug Log - changes from CI_DRM_12173 -> Patchwork_108945v1
Summary
SUCCESS
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_108945v1/index.html
Participating hosts (43 -> 42)
Additional (1): fi-hsw-4770
Missing (2): fi-bdw-samus fi-pnv-d510
Possible new issues
Here are the unknown changes that may have been introduced in Patchwork_108945v1:
IGT changes
Suppressed
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
Known issues
Here are the changes found in Patchwork_108945v1 that come from known issues:
IGT changes
Issues hit
-
igt@gem_softpin@allocator-basic-reserve:
- fi-hsw-4770: NOTRUN -> SKIP (fdo#109271) +9 similar issues
-
igt@i915_pm_backlight@basic-brightness:
- fi-hsw-4770: NOTRUN -> SKIP (fdo#109271 / i915#3012)
-
igt@i915_selftest@live@gt_engines:
- fi-rkl-guc: PASS -> INCOMPLETE (i915#4418)
-
igt@kms_chamelium@dp-crc-fast:
- fi-hsw-4770: NOTRUN -> SKIP (fdo#109271 / fdo#111827) +8 similar issues
-
igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions-varying-size:
-
igt@kms_psr@sprite_plane_onoff:
- fi-hsw-4770: NOTRUN -> SKIP (fdo#109271 / i915#1072) +3 similar issues
-
igt@runner@aborted:
Possible fixes
-
igt@gem_exec_suspend@basic-s3@lmem0:
- {bat-dg2-11}: DMESG-WARN (i915#6816) -> PASS
-
igt@gem_exec_suspend@basic-s3@smem:
- {bat-rplp-1}: DMESG-WARN (i915#2867) -> PASS
-
igt@i915_selftest@live@gt_pm:
- {fi-tgl-mst}: DMESG-FAIL (i915#3987) -> PASS
-
igt@i915_selftest@live@hugepages:
- {bat-adln-1}: DMESG-WARN (i915#5278) -> PASS
-
igt@i915_selftest@live@requests:
- {bat-rpls-1}: INCOMPLETE (i915#6257 / i915#6380) -> 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_12173 -> Patchwork_108945v1
CI-20190529: 20190529
CI_DRM_12173: b63a89709735e574aa1d22ec97ae3f9551117fd9 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6662: dcb1d7a8822e62935f4fe3f2e6a04caaee669369 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_108945v1: b63a89709735e574aa1d22ec97ae3f9551117fd9 @ git://anongit.freedesktop.org/gfx-ci/linux
Linux commits
6e9d03bddce7 drm/i915: Remove truncation warning for large objects
ba2ed99c63b1 drm/i915: Use error code as -E2BIG when the size of gem ttm object is too large
b2171683463e drm/i915: Check if the size is too big while creating shmem file
44c322d9a550 drm/i915: Check for integer truncation on the configuration of ttm place
ac963e0163e5 drm/i915: Check for integer truncation on scatterlist creation
83bb1e009454 drm/i915/gem: Typecheck page lookups
14a1d55323d2 compiler_types.h: Add assert_same_type to catch type mis-match while compiling
5e8f9aefe867 overflow: Move and add few utility macros into overflow
f6c5ddadccee overflow: Allow mixed type arguments