Re: [RFC PATCH v2] x86: explicit call to mmiotrace in do_page_fault()

2008-02-11 Thread Pekka Paalanen
Hello, it seems 2.6.25-rc1 is out and mmiotrace did not make it. Thank you all for your feedback. Ingo, you can throw away all my patches. I will start from scratch and come back when I have made mmiotrace built-in-able and got rid of the page fault hook. It should make a nicer patch set as a who

Re: [RFC PATCH v2] x86: explicit call to mmiotrace in do_page_fault()

2008-02-10 Thread Pavel Roskin
On Sun, 2008-02-10 at 20:05 +0200, Pekka Paalanen wrote: > Sorry Jan and Pavel, I forgot to CC you in the first go of this > patch. If this makes it into mainline, I don't think it will be left > there for many kernel versions. I plan to make kmmio.h as the API towards > modules in the future, and

[RFC PATCH v2] x86: explicit call to mmiotrace in do_page_fault()

2008-02-10 Thread Pekka Paalanen
The custom page fault handler list is replaced with a single function pointer. All related functions and variables are renamed for mmiotrace. Signed-off-by: Pekka Paalanen <[EMAIL PROTECTED]> --- On Sat, 09 Feb 2008 19:39:30 +0100 Peter Zijlstra <[EMAIL PROTECTED]> wrote: > So here you set/unset