aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorMaciej W. Rozycki <[email protected]>2017-12-11 22:53:14 +0000
committerRalf Baechle <[email protected]>2017-12-12 19:12:23 +0100
commit80b3ffce0196ea50068885d085ff981e4b8396f4 (patch)
tree98069b231b13d4706931c90c35ece397e0972353 /tools/perf/scripts/python/export-to-sqlite.py
parentdc24d0edf33c3e15099688b6bbdf7bdc24bf6e91 (diff)
MIPS: Consistently handle buffer counter with PTRACE_SETREGSET
Update commit d614fd58a283 ("mips/ptrace: Preserve previous registers for short regset write") bug and consistently consume all data supplied to `fpr_set_msa' with the ptrace(2) PTRACE_SETREGSET request, such that a zero data buffer counter is returned where insufficient data has been given to fill a whole number of FP general registers. In reality this is not going to happen, as the caller is supposed to only supply data covering a whole number of registers and it is verified in `ptrace_regset' and again asserted in `fpr_set', however structuring code such that the presence of trailing partial FP general register data causes `fpr_set_msa' to return with a non-zero data buffer counter makes it appear that this trailing data will be used if there are subsequent writes made to FP registers, which is going to be the case with the FCSR once the missing write to that register has been fixed. Fixes: d614fd58a283 ("mips/ptrace: Preserve previous registers for short regset write") Signed-off-by: Maciej W. Rozycki <[email protected]> Cc: James Hogan <[email protected]> Cc: Paul Burton <[email protected]> Cc: Alex Smith <[email protected]> Cc: Dave Martin <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] # v4.11+ Patchwork: https://patchwork.linux-mips.org/patch/17927/ Signed-off-by: Ralf Baechle <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions