aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/futex-contention.py
diff options
context:
space:
mode:
authorSouptick Joarder <[email protected]>2018-04-17 20:23:54 +0530
committerGreg Kroah-Hartman <[email protected]>2018-04-23 13:31:27 +0200
commita5a0b45eda75c6f12cf871ac6c365007a1f330ff (patch)
tree7f474bfc478948d46a8dfbdbbf50b20aff8fae54 /tools/perf/scripts/python/futex-contention.py
parent361f2ddbb0c9f9b4f336025a7bd0212cea4a34f0 (diff)
misc: cxl: Change return type to vm_fault_t
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. Reference id -> 1c8f422059ae ("mm: change return type to vm_fault_t") previously cxl_mmap_fault returns VM_FAULT_NOPAGE as default value irrespective of vm_insert_pfn() return value. This bug is fixed with new vmf_insert_pfn() which will return VM_FAULT_ type based on err. Signed-off-by: Souptick Joarder <[email protected]> Acked-by: Andrew Donnellan <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/futex-contention.py')
0 files changed, 0 insertions, 0 deletions