[Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [1/4] dma-buf: Remove kmap kerneldoc vestiges
Patchwork
patchwork at emeril.freedesktop.org
Fri Dec 11 16:21:28 UTC 2020
== 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
More information about the Intel-gfx
mailing list