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:   Tue, 29 Jan 2019 18:08:40 +0000
From:   Ben Hutchings <ben@...adent.org.uk>
To:     whiteheadm@....org, Ben Hutchings <ben.hutchings@...ethink.co.uk>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 3.16] x86/eisa: Add missing include

On Tue, 2019-01-22 at 14:51 +0000, tedheadster wrote:
> Ben, please backport Thomas Gleixner's patch to the 3.16 series.

This was already in my queue for the next update.

Ben.

> commit ef1d4deab953ecb1dfcf9f167043bda8b3f14a11
> Author: Thomas Gleixner <tglx@...utronix.de>
> Date:   Thu Aug 31 20:08:16 2017 +0200
> 
>     x86/eisa: Add missing include
> 
>     The seperation of the EISA init missed to include linux/io.h which breaks
>     the build with some special configurations.
> 
>     Reported-by: Ingo Molnar <mingo@...nel.org>
>     Fixes: f7eaf6e00fd5 ("x86/boot: Move EISA setup to a separate file")
>     Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
> 
> diff --git a/arch/x86/kernel/eisa.c b/arch/x86/kernel/eisa.c
> index 881f9236ebff..f260e452e4f8 100644
> --- a/arch/x86/kernel/eisa.c
> +++ b/arch/x86/kernel/eisa.c
> @@ -5,6 +5,7 @@
>   */
>  #include <linux/ioport.h>
>  #include <linux/eisa.h>
> +#include <linux/io.h>
> 
>   static __init int eisa_bus_probe(void)
>  {
> 
> 
-- 
Ben Hutchings
The obvious mathematical breakthrough [to break modern encryption]
would be development of an easy way to factor large prime numbers.
                                                           - Bill Gates



Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ