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]
Message-ID: <20170814221844.GA24807@kroah.com>
Date:   Mon, 14 Aug 2017 15:18:44 -0700
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     Paul Gortmaker <paul.gortmaker@...driver.com>
Cc:     linux-kernel@...r.kernel.org, linux-next@...r.kernel.org,
        Stuart Yoder <stuyoder@...il.com>,
        Laurentiu Tudor <laurentiu.tudor@....com>
Subject: Re: [PATCH-next] bus: fsl-mc: fix implicit irq include causing build
 fails

On Sun, Jul 23, 2017 at 10:36:52AM -0400, Paul Gortmaker wrote:
> To fix:
> 
> In file included from drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.h:39:0,
>                  from drivers/staging/fsl-dpaa2/ethernet/dpaa2-ethtool.c:34:
> drivers/staging/fsl-dpaa2/ethernet/../../fsl-mc/include/dpaa2-io.h:86:1: error: unknown type name ‘irqreturn_t’
>  irqreturn_t dpaa2_io_irq(struct dpaa2_io *obj);
>  ^
> 
> as seen on arm64 allmodconfig builds.
> 
> Cc: Stuart Yoder <stuyoder@...il.com>
> Cc: Laurentiu Tudor <laurentiu.tudor@....com>
> Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
> Signed-off-by: Paul Gortmaker <paul.gortmaker@...driver.com>
> ---
> 
> [Seen on current linux-next tree.]
> 
>  drivers/staging/fsl-mc/include/dpaa2-io.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/staging/fsl-mc/include/dpaa2-io.h b/drivers/staging/fsl-mc/include/dpaa2-io.h
> index 002829cecd75..afc5d5bb1698 100644
> --- a/drivers/staging/fsl-mc/include/dpaa2-io.h
> +++ b/drivers/staging/fsl-mc/include/dpaa2-io.h
> @@ -34,6 +34,7 @@
>  
>  #include <linux/types.h>
>  #include <linux/cpumask.h>
> +#include <linux/interrupt.h>
>  
>  #include "dpaa2-fd.h"
>  #include "dpaa2-global.h"

This does not apply to my tree :(

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ