Files
linux/drivers
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-04-08 19:50:44 +02:00
2022-04-06 08:47:52 -06:00
2022-04-08 12:59:43 -07:00
2022-04-04 17:03:04 +02:00
2022-03-18 19:00:26 +01:00