Commit 536f1067 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

[PATCH] binfmt_* need ptrace_notify (resend)

Originally by Ivan Kokshaysky <ink@jurassic.park.msu.ru>,
who said on lkml:

binfmt_elf and binfmt_aout need this.
parent b6cfd255
......@@ -54,6 +54,7 @@
#include <linux/smp_lock.h>
#include <linux/dnotify.h>
#include <linux/mount.h>
#include <linux/ptrace.h>
#include <asm/checksum.h>
#if defined(CONFIG_PROC_FS)
......@@ -589,5 +590,6 @@ EXPORT_SYMBOL(__per_cpu_offset);
/* debug */
EXPORT_SYMBOL(dump_stack);
EXPORT_SYMBOL(ptrace_notify);
EXPORT_SYMBOL(current_kernel_time);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment