]> 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, 21 May 2017 18:45:26 +0000 (11:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 21 May 2017 18:45:26 +0000 (11:45 -0700)
commita3e5e1e34d9d07f2723c06d6c7261280986964f4
tree3f4933ce4735ba563eea155317138e45a217563d
parent183475e811fbdfcf18842ffbbe63faac2edfc746
parent0221c5a144576f46f8999bd6446729efac6b51ce
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull irq fixes from Thomas Gleixner:
 "A set of small fixes for the irq subsystem:

   - Cure a data ordering problem with chained interrupts

   - Three small fixlets for the mbigen irq chip"

* 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  genirq: Fix chained interrupt data ordering
  irqchip/mbigen: Fix the clear register offset calculation
  irqchip/mbigen: Fix potential NULL dereferencing
  irqchip/mbigen: Fix memory mapping code