]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 10 Jun 2018 15:30:35 +0000 (08:30 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 10 Jun 2018 15:30:35 +0000 (08:30 -0700)
commit3d176a8d5dd20bf885e95fb8882177b82fd06764
tree54a1c6a013247ea164351b156bf1cd8feaeeed56
parent38bda1a50bc78c5b39b86bf3d6aa6d3829a7b79c
parent1414edc092dec603e05a91a9a50c67f994411678
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull core fixes from Thomas Gleixner:
 "A small set of core updates:

   - Make objtool cope with GCC8 oddities some more

   - Remove a stale local_irq_save/restore sequence in the signal code
     along with the stale comment in the RCU code. The underlying issue
     which led to this has been solved long time ago, but nobody cared
     to cleanup the hackarounds"

* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  signal: Remove no longer required irqsave/restore
  rcu: Update documentation of rcu_read_unlock()
  objtool: Fix GCC 8 cold subfunction detection for aliased functions