From: "Lisovskiy, Stanislav" <stanislav.lisovskiy@intel.com>
To: "Peres, Martin" <martin.peres@intel.com>
Cc: "intel-gfx@lists.freedesktop.org" <intel-gfx@lists.freedesktop.org>
Subject: Re: ✗ Fi.CI.BAT: failure for drm: Check if primary mst is null (rev2)
Date: Thu, 8 Nov 2018 09:45:31 +0000 [thread overview]
Message-ID: <87d22a336a5bff8d4dfe2c868f86a0e54e543589.camel@intel.com> (raw)
In-Reply-To: <20181108092117.20369.72116@emeril.freedesktop.org>
On Thu, 2018-11-08 at 09:21 +0000, Patchwork wrote:
> == Series Details ==
>
> Series: drm: Check if primary mst is null (rev2)
> URL : https://patchwork.freedesktop.org/series/52174/
> State : failure
>
> == Summary ==
>
> = CI Bug Log - changes from CI_DRM_5103 -> Patchwork_10770 =
>
> == Summary - FAILURE ==
>
> Serious unknown changes coming with Patchwork_10770 absolutely need
> to be
> verified manually.
The patch itself is a two line fix against NULL pointer dereference
like if (!mgr->mst_primary) goto exit. So most likely this is noise.
If this check made it go different code path, this means it would crash
anyway. Otherwise codepath would be exactly same as before.
Also previously v1 version passed, even though new v2 changes are
cosmetic.
(just following instructions to notify you, instead of blindly tapping
"test latest revision" button :D)
>
> If you think the reported changes have nothing to do with the
> changes
> introduced in Patchwork_10770, please notify your bug team to allow
> them
> to document this new failure mode, which will reduce false
> positives in CI.
>
> External URL: https://patchwork.freedesktop.org/api/1.0/series/5217
> 4/revisions/2/mbox/
>
> == Possible new issues ==
>
> Here are the unknown changes that may have been introduced in
> Patchwork_10770:
>
> === IGT changes ===
>
> ==== Possible regressions ====
>
> igt@drv_selftest@live_hangcheck:
> fi-cfl-8109u: PASS -> DMESG-FAIL +1
>
>
> == Known issues ==
>
> Here are the changes found in Patchwork_10770 that come from known
> issues:
>
> === IGT changes ===
>
> ==== Issues hit ====
>
> igt@kms_chamelium@common-hpd-after-suspend:
> fi-skl-6700k2: PASS -> INCOMPLETE (fdo#104108,
> k.org#199541, fdo#107773, fdo#105524)
>
> igt@kms_frontbuffer_tracking@basic:
> fi-byt-clapper: PASS -> FAIL (fdo#103167)
>
> igt@kms_pipe_crc_basic@nonblocking-crc-pipe-b:
> fi-byt-clapper: PASS -> FAIL (fdo#107362)
>
> igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c:
> fi-icl-u: PASS -> INCOMPLETE (fdo#107713)
>
>
> ==== Possible fixes ====
>
> igt@gem_ctx_create@basic-files:
> fi-icl-u2: DMESG-WARN (fdo#107724) -> PASS
>
> igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
> fi-byt-clapper: FAIL (fdo#107362, fdo#103191) -> PASS
>
> igt@prime_vgem@basic-fence-flip:
> fi-ilk-650: FAIL (fdo#104008) -> PASS
>
>
> ==== Warnings ====
>
> igt@drv_selftest@live_contexts:
> fi-icl-u2: DMESG-FAIL (fdo#108569) -> INCOMPLETE
> (fdo#108315)
>
>
> fdo#103167 https://bugs.freedesktop.org/show_bug.cgi?id=103167
> fdo#103191 https://bugs.freedesktop.org/show_bug.cgi?id=103191
> fdo#104008 https://bugs.freedesktop.org/show_bug.cgi?id=104008
> fdo#104108 https://bugs.freedesktop.org/show_bug.cgi?id=104108
> fdo#105524 https://bugs.freedesktop.org/show_bug.cgi?id=105524
> fdo#107362 https://bugs.freedesktop.org/show_bug.cgi?id=107362
> fdo#107713 https://bugs.freedesktop.org/show_bug.cgi?id=107713
> fdo#107724 https://bugs.freedesktop.org/show_bug.cgi?id=107724
> fdo#107773 https://bugs.freedesktop.org/show_bug.cgi?id=107773
> fdo#108315 https://bugs.freedesktop.org/show_bug.cgi?id=108315
> fdo#108569 https://bugs.freedesktop.org/show_bug.cgi?id=108569
> k.org#199541 https://bugzilla.kernel.org/show_bug.cgi?id=199541
>
>
> == Participating hosts (54 -> 47) ==
>
> Missing (7): fi-kbl-soraka fi-ilk-m540 fi-hsw-4200u fi-byt-
> squawks fi-bsw-cyan fi-snb-2520m fi-ctg-p8600
>
>
> == Build changes ==
>
> * Linux: CI_DRM_5103 -> Patchwork_10770
>
> CI_DRM_5103: 23c1138030ad65402f698ab0b356e2f55722bc77 @
> git://anongit.freedesktop.org/gfx-ci/linux
> IGT_4712: a3ede1b535ac8137f6949c468edd7054453d5dae @
> git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
> Patchwork_10770: 13e7715c72d20e925ff22507365c9273c54ed4c6 @
> git://anongit.freedesktop.org/gfx-ci/linux
>
>
> == Linux commits ==
>
> 13e7715c72d2 drm: Check if primary mst is null
>
> == Logs ==
>
> For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchw
> ork_10770/issues.html
--
Best Regards,
Lisovskiy Stanislav
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2018-11-08 9:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-08 8:20 [PATCH v2] drm: Check if primary mst is null Stanislav Lisovskiy
2018-11-08 9:18 ` Lisovskiy, Stanislav
2018-11-08 9:21 ` ✗ Fi.CI.BAT: failure for drm: Check if primary mst is null (rev2) Patchwork
2018-11-08 9:45 ` Lisovskiy, Stanislav [this message]
2018-11-09 8:25 ` ✓ Fi.CI.BAT: success " Patchwork
2018-11-09 13:46 ` ✓ Fi.CI.IGT: " 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=87d22a336a5bff8d4dfe2c868f86a0e54e543589.camel@intel.com \
--to=stanislav.lisovskiy@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=martin.peres@intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox