[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4e5e87cb-daa9-fc75-bf12-401a912bb3dd@oracle.com>
Date: Tue, 2 Jun 2020 17:47:19 -0400
From: Boris Ostrovsky <boris.ostrovsky@...cle.com>
To: Randy Dunlap <rdunlap@...radead.org>,
Stephen Rothwell <sfr@...b.auug.org.au>,
Linux Next Mailing List <linux-next@...r.kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Juergen Gross <jgross@...e.com>,
Stefano Stabellini <sstabellini@...nel.org>,
xen-devel <xen-devel@...ts.xenproject.org>,
Thomas Gleixner <tglx@...utronix.de>
Subject: Re: linux-next: Tree for Jun 2 (x86/xen)
On 6/2/20 11:18 AM, Randy Dunlap wrote:
> 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’
(+Thomas)
This has been addressed by
https://lore.kernel.org/lkml/159101612916.17951.7492360776296750785.tip-bot2@tip-bot2/
-boris
> 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.
>
Powered by blists - more mailing lists