Series: | Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation |
URL: | https://patchwork.freedesktop.org/series/107318/ |
State: | success |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107318v1/index.html |
CI Bug Log - changes from CI_DRM_12021 -> Patchwork_107318v1
Summary
SUCCESS
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107318v1/index.html
Participating hosts (37 -> 34)
Additional (1): fi-kbl-soraka
Missing (4): bat-dg2-8 bat-dg2-10 fi-rkl-11600 bat-jsl-3
Known issues
Here are the changes found in Patchwork_107318v1 that come from known issues:
IGT changes
Issues hit
-
igt@i915_selftest@live@hangcheck:
- bat-dg1-6: PASS -> DMESG-FAIL (i915#4494 / i915#4957)
-
igt@runner@aborted:
Possible fixes
-
igt@gem_exec_suspend@basic-s3@smem:
- {bat-rplp-1}: DMESG-WARN (i915#2867) -> PASS
-
igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions:
Warnings
- igt@i915_suspend@basic-s3-without-i915:
- fi-hsw-g3258: INCOMPLETE (i915#4817 / i915#6598) -> INCOMPLETE (i915#6598)
{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_12021 -> Patchwork_107318v1
CI-20190529: 20190529
CI_DRM_12021: 078959b4819e4e0ab8cf2965e7bfd98278c0b35d @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6636: 1298b5f0e1b3e010657ffba41d2e775fab028e08 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_107318v1: 078959b4819e4e0ab8cf2965e7bfd98278c0b35d @ git://anongit.freedesktop.org/gfx-ci/linux
Linux commits
daa36a5708a4 drm/i915: Remove truncation warning for large objects
ea5b72557899 drm/i915: Use error code as -E2BIG when the size of gem ttm object is too large
be7935ba9db6 drm/i915: Check if the size is too big while creating shmem file
c59302b9e88f drm/i915: Check for integer truncation on the configuration of ttm place
900599b671ec drm/i915: Check for integer truncation on scatterlist creation
f638dc9a27cd drm/i915/gem: Typecheck page lookups
a9e09d773594 util_macros: Add exact_type macro to catch type mis-match while compiling
a766d32c3c88 overflow: Move and add few utility macros into overflow