]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 24 May 2015 00:57:40 +0000 (17:57 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 24 May 2015 00:57:40 +0000 (17:57 -0700)
commit1f9b121ec1146c0557cec989f15c72561b31aba6
treee0034ec600453c1c1377e6b42f8818d56127617c
parent6c405e4d535ad620743b793ab8b865d0cf9074a7
parent995646705b6de30d193bf9f556d789f73e7686d3
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