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] [day] [month] [year] [list]
Date:   Mon, 25 Sep 2017 14:49:29 +0200
From:   Michal Hocko <mhocko@...nel.org>
To:     Michal Simek <michal.simek@...inx.com>
Cc:     linux-kernel@...r.kernel.org, monstr@...str.eu,
        Geert Uytterhoeven <geert@...ux-m68k.org>,
        Masahiro Yamada <yamada.masahiro@...ionext.com>,
        Daniel Vetter <daniel.vetter@...ll.ch>,
        Russell King <rmk+kernel@...linux.org.uk>,
        Nicolas Dichtel <nicolas.dichtel@...nd.com>,
        Thomas Gleixner <tglx@...utronix.de>
Subject: Re: [PATCH] microblaze: Add missing kvm_para.h to Kbuild

On Tue 19-09-17 16:54:54, Michal Simek wrote:
> Running make allmodconfig;make is throwing compilation error:
>   CC      kernel/watchdog.o
> In file included from ./include/linux/kvm_para.h:4:0,
>                  from kernel/watchdog.c:29:
> ./include/uapi/linux/kvm_para.h:32:26: fatal error: asm/kvm_para.h: No
> such file or directory
>  #include <asm/kvm_para.h>
>                           ^
> compilation terminated.
> make[1]: *** [kernel/watchdog.o] Error 1
> make: *** [kernel/watchdog.o] Error 2
> 
> Reported-by: Michal Hocko <mhocko@...nel.org>
> Suggested-by: Geert Uytterhoeven <geert@...ux-m68k.org>
> Signed-off-by: Michal Simek <michal.simek@...inx.com>
> Fixes: 83f0124ad81e87b ("microblaze: remove asm-generic wrapper headers")

Sorry for a late answer, I was offline most of the last week
Tested-by: Michal Hocko <mhocko@...e.com>

Thanks!

> ---
> 
>  arch/microblaze/include/uapi/asm/Kbuild | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/microblaze/include/uapi/asm/Kbuild b/arch/microblaze/include/uapi/asm/Kbuild
> index e77a596f3f1e..06609ca36115 100644
> --- a/arch/microblaze/include/uapi/asm/Kbuild
> +++ b/arch/microblaze/include/uapi/asm/Kbuild
> @@ -7,6 +7,7 @@ generic-y += fcntl.h
>  generic-y += ioctl.h
>  generic-y += ioctls.h
>  generic-y += ipcbuf.h
> +generic-y += kvm_para.h
>  generic-y += mman.h
>  generic-y += msgbuf.h
>  generic-y += param.h
> -- 
> 1.9.1

-- 
Michal Hocko
SUSE Labs

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ