All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Daniel Vetter" <daniel.vetter@ffwll.ch>
Cc: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [1/4] dma-buf: Remove kmap kerneldoc vestiges
Date: Fri, 11 Dec 2020 16:21:28 -0000	[thread overview]
Message-ID: <160770368837.16101.14781732645786810242@emeril.freedesktop.org> (raw)
In-Reply-To: <20201211155843.3348718-1-daniel.vetter@ffwll.ch>

== Series Details ==

Series: series starting with [1/4] dma-buf: Remove kmap kerneldoc vestiges
URL   : https://patchwork.freedesktop.org/series/84849/
State : failure

== Summary ==

CALL    scripts/checksyscalls.sh
  CALL    scripts/atomic/check-atomics.sh
  DESCEND  objtool
  CHK     include/generated/compile.h
  CC      drivers/dma-buf/dma-buf.o
In file included from ./include/linux/kernel.h:15,
                 from ./include/linux/list.h:9,
                 from ./include/linux/wait.h:7,
                 from ./include/linux/wait_bit.h:8,
                 from ./include/linux/fs.h:6,
                 from drivers/dma-buf/dma-buf.c:14:
drivers/dma-buf/dma-buf.c: In function ‘dma_buf_begin_cpu_access’:
drivers/dma-buf/dma-buf.c:1134:14: error: ‘dma_buf’ undeclared (first use in this function)
  might_lock(&dma_buf->resv.lock);
              ^~~~~~~
./include/linux/typecheck.h:11:9: note: in definition of macro ‘typecheck’
  typeof(x) __dummy2; \
         ^
drivers/dma-buf/dma-buf.c:1134:2: note: in expansion of macro ‘might_lock’
  might_lock(&dma_buf->resv.lock);
  ^~~~~~~~~~
drivers/dma-buf/dma-buf.c:1134:14: note: each undeclared identifier is reported only once for each function it appears in
  might_lock(&dma_buf->resv.lock);
              ^~~~~~~
./include/linux/typecheck.h:11:9: note: in definition of macro ‘typecheck’
  typeof(x) __dummy2; \
         ^
drivers/dma-buf/dma-buf.c:1134:2: note: in expansion of macro ‘might_lock’
  might_lock(&dma_buf->resv.lock);
  ^~~~~~~~~~
./include/linux/typecheck.h:12:18: warning: comparison of distinct pointer types lacks a cast
  (void)(&__dummy == &__dummy2); \
                  ^~
./include/linux/lockdep.h:542:2: note: in expansion of macro ‘typecheck’
  typecheck(struct lockdep_map *, &(lock)->dep_map);  \
  ^~~~~~~~~
drivers/dma-buf/dma-buf.c:1134:2: note: in expansion of macro ‘might_lock’
  might_lock(&dma_buf->resv.lock);
  ^~~~~~~~~~
drivers/dma-buf/dma-buf.c: In function ‘dma_buf_end_cpu_access’:
drivers/dma-buf/dma-buf.c:1169:14: error: ‘dma_buf’ undeclared (first use in this function)
  might_lock(&dma_buf->resv.lock);
              ^~~~~~~
./include/linux/typecheck.h:11:9: note: in definition of macro ‘typecheck’
  typeof(x) __dummy2; \
         ^
drivers/dma-buf/dma-buf.c:1169:2: note: in expansion of macro ‘might_lock’
  might_lock(&dma_buf->resv.lock);
  ^~~~~~~~~~
./include/linux/typecheck.h:12:18: warning: comparison of distinct pointer types lacks a cast
  (void)(&__dummy == &__dummy2); \
                  ^~
./include/linux/lockdep.h:542:2: note: in expansion of macro ‘typecheck’
  typecheck(struct lockdep_map *, &(lock)->dep_map);  \
  ^~~~~~~~~
drivers/dma-buf/dma-buf.c:1169:2: note: in expansion of macro ‘might_lock’
  might_lock(&dma_buf->resv.lock);
  ^~~~~~~~~~
scripts/Makefile.build:279: recipe for target 'drivers/dma-buf/dma-buf.o' failed
make[2]: *** [drivers/dma-buf/dma-buf.o] Error 1
scripts/Makefile.build:496: recipe for target 'drivers/dma-buf' failed
make[1]: *** [drivers/dma-buf] Error 2
Makefile:1805: 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

  parent reply	other threads:[~2020-12-11 16:21 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-11 15:58 [PATCH 1/4] dma-buf: Remove kmap kerneldoc vestiges Daniel Vetter
2020-12-11 15:58 ` [Intel-gfx] " Daniel Vetter
2020-12-11 15:58 ` Daniel Vetter
2020-12-11 15:58 ` [PATCH 2/4] dma-buf: some kerneldoc formatting fixes Daniel Vetter
2020-12-11 15:58   ` [Intel-gfx] " Daniel Vetter
2020-12-11 15:58   ` Daniel Vetter
2020-12-11 15:58 ` [PATCH 3/4] dma-buf: begin/end_cpu might lock the dma_resv lock Daniel Vetter
2020-12-11 15:58   ` [Intel-gfx] " Daniel Vetter
2020-12-11 15:58   ` Daniel Vetter
2020-12-11 22:31   ` kernel test robot
2020-12-11 22:31     ` kernel test robot
2020-12-11 22:31     ` [Intel-gfx] " kernel test robot
2020-12-11 22:31     ` kernel test robot
2020-12-14 10:33   ` Christian König
2020-12-14 10:33     ` [Intel-gfx] " Christian König
2020-12-14 10:33     ` Christian König
2020-12-14 17:16   ` [PATCH] " Daniel Vetter
2020-12-14 17:16     ` [Intel-gfx] " Daniel Vetter
2020-12-14 17:16     ` Daniel Vetter
2020-12-15 14:16     ` Christian König
2020-12-15 14:16       ` [Intel-gfx] " Christian König
2020-12-15 14:16       ` Christian König
2020-12-11 15:58 ` [PATCH 4/4] dma-buf: doc polish for pin/unpin Daniel Vetter
2020-12-11 15:58   ` [Intel-gfx] " Daniel Vetter
2020-12-11 15:58   ` Daniel Vetter
2020-12-11 16:21 ` Patchwork [this message]
2020-12-14 10:33 ` [PATCH 1/4] dma-buf: Remove kmap kerneldoc vestiges Christian König
2020-12-14 10:33   ` [Intel-gfx] " Christian König
2020-12-14 10:33   ` Christian König
2020-12-14 16:01   ` Daniel Vetter
2020-12-14 16:01     ` [Intel-gfx] " Daniel Vetter
2020-12-14 16:01     ` Daniel Vetter
2020-12-15 14:18     ` Christian König
2020-12-15 14:18       ` [Intel-gfx] " Christian König
2020-12-15 14:18       ` Christian König
2020-12-16 10:29       ` Daniel Vetter
2020-12-16 10:29         ` [Intel-gfx] " Daniel Vetter
2020-12-16 10:29         ` Daniel Vetter
2020-12-14 18:02 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] dma-buf: Remove kmap kerneldoc vestiges (rev2) Patchwork
2020-12-14 18:06 ` [Intel-gfx] ✗ Fi.CI.DOCS: " Patchwork
2020-12-14 18:33 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2020-12-15 18:50 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] dma-buf: Remove kmap kerneldoc vestiges (rev3) Patchwork
2020-12-15 19:20 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2020-12-16  0:09 ` [Intel-gfx] ✓ 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=160770368837.16101.14781732645786810242@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=daniel.vetter@ffwll.ch \
    --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.