summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorEric Farman <farman@linux.ibm.com>2026-07-28 05:30:20 +0200
committerChristian Borntraeger <borntraeger@linux.ibm.com>2026-07-30 19:50:39 +0200
commit0c11f61a876ed6fcca53d442ed3f33ea8362a0f9 (patch)
treec307fde74b3234411588a2f88c222bae29310d6b /tools/perf/scripts/python/bin/stackcollapse-report
parent79c60b2c61105368dcc8444eb45847e21734f7c4 (diff)
s390/vfio_ccw: Move cp cleanup out of not operational
The fsm_notoper() routine is called when the device has been lost, and is (by definition) no longer operational. Since this can happen asynchronously from the normal behavior of the driver, the cleanup may happen when holding other locks in the calling sequence (notably, the cio subchannel lock). Push the cleanup of the private->cp resources to a workqueue, where it can be done out from under that lock sequence and a future patch can safely manage the locking requirements. Fixes: 204b394a23ad ("vfio/ccw: Move FSM open/close to MDEV open/close") Cc: stable@vger.kernel.org Signed-off-by: Eric Farman <farman@linux.ibm.com> Reviewed-by: Matthew Rosato <mjrosato@linux.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@linux.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions