== Series Details == Series: series starting with [1/2] drm/i915/oa: Reconfigure contexts on the fly (rev3) URL : https://patchwork.freedesktop.org/series/63362/ State : success == Summary == CI Bug Log - changes from CI_DRM_6429 -> Patchwork_13561 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13561/ Known issues ------------ Here are the changes found in Patchwork_13561 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_ctx_create@basic-files: - fi-icl-u3: [PASS][1] -> [INCOMPLETE][2] ([fdo#107713] / [fdo#109100]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6429/fi-icl-u3/igt@gem_ctx_create@xxxxxxxxxxxxxxxx [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13561/fi-icl-u3/igt@gem_ctx_create@xxxxxxxxxxxxxxxx * igt@gem_exec_suspend@basic-s3: - fi-blb-e6850: [PASS][3] -> [INCOMPLETE][4] ([fdo#107718]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6429/fi-blb-e6850/igt@gem_exec_suspend@xxxxxxxxxxxxx [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13561/fi-blb-e6850/igt@gem_exec_suspend@xxxxxxxxxxxxx * igt@i915_selftest@live_hangcheck: - fi-kbl-7500u: [PASS][5] -> [DMESG-WARN][6] ([fdo#111074]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6429/fi-kbl-7500u/igt@i915_selftest@live_hangcheck.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13561/fi-kbl-7500u/igt@i915_selftest@live_hangcheck.html - fi-kbl-8809g: [PASS][7] -> [DMESG-WARN][8] ([fdo#111074]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6429/fi-kbl-8809g/igt@i915_selftest@live_hangcheck.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13561/fi-kbl-8809g/igt@i915_selftest@live_hangcheck.html #### Possible fixes #### * igt@i915_selftest@live_hangcheck: - fi-kbl-x1275: [DMESG-WARN][9] ([fdo#111074]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6429/fi-kbl-x1275/igt@i915_selftest@live_hangcheck.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13561/fi-kbl-x1275/igt@i915_selftest@live_hangcheck.html #### Warnings #### * igt@gem_exec_parse@basic-allowed: - fi-cml-u: [SKIP][11] ([fdo#109289] / [fdo#110514]) -> [SKIP][12] ([fdo#109289]) +1 similar issue [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6429/fi-cml-u/igt@gem_exec_parse@xxxxxxxxxxxxxxxxxx [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13561/fi-cml-u/igt@gem_exec_parse@xxxxxxxxxxxxxxxxxx * igt@gem_exec_parse@basic-rejected: - fi-cml-u2: [SKIP][13] ([fdo#109289] / [fdo#110514]) -> [SKIP][14] ([fdo#109289]) +1 similar issue [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6429/fi-cml-u2/igt@gem_exec_parse@xxxxxxxxxxxxxxxxxxx [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13561/fi-cml-u2/igt@gem_exec_parse@xxxxxxxxxxxxxxxxxxx [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718 [fdo#109100]: https://bugs.freedesktop.org/show_bug.cgi?id=109100 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#110514]: https://bugs.freedesktop.org/show_bug.cgi?id=110514 [fdo#111074]: https://bugs.freedesktop.org/show_bug.cgi?id=111074 Participating hosts (52 -> 47) ------------------------------ Additional (4): fi-icl-u4 fi-skl-iommu fi-icl-u2 fi-skl-6700k2 Missing (9): fi-kbl-soraka fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-icl-y fi-byt-clapper fi-bdw-samus Build changes ------------- * Linux: CI_DRM_6429 -> Patchwork_13561 CI_DRM_6429: ec3f2457cb852af756bf9022496370f4a22b0fee @ git://anongit.freedesktop.org/gfx-ci/linux IGT_5089: d2a10fb734c34b72eb17c58d9dae813321112ee6 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools Patchwork_13561: dc2e47ac383044ca2b8c884ee51843d111c852f6 @ git://anongit.freedesktop.org/gfx-ci/linux == Kernel 32bit build == Warning: Kernel 32bit buildtest failed: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13561/build_32bit.log CALL scripts/checksyscalls.sh CALL scripts/atomic/check-atomics.sh CHK include/generated/compile.h Kernel: arch/x86/boot/bzImage is ready (#1) Building modules, stage 2. MODPOST 112 modules ERROR: "__udivdi3" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "__divdi3" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! scripts/Makefile.modpost:91: recipe for target '__modpost' failed make[1]: *** [__modpost] Error 1 Makefile:1287: recipe for target 'modules' failed make: *** [modules] Error 2 == Linux commits == dc2e47ac3830 drm/i915: Add to timeline requires the timeline mutex 9185a9575da5 drm/i915/oa: Reconfigure contexts on the fly == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13561/ _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx