Re: [uml-user] [PATCH 0/20] mmu: arch/mm: Port OOM changes to arch page fault handlers.

2012-03-20 Thread Kautuk Consul
> No problem. > handle_page_fault() is the function you want to patch. :) > Sent. Terribly sorry for the miss. Also, the UML page fault handler has some differences from the other page fault handlers, so I apologize if I have made some wrong assumptions or mistakes. > -- > Thanks, > //richard

[uml-user] [PATCH 1/1] um/kernel/trap.c: Port OOM changes to handle_page_fault

2012-03-20 Thread Kautuk Consul
Commit d065bd810b6deb67d4897a14bfe21f8eb526ba99 (mm: retry page fault when blocking on disk transfer) and commit 37b23e0525d393d48a7d59f870b3bc061a30ccdb (x86,mm: make pagefault killable) The above commits introduced changes into the x86 pagefault handler for making the page fault handler retryabl

Re: [uml-user] [PATCH 1/1] um/kernel/trap.c: Port OOM changes to handle_page_fault

2012-03-20 Thread Kautuk Consul
hi, There is a small defect in this patch. I am sending a v2to this patch. On Tue, Mar 20, 2012 at 9:45 AM, Kautuk Consul wrote: > Commit d065bd810b6deb67d4897a14bfe21f8eb526ba99 > (mm: retry page fault when blocking on disk transfer) and > commit 37b23e0525d393d48a7d59f870b3bc061a30ccdb > (x86,

[uml-user] [PATCH 1/1 v2] um/kernel/trap.c: Port OOM changes to handle_page_fault

2012-03-20 Thread Kautuk Consul
Commit d065bd810b6deb67d4897a14bfe21f8eb526ba99 (mm: retry page fault when blocking on disk transfer) and commit 37b23e0525d393d48a7d59f870b3bc061a30ccdb (x86,mm: make pagefault killable) The above commits introduced changes into the x86 pagefault handler for making the page fault handler retryabl