On 6/2/20 3:37 AM, Stephen Rothwell wrote: > Hi all, > > News: The merge window has opened, so please do *not* add v5.9 material > to your linux-next included branches until after v5.8-rc1 has been > released. > > Changes since 20200529: > on x86_64: CC arch/x86/xen/suspend_hvm.o In file included from ../include/xen/interface/hvm/params.h:24:0, from ../include/xen/hvm.h:6, from ../arch/x86/xen/suspend_hvm.c:5: ../include/xen/interface/hvm/hvm_op.h:29:5: error: unknown type name ‘domid_t’ domid_t domid; /* IN */ ^~~~~~~ ../include/xen/interface/hvm/hvm_op.h:33:1: warning: data definition has no type or storage class DEFINE_GUEST_HANDLE_STRUCT(xen_hvm_param); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/xen/interface/hvm/hvm_op.h:33:1: error: type defaults to ‘int’ in declaration of ‘DEFINE_GUEST_HANDLE_STRUCT’ [-Werror=implicit-int] ../include/xen/interface/hvm/hvm_op.h:33:1: warning: parameter names (without types) in function declaration ../include/xen/interface/hvm/hvm_op.h:39:5: error: unknown type name ‘domid_t’ domid_t domid; ^~~~~~~ ../include/xen/interface/hvm/hvm_op.h:44:1: warning: data definition has no type or storage class DEFINE_GUEST_HANDLE_STRUCT(xen_hvm_pagetable_dying_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/xen/interface/hvm/hvm_op.h:44:1: error: type defaults to ‘int’ in declaration of ‘DEFINE_GUEST_HANDLE_STRUCT’ [-Werror=implicit-int] ../include/xen/interface/hvm/hvm_op.h:56:5: error: unknown type name ‘domid_t’ domid_t domid; ^~~~~~~ ../include/xen/interface/hvm/hvm_op.h:63:1: warning: data definition has no type or storage class DEFINE_GUEST_HANDLE_STRUCT(xen_hvm_get_mem_type); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/xen/interface/hvm/hvm_op.h:63:1: error: type defaults to ‘int’ in declaration of ‘DEFINE_GUEST_HANDLE_STRUCT’ [-Werror=implicit-int] ../include/xen/interface/hvm/hvm_op.h:63:1: warning: parameter names (without types) in function declaration Full randconfig file is attached. -- ~Randy Reported-by: Randy Dunlap