aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorMartin Schwidefsky <[email protected]>2006-05-20 15:00:25 -0700
committerLinus Torvalds <[email protected]>2006-05-21 12:59:21 -0700
commit92f63cd000059366af18712367216d96180e0ec0 (patch)
tree4f88c3875afaa8183d6cfcff685e03ac7684d82d /scripts/basic
parent0662b71322e211dba9a4bc0e6fbca7861a2b5a7d (diff)
[PATCH] s390: next_timer_interrupt overflow in stop_hz_timer
The 32 bit unsigned substraction (next - jiffies) in stop_hz_timer can overflow if jiffies gets advanced between next_timer_interrupt and the read under the xtime lock. The cast to a u64 then results in a large value which causes the cpu to wait too long. Fix this by casting next and jiffies independently to u64 before subtracting them. (Spotted by Zachary Amsden <[email protected]>) Signed-off-by: Martin Schwidefsky <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions