]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 Jun 2019 17:19:15 +0000 (07:19 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 Jun 2019 17:19:15 +0000 (07:19 -1000)
commit069655d2aca0a4c0570cde2595f5b551646af748
tree645ef0a0ee8b96ebfbec348742b1311ba29ce931
parent5f4f020ebfa17bf74b60e2efa3651efebb89dcc3
parentdc38f35918e777e1f7157f3cc0903e9c6587fdac
Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull RAS fixes from Thomas Gleixner:
 "Two small fixes for RAS:

   - Use a proper search algorithm to find the correct element in the
     CEC array. The replacement was a better choice than fixing the
     crash causes by the original search function with horrible duct
     tape.

   - Move the timer based decay function into thread context so it can
     actually acquire the mutex which protects the CEC array to prevent
     corruption"

* 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  RAS/CEC: Convert the timer callback to a workqueue
  RAS/CEC: Fix binary search function