lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 2 Jun 2020 08:18:14 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     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>,
        Boris Ostrovsky <boris.ostrovsky@...cle.com>,
        Juergen Gross <jgross@...e.com>,
        Stefano Stabellini <sstabellini@...nel.org>,
        xen-devel <xen-devel@...ts.xenproject.org>
Subject: Re: linux-next: Tree for Jun 2 (x86/xen)

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 <rdunlap@...radead.org>

View attachment "config-r3046" of type "text/plain" (116403 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ