| commit | c5db6a3bdeb72f4238e1faefa4ce4eab7a64baea | [log] [tgz] |
|---|---|---|
| author | Linus Torvalds <torvalds@linux-foundation.org> | Sat May 23 17:57:40 2015 -0700 |
| committer | Linus Torvalds <torvalds@linux-foundation.org> | Sat May 23 17:57:40 2015 -0700 |
| tree | e0034ec600453c1c1377e6b42f8818d56127617c | |
| parent | 9bd4459a3d31cfe79dfb5ea00912471537f219c3 [diff] | |
| parent | f7bcb70ebae0dcdb5a2d859b09e4465784d99029 [diff] |
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timer fix from Thomas Gleixner:
"One more fix from the timer departement:
- Handle division of negative nanosecond values proper on 32bit.
A recent cleanup wrecked the sign handling of the dividend and
dropped the check for negative divisors"
* 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
ktime: Fix ktime_divns to do signed division