✗ Fi.CI.BUILD: failure for drm/i915: Fix perf related list corruptions
Patchwork
patchwork at emeril.freedesktop.org
Thu Feb 2 23:42:46 UTC 2023
== Series Details ==
Series: drm/i915: Fix perf related list corruptions
URL : https://patchwork.freedesktop.org/series/113623/
State : failure
== Summary ==
Error: make failed
CALL scripts/checksyscalls.sh
DESCEND objtool
CC [M] drivers/gpu/drm/i915/gt/intel_engine_cs.o
In file included from ./include/linux/bitops.h:7,
from ./include/linux/kernel.h:22,
from ./arch/x86/include/asm/percpu.h:27,
from ./arch/x86/include/asm/current.h:10,
from ./include/linux/mutex.h:14,
from ./include/linux/seq_file.h:9,
from ./include/drm/drm_print.h:31,
from drivers/gpu/drm/i915/gt/intel_engine_cs.c:8:
drivers/gpu/drm/i915/gt/intel_engine_cs.c: In function ‘intel_engine_dump’:
drivers/gpu/drm/i915/gt/intel_engine_cs.c:2262:44: error: ‘flags’ undeclared (first use in this function)
2262 | spin_lock_irqsave(&engine->barriers_lock, flags);
| ^~~~~
./include/linux/typecheck.h:11:9: note: in definition of macro ‘typecheck’
11 | typeof(x) __dummy2; \
| ^
./include/linux/spinlock.h:380:2: note: in expansion of macro ‘raw_spin_lock_irqsave’
380 | raw_spin_lock_irqsave(spinlock_check(lock), flags); \
| ^~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/gt/intel_engine_cs.c:2262:2: note: in expansion of macro ‘spin_lock_irqsave’
2262 | spin_lock_irqsave(&engine->barriers_lock, flags);
| ^~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/gt/intel_engine_cs.c:2262:44: note: each undeclared identifier is reported only once for each function it appears in
2262 | spin_lock_irqsave(&engine->barriers_lock, flags);
| ^~~~~
./include/linux/typecheck.h:11:9: note: in definition of macro ‘typecheck’
11 | typeof(x) __dummy2; \
| ^
./include/linux/spinlock.h:380:2: note: in expansion of macro ‘raw_spin_lock_irqsave’
380 | raw_spin_lock_irqsave(spinlock_check(lock), flags); \
| ^~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/gt/intel_engine_cs.c:2262:2: note: in expansion of macro ‘spin_lock_irqsave’
2262 | spin_lock_irqsave(&engine->barriers_lock, flags);
| ^~~~~~~~~~~~~~~~~
./include/linux/typecheck.h:12:18: error: comparison of distinct pointer types lacks a cast [-Werror]
12 | (void)(&__dummy == &__dummy2); \
| ^~
./include/linux/spinlock.h:242:3: note: in expansion of macro ‘typecheck’
242 | typecheck(unsigned long, flags); \
| ^~~~~~~~~
./include/linux/spinlock.h:380:2: note: in expansion of macro ‘raw_spin_lock_irqsave’
380 | raw_spin_lock_irqsave(spinlock_check(lock), flags); \
| ^~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/gt/intel_engine_cs.c:2262:2: note: in expansion of macro ‘spin_lock_irqsave’
2262 | spin_lock_irqsave(&engine->barriers_lock, flags);
| ^~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[5]: *** [scripts/Makefile.build:252: drivers/gpu/drm/i915/gt/intel_engine_cs.o] Error 1
make[4]: *** [scripts/Makefile.build:504: drivers/gpu/drm/i915] Error 2
make[3]: *** [scripts/Makefile.build:504: drivers/gpu/drm] Error 2
make[2]: *** [scripts/Makefile.build:504: drivers/gpu] Error 2
make[1]: *** [scripts/Makefile.build:504: drivers] Error 2
make: *** [Makefile:2021: .] Error 2
More information about the Intel-gfx-trybot
mailing list