]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf7088eb75ab8a8d21b5c0f94bb16e4140359e146
tree16e19515f19a239aaa155e927a37d8e59304b202
parent5b179c6204e494c6c2f68a43dda73862af6f8c66
parent8f71d6c05f8695dbad3da53d784eb432ae3e366a
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/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()