Sven Schnelle 5ace65ebb5 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>
2022-05-11 14:40:57 +02:00
..
2022-05-11 14:40:57 +02:00
2021-06-07 17:07:01 +02:00
2021-06-28 11:18:28 +02:00
2022-03-27 22:18:39 +02:00
2021-09-07 13:38:42 +02:00
2022-03-27 22:18:39 +02:00
2021-07-21 11:53:42 +02:00
2021-06-07 17:07:01 +02:00