Merge tag 'irq_urgent_for_v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 28 Sep 2022 18:54:57 +0000 (11:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 28 Sep 2022 18:54:57 +0000 (11:54 -0700)
commitc3e0e1e23c70455916ff3472072437b3605c6cfe
tree1bffbcf0e3958451b4bba3750e8685328573848b
parente817c070fd9f813774defd8ef5e0349108e924e0
parentc0cca6a66458a0daa627774de7ca2b678a6bb3d8
Merge tag 'irq_urgent_for_v6.0' of git://git./linux/kernel/git/tip/tip

Pull more irqchip fixes from Borislav Petkov:
 "More irqchip fixes for 6.0 from Marc Zyngier. Stuff got left hanging
  due to the whole Plumbers and vacations commotion.

   - A couple of configuration fixes for the recently merged Loongarch
     drivers

   - A fix to avoid dynamic allocation of a cpumask which was causing
     issues with PREEMPT_RT and the GICv3 ITS

   - A tightening of an error check in the stm32 exti driver"

* tag 'irq_urgent_for_v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  irqchip/loongson-pch-lpc: Add dependence on LoongArch
  irqchip: Select downstream irqchip drivers for LoongArch CPU
  irqchip/gic-v3-its: Remove cpumask_var_t allocation
  irqchip/stm32-exti: Remove check on always false condition