Patch Details
Series:Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
URL:https://patchwork.freedesktop.org/series/109169/
State:success
Details:https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_109169v1/index.html

CI Bug Log - changes from CI_DRM_12193 -> Patchwork_109169v1

Summary

SUCCESS

No regressions found.

External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_109169v1/index.html

Participating hosts (44 -> 44)

Additional (1): fi-tgl-dsi
Missing (1): fi-bdw-samus

Possible new issues

Here are the unknown changes that may have been introduced in Patchwork_109169v1:

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_109169v1 that come from known issues:

IGT changes

Possible fixes

{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).

Build changes

CI-20190529: 20190529
CI_DRM_12193: 0f0716dcfd8446cde4391475c9c3656ca670b55f @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6666: 1e3ecbaa3c56f4c52c62047707eb4942d3a39c44 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_109169v1: 0f0716dcfd8446cde4391475c9c3656ca670b55f @ git://anongit.freedesktop.org/gfx-ci/linux

Linux commits

24847626c2a0 drm/i915: Remove truncation warning for large objects
122e401d217c drm/i915: Use error code as -E2BIG when the size of gem ttm object is too large
fa026ffe63df drm/i915: Check if the size is too big while creating shmem file
c21bbacab403 drm/i915: Check for integer truncation on the configuration of ttm place
28d079cef486 drm/i915: Check for integer truncation on scatterlist creation
3aab4654e14b drm/i915/gem: Typecheck page lookups
0818337d2f25 overflow: Introduce overflows_type() and castable_to_type()
47c5745d4e24 overflow: Introduce check_assign() and check_assign_user_ptr()
488ee261cc98 overflow: Allow mixed type arguments