All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: Chris Wilson <chris@chris-wilson.co.uk>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.BUILD: failure for drm/i915: Taint the kernel on dumping the GEM ftrace buffer
Date: Thu, 07 Nov 2019 20:30:24 -0000	[thread overview]
Message-ID: <157315862402.21754.14363479167459931523@emeril.freedesktop.org> (raw)
In-Reply-To: <20191107161303.5341-1-chris@chris-wilson.co.uk>

== Series Details ==

Series: drm/i915: Taint the kernel on dumping the GEM ftrace buffer
URL   : https://patchwork.freedesktop.org/series/69144/
State : failure

== Summary ==

CALL    scripts/checksyscalls.sh
  CALL    scripts/atomic/check-atomics.sh
  DESCEND  objtool
  CHK     include/generated/compile.h
  AR      drivers/gpu/drm/i915/built-in.a
  CC [M]  drivers/gpu/drm/i915/gt/intel_context.o
In file included from ./drivers/gpu/drm/i915/gt/intel_engine_types.h:20:0,
                 from ./drivers/gpu/drm/i915/gt/intel_context_types.h:17,
                 from ./drivers/gpu/drm/i915/gem/i915_gem_context_types.h:20,
                 from ./drivers/gpu/drm/i915/gem/i915_gem_context.h:10,
                 from drivers/gpu/drm/i915/gt/intel_context.c:7:
drivers/gpu/drm/i915/gt/selftest_context.c: In function ‘__live_active_context’:
./drivers/gpu/drm/i915/i915_gem.h:72:30: error: implicit declaration of function ‘set_taint_for_CI’; did you mean ‘add_taint_for_CI’? [-Werror=implicit-function-declaration]
  do { ftrace_dump(DUMP_ALL); set_taint_for_CI(TAIN_WARN); } while (0)
                              ^
drivers/gpu/drm/i915/gt/selftest_context.c:275:3: note: in expansion of macro ‘GEM_TRACE_DUMP’
   GEM_TRACE_DUMP();
   ^~~~~~~~~~~~~~
./drivers/gpu/drm/i915/i915_gem.h:72:47: error: ‘TAIN_WARN’ undeclared (first use in this function); did you mean ‘TAINT_WARN’?
  do { ftrace_dump(DUMP_ALL); set_taint_for_CI(TAIN_WARN); } while (0)
                                               ^
drivers/gpu/drm/i915/gt/selftest_context.c:275:3: note: in expansion of macro ‘GEM_TRACE_DUMP’
   GEM_TRACE_DUMP();
   ^~~~~~~~~~~~~~
./drivers/gpu/drm/i915/i915_gem.h:72:47: note: each undeclared identifier is reported only once for each function it appears in
  do { ftrace_dump(DUMP_ALL); set_taint_for_CI(TAIN_WARN); } while (0)
                                               ^
drivers/gpu/drm/i915/gt/selftest_context.c:275:3: note: in expansion of macro ‘GEM_TRACE_DUMP’
   GEM_TRACE_DUMP();
   ^~~~~~~~~~~~~~
cc1: all warnings being treated as errors
scripts/Makefile.build:265: recipe for target 'drivers/gpu/drm/i915/gt/intel_context.o' failed
make[4]: *** [drivers/gpu/drm/i915/gt/intel_context.o] Error 1
scripts/Makefile.build:509: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:509: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:509: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1649: recipe for target 'drivers' failed
make: *** [drivers] Error 2

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

WARNING: multiple messages have this Message-ID (diff)
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Chris Wilson" <chris@chris-wilson.co.uk>
Cc: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915: Taint the kernel on dumping the GEM ftrace buffer
Date: Thu, 07 Nov 2019 20:30:24 -0000	[thread overview]
Message-ID: <157315862402.21754.14363479167459931523@emeril.freedesktop.org> (raw)
Message-ID: <20191107203024.lzq9UjC4OwkgZDtB5j18zj2QcdgJIrso7z-FLZb4lUI@z> (raw)
In-Reply-To: <20191107161303.5341-1-chris@chris-wilson.co.uk>

== Series Details ==

Series: drm/i915: Taint the kernel on dumping the GEM ftrace buffer
URL   : https://patchwork.freedesktop.org/series/69144/
State : failure

== Summary ==

CALL    scripts/checksyscalls.sh
  CALL    scripts/atomic/check-atomics.sh
  DESCEND  objtool
  CHK     include/generated/compile.h
  AR      drivers/gpu/drm/i915/built-in.a
  CC [M]  drivers/gpu/drm/i915/gt/intel_context.o
In file included from ./drivers/gpu/drm/i915/gt/intel_engine_types.h:20:0,
                 from ./drivers/gpu/drm/i915/gt/intel_context_types.h:17,
                 from ./drivers/gpu/drm/i915/gem/i915_gem_context_types.h:20,
                 from ./drivers/gpu/drm/i915/gem/i915_gem_context.h:10,
                 from drivers/gpu/drm/i915/gt/intel_context.c:7:
drivers/gpu/drm/i915/gt/selftest_context.c: In function ‘__live_active_context’:
./drivers/gpu/drm/i915/i915_gem.h:72:30: error: implicit declaration of function ‘set_taint_for_CI’; did you mean ‘add_taint_for_CI’? [-Werror=implicit-function-declaration]
  do { ftrace_dump(DUMP_ALL); set_taint_for_CI(TAIN_WARN); } while (0)
                              ^
drivers/gpu/drm/i915/gt/selftest_context.c:275:3: note: in expansion of macro ‘GEM_TRACE_DUMP’
   GEM_TRACE_DUMP();
   ^~~~~~~~~~~~~~
./drivers/gpu/drm/i915/i915_gem.h:72:47: error: ‘TAIN_WARN’ undeclared (first use in this function); did you mean ‘TAINT_WARN’?
  do { ftrace_dump(DUMP_ALL); set_taint_for_CI(TAIN_WARN); } while (0)
                                               ^
drivers/gpu/drm/i915/gt/selftest_context.c:275:3: note: in expansion of macro ‘GEM_TRACE_DUMP’
   GEM_TRACE_DUMP();
   ^~~~~~~~~~~~~~
./drivers/gpu/drm/i915/i915_gem.h:72:47: note: each undeclared identifier is reported only once for each function it appears in
  do { ftrace_dump(DUMP_ALL); set_taint_for_CI(TAIN_WARN); } while (0)
                                               ^
drivers/gpu/drm/i915/gt/selftest_context.c:275:3: note: in expansion of macro ‘GEM_TRACE_DUMP’
   GEM_TRACE_DUMP();
   ^~~~~~~~~~~~~~
cc1: all warnings being treated as errors
scripts/Makefile.build:265: recipe for target 'drivers/gpu/drm/i915/gt/intel_context.o' failed
make[4]: *** [drivers/gpu/drm/i915/gt/intel_context.o] Error 1
scripts/Makefile.build:509: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:509: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:509: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1649: recipe for target 'drivers' failed
make: *** [drivers] Error 2

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2019-11-07 20:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-07 16:13 [PATCH] drm/i915: Taint the kernel on dumping the GEM ftrace buffer Chris Wilson
2019-11-07 16:13 ` [Intel-gfx] " Chris Wilson
2019-11-07 20:30 ` Patchwork [this message]
2019-11-07 20:30   ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for " Patchwork
2019-11-09 14:33 ` [PATCH] " kbuild test robot
2019-11-09 14:33   ` [Intel-gfx] " kbuild test robot
2019-11-09 14:33   ` kbuild test robot

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=157315862402.21754.14363479167459931523@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=chris@chris-wilson.co.uk \
    --cc=intel-gfx@lists.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.