Re: [PATCH] x86: unify extable_{32|64}.c

2007-12-18 Thread Ingo Molnar
* Masami Hiramatsu <[EMAIL PROTECTED]> wrote: > Hi Harvey, > > Harvey Harrison wrote: > > Introduce fixup_exception() on X86_64 and use it in kprobes to > > eliminate an #ifdef. > > > > Only X86_64 needs search_extable() due to a stepping bug. > > It's a good work! > If you can work on it, ple

Re: [PATCH] x86: unify extable_{32|64}.c

2007-12-18 Thread Masami Hiramatsu
Hi Harvey, Harvey Harrison wrote: > Introduce fixup_exception() on X86_64 and use it in kprobes to > eliminate an #ifdef. > > Only X86_64 needs search_extable() due to a stepping bug. It's a good work! If you can work on it, please add a prototype declaration of fixup_exception() in asm-x86/uacc

Re: [PATCH] x86: unify extable_{32|64}.c

2007-12-18 Thread Ingo Molnar
* Harvey Harrison <[EMAIL PROTECTED]> wrote: > Introduce fixup_exception() on X86_64 and use it in kprobes to > eliminate an #ifdef. > > Only X86_64 needs search_extable() due to a stepping bug. thanks, applied. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-k

[PATCH] x86: unify extable_{32|64}.c

2007-12-18 Thread Harvey Harrison
Introduce fixup_exception() on X86_64 and use it in kprobes to eliminate an #ifdef. Only X86_64 needs search_extable() due to a stepping bug. Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]> --- arch/x86/kernel/kprobes.c | 12 + arch/x86/mm/Makefile_32 |2 +- arch/x86/mm/Makefi