All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Matthew Brost" <matthew.brost@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] ✗ Fi.CI.BUILD: warning for Update firmware to v62.0.0
Date: Mon, 07 Jun 2021 18:34:50 -0000	[thread overview]
Message-ID: <162309089084.2775.10819369363543643418@emeril.freedesktop.org> (raw)
In-Reply-To: <20210607180356.165785-1-matthew.brost@intel.com>

== Series Details ==

Series: Update firmware to v62.0.0
URL   : https://patchwork.freedesktop.org/series/91106/
State : warning

== Summary ==

CALL    scripts/checksyscalls.sh
  CALL    scripts/atomic/check-atomics.sh
  CHK     include/generated/compile.h
Kernel: arch/x86/boot/bzImage is ready  (#1)
  MODPOST modules-only.symvers
ERROR: modpost: "__udivdi3" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined!
ERROR: modpost: "__divdi3" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined!
scripts/Makefile.modpost:150: recipe for target 'modules-only.symvers' failed
make[1]: *** [modules-only.symvers] Error 1
make[1]: *** Deleting file 'modules-only.symvers'
Makefile:1759: recipe for target 'modules' failed
make: *** [modules] Error 2

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20298/build_32bit.log
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2021-06-07 18:34 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-07 18:03 [PATCH 00/13] Update firmware to v62.0.0 Matthew Brost
2021-06-07 18:03 ` [Intel-gfx] " Matthew Brost
2021-06-07 18:03 ` [PATCH 01/13] drm/i915/guc: Introduce unified HXG messages Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-07 22:46   ` Daniele Ceraolo Spurio
2021-06-07 22:46     ` [Intel-gfx] " Daniele Ceraolo Spurio
2021-06-08  7:59     ` Michal Wajdeczko
2021-06-08  7:59       ` [Intel-gfx] " Michal Wajdeczko
2021-06-07 18:03 ` [PATCH 02/13] drm/i915/guc: Update MMIO based communication Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-07 23:06   ` Daniele Ceraolo Spurio
2021-06-07 23:06     ` [Intel-gfx] " Daniele Ceraolo Spurio
2021-06-08  8:15     ` Michal Wajdeczko
2021-06-08  8:15       ` [Intel-gfx] " Michal Wajdeczko
2021-06-09  1:03       ` Daniele Ceraolo Spurio
2021-06-09  1:03         ` [Intel-gfx] " Daniele Ceraolo Spurio
2021-06-07 18:03 ` [PATCH 03/13] drm/i915/guc: Update CTB response status definition Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-08  0:05   ` Daniele Ceraolo Spurio
2021-06-08  0:05     ` [Intel-gfx] " Daniele Ceraolo Spurio
2021-06-08  8:23     ` Michal Wajdeczko
2021-06-08  8:23       ` [Intel-gfx] " Michal Wajdeczko
2021-06-07 18:03 ` [PATCH 04/13] drm/i915/guc: Support per context scheduling policies Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-07 18:03 ` [PATCH 05/13] drm/i915/guc: Add flag for mark broken CTB Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-07 18:03 ` [PATCH 06/13] drm/i915/guc: New definition of the CTB descriptor Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-08  0:59   ` Daniele Ceraolo Spurio
2021-06-08  0:59     ` [Intel-gfx] " Daniele Ceraolo Spurio
2021-06-09 18:28     ` Michal Wajdeczko
2021-06-09 18:28       ` [Intel-gfx] " Michal Wajdeczko
2021-06-07 18:03 ` [PATCH 07/13] drm/i915/guc: New definition of the CTB registration action Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-08  1:23   ` Daniele Ceraolo Spurio
2021-06-08  1:23     ` [Intel-gfx] " Daniele Ceraolo Spurio
2021-06-09 17:36     ` John Harrison
2021-06-09 17:36       ` [Intel-gfx] " John Harrison
2021-06-09 20:07       ` Michal Wajdeczko
2021-06-09 20:07         ` [Intel-gfx] " Michal Wajdeczko
2021-06-10  4:38         ` Matthew Brost
2021-06-10  4:38           ` [Intel-gfx] " Matthew Brost
2021-06-10 13:19           ` Michal Wajdeczko
2021-06-10 13:19             ` [Intel-gfx] " Michal Wajdeczko
2021-06-11 18:43             ` Matthew Brost
2021-06-11 18:43               ` [Intel-gfx] " Matthew Brost
2021-06-09 19:35     ` Michal Wajdeczko
2021-06-09 19:35       ` [Intel-gfx] " Michal Wajdeczko
2021-06-07 18:03 ` [PATCH 08/13] drm/i915/guc: New CTB based communication Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-08  2:20   ` Daniele Ceraolo Spurio
2021-06-08  2:20     ` [Intel-gfx] " Daniele Ceraolo Spurio
2021-06-10  4:01     ` Matthew Brost
2021-06-10  4:01       ` [Intel-gfx] " Matthew Brost
2021-06-07 18:03 ` [PATCH 09/13] drm/i915/doc: Include GuC ABI documentation Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-07 17:45   ` Matthew Brost
2021-06-07 17:45     ` Matthew Brost
2021-06-07 19:38     ` Michal Wajdeczko
2021-06-07 19:38       ` Michal Wajdeczko
2021-06-07 19:35       ` Matthew Brost
2021-06-07 19:35         ` Matthew Brost
2021-06-07 18:03 ` [PATCH 10/13] drm/i915/guc: Kill guc_clients.ct_pool Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-07 17:57   ` Matthew Brost
2021-06-07 17:57     ` [Intel-gfx] " Matthew Brost
2021-06-07 18:03 ` [PATCH 11/13] drm/i915/guc: Kill ads.client_info Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-07 18:03 ` [PATCH 12/13] drm/i915/guc: Unified GuC log Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-07 18:05   ` Matthew Brost
2021-06-07 18:05     ` [Intel-gfx] " Matthew Brost
2021-06-07 18:03 ` [PATCH 13/13] drm/i915/guc: Update firmware to v62.0.0 Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-07 19:17   ` Matthew Brost
2021-06-07 19:17     ` Matthew Brost
2021-06-07 18:05 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2021-06-07 18:06 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2021-06-07 18:34 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-06-07 18:34 ` Patchwork [this message]
2021-06-07 22:19 ` [PATCH 00/13] " Daniele Ceraolo Spurio
2021-06-07 22:19   ` [Intel-gfx] " Daniele Ceraolo Spurio
2021-06-11 18:44   ` Matthew Brost
2021-06-11 18:44     ` [Intel-gfx] " Matthew Brost
2021-06-08  2:17 ` [Intel-gfx] ✓ Fi.CI.IGT: 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=162309089084.2775.10819369363543643418@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=matthew.brost@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 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.