aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/intel-pt-events.py
diff options
context:
space:
mode:
authorSouptick Joarder <[email protected]>2018-04-16 19:56:09 +0530
committerGreg Kroah-Hartman <[email protected]>2018-04-23 13:51:53 +0200
commit3eb87d4e5a93fcd89631e440e46c1c4da59fc94f (patch)
treed6e4a002d3e3b8e03bd2ee50a3b1e63cdf0bc989 /tools/perf/scripts/python/intel-pt-events.py
parent851b4c14532df4e4fd902b4b34cb0fe6937f03ca (diff)
char: mspec: change return type to vm_fault_t
Use new return type vm_fault_t for the fault handler in struct vm_operations_struct. 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. This driver failed to handle any error returned by vm_insert_pfn. Use the new vmf_insert_pfn function to return the correct value. Signed-off-by: Souptick Joarder <[email protected]> Reviewed-by: Matthew Wilcox <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions