summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorDaniel Wagner <wagi@kernel.org>2025-10-30 11:05:45 +0100
committerKeith Busch <kbusch@kernel.org>2025-12-01 13:45:57 -0800
commitb71cbcf7d170e51148d5467820ae8a72febcb651 (patch)
tree5ae38cb0a3d0f15ca7b6f175beae5af95aba8801 /tools/perf/scripts/python/flamegraph.py
parent78723fe309f189ee4010d5b7a55f6a14644a40c2 (diff)
downloadkernel-b71cbcf7d170e51148d5467820ae8a72febcb651.tar.gz
nvme-fc: don't hold rport lock when putting ctrl
nvme_fc_ctrl_put can acquire the rport lock when freeing the ctrl object: nvme_fc_ctrl_put nvme_fc_ctrl_free spin_lock_irqsave(rport->lock) Thus we can't hold the rport lock when calling nvme_fc_ctrl_put. Justin suggested use the safe list iterator variant because nvme_fc_ctrl_put will also modify the rport->list. Cc: Justin Tee <justin.tee@broadcom.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Daniel Wagner <wagi@kernel.org> Signed-off-by: Keith Busch <kbusch@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
rpc/32: Set regs parameter in r3 in transfer_to_handlerChristophe Leroy 2021-03-29powerpc/32: Always save non volatile registers on exception entryChristophe Leroy 2021-03-29powerpc/32: Perform normal function call in exception entryChristophe Leroy 2021-03-29powerpc/32: Refactor booke critical registers savingChristophe Leroy 2021-03-29powerpc/32: Enable instruction translation at the same time as data translationChristophe Leroy 2021-03-29powerpc/32: Remove ksp_limitChristophe Leroy 2021-02-11powerpc/32: Handle bookE debugging in C in syscall entry/exitChristophe Leroy 2021-02-11powerpc/32: Remove the counter in global_dbcr0Christophe Leroy 2021-02-11powerpc/32: Remove verification of MSR_PR on syscall in the ASM entryChristophe Leroy 2021-02-11powerpc/syscall: implement system call entry/exit logic in C for PPC32Christophe Leroy 2021-02-11powerpc/32: Always save non volatile GPRs at syscall entryChristophe Leroy 2021-02-11powerpc/32: On syscall entry, enable instruction translation at the same time...Christophe Leroy 2021-02-11powerpc/32: Always enable data translation on syscall entryChristophe Leroy 2021-02-09powerpc: DebugException remove argsNicholas Piggin 2021-02-09powerpc: remove arguments from fault handler functionsNicholas Piggin 2020-12-05powerpc: Retire e200 core (mpc555x processor)Christophe Leroy 2020-11-19powerpc: Replace RFI by rfi on book3s/32 and bookeChristophe Leroy 2020-10-08powerpc: Remove SYNC on non 6xxChristophe Leroy 2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy 2020-02-19powerpc/32: Warn and return ENOSYS on syscalls from kernelChristophe Leroy 2020-01-26powerpc/32: save DEAR/DAR before calling handle_page_faultChristophe Leroy 2019-06-16powerpc/32: fix build failure on book3e with KVMChristophe Leroy 2019-06-15powerpc/booke: fix fast syscall entry on SMPChristophe Leroy 2019-05-03powerpc/32: implement fast entry for syscalls on BOOKEChristophe Leroy 2019-05-03powerpc/32: get rid of COPY_EE in exception entryChristophe Leroy 2019-05-03powerpc/32: Enter exceptions with MSR_EE unsetChristophe Leroy 2019-05-03powerpc/32: enter syscall with MSR_EE inconditionaly setChristophe Leroy 2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy 2019-02-23powerpc: Rename THREAD_INFO to TASK_STACKChristophe Leroy 2018-12-30powerpc/fsl: Fixed warning: orphan section `__btb_flush_fixup'Diana Craciun 2018-12-20powerpc/fsl: Flush the branch predictor at each kernel entry (32 bit)Diana Craciun