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