]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'irq-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 21 Mar 2021 18:34:24 +0000 (11:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 21 Mar 2021 18:34:24 +0000 (11:34 -0700)
commitad2cd8de9547db245a8f93f4fe53a8fe31ed57d0
treee87a3f76c5453f893b81db1eaee621b36ea84bfb
parentebf9db404cbf25ffbfca65f45096dd4dfd085f45
parentb24aaf9d9d8d7d6d304148ef0d1f688031bdb3bb
Merge tag 'irq-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull irq fix from Ingo Molnar:
 "A change to robustify force-threaded IRQ handlers to always disable
  interrupts, plus a DocBook fix.

  The force-threaded IRQ handler change has been accelerated from the
  normal schedule of such a change to keep the bad pattern/workaround of
  spin_lock_irqsave() in handlers or IRQF_NOTHREAD as a kludge from
  spreading"

* tag 'irq-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  genirq: Disable interrupts for force threaded handlers
  genirq/irq_sim: Fix typos in kernel doc (fnode -> fwnode)