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
retryable as well as killable. These changes reduce the mmap_sem hold time, which is crucial during OOM killer invocation. Port these changes to um. Signed-off-by: Kautuk Consul --- arch/um/kernel/trap.c | 24 +++- 1 files changed, 19 insertions(+), 5 deletions(-) diff --git a

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 37b23e0525d393d48a7d59f870b3bc061a30cc

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

2012-03-20 Thread Kautuk Consul
retryable as well as killable. These changes reduce the mmap_sem hold time, which is crucial during OOM killer invocation. Port these changes to um. Signed-off-by: Kautuk Consul --- arch/um/kernel/trap.c | 24 +++- 1 files changed, 19 insertions(+), 5 deletions(-) diff --git a