mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
e918c10265
The pvpanic driver relies on panic notifiers to execute a callback on panic event. Such function is executed in atomic context - the panic function disables local IRQs, preemption and all other CPUs that aren't running the panic code. With that said, it's dangerous to use regular spinlocks in such path, as introduced by commit |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
pvpanic-mmio.c | ||
pvpanic-pci.c | ||
pvpanic.c | ||
pvpanic.h |