Series: | Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation |
URL: | https://patchwork.freedesktop.org/series/107667/ |
State: | success |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107667v1/index.html |
CI Bug Log - changes from CI_DRM_12018 -> Patchwork_107667v1
Summary
SUCCESS
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107667v1/index.html
Participating hosts (38 -> 37)
Missing (1): bat-dg2-8
Possible new issues
Here are the unknown changes that may have been introduced in Patchwork_107667v1:
IGT changes
Suppressed
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
- igt@i915_pm_rpm@module-reload:
- {bat-dg2-10}: NOTRUN -> INCOMPLETE
Known issues
Here are the changes found in Patchwork_107667v1 that come from known issues:
IGT changes
Issues hit
-
igt@i915_selftest@live@execlists:
- fi-bsw-kefka: PASS -> INCOMPLETE (i915#2940)
-
igt@i915_suspend@basic-s3-without-i915:
- fi-hsw-g3258: NOTRUN -> INCOMPLETE (i915#4817 / i915#6598)
-
igt@runner@aborted:
- fi-bsw-kefka: NOTRUN -> FAIL (fdo#109271 / i915#4312)
Possible fixes
-
igt@gem_exec_suspend@basic-s3@smem:
- {bat-rplp-1}: DMESG-WARN (i915#2867) -> PASS
-
igt@i915_module_load@reload:
- {bat-dg2-10}: DMESG-WARN (i915#6530) -> PASS
-
igt@i915_selftest@live@hangcheck:
- fi-hsw-g3258: INCOMPLETE (i915#3303 / i915#4785) -> 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#6648) -> INCOMPLETE (i915#6598 / i915#6601 / 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_12018 -> Patchwork_107667v1
CI-20190529: 20190529
CI_DRM_12018: b50fa415e25e27958bf55e048d44dad0b2f6a03f @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6634: e01fe99f00692864b709253638c809231d1fb333 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_107667v1: b50fa415e25e27958bf55e048d44dad0b2f6a03f @ git://anongit.freedesktop.org/gfx-ci/linux
Linux commits
7fbefb3ad312 drm/i915: Remove truncation warning for large objects
fe5ef1df92fe drm/i915: Use error code as -E2BIG when the size of gem ttm object is too large
3ab38342d149 drm/i915: Check if the size is too big while creating shmem file
d7c2ae49fe26 drm/i915: Check for integer truncation on the configuration of ttm place
7c41c79e1c77 drm/i915: Check for integer truncation on scatterlist creation
3e1e0952b248 drm/i915/gem: Typecheck page lookups
583a25decef2 util_macros: Add exact_type macro to catch type mis-match while compiling
cdfdc571bf06 overflow: Move and add few utility macros into overflow