Re: [RFC][PATCH 2/8] x86/mm: break out kernel address space handling

From: Dave Hansen
Date: Fri Sep 07 2018 - 17:51:52 EST


On 09/07/2018 02:06 PM, Sean Christopherson wrote:
>> The page fault handler (__do_page_fault())ÂÂbasically has two sections:
>> one for handling faults in the kernel porttion of the address space
>> and another for faults in the user porttion of the address space.
> %s/porttion/portion

Fixed, thanks.