]> 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)
commita46849582ba7006c3dd4cfc45d97363939e684fe
tree3f4933ce4735ba563eea155317138e45a217563d
parenta84f4b189091743cb1e983f3942a7784c23bb6a4
parentbf636244810fa9f401462fc79a45a65fcdc5d49a
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