From: John Harrison <john.c.harrison@intel.com>
To: <intel-xe@lists.freedesktop.org>,
Patchwork <patchwork@emeril.freedesktop.org>,
Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Subject: Re: [Intel-xe] ✗ CI.KUnit: failure for GSC FW loading
Date: Mon, 13 Nov 2023 12:30:29 -0800 [thread overview]
Message-ID: <e97a2cce-2b78-4b59-9b72-561ca24a58b3@intel.com> (raw)
In-Reply-To: <169844600642.19711.12449247381862472728@emeril.freedesktop.org>
On 10/27/2023 15:33, Patchwork wrote:
> == Series Details ==
>
> Series: GSC FW loading
> URL : https://patchwork.freedesktop.org/series/125717/
> State : failure
>
> == Summary ==
>
> + trap cleanup EXIT
> + /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
> stty: 'standard input': Inappropriate ioctl for device
> [22:32:58] Configuring KUnit Kernel ...
> Generating .config ...
> Populating config with:
> $ make ARCH=um O=.kunit olddefconfig
> [22:33:02] Building KUnit Kernel ...
> Populating config with:
> $ make ARCH=um O=.kunit olddefconfig
> Building with:
> $ make ARCH=um O=.kunit --jobs=48
> [22:33:23] Starting KUnit Kernel (1/1)...
> [22:33:23] ============================================================
> [22:33:23] ========================== xe_bo ==========================
> [22:33:23] [SKIPPED] xe_ccs_migrate_kunit
> [22:33:23] [SKIPPED] xe_bo_evict_kunit
> [22:33:23] ===================== [SKIPPED] xe_bo ======================
> [22:33:23] ======================= xe_dma_buf ========================
> [22:33:23] [SKIPPED] xe_dma_buf_kunit
> [22:33:23] =================== [SKIPPED] xe_dma_buf ===================
> [22:33:23] ======================= xe_migrate ========================
> [22:33:23] [SKIPPED] xe_migrate_sanity_kunit
> [22:33:23] =================== [SKIPPED] xe_migrate ===================
> [22:33:23] ========================= xe_pci ==========================
> [22:33:23] [PASSED] xe_gmdid_graphics_ip
> [22:33:23] # xe_gmdid_media_ip: ASSERTION FAILED at drivers/gpu/drm/xe/tests/xe_pci_test.c:45
> [22:33:23] Expected mask == 0, but
> [22:33:23] mask == 67108864 (0x4000000)
> [22:33:23] [FAILED] xe_gmdid_media_ip
> [22:33:23] # xe_pci: pass:1 fail:1 skip:0 total:2
> [22:33:23] # Totals: pass:1 fail:1 skip:0 total:2
> [22:33:23] ===================== [FAILED] xe_pci ======================
I assume this failure is not related? Not seeing it could be connected
but GSC is media tile specific...
John.
> [22:33:23] ========================= xe_rtp ==========================
> [22:33:23] ================== xe_rtp_process_tests ===================
> [22:33:23] [PASSED] coalesce-same-reg
> [22:33:23] [PASSED] no-match-no-add
> [22:33:23] [PASSED] no-match-no-add-multiple-rules
> [22:33:23] [PASSED] two-regs-two-entries
> [22:33:23] [PASSED] clr-one-set-other
> [22:33:23] [PASSED] set-field
> [22:33:23] [PASSED] conflict-duplicate
> [22:33:23] [PASSED] conflict-not-disjoint
> [22:33:23] [PASSED] conflict-reg-type
> [22:33:23] ============== [PASSED] xe_rtp_process_tests ===============
> [22:33:23] ===================== [PASSED] xe_rtp ======================
> [22:33:23] ========================== xe_wa ==========================
> [22:33:23] ======================== xe_wa_gt =========================
> [22:33:23] [PASSED] TIGERLAKE (B0)
> [22:33:23] [PASSED] DG1 (A0)
> [22:33:23] [PASSED] DG1 (B0)
> [22:33:23] [PASSED] ALDERLAKE_S (A0)
> [22:33:23] [PASSED] ALDERLAKE_S (B0)
> [22:33:23] [PASSED] ALDERLAKE_S (C0)
> [22:33:23] [PASSED] ALDERLAKE_S (D0)
> [22:33:23] [PASSED] ALDERLAKE_P (A0)
> [22:33:23] [PASSED] ALDERLAKE_P (B0)
> [22:33:23] [PASSED] ALDERLAKE_P (C0)
> [22:33:23] [PASSED] ALDERLAKE_S_RPLS (D0)
> [22:33:23] [PASSED] ALDERLAKE_P_RPLU (E0)
> [22:33:23] [PASSED] DG2_G10 (A0)
> [22:33:23] [PASSED] DG2_G10 (A1)
> [22:33:23] [PASSED] DG2_G10 (B0)
> [22:33:23] [PASSED] DG2_G10 (C0)
> [22:33:23] [PASSED] DG2_G11 (A0)
> [22:33:23] [PASSED] DG2_G11 (B0)
> [22:33:23] [PASSED] DG2_G11 (B1)
> [22:33:23] [PASSED] DG2_G12 (A0)
> [22:33:23] [PASSED] DG2_G12 (A1)
> [22:33:23] [PASSED] PVC (B0)
> [22:33:23] [PASSED] PVC (B1)
> [22:33:23] [PASSED] PVC (C0)
> [22:33:23] ==================== [PASSED] xe_wa_gt =====================
> [22:33:23] ====================== [PASSED] xe_wa ======================
> [22:33:23] ============================================================
> [22:33:23] Testing complete. Ran 39 tests: passed: 34, failed: 1, skipped: 4
> [22:33:23] Elapsed time: 24.485s total, 4.192s configuring, 20.173s building, 0.098s running
>
> + cleanup
> ++ stat -c %u:%g /kernel
> + chown -R 1003:1003 /kernel
>
>
next prev parent reply other threads:[~2023-11-13 20:30 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-27 22:29 [Intel-xe] [PATCH 00/12] GSC FW loading Daniele Ceraolo Spurio
2023-10-27 22:29 ` [Intel-xe] [PATCH 01/12] drm/xe: implement driver initiated function-reset Daniele Ceraolo Spurio
2023-11-07 23:46 ` John Harrison
2023-11-08 18:14 ` Daniele Ceraolo Spurio
2023-10-27 22:29 ` [Intel-xe] [PATCH 02/12] fixup! drm/xe/guc: Report submission version of GuC firmware Daniele Ceraolo Spurio
2023-10-31 14:09 ` Andrzej Hajda
2023-10-31 19:00 ` Daniele Ceraolo Spurio
2023-11-07 23:07 ` John Harrison
2023-11-07 23:24 ` Daniele Ceraolo Spurio
2023-11-07 23:38 ` John Harrison
2023-11-09 19:59 ` Daniele Ceraolo Spurio
2023-10-27 22:29 ` [Intel-xe] [PATCH 03/12] drm/xe/uc: Rework uC version tracking Daniele Ceraolo Spurio
2023-11-07 23:20 ` John Harrison
2023-10-27 22:29 ` [Intel-xe] [PATCH 04/12] drm/xe/gsc: Introduce GSC FW Daniele Ceraolo Spurio
2023-11-07 23:26 ` John Harrison
2023-11-07 23:32 ` Daniele Ceraolo Spurio
2023-11-07 23:52 ` John Harrison
2023-11-07 23:59 ` Daniele Ceraolo Spurio
2023-10-27 22:29 ` [Intel-xe] [PATCH 05/12] drm/xe/gsc: Parse GSC FW header Daniele Ceraolo Spurio
2023-11-07 23:45 ` John Harrison
2023-11-07 23:57 ` Daniele Ceraolo Spurio
2023-11-08 0:42 ` John Harrison
2023-10-27 22:29 ` [Intel-xe] [PATCH 06/12] drm/xe/gsc: GSC FW load Daniele Ceraolo Spurio
2023-11-08 22:17 ` John Harrison
2023-11-08 22:23 ` Daniele Ceraolo Spurio
2023-11-08 22:29 ` John Harrison
2023-10-27 22:29 ` [Intel-xe] [PATCH 07/12] drm/xe/gsc: Implement WA 14015076503 Daniele Ceraolo Spurio
2023-11-08 22:22 ` John Harrison
2023-11-08 22:35 ` Daniele Ceraolo Spurio
2023-11-08 22:40 ` John Harrison
2023-10-27 22:29 ` [Intel-xe] [PATCH 08/12] drm/xe/gsc: Trigger a driver flr to cleanup the GSC on unload Daniele Ceraolo Spurio
2023-11-08 22:24 ` John Harrison
2023-10-27 22:29 ` [Intel-xe] [PATCH 09/12] drm/xe/gsc: Add an interface for GSC packet submissions Daniele Ceraolo Spurio
2023-10-31 8:08 ` Kandpal, Suraj
2023-10-31 19:29 ` Daniele Ceraolo Spurio
2023-11-08 8:25 ` Kandpal, Suraj
2023-11-13 19:59 ` John Harrison
2023-11-13 21:19 ` Daniele Ceraolo Spurio
2023-11-14 19:32 ` John Harrison
2023-10-27 22:29 ` [Intel-xe] [PATCH 10/12] drm/xe/gsc: Query GSC compatibility version Daniele Ceraolo Spurio
2023-11-13 20:10 ` John Harrison
2023-10-27 22:29 ` [Intel-xe] [PATCH 11/12] drm/xe/gsc: Define GSCCS for MTL Daniele Ceraolo Spurio
2023-11-13 20:23 ` John Harrison
2023-11-13 21:32 ` Daniele Ceraolo Spurio
2023-11-14 19:39 ` John Harrison
2023-10-27 22:29 ` [Intel-xe] [PATCH 12/12] drm/xe/gsc: Define GSC FW " Daniele Ceraolo Spurio
2023-11-13 20:26 ` John Harrison
2023-11-13 21:33 ` Daniele Ceraolo Spurio
2023-10-27 22:32 ` [Intel-xe] ✓ CI.Patch_applied: success for GSC FW loading Patchwork
2023-10-27 22:32 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-11-13 20:29 ` John Harrison
2023-10-27 22:33 ` [Intel-xe] ✗ CI.KUnit: failure " Patchwork
2023-11-13 20:30 ` John Harrison [this message]
2023-11-13 21:13 ` Daniele Ceraolo Spurio
2023-11-13 16:05 ` [Intel-xe] [PATCH 00/12] " Lucas De Marchi
2023-11-13 16:09 ` Daniele Ceraolo Spurio
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=e97a2cce-2b78-4b59-9b72-561ca24a58b3@intel.com \
--to=john.c.harrison@intel.com \
--cc=daniele.ceraolospurio@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=patchwork@emeril.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.