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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 11 Mar 2009 14:36:00 +0100
From:	Johannes Weiner <jw@...ix.com>
To:	Chris Zankel <chris@...kel.net>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [patch 1/7] xtensa: kernel/traps.c: include hardirq.h

On Mon, Mar 02, 2009 at 05:42:58PM +0100, Johannes Weiner wrote:
> The file refers to in_interrupt() so hardirq.h must be included.
> 
> Signed-off-by: Johannes Weiner <jw@...ix.com>
> ---
>  arch/xtensa/kernel/traps.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> --- a/arch/xtensa/kernel/traps.c
> +++ b/arch/xtensa/kernel/traps.c
> @@ -25,6 +25,7 @@
>  
>  #include <linux/kernel.h>
>  #include <linux/sched.h>
> +#include <linux/hardirq.h>
>  #include <linux/init.h>
>  #include <linux/module.h>
>  #include <linux/stringify.h>

This is obsoleted by Alexey's fix in mainline:

	5a891ed xtensa: fix compilation somewhat
--
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