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>] [day] [month] [year] [list]
Date:	Sat, 14 Apr 2007 13:50:20 +0200
From:	Haavard Skinnemoen <hskinnemoe@...el.com>
To:	akpm@...ux-foundation.org
Cc:	linux-kernel@...r.kernel.org, roland@...hat.com,
	Haavard Skinnemoen <hskinnemoen@...el.com>
Subject: [PATCH] AVR32 utrace: Add missing includes

From: Haavard Skinnemoen <hskinnemoen@...el.com>

Include linux/tracehook.h and linux/utrace.h

Signed-off-by: Haavard Skinnemoen <hskinnemoen@...el.com>
---
Don't know why I missed these initially, but this should fix utrace
on avr32.

Andrew, I've rebased my avr32-arch branch so it should no longer
conflict with mainline and you can drop git-avr32-fixup.patch. Thanks
for cleaning up my mess :-)

Haavard

 arch/avr32/kernel/ptrace.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/avr32/kernel/ptrace.c b/arch/avr32/kernel/ptrace.c
index e7078c5..a485117 100644
--- a/arch/avr32/kernel/ptrace.c
+++ b/arch/avr32/kernel/ptrace.c
@@ -14,6 +14,8 @@
 #include <linux/ptrace.h>
 #include <linux/user.h>
 #include <linux/kdebug.h>
+#include <linux/tracehook.h>
+#include <linux/utrace.h>
 
 #include <asm/mmu_context.h>
 #include <asm/ocd.h>
-- 
1.4.4.4

-
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