On Tue, 04 Jan 2022, Patchwork <patchwork@xxxxxxxxxxxxxxxxxxxxxx> wrote: > == Series Details == > > Series: series starting with [1/2] drm/i915: split out intel_vtd.[ch] from i915_drv.h > URL : https://patchwork.freedesktop.org/series/98471/ > State : failure > > == Summary == > > CALL scripts/checksyscalls.sh > CALL scripts/atomic/check-atomics.sh > DESCEND objtool > CHK include/generated/compile.h > HDRTEST drivers/gpu/drm/i915/intel_vtd.h > In file included from ./drivers/gpu/drm/i915/intel_vtd.h:9, > from <command-line>: > ./arch/x86/include/asm/hypervisor.h:78:15: error: unknown type name ‘bool’ > static inline bool hypervisor_is_type(enum x86_hypervisor_type type) Hmph, that file is not self-contained. Sent v2 with the #include order changed. BR, Jani. > ^~~~ > drivers/gpu/drm/i915/Makefile:343: recipe for target 'drivers/gpu/drm/i915/intel_vtd.hdrtest' failed > make[4]: *** [drivers/gpu/drm/i915/intel_vtd.hdrtest] Error 1 > scripts/Makefile.build:549: recipe for target 'drivers/gpu/drm/i915' failed > make[3]: *** [drivers/gpu/drm/i915] Error 2 > scripts/Makefile.build:549: recipe for target 'drivers/gpu/drm' failed > make[2]: *** [drivers/gpu/drm] Error 2 > scripts/Makefile.build:549: recipe for target 'drivers/gpu' failed > make[1]: *** [drivers/gpu] Error 2 > Makefile:1846: recipe for target 'drivers' failed > make: *** [drivers] Error 2 > > -- Jani Nikula, Intel Open Source Graphics Center