aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorJuergen Gross <[email protected]>2023-03-28 10:45:49 +0200
committerJuergen Gross <[email protected]>2023-04-24 07:27:10 +0200
commitfae65ef3a148079103ae935107c62f7830ab52c5 (patch)
tree6e1381d7304ec032d39e3b4b24ff057f33866183 /tools/perf/scripts/python/bin/export-to-postgresql-report
parent457391b0380335d5e9a5babdec90ac53928b23b4 (diff)
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 <[email protected]> Link: https://lore.kernel.org/lkml/Y+JUIl64UDmdkboh@kadam/ Signed-off-by: Juergen Gross <[email protected]> Reviewed-by: Oleksandr Tyshchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Juergen Gross <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions