* [Intel-gfx] [PATCH] drm/i915: Use "%zu" to format size_t
@ 2022-12-30 18:35 Nirmoy Das
2022-12-30 19:07 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 8+ messages in thread
From: Nirmoy Das @ 2022-12-30 18:35 UTC (permalink / raw)
To: intel-gfx
Cc: dri-devel, chris, andrzej.hajda, rodrigo.vivi, mchehab,
Nirmoy Das
Switch to %zu for printing size_t which will
fix compilation warning for 32-bit build.
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
---
drivers/gpu/drm/i915/gem/i915_gem_shmem.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/gem/i915_gem_shmem.c b/drivers/gpu/drm/i915/gem/i915_gem_shmem.c
index e767791e40e0..114443096841 100644
--- a/drivers/gpu/drm/i915/gem/i915_gem_shmem.c
+++ b/drivers/gpu/drm/i915/gem/i915_gem_shmem.c
@@ -238,7 +238,7 @@ static int shmem_get_pages(struct drm_i915_gem_object *obj)
goto rebuild_st;
} else {
dev_warn(i915->drm.dev,
- "Failed to DMA remap %lu pages\n",
+ "Failed to DMA remap %zu pages\n",
obj->base.size >> PAGE_SHIFT);
goto err_pages;
}
--
2.38.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Use "%zu" to format size_t
2022-12-30 18:35 [Intel-gfx] [PATCH] drm/i915: Use "%zu" to format size_t Nirmoy Das
@ 2022-12-30 19:07 ` Patchwork
2022-12-30 19:37 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
` (3 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2022-12-30 19:07 UTC (permalink / raw)
To: Nirmoy Das; +Cc: intel-gfx
== Series Details ==
Series: drm/i915: Use "%zu" to format size_t
URL : https://patchwork.freedesktop.org/series/112317/
State : warning
== Summary ==
Error: dim sparse failed
Sparse version: v0.6.2
Fast mode used, each commit won't be checked separately.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Use "%zu" to format size_t
2022-12-30 18:35 [Intel-gfx] [PATCH] drm/i915: Use "%zu" to format size_t Nirmoy Das
2022-12-30 19:07 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for " Patchwork
@ 2022-12-30 19:37 ` Patchwork
2023-01-03 8:11 ` Gwan-gyeong Mun
2023-01-02 13:20 ` [Intel-gfx] [PATCH] " Gwan-gyeong Mun
` (2 subsequent siblings)
4 siblings, 1 reply; 8+ messages in thread
From: Patchwork @ 2022-12-30 19:37 UTC (permalink / raw)
To: Nirmoy Das; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 5755 bytes --]
== Series Details ==
Series: drm/i915: Use "%zu" to format size_t
URL : https://patchwork.freedesktop.org/series/112317/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_12532 -> Patchwork_112317v1
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with Patchwork_112317v1 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_112317v1, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/index.html
Participating hosts (44 -> 43)
------------------------------
Additional (1): fi-kbl-soraka
Missing (2): fi-rkl-11600 fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in Patchwork_112317v1:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live@slpc:
- fi-kbl-soraka: NOTRUN -> [INCOMPLETE][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-kbl-soraka/igt@i915_selftest@live@slpc.html
Known issues
------------
Here are the changes found in Patchwork_112317v1 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_gttfill@basic:
- fi-kbl-soraka: NOTRUN -> [SKIP][2] ([fdo#109271]) +7 similar issues
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-kbl-soraka/igt@gem_exec_gttfill@basic.html
* igt@gem_huc_copy@huc-copy:
- fi-kbl-soraka: NOTRUN -> [SKIP][3] ([fdo#109271] / [i915#2190])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-kbl-soraka/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@basic:
- fi-kbl-soraka: NOTRUN -> [SKIP][4] ([fdo#109271] / [i915#4613]) +3 similar issues
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-kbl-soraka/igt@gem_lmem_swapping@basic.html
* igt@i915_selftest@live@gt_heartbeat:
- fi-apl-guc: [PASS][5] -> [DMESG-FAIL][6] ([i915#5334])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12532/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html
* igt@i915_selftest@live@gt_pm:
- fi-kbl-soraka: NOTRUN -> [DMESG-FAIL][7] ([i915#1886])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-kbl-soraka/igt@i915_selftest@live@gt_pm.html
* igt@kms_chamelium@common-hpd-after-suspend:
- fi-hsw-4770: NOTRUN -> [SKIP][8] ([fdo#109271] / [fdo#111827])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-hsw-4770/igt@kms_chamelium@common-hpd-after-suspend.html
* igt@kms_chamelium@hdmi-hpd-fast:
- fi-kbl-soraka: NOTRUN -> [SKIP][9] ([fdo#109271] / [fdo#111827]) +7 similar issues
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-kbl-soraka/igt@kms_chamelium@hdmi-hpd-fast.html
#### Possible fixes ####
* igt@i915_selftest@live@hangcheck:
- fi-hsw-4770: [INCOMPLETE][10] ([i915#4785]) -> [PASS][11]
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12532/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html
* igt@i915_selftest@live@requests:
- {bat-rpls-1}: [INCOMPLETE][12] ([i915#6257]) -> [PASS][13]
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12532/bat-rpls-1/igt@i915_selftest@live@requests.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/bat-rpls-1/igt@i915_selftest@live@requests.html
* igt@i915_selftest@live@reset:
- {bat-rpls-2}: [DMESG-FAIL][14] ([i915#4983]) -> [PASS][15]
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12532/bat-rpls-2/igt@i915_selftest@live@reset.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/bat-rpls-2/igt@i915_selftest@live@reset.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845
[i915#1886]: https://gitlab.freedesktop.org/drm/intel/issues/1886
[i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4785]: https://gitlab.freedesktop.org/drm/intel/issues/4785
[i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983
[i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
[i915#6257]: https://gitlab.freedesktop.org/drm/intel/issues/6257
[i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367
[i915#7336]: https://gitlab.freedesktop.org/drm/intel/issues/7336
Build changes
-------------
* Linux: CI_DRM_12532 -> Patchwork_112317v1
CI-20190529: 20190529
CI_DRM_12532: 91195847031b60062eb046b8bb0c9e64a2291e10 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_7104: fe5def13049225967770eaaf19ec01ef80e2adc5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_112317v1: 91195847031b60062eb046b8bb0c9e64a2291e10 @ git://anongit.freedesktop.org/gfx-ci/linux
### Linux commits
c0b7c80b83b2 drm/i915: Use "%zu" to format size_t
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/index.html
[-- Attachment #2: Type: text/html, Size: 6791 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915: Use "%zu" to format size_t
2022-12-30 18:35 [Intel-gfx] [PATCH] drm/i915: Use "%zu" to format size_t Nirmoy Das
2022-12-30 19:07 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for " Patchwork
2022-12-30 19:37 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
@ 2023-01-02 13:20 ` Gwan-gyeong Mun
2023-01-02 14:27 ` Andi Shyti
2023-01-04 12:51 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Use "%zu" to format size_t (rev2) Patchwork
4 siblings, 0 replies; 8+ messages in thread
From: Gwan-gyeong Mun @ 2023-01-02 13:20 UTC (permalink / raw)
To: Nirmoy Das, intel-gfx
Cc: mchehab, rodrigo.vivi, andrzej.hajda, dri-devel, chris
Nirmoy, thanks for fixing it
Reviewed-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
On 12/30/22 8:35 PM, Nirmoy Das wrote:
> Switch to %zu for printing size_t which will
> fix compilation warning for 32-bit build.
>
> Reported-by: kernel test robot <lkp@intel.com>
> Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
> ---
> drivers/gpu/drm/i915/gem/i915_gem_shmem.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/gem/i915_gem_shmem.c b/drivers/gpu/drm/i915/gem/i915_gem_shmem.c
> index e767791e40e0..114443096841 100644
> --- a/drivers/gpu/drm/i915/gem/i915_gem_shmem.c
> +++ b/drivers/gpu/drm/i915/gem/i915_gem_shmem.c
> @@ -238,7 +238,7 @@ static int shmem_get_pages(struct drm_i915_gem_object *obj)
> goto rebuild_st;
> } else {
> dev_warn(i915->drm.dev,
> - "Failed to DMA remap %lu pages\n",
> + "Failed to DMA remap %zu pages\n",
> obj->base.size >> PAGE_SHIFT);
> goto err_pages;
> }
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915: Use "%zu" to format size_t
2022-12-30 18:35 [Intel-gfx] [PATCH] drm/i915: Use "%zu" to format size_t Nirmoy Das
` (2 preceding siblings ...)
2023-01-02 13:20 ` [Intel-gfx] [PATCH] " Gwan-gyeong Mun
@ 2023-01-02 14:27 ` Andi Shyti
2023-01-04 12:51 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Use "%zu" to format size_t (rev2) Patchwork
4 siblings, 0 replies; 8+ messages in thread
From: Andi Shyti @ 2023-01-02 14:27 UTC (permalink / raw)
To: Nirmoy Das
Cc: intel-gfx, dri-devel, chris, andrzej.hajda, rodrigo.vivi, mchehab
On Fri, Dec 30, 2022 at 07:35:00PM +0100, Nirmoy Das wrote:
> Switch to %zu for printing size_t which will
> fix compilation warning for 32-bit build.
>
> Reported-by: kernel test robot <lkp@intel.com>
> Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Andi
> ---
> drivers/gpu/drm/i915/gem/i915_gem_shmem.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/gem/i915_gem_shmem.c b/drivers/gpu/drm/i915/gem/i915_gem_shmem.c
> index e767791e40e0..114443096841 100644
> --- a/drivers/gpu/drm/i915/gem/i915_gem_shmem.c
> +++ b/drivers/gpu/drm/i915/gem/i915_gem_shmem.c
> @@ -238,7 +238,7 @@ static int shmem_get_pages(struct drm_i915_gem_object *obj)
> goto rebuild_st;
> } else {
> dev_warn(i915->drm.dev,
> - "Failed to DMA remap %lu pages\n",
> + "Failed to DMA remap %zu pages\n",
> obj->base.size >> PAGE_SHIFT);
> goto err_pages;
> }
> --
> 2.38.0
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Use "%zu" to format size_t
2022-12-30 19:37 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
@ 2023-01-03 8:11 ` Gwan-gyeong Mun
2023-01-03 9:03 ` Das, Nirmoy
0 siblings, 1 reply; 8+ messages in thread
From: Gwan-gyeong Mun @ 2023-01-03 8:11 UTC (permalink / raw)
To: intel-gfx, Patchwork, Nirmoy Das
This fix has nothing to do with IGT Possible regression.
This fixes the code that raised build warnings in 32-bit environments.
And this patch has been merged.
On 12/30/22 9:37 PM, Patchwork wrote:
> *Patch Details*
> *Series:* drm/i915: Use "%zu" to format size_t
> *URL:* https://patchwork.freedesktop.org/series/112317/
> <https://patchwork.freedesktop.org/series/112317/>
> *State:* failure
> *Details:*
> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/index.html
> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/index.html>
>
>
> CI Bug Log - changes from CI_DRM_12532 -> Patchwork_112317v1
>
>
> Summary
>
> *FAILURE*
>
> Serious unknown changes coming with Patchwork_112317v1 absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in Patchwork_112317v1, please notify your bug team to allow them
> to document this new failure mode, which will reduce false positives in CI.
>
> External URL:
> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/index.html
>
>
> Participating hosts (44 -> 43)
>
> Additional (1): fi-kbl-soraka
> Missing (2): fi-rkl-11600 fi-snb-2520m
>
>
> Possible new issues
>
> Here are the unknown changes that may have been introduced in
> Patchwork_112317v1:
>
>
> IGT changes
>
>
> Possible regressions
>
> * igt@i915_selftest@live@slpc:
> o fi-kbl-soraka: NOTRUN -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-kbl-soraka/igt@i915_selftest@live@slpc.html>
>
>
> Known issues
>
> Here are the changes found in Patchwork_112317v1 that come from known
> issues:
>
>
> IGT changes
>
>
> Issues hit
>
> *
>
> igt@gem_exec_gttfill@basic:
>
> o fi-kbl-soraka: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-kbl-soraka/igt@gem_exec_gttfill@basic.html>
> (fdo#109271
> <https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +7
> similar issues
> *
>
> igt@gem_huc_copy@huc-copy:
>
> o fi-kbl-soraka: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-kbl-soraka/igt@gem_huc_copy@huc-copy.html>
> (fdo#109271
> <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
> i915#2190 <https://gitlab.freedesktop.org/drm/intel/issues/2190>)
> *
>
> igt@gem_lmem_swapping@basic:
>
> o fi-kbl-soraka: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-kbl-soraka/igt@gem_lmem_swapping@basic.html>
> (fdo#109271
> <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
> i915#4613
> <https://gitlab.freedesktop.org/drm/intel/issues/4613>) +3
> similar issues
> *
>
> igt@i915_selftest@live@gt_heartbeat:
>
> o fi-apl-guc: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12532/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html>
> -> DMESG-FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html>
> (i915#5334 <https://gitlab.freedesktop.org/drm/intel/issues/5334>)
> *
>
> igt@i915_selftest@live@gt_pm:
>
> o fi-kbl-soraka: NOTRUN -> DMESG-FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-kbl-soraka/igt@i915_selftest@live@gt_pm.html>
> (i915#1886 <https://gitlab.freedesktop.org/drm/intel/issues/1886>)
> *
>
> igt@kms_chamelium@common-hpd-after-suspend:
>
> o fi-hsw-4770: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-hsw-4770/igt@kms_chamelium@common-hpd-after-suspend.html>
> (fdo#109271
> <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
> fdo#111827 <https://bugs.freedesktop.org/show_bug.cgi?id=111827>)
> *
>
> igt@kms_chamelium@hdmi-hpd-fast:
>
> o fi-kbl-soraka: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-kbl-soraka/igt@kms_chamelium@hdmi-hpd-fast.html>
> (fdo#109271
> <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
> fdo#111827
> <https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +7
> similar issues
>
>
> Possible fixes
>
> *
>
> igt@i915_selftest@live@hangcheck:
>
> o fi-hsw-4770: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12532/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html>
> (i915#4785
> <https://gitlab.freedesktop.org/drm/intel/issues/4785>) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html>
> *
>
> igt@i915_selftest@live@requests:
>
> o {bat-rpls-1}: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12532/bat-rpls-1/igt@i915_selftest@live@requests.html>
> (i915#6257
> <https://gitlab.freedesktop.org/drm/intel/issues/6257>) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/bat-rpls-1/igt@i915_selftest@live@requests.html>
> *
>
> igt@i915_selftest@live@reset:
>
> o {bat-rpls-2}: DMESG-FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12532/bat-rpls-2/igt@i915_selftest@live@reset.html>
> (i915#4983
> <https://gitlab.freedesktop.org/drm/intel/issues/4983>) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/bat-rpls-2/igt@i915_selftest@live@reset.html>
>
> {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_12532 -> Patchwork_112317v1
>
> CI-20190529: 20190529
> CI_DRM_12532: 91195847031b60062eb046b8bb0c9e64a2291e10 @
> git://anongit.freedesktop.org/gfx-ci/linux
> IGT_7104: fe5def13049225967770eaaf19ec01ef80e2adc5 @
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> Patchwork_112317v1: 91195847031b60062eb046b8bb0c9e64a2291e10 @
> git://anongit.freedesktop.org/gfx-ci/linux
>
>
> Linux commits
>
> c0b7c80b83b2 drm/i915: Use "%zu" to format size_t
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Use "%zu" to format size_t
2023-01-03 8:11 ` Gwan-gyeong Mun
@ 2023-01-03 9:03 ` Das, Nirmoy
0 siblings, 0 replies; 8+ messages in thread
From: Das, Nirmoy @ 2023-01-03 9:03 UTC (permalink / raw)
To: Gwan-gyeong Mun, intel-gfx, Patchwork, Nirmoy Das
Yes makes sense, thanks, G.G.
On 1/3/2023 9:11 AM, Gwan-gyeong Mun wrote:
> This fix has nothing to do with IGT Possible regression.
> This fixes the code that raised build warnings in 32-bit environments.
> And this patch has been merged.
>
> On 12/30/22 9:37 PM, Patchwork wrote:
>> *Patch Details*
>> *Series:* drm/i915: Use "%zu" to format size_t
>> *URL:* https://patchwork.freedesktop.org/series/112317/
>> <https://patchwork.freedesktop.org/series/112317/>
>> *State:* failure
>> *Details:*
>> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/index.html
>> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/index.html>
>>
>>
>> CI Bug Log - changes from CI_DRM_12532 -> Patchwork_112317v1
>>
>>
>> Summary
>>
>> *FAILURE*
>>
>> Serious unknown changes coming with Patchwork_112317v1 absolutely
>> need to be
>> verified manually.
>>
>> If you think the reported changes have nothing to do with the changes
>> introduced in Patchwork_112317v1, please notify your bug team to
>> allow them
>> to document this new failure mode, which will reduce false positives
>> in CI.
>>
>> External URL:
>> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/index.html
>>
>>
>> Participating hosts (44 -> 43)
>>
>> Additional (1): fi-kbl-soraka
>> Missing (2): fi-rkl-11600 fi-snb-2520m
>>
>>
>> Possible new issues
>>
>> Here are the unknown changes that may have been introduced in
>> Patchwork_112317v1:
>>
>>
>> IGT changes
>>
>>
>> Possible regressions
>>
>> * igt@i915_selftest@live@slpc:
>> o fi-kbl-soraka: NOTRUN -> INCOMPLETE
>> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-kbl-soraka/igt@i915_selftest@live@slpc.html>
>>
>>
>> Known issues
>>
>> Here are the changes found in Patchwork_112317v1 that come from known
>> issues:
>>
>>
>> IGT changes
>>
>>
>> Issues hit
>>
>> *
>>
>> igt@gem_exec_gttfill@basic:
>>
>> o fi-kbl-soraka: NOTRUN -> SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-kbl-soraka/igt@gem_exec_gttfill@basic.html>
>> (fdo#109271
>> <https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +7
>> similar issues
>> *
>>
>> igt@gem_huc_copy@huc-copy:
>>
>> o fi-kbl-soraka: NOTRUN -> SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-kbl-soraka/igt@gem_huc_copy@huc-copy.html>
>> (fdo#109271
>> <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
>> i915#2190
>> <https://gitlab.freedesktop.org/drm/intel/issues/2190>)
>> *
>>
>> igt@gem_lmem_swapping@basic:
>>
>> o fi-kbl-soraka: NOTRUN -> SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-kbl-soraka/igt@gem_lmem_swapping@basic.html>
>> (fdo#109271
>> <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
>> i915#4613
>> <https://gitlab.freedesktop.org/drm/intel/issues/4613>) +3
>> similar issues
>> *
>>
>> igt@i915_selftest@live@gt_heartbeat:
>>
>> o fi-apl-guc: PASS
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12532/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html>
>> -> DMESG-FAIL
>> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html>
>> (i915#5334
>> <https://gitlab.freedesktop.org/drm/intel/issues/5334>)
>> *
>>
>> igt@i915_selftest@live@gt_pm:
>>
>> o fi-kbl-soraka: NOTRUN -> DMESG-FAIL
>> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-kbl-soraka/igt@i915_selftest@live@gt_pm.html>
>> (i915#1886
>> <https://gitlab.freedesktop.org/drm/intel/issues/1886>)
>> *
>>
>> igt@kms_chamelium@common-hpd-after-suspend:
>>
>> o fi-hsw-4770: NOTRUN -> SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-hsw-4770/igt@kms_chamelium@common-hpd-after-suspend.html>
>> (fdo#109271
>> <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
>> fdo#111827
>> <https://bugs.freedesktop.org/show_bug.cgi?id=111827>)
>> *
>>
>> igt@kms_chamelium@hdmi-hpd-fast:
>>
>> o fi-kbl-soraka: NOTRUN -> SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-kbl-soraka/igt@kms_chamelium@hdmi-hpd-fast.html>
>> (fdo#109271
>> <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
>> fdo#111827
>> <https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +7
>> similar issues
>>
>>
>> Possible fixes
>>
>> *
>>
>> igt@i915_selftest@live@hangcheck:
>>
>> o fi-hsw-4770: INCOMPLETE
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12532/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html>
>> (i915#4785
>> <https://gitlab.freedesktop.org/drm/intel/issues/4785>) -> PASS
>> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html>
>> *
>>
>> igt@i915_selftest@live@requests:
>>
>> o {bat-rpls-1}: INCOMPLETE
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12532/bat-rpls-1/igt@i915_selftest@live@requests.html>
>> (i915#6257
>> <https://gitlab.freedesktop.org/drm/intel/issues/6257>) -> PASS
>> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/bat-rpls-1/igt@i915_selftest@live@requests.html>
>> *
>>
>> igt@i915_selftest@live@reset:
>>
>> o {bat-rpls-2}: DMESG-FAIL
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12532/bat-rpls-2/igt@i915_selftest@live@reset.html>
>> (i915#4983
>> <https://gitlab.freedesktop.org/drm/intel/issues/4983>) -> PASS
>> <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v1/bat-rpls-2/igt@i915_selftest@live@reset.html>
>>
>> {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_12532 -> Patchwork_112317v1
>>
>> CI-20190529: 20190529
>> CI_DRM_12532: 91195847031b60062eb046b8bb0c9e64a2291e10 @
>> git://anongit.freedesktop.org/gfx-ci/linux
>> IGT_7104: fe5def13049225967770eaaf19ec01ef80e2adc5 @
>> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
>> Patchwork_112317v1: 91195847031b60062eb046b8bb0c9e64a2291e10 @
>> git://anongit.freedesktop.org/gfx-ci/linux
>>
>>
>> Linux commits
>>
>> c0b7c80b83b2 drm/i915: Use "%zu" to format size_t
>>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Use "%zu" to format size_t (rev2)
2022-12-30 18:35 [Intel-gfx] [PATCH] drm/i915: Use "%zu" to format size_t Nirmoy Das
` (3 preceding siblings ...)
2023-01-02 14:27 ` Andi Shyti
@ 2023-01-04 12:51 ` Patchwork
4 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2023-01-04 12:51 UTC (permalink / raw)
To: Das, Nirmoy; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 5164 bytes --]
== Series Details ==
Series: drm/i915: Use "%zu" to format size_t (rev2)
URL : https://patchwork.freedesktop.org/series/112317/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_12536 -> Patchwork_112317v2
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with Patchwork_112317v2 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_112317v2, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v2/index.html
Participating hosts (45 -> 43)
------------------------------
Missing (2): bat-dg2-oem1 fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in Patchwork_112317v2:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live@guc:
- fi-kbl-soraka: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/fi-kbl-soraka/igt@i915_selftest@live@guc.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v2/fi-kbl-soraka/igt@i915_selftest@live@guc.html
Known issues
------------
Here are the changes found in Patchwork_112317v2 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions-varying-size:
- fi-bsw-kefka: [PASS][3] -> [FAIL][4] ([i915#6298])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions-varying-size.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v2/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions-varying-size.html
#### Possible fixes ####
* igt@i915_module_load@load:
- fi-kbl-soraka: [DMESG-WARN][5] ([i915#1982]) -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/fi-kbl-soraka/igt@i915_module_load@load.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v2/fi-kbl-soraka/igt@i915_module_load@load.html
* igt@i915_selftest@live@gt_heartbeat:
- fi-apl-guc: [DMESG-FAIL][7] ([i915#5334]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v2/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html
- fi-kbl-soraka: [DMESG-FAIL][9] ([i915#5334]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/fi-kbl-soraka/igt@i915_selftest@live@gt_heartbeat.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v2/fi-kbl-soraka/igt@i915_selftest@live@gt_heartbeat.html
* igt@kms_cursor_legacy@basic-flip-before-cursor@atomic-transitions-varying-size:
- {bat-adlp-9}: [FAIL][11] ([i915#4289]) -> [PASS][12] +1 similar issue
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/bat-adlp-9/igt@kms_cursor_legacy@basic-flip-before-cursor@atomic-transitions-varying-size.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v2/bat-adlp-9/igt@kms_cursor_legacy@basic-flip-before-cursor@atomic-transitions-varying-size.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#132]: https://gitlab.freedesktop.org/drm/intel/issues/132
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#3003]: https://gitlab.freedesktop.org/drm/intel/issues/3003
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#4289]: https://gitlab.freedesktop.org/drm/intel/issues/4289
[i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
[i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579
[i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#6298]: https://gitlab.freedesktop.org/drm/intel/issues/6298
[i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367
[i915#6687]: https://gitlab.freedesktop.org/drm/intel/issues/6687
[i915#6997]: https://gitlab.freedesktop.org/drm/intel/issues/6997
[i915#7077]: https://gitlab.freedesktop.org/drm/intel/issues/7077
Build changes
-------------
* Linux: CI_DRM_12536 -> Patchwork_112317v2
CI-20190529: 20190529
CI_DRM_12536: 4c18d8b1c2a1f11e99f865f60fbce9fedd3376fc @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_7105: 305e8d105abf033cb850d1fb118e5cbfb6c9cd40 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_112317v2: 4c18d8b1c2a1f11e99f865f60fbce9fedd3376fc @ git://anongit.freedesktop.org/gfx-ci/linux
### Linux commits
27d75d906f1b drm/i915: Use "%zu" to format size_t
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112317v2/index.html
[-- Attachment #2: Type: text/html, Size: 5320 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-01-04 12:51 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-30 18:35 [Intel-gfx] [PATCH] drm/i915: Use "%zu" to format size_t Nirmoy Das
2022-12-30 19:07 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for " Patchwork
2022-12-30 19:37 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2023-01-03 8:11 ` Gwan-gyeong Mun
2023-01-03 9:03 ` Das, Nirmoy
2023-01-02 13:20 ` [Intel-gfx] [PATCH] " Gwan-gyeong Mun
2023-01-02 14:27 ` Andi Shyti
2023-01-04 12:51 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Use "%zu" to format size_t (rev2) Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox