diff options
author | Sven Schnelle <svens@linux.ibm.com> | 2022-05-03 09:58:33 +0200 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2022-05-11 14:40:57 +0200 |
commit | 5ace65ebb5ce9fe1cc8fdbdd97079fb566ef0ea4 (patch) | |
tree | f40939cdc8e4c16a646cef349c46e49bc5e219e4 /tools/perf/scripts/python/Perf-Trace-Util/Context.c | |
parent | 03780c83c78546310c084ef3df69da2a0bafbcb5 (diff) |
s390/stp: clock_delta should be signed
clock_delta is declared as unsigned long in various places. However,
the clock sync delta can be negative. This would add a huge positive
offset in clock_sync_global where clock_delta is added to clk.eitod
which is a 72 bit integer. Declare it as signed long to fix this.
Cc: stable@vger.kernel.org
Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/Context.c')
0 files changed, 0 insertions, 0 deletions