All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Gwan-gyeong Mun" <gwan-gyeong.mun@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] ✓ Fi.CI.BAT: success for Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
Date: Wed, 28 Sep 2022 14:59:22 -0000	[thread overview]
Message-ID: <166437716273.596.6840203586291248337@emeril.freedesktop.org> (raw)
In-Reply-To: <20220928081300.101516-1-gwan-gyeong.mun@intel.com>

[-- Attachment #1: Type: text/plain, Size: 4153 bytes --]

== Series 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

== Summary ==

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.

  * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-2:
    - {bat-dg2-11}:       [PASS][1] -> [FAIL][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12193/bat-dg2-11/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-2.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_109169v1/bat-dg2-11/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-2.html

  
Known issues
------------

  Here are the changes found in Patchwork_109169v1 that come from known issues:

### IGT changes ###

#### Possible fixes ####

  * igt@gem_exec_suspend@basic-s3@lmem0:
    - {bat-dg2-11}:       [DMESG-WARN][3] ([i915#6816]) -> [PASS][4]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12193/bat-dg2-11/igt@gem_exec_suspend@basic-s3@lmem0.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_109169v1/bat-dg2-11/igt@gem_exec_suspend@basic-s3@lmem0.html

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

  [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284
  [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
  [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
  [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
  [i915#2867]: https://gitlab.freedesktop.org/drm/intel/issues/2867
  [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301
  [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
  [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
  [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
  [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
  [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983
  [i915#6816]: https://gitlab.freedesktop.org/drm/intel/issues/6816
  [i915#6856]: https://gitlab.freedesktop.org/drm/intel/issues/6856


Build changes
-------------

  * Linux: CI_DRM_12193 -> Patchwork_109169v1

  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

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_109169v1/index.html

[-- Attachment #2: Type: text/html, Size: 3891 bytes --]

  parent reply	other threads:[~2022-09-28 14:59 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-28  8:12 [PATCH v13 0/9] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation Gwan-gyeong Mun
2022-09-28  8:12 ` [Intel-gfx] " Gwan-gyeong Mun
2022-09-28  8:12 ` Gwan-gyeong Mun
2022-09-28  8:12 ` [PATCH v13 1/9] overflow: Allow mixed type arguments Gwan-gyeong Mun
2022-09-28  8:12   ` Gwan-gyeong Mun
2022-09-28  8:12   ` [Intel-gfx] " Gwan-gyeong Mun
2022-09-28  8:12 ` [PATCH v13 2/9] overflow: Introduce check_assign() and check_assign_user_ptr() Gwan-gyeong Mun
2022-09-28  8:12   ` Gwan-gyeong Mun
2022-09-28  8:12   ` [Intel-gfx] " Gwan-gyeong Mun
2022-09-28  8:12 ` [PATCH v13 3/9] overflow: Introduce overflows_type() and castable_to_type() Gwan-gyeong Mun
2022-09-28  8:12   ` Gwan-gyeong Mun
2022-09-28  8:12   ` [Intel-gfx] " Gwan-gyeong Mun
2022-09-28  8:12 ` [Intel-gfx] [PATCH v13 4/9] drm/i915/gem: Typecheck page lookups Gwan-gyeong Mun
2022-09-28  8:12   ` Gwan-gyeong Mun
2022-09-28  8:12   ` Gwan-gyeong Mun
2022-09-28  8:12 ` [PATCH v13 5/9] drm/i915: Check for integer truncation on scatterlist creation Gwan-gyeong Mun
2022-09-28  8:12   ` [Intel-gfx] " Gwan-gyeong Mun
2022-09-28  8:12   ` Gwan-gyeong Mun
2022-09-28  8:51   ` Jani Nikula
2022-09-28  8:51     ` [Intel-gfx] " Jani Nikula
2022-09-28  8:51     ` Jani Nikula
2022-10-07 16:38     ` Gwan-gyeong Mun
2022-10-07 16:38       ` [Intel-gfx] " Gwan-gyeong Mun
2022-10-07 16:38       ` Gwan-gyeong Mun
2022-09-28 17:09   ` Linus Torvalds
2022-09-28 17:09     ` [Intel-gfx] " Linus Torvalds
2022-09-28 17:09     ` Linus Torvalds
2022-09-28 18:06     ` Kees Cook
2022-09-28 18:06       ` Kees Cook
2022-09-28 18:06       ` [Intel-gfx] " Kees Cook
2022-10-07 16:40       ` Gwan-gyeong Mun
2022-10-07 16:40         ` [Intel-gfx] " Gwan-gyeong Mun
2022-10-07 16:40         ` Gwan-gyeong Mun
2022-10-07 16:45     ` Gwan-gyeong Mun
2022-10-07 16:45       ` [Intel-gfx] " Gwan-gyeong Mun
2022-10-07 16:45       ` Gwan-gyeong Mun
2022-09-28  8:12 ` [PATCH v13 6/9] drm/i915: Check for integer truncation on the configuration of ttm place Gwan-gyeong Mun
2022-09-28  8:12   ` [Intel-gfx] " Gwan-gyeong Mun
2022-09-28  8:12   ` Gwan-gyeong Mun
2022-09-28  8:12 ` [PATCH v13 7/9] drm/i915: Check if the size is too big while creating shmem file Gwan-gyeong Mun
2022-09-28  8:12   ` Gwan-gyeong Mun
2022-09-28  8:12   ` [Intel-gfx] " Gwan-gyeong Mun
2022-09-28  8:12 ` [PATCH v13 8/9] drm/i915: Use error code as -E2BIG when the size of gem ttm object is too large Gwan-gyeong Mun
2022-09-28  8:12   ` Gwan-gyeong Mun
2022-09-28  8:12   ` [Intel-gfx] " Gwan-gyeong Mun
2022-09-28  8:13 ` [PATCH v13 9/9] drm/i915: Remove truncation warning for large objects Gwan-gyeong Mun
2022-09-28  8:13   ` Gwan-gyeong Mun
2022-09-28  8:13   ` [Intel-gfx] " Gwan-gyeong Mun
2022-09-28 14:35 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation Patchwork
2022-09-28 14:35 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-09-28 14:59 ` Patchwork [this message]
2022-09-29  8:44 ` [Intel-gfx] ✓ Fi.CI.IGT: success " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2022-12-28 19:22 [Intel-gfx] [PATCH v16 0/6] " Gwan-gyeong Mun
2022-12-28 20:19 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2022-12-28 14:25 [Intel-gfx] [PATCH v15 0/6] " Gwan-gyeong Mun
2022-12-28 15:03 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2022-12-15 12:52 [Intel-gfx] [PATCH v15 0/7] " Gwan-gyeong Mun
2022-12-15 15:20 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2022-11-02 14:53 [Intel-gfx] [PATCH v14 0/7] " Gwan-gyeong Mun
2022-11-02 16:43 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2022-09-26 15:39 [PATCH v12 0/9] " Gwan-gyeong Mun
2022-09-26 22:53 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2022-09-23  8:26 [PATCH v11 0/9] " Gwan-gyeong Mun
2022-09-23 11:13 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2022-08-24  8:45 [PATCH v9 0/8] " Gwan-gyeong Mun
2022-08-24  9:36 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2022-08-23 10:17 [PATCH v8 0/8] " Gwan-gyeong Mun
2022-08-23 12:40 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2022-08-16  9:35 [PATCH v7 0/8] " Gwan-gyeong Mun
2022-08-24 19:27 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2022-08-13  1:08 [PATCH v6 0/8] " Gwan-gyeong Mun
2022-08-24 18:23 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=166437716273.596.6840203586291248337@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=gwan-gyeong.mun@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.