Magellan Linux

Annotation of /trunk/kernel-alx/patches-3.4/0121-3.4.22-all-fixes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2110 - (hide annotations) (download)
Tue Mar 12 12:15:23 2013 UTC (11 years, 2 months ago) by niro
File size: 588 byte(s)
-sync with upstream
1 niro 2110 diff --git a/arch/x86/kernel/ptrace.c b/arch/x86/kernel/ptrace.c
2     index d3e1152..c4410fb 100644
3     --- a/arch/x86/kernel/ptrace.c
4     +++ b/arch/x86/kernel/ptrace.c
5     @@ -21,6 +21,7 @@
6     #include <linux/signal.h>
7     #include <linux/perf_event.h>
8     #include <linux/hw_breakpoint.h>
9     +#include <linux/module.h>
10    
11     #include <asm/uaccess.h>
12     #include <asm/pgtable.h>
13     @@ -192,6 +193,7 @@ unsigned long kernel_stack_pointer(struct pt_regs *regs)
14    
15     return (unsigned long)regs;
16     }
17     +EXPORT_SYMBOL_GPL(kernel_stack_pointer);
18    
19     static unsigned long *pt_regs_access(struct pt_regs *regs, unsigned long regno)
20     {