Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 18 Sep 2016 18:08:00 +0000 (11:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 18 Sep 2016 18:08:00 +0000 (11:08 -0700)
commitaaed4d0bddaef70640fa8ac0d52a380e2d3c6101
tree68cb6ee186a6a96485121eb2270d45ca71b66be8
parentd4690f1e1cdabb4d61207b6787b1605a0dc0aeab
parent5eb0d6eb3fac3daa60d9190eed9fa41cf809c756
Merge branch 'irq-urgent-for-linus' of git://git./linux/kernel/git/tip/tip

Pull irq fixes from Thomas Gleixner:
 "Two patches from Boris which address a potential deadlock in the atmel
  irq chip driver"

* 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  irqchip/atmel-aic: Fix potential deadlock in ->xlate()
  genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpers