Re: [RFC PATCH] x86 NMI-safe INT3 and Page Fault (v3)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andi Kleen
Date: Sunday, April 20, 2008 - 5:58 am

>>> First, log_sample writes into the vmalloc'd cpu buffer. That's for one

Actually i was wrong earlier on this. The backtrace should not access
any vmalloc data, only the stack which is not vmalloced. oprofile does
address resolving in user space. It will access the module struct,
but that one is not vmalloc'ed and I don't think it will access anything
else vmalloc'ed

I was thinking earlier of the dwarf2 unwinder case where it could have
happened when accessing the unwind table, but that is not mainline code
currently.

So oprofile is ok without any changes.

-Andi



--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC PATCH] x86 NMI-safe INT3 and Page Fault (v2), Mathieu Desnoyers, (Mon Apr 14, 4:05 pm)
Re: [RFC PATCH] x86 NMI-safe INT3 and Page Fault (v2), Ingo Molnar, (Wed Apr 16, 6:06 am)
[TEST PATCH] Test NMI kprobe modules, Mathieu Desnoyers, (Wed Apr 16, 6:47 am)
Re: [TEST PATCH] Test NMI kprobe modules, Ingo Molnar, (Wed Apr 16, 7:34 am)
Re: [TEST PATCH] Test NMI kprobe modules, Mathieu Desnoyers, (Wed Apr 16, 7:54 am)
Re: [RFC PATCH] x86 NMI-safe INT3 and Page Fault (v2), Ingo Molnar, (Wed Apr 16, 8:10 am)
Re: [RFC PATCH] x86 NMI-safe INT3 and Page Fault (v2), H. Peter Anvin, (Wed Apr 16, 8:18 am)
Re: [RFC PATCH] x86 NMI-safe INT3 and Page Fault (v2), Mathieu Desnoyers, (Wed Apr 16, 8:37 am)
Re: [RFC PATCH] x86 NMI-safe INT3 and Page Fault (v2), Jeremy Fitzhardinge, (Wed Apr 16, 9:03 am)
[RFC PATCH] x86 NMI-safe INT3 and Page Fault (v3), Mathieu Desnoyers, (Wed Apr 16, 9:28 am)
Re: [RFC PATCH] x86 NMI-safe INT3 and Page Fault (v3), Jeremy Fitzhardinge, (Wed Apr 16, 10:57 am)
Re: [RFC PATCH] x86 NMI-safe INT3 and Page Fault (v3), Mathieu Desnoyers, (Thu Apr 17, 9:29 am)
Re: [RFC PATCH] x86 NMI-safe INT3 and Page Fault (v3), Mathieu Desnoyers, (Thu Apr 17, 5:05 pm)
Re: [RFC PATCH] x86 NMI-safe INT3 and Page Fault (v2), Mathieu Desnoyers, (Thu Apr 17, 5:48 pm)
Re: [RFC PATCH] x86 NMI-safe INT3 and Page Fault (v2), Jeremy Fitzhardinge, (Fri Apr 18, 2:49 am)
Re: [RFC PATCH] x86 NMI-safe INT3 and Page Fault (v3), Mathieu Desnoyers, (Sat Apr 19, 2:18 pm)
Re: [RFC PATCH] x86 NMI-safe INT3 and Page Fault (v3), Andi Kleen, (Sun Apr 20, 5:58 am)