diff options
| author | Souptick Joarder <[email protected]> | 2018-06-12 01:59:04 +0530 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2018-07-02 23:54:26 +1000 |
| commit | a545cf032d11437ed86e62f00d499108d91cae54 (patch) | |
| tree | 368c9afb1391eb650f453624d52491dce5f04ef2 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | 021c91791a5e7e85c567452f1be3e4c2c6cb6063 (diff) | |
ocxl: Change return type for fault handler
Use new return type vm_fault_t for fault handler. For now, this is
just documenting that the function returns a VM_FAULT value rather
than an errno. Once all instances are converted, vm_fault_t will
become a distinct type.
Ref-> commit 1c8f422059ae ("mm: change return type to vm_fault_t")
There is an existing bug when vm_insert_pfn() can return ENOMEM which
was ignored and VM_FAULT_NOPAGE returned as default. The new inline
vmf_insert_pfn() has removed this inefficiency by returning correct
vm_fault_ type.
Signed-off-by: Souptick Joarder <[email protected]>
Acked-by: Andrew Donnellan <[email protected]>
Acked-by: Frederic Barrat <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions