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:	Thu, 12 Apr 2012 12:10:42 -0400
From:	Paul Gortmaker <paul.gortmaker@...driver.com>
To:	Chris Metcalf <cmetcalf@...era.com>
CC:	Ingo Molnar <mingo@...e.hu>, Huang Ying <ying.huang@...el.com>,
	David Howells <dhowells@...hat.com>,
	<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] irq_work: fix compile failure on tile from missing include

On 12-04-11 12:21 PM, Chris Metcalf wrote:
> Building with IRQ_WORK configured results in
> 
> kernel/irq_work.c: In function ‘irq_work_run’:
> kernel/irq_work.c:110: error: implicit declaration of function ‘irqs_disabled’
> 
> The appropriate header just needs to be included.
> 
> Signed-off-by: Chris Metcalf <cmetcalf@...era.com>

Hi Chris,

I've got an alpha fix and an itanic fix left wrt. the system.h
fallout to get pulled; I can bundle this system.h fix with those
if you want.

Paul.

> ---
>  kernel/irq_work.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/kernel/irq_work.c b/kernel/irq_work.c
> index 0c56d44..1588e3b 100644
> --- a/kernel/irq_work.c
> +++ b/kernel/irq_work.c
> @@ -11,6 +11,7 @@
>  #include <linux/irq_work.h>
>  #include <linux/percpu.h>
>  #include <linux/hardirq.h>
> +#include <linux/irqflags.h>
>  #include <asm/processor.h>
>  
>  /*
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ