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>] [day] [month] [year] [list]
Date:	Sun, 10 Aug 2014 09:05:02 -0700
From:	Guenter Roeck <linux@...ck-us.net>
To:	Jonas Bonn <jonas@...thpole.se>
Cc:	linux@...ts.openrisc.net, linux-kernel@...r.kernel.org,
	Guenter Roeck <linux@...ck-us.net>,
	Eric Paris <eparis@...hat.com>
Subject: [PATCH] openrisc: Fix build failure

Openrisc build fails with

In file included from arch/openrisc/kernel/signal.c:31:0:
./arch/openrisc/include/asm/syscall.h: In function 'syscall_get_arch':
./arch/openrisc/include/asm/syscall.h:77:9: error:
			'EM_OPENRISC' undeclared (first use in this function)
make[1]: *** [arch/openrisc/kernel/signal.o] Error 1

Introduced by commit "ARCH: AUDIT: implement syscall_get_arch for all arches".

Fix by adding a missing include file.

Cc: Eric Paris <eparis@...hat.com>
Signed-off-by: Guenter Roeck <linux@...ck-us.net>
---
Only applies to -next at this time.

 arch/openrisc/kernel/signal.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/openrisc/kernel/signal.c b/arch/openrisc/kernel/signal.c
index 7d1b823..a887cd8 100644
--- a/arch/openrisc/kernel/signal.c
+++ b/arch/openrisc/kernel/signal.c
@@ -27,6 +27,7 @@
 #include <linux/stddef.h>
 #include <linux/tracehook.h>
 
+#include <asm/elf.h>
 #include <asm/processor.h>
 #include <asm/syscall.h>
 #include <asm/ucontext.h>
-- 
1.9.1

--
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