Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 27 Oct 2019 10:55:55 +0000 (06:55 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 27 Oct 2019 10:55:55 +0000 (06:55 -0400)
commit1e1ac1cb651ae781ee346cb129e0bdaed0cd7438
treec7155c101e6361c1a12b755c8c4171b775e143bb
parentc9a2e4a82905c4759d3894bbe827b84574a69b91
parent1486b7b42bd79799cc62aa2c65af03e103802b40
Merge branch 'irq-urgent-for-linus' of git://git./linux/kernel/git/tip/tip

Pull irq fixes from Thomas Gleixner:
 "Two fixes for interrupt controller drivers:

   - Skip IRQ_M_EXT entries in the device tree when initializing the
     RISCV PLIC controller to avoid a double init attempt.

   - Use the correct ITS list when issuing the VMOVP synchronization
     command so the operation works only on the ITS instances which are
     associated to a VM"

* 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  irqchip/sifive-plic: Skip contexts except supervisor in plic_init()
  irqchip/gic-v3-its: Use the exact ITSList for VMOVP