diff options
author | Juergen Gross <jgross@suse.com> | 2023-03-28 11:45:49 +0300 |
---|---|---|
committer | Juergen Gross <jgross@suse.com> | 2023-04-24 08:27:10 +0300 |
commit | fae65ef3a148079103ae935107c62f7830ab52c5 (patch) | |
tree | 6e1381d7304ec032d39e3b4b24ff057f33866183 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 457391b0380335d5e9a5babdec90ac53928b23b4 (diff) | |
download | linux-fae65ef3a148079103ae935107c62f7830ab52c5.tar.xz |
xen/pciback: don't call pcistub_device_put() under lock
pcistub_device_put() shouldn't be called under spinlock, as it can
sleep.
For this reason pcistub_device_get_pci_dev() needs to be modified:
instead of always calling pcistub_device_get() just do the call of
pcistub_device_get() only if it is really needed. This removes the
need to call pcistub_device_put().
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/20230328084549.20695-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