== Series Details ==
Series: dyndbg: add special aux_print framework (rev2)
URL : https://patchwork.freedesktop.org/series/93269/
State : failure
== Summary ==
CALL scripts/checksyscalls.sh
CALL scripts/atomic/check-atomics.sh
DESCEND objtool
CHK include/generated/compile.h
AR lib/lib.a
GEN lib/crc32table.h
CC lib/crc32.o
CC lib/dynamic_debug.o
lib/dynamic_debug.c: In function ‘__dynamic_pr_debug’:
lib/dynamic_debug.c:651:17: error: ‘struct _ddebug’ has no member named
‘aux_channel’
if (descriptor->aux_channel) {
^~
lib/dynamic_debug.c:653:16: error: ‘struct _ddebug’ has no member named
‘aux_channel’
(*descriptor->aux_channel)
^~
scripts/Makefile.build:271: recipe for target 'lib/dynamic_debug.o' failed
make[1]: *** [lib/dynamic_debug.o] Error 1
Makefile:1842: recipe for target 'lib' failed
make: *** [lib] Error 2