Series: | Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation |
URL: | https://patchwork.freedesktop.org/series/107231/ |
State: | success |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107231v1/index.html |
CI Bug Log - changes from CI_DRM_12021 -> Patchwork_107231v1
Summary
SUCCESS
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107231v1/index.html
Participating hosts (37 -> 38)
Additional (1): fi-kbl-soraka
Known issues
Here are the changes found in Patchwork_107231v1 that come from known issues:
IGT changes
Issues hit
-
igt@i915_selftest@live@gt_engines:
- bat-dg1-5: PASS -> INCOMPLETE (i915#4418)
-
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@i915_pm_rpm@module-reload:
- {bat-dg2-10}: INCOMPLETE -> PASS
-
igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions:
Warnings
- igt@i915_suspend@basic-s3-without-i915:
- fi-elk-e7500: INCOMPLETE (i915#6598 / i915#6601 / i915#6648) -> INCOMPLETE (i915#6598 / i915#6648)
{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_107231v1
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_107231v1: 078959b4819e4e0ab8cf2965e7bfd98278c0b35d @ git://anongit.freedesktop.org/gfx-ci/linux
Linux commits
cc7a5389a8a8 drm/i915: Remove truncation warning for large objects
1990fb8f917f drm/i915: Use error code as -E2BIG when the size of gem ttm object is too large
755ed2170d64 drm/i915: Check if the size is too big while creating shmem file
0f7af4d3decb drm/i915: Check for integer truncation on the configuration of ttm place
2f954aa60424 drm/i915: Check for integer truncation on scatterlist creation
baee40aab437 drm/i915/gem: Typecheck page lookups
418efba273b5 util_macros: Add exact_type macro to catch type mis-match while compiling
72e7eb0cb571 overflow: Move and add few utility macros into overflow