Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Oct 2015 10:40:09 +0000 (11:40 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Oct 2015 10:40:09 +0000 (11:40 +0100)
commit3e519dde1e8a73e59b0eab52575a14a2986283b6
tree16e19515f19a239aaa155e927a37d8e59304b202
parent2cf30826bbc6c940568be07e8fab0aee02165cf8
parent791c76d58465a248cbd1ee422c8075cb90fa615f
Merge branch 'irq-urgent-for-linus' of git://git./linux/kernel/git/tip/tip

Pull irq fixes from Thomas Gleixner:
 "This update contains:

   - Fix for a long standing race affecting /proc/irq/NNN

   - One line fix for ARM GICV3-ITS counting the wrong data

   - Warning silencing in ARM GICV3-ITS.  Another GCC trying to be
     overly clever issue"

* 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  irqchip/gic-v3-its: Count additional LPIs for the aliased devices
  irqchip/gic-v3-its: Silence warning when its_lpi_alloc_chunks gets inlined
  genirq: Fix race in register_irq_proc()