[patch 14/31] hrtimer: prevent overrun DoS in hrtimer_forward()

2007-03-19 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Thomas Gleixner <[EMAIL PROTECTED]> hrtimer_forward() does not check for the possible overflow of timer->expires. This can happen on 64 bit machines with large interval values and results

[patch 14/31] hrtimer: prevent overrun DoS in hrtimer_forward()

2007-03-19 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Thomas Gleixner [EMAIL PROTECTED] hrtimer_forward() does not check for the possible overflow of timer-expires. This can happen on 64 bit machines with large interval values and results currently