aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorAlexandra Winter <wintera@linux.ibm.com>2021-09-21 16:52:17 +0200
committerJakub Kicinski <kuba@kernel.org>2021-09-21 20:02:24 -0700
commitd2b59bd4b06d84a4eadb520b0f71c62fe8ec0a62 (patch)
tree7e5fe772eed361a7afc9e9f0accc14e1e8a05841 /tools/perf/scripts/python/stackcollapse.py
parents390/qeth: Fix deadlock in remove_discipline (diff)
downloadlinux-d2b59bd4b06d84a4eadb520b0f71c62fe8ec0a62.tar.gz
linux-d2b59bd4b06d84a4eadb520b0f71c62fe8ec0a62.zip
s390/qeth: fix deadlock during failing recovery
Commit 0b9902c1fcc5 ("s390/qeth: fix deadlock during recovery") removed taking discipline_mutex inside qeth_do_reset(), fixing potential deadlocks. An error path was missed though, that still takes discipline_mutex and thus has the original deadlock potential. Intermittent deadlocks were seen when a qeth channel path is configured offline, causing a race between qeth_do_reset and ccwgroup_remove. Call qeth_set_offline() directly in the qeth_do_reset() error case and then a new variant of ccwgroup_set_offline(), without taking discipline_mutex. Fixes: b41b554c1ee7 ("s390/qeth: fix locking for discipline setup / removal") Signed-off-by: Alexandra Winter <wintera@linux.ibm.com> Reviewed-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
vert "vfs: show unreachable paths in getcwd and proc"Eric W. Biederman1-1/+1 2010-12-05drm/i915/lvds: Always restore panel-fitter when enabling the LVDSChris Wilson1-44/+54 2010-12-05drm/i915/ringbuffer: Only print an error on the second attempt to reset headChris Wilson1-14/+16 2010-12-05drm/i915: announce to userspace that the bsd ring is coherentDaniel Vetter2-0/+5 2010-12-05agp/intel: Fix wrong kunmap in i830_cleanup()Takashi Iwai1-2/+4 2010-12-04parisc: Fix GSC PS/2 driver name for keyboard and mouseGuy Martin1-1/+1 2010-12-04parisc: KittyHawk LCD fixGuy Martin1-4/+13 2010-12-04parisc: convert the rest of the irq handlers to simple/percpuJames Bottomley6-11/+12 2010-12-04parisc: fix dino/gsc interruptsJames Bottomley1-1/+1 2010-12-04drm/i915: Factor in pixel-repeat in FDI M/N calculationChris Wilson1-0/+3 2010-12-04ARM: 6523/1: iop: ensure sched_clock() is notraceRabin Vincent1-1/+2 2010-12-04ARM: 6456/1: Fix for building DEBUG with sa11xx_base.c as a module.Marcelo Roberto Jimenez1-0/+1 2010-12-04ARM: 6519/1: kuser: Fix incorrect cmpxchg syscall in kuser helpersDave Martin1-1/+1 2010-12-04slub: Fix a crash during slabinfo -vTero Roponen1-2/+2 2010-12-03drm/i915: Death to the unnecessary 64bit divideChris Wilson1-13/+5 2010-12-03drm/i915: Clean conflicting modesetting registers upon initChris Wilson1-0/+51