✗ Fi.CI.BAT: failure for series starting with [01/35] drm/i915/selftests: Check that whitelisted registers are accessible

Patchwork patchwork at emeril.freedesktop.org
Thu Feb 28 17:01:46 UTC 2019


== Series Details ==

Series: series starting with [01/35] drm/i915/selftests: Check that whitelisted registers are accessible
URL   : https://patchwork.freedesktop.org/series/57353/
State : failure

== Summary ==

CALL    scripts/checksyscalls.sh
  DESCEND  objtool
  CHK     include/generated/compile.h
  CC [M]  drivers/gpu/drm/i915/intel_uc.o
In file included from drivers/gpu/drm/i915/intel_guc.h:35:0,
                 from drivers/gpu/drm/i915/intel_uc.h:27,
                 from drivers/gpu/drm/i915/intel_uc.c:25:
drivers/gpu/drm/i915/i915_utils.h:95:33: error: expected identifier or ‘(’ before ‘typeof’
 #define ptr_set_bit(ptr, bit) ((typeof(ptr))((unsigned long)(ptr) | BIT(bit)))
                                 ^
./arch/x86/include/asm/pgtable.h:1231:21: note: in expansion of macro ‘ptr_set_bit’
 static inline void *ptr_set_bit(void *ptr, int bit)
                     ^~~~~~~~~~~
drivers/gpu/drm/i915/i915_utils.h:95:45: error: expected ‘)’ before ‘(’ token
 #define ptr_set_bit(ptr, bit) ((typeof(ptr))((unsigned long)(ptr) | BIT(bit)))
                                             ^
./arch/x86/include/asm/pgtable.h:1231:21: note: in expansion of macro ‘ptr_set_bit’
 static inline void *ptr_set_bit(void *ptr, int bit)
                     ^~~~~~~~~~~
scripts/Makefile.build:276: recipe for target 'drivers/gpu/drm/i915/intel_uc.o' failed
make[4]: *** [drivers/gpu/drm/i915/intel_uc.o] Error 1
scripts/Makefile.build:492: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:492: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:492: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1043: recipe for target 'drivers' failed
make: *** [drivers] Error 2



More information about the Intel-gfx-trybot mailing list