aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/clk.py
diff options
context:
space:
mode:
authorMathieu Desnoyers <[email protected]>2022-01-24 12:12:48 -0500
committerPeter Zijlstra <[email protected]>2022-02-02 13:11:36 +0100
commit26dc8a6d8e11552f3b797b5aafe01071ca32d692 (patch)
tree305500a16e20756407834b7ce8bab398b4233c39 /scripts/gdb/linux/clk.py
parentde6b52a21420a18dc8a36438d581efd1313d5fe3 (diff)
selftests/rseq: Fix ppc32 offsets by using long rather than off_t
The semantic of off_t is for file offsets. We mean to use it as an offset from a pointer. We really expect it to fit in a single register, and not use a 64-bit type on 32-bit architectures. Fix runtime issues on ppc32 where the offset is always 0 due to inconsistency between the argument type (off_t -> 64-bit) and type expected by the inline assembler (32-bit). Signed-off-by: Mathieu Desnoyers <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/clk.py')
0 files changed, 0 insertions, 0 deletions