diff options
author | Dave Hansen <[email protected]> | 2018-09-28 09:02:22 -0700 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2018-10-09 16:51:15 +0200 |
commit | 8fed62000039058adfd8b663344e2f448aed1e7a (patch) | |
tree | d6de290571da0a63fdec6d9d27e79e446c394889 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 164477c2331be75d9bd57fb76704e676b2bcd1cd (diff) |
x86/mm: Break out kernel address space handling
The page fault handler (__do_page_fault()) basically has two sections:
one for handling faults in the kernel portion of the address space
and another for faults in the user portion of the address space.
But, these two parts don't stick out that well. Let's make that more
clear from code separation and naming. Pull kernel fault
handling into its own helper, and reflect that naming by renaming
spurious_fault() -> spurious_kernel_fault().
Also, rewrite the vmalloc() handling comment a bit. It was a bit
stale and also glossed over the reserved bit handling.
Cc: [email protected]
Cc: Jann Horn <[email protected]>
Cc: Sean Christopherson <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Signed-off-by: Dave Hansen <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions