From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Kuo Subject: Re: [PATCH 11/20] hexagon/mm/vm_fault.c: Port OOM changes to do_page_fault Date: Tue, 27 Mar 2012 11:42:53 -0500 Message-ID: <20120327164253.GB3916@codeaurora.org> References: <1332249813-2970-1-git-send-email-consul.kautuk@gmail.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <1332249813-2970-1-git-send-email-consul.kautuk@gmail.com> Sender: linux-hexagon-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Kautuk Consul Cc: Linas Vepstas , Arnd Bergmann , linux-hexagon@vger.kernel.org, linux-kernel@vger.kernel.org On Tue, Mar 20, 2012 at 09:23:33AM -0400, Kautuk Consul wrote: > 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 retryable as well as killable. > > These changes reduce the mmap_sem hold time, which is crucial > during OOM killer invocation. > > Port these changes to hexagon. > > Signed-off-by: Kautuk Consul > --- > arch/hexagon/mm/vm_fault.c | 22 +++++++++++++++++----- > 1 files changed, 17 insertions(+), 5 deletions(-) > Sorry for the delay; got around to it this morning. Looks good; thanks! Acked-by: Richard Kuo -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.