]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'irq-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 May 2022 13:37:05 +0000 (06:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 May 2022 13:37:05 +0000 (06:37 -0700)
commit3382228479091403b97c6e9846a8e4cc02f79573
tree1eea784e1a101e14c3b0cc9828e75578203abd10
parent2352abcf40d13b8892cc11a41d6ebaa610ec247e
parent541a8c20934921fff16df804a90b521a0bf34443
Merge tag 'irq-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull irq fix from Thomas Gleixner:
 "A single fix for a recent (introduced in 5.16) regression in the core
  interrupt code.

  The consolidation of the interrupt handler invocation code added an
  unconditional warning when generic_handle_domain_irq() is invoked from
  outside hard interrupt context. That's overbroad as the requirement
  for invoking these handlers in hard interrupt context is only required
  for certain interrupt types. The subsequently called code already
  contains a warning which triggers conditionally for interrupt chips
  which indicate this requirement in their properties.

  Remove the overbroad one"

* tag 'irq-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  genirq: Remove WARN_ON_ONCE() in generic_handle_domain_irq()