]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'trace-fixes-v3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Jul 2014 05:43:15 +0000 (22:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Jul 2014 05:43:15 +0000 (22:43 -0700)
commitae242004a405e2b1837a6872cab1db87cb6b4cd1
tree8de9c6f5800991d6d81408013006c38700cc1ed3
parentb916af8c0dd442f68541a06383ce1f0fa4786ead
parent717e152951a8994d080869af6408db3fc9023e60
Merge tag 'trace-fixes-v3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull trace fix from Steven Rostedt:
 "Tony Luck found that using the "uptime" trace clock that uses jiffies
  as a counter was converted to nanoseconds (silly), and after 1 hour 11
  minutes and 34 seconds, this monotonic clock would wrap, causing havoc
  with the tracing system and making the clock useless.

  He converted that clock to use jiffies_64 and made it into a counter
  instead of nanosecond conversions, and displayed the clock with the
  straight jiffy count, which works much better than it did in the past"

* tag 'trace-fixes-v3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing: Fix wraparound problems in "uptime" trace clock