diff options
author | 2023-03-28 10:46:02 +0200 | |
---|---|---|
committer | 2023-04-24 07:27:10 +0200 | |
commit | b2c042cc802fe96d431821bf1cf2f0f04a3eda7d (patch) | |
tree | ff10d4244ab77b74b3d4b56003a9e84202a550b0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | xen/pciback: don't call pcistub_device_put() under lock (diff) | |
download | wireguard-linux-b2c042cc802fe96d431821bf1cf2f0f04a3eda7d.tar.xz wireguard-linux-b2c042cc802fe96d431821bf1cf2f0f04a3eda7d.zip |
xen/scsiback: don't call scsiback_free_translation_entry() under lock
scsiback_free_translation_entry() shouldn't be called under spinlock,
as it can sleep.
This requires to split removing a translation entry from the v2p list
from actually calling kref_put() for the entry.
Reported-by: Dan Carpenter <error27@gmail.com>
Link: https://lore.kernel.org/lkml/Y+JUIl64UDmdkboh@kadam/
Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
Link: https://lore.kernel.org/r/20230328084602.20729-1-jgross@suse.com
Signed-off-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions