Revision 5ee96fa9dd78b2dc81b587e33074d877002d7605 authored by Linus Torvalds on 21 March 2021, 18:34:24 UTC, committed by Linus Torvalds on 21 March 2021, 18:34:24 UTC
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)
2 parent s 1c74516 + 81e2073
History
File Mode Size
Kconfig.recursion-issue-01 -rw-r--r-- 2.2 KB
Kconfig.recursion-issue-02 -rw-r--r-- 2.8 KB
Kconfig.select-break -rw-r--r-- 1.0 KB
gcc-plugins.rst -rw-r--r-- 2.7 KB
headers_install.rst -rw-r--r-- 2.0 KB
index.rst -rw-r--r-- 386 bytes
issues.rst -rw-r--r-- 229 bytes
kbuild.rst -rw-r--r-- 7.4 KB
kconfig-language.rst -rw-r--r-- 26.5 KB
kconfig-macro-language.rst -rw-r--r-- 8.1 KB
kconfig.rst -rw-r--r-- 9.1 KB
llvm.rst -rw-r--r-- 4.3 KB
makefiles.rst -rw-r--r-- 52.2 KB
modules.rst -rw-r--r-- 17.0 KB
reproducible-builds.rst -rw-r--r-- 4.9 KB

back to top