diff options
author | Guilherme G. Piccoli <gpiccoli@igalia.com> | 2023-02-21 00:11:05 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2023-05-03 18:43:26 +0300 |
commit | 829632dae8321787525ee37dc4828bbe6edafdae (patch) | |
tree | ed3c7d2bf77f2ad379e8655759ba18a3c24f0d60 /arch/parisc/kernel/pacache.S | |
parent | e0838a99289e013d17496ed9464c3cf71d49b977 (diff) | |
download | linux-829632dae8321787525ee37dc4828bbe6edafdae.tar.xz |
parisc: Replace regular spinlock with spin_trylock on panic path
The panic notifiers' callbacks execute in an atomic context, with
interrupts/preemption disabled, and all CPUs not running the panic
function are off, so it's very dangerous to wait on a regular
spinlock, there's a risk of deadlock.
Refactor the panic notifier of parisc/power driver to make use
of spin_trylock - for that, we've added a second version of the
soft-power function. Also, some comments were reorganized and
trailing white spaces, useless header inclusion and blank lines
were removed.
Cc: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
Cc: Jeroen Roovers <jer@xs4all.nl>
Acked-by: Helge Deller <deller@gmx.de> # parisc
Signed-off-by: Guilherme G. Piccoli <gpiccoli@igalia.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/kernel/pacache.S')
0 files changed, 0 insertions, 0 deletions