diff options
author | Juergen Gross <jgross@suse.com> | 2023-03-28 10:45:49 +0200 |
---|---|---|
committer | Juergen Gross <jgross@suse.com> | 2023-04-24 07:27:10 +0200 |
commit | fae65ef3a148079103ae935107c62f7830ab52c5 (patch) | |
tree | 6e1381d7304ec032d39e3b4b24ff057f33866183 /drivers/xen/xenfs | |
parent | Linux 6.3 (diff) | |
download | linux-fae65ef3a148079103ae935107c62f7830ab52c5.tar.xz linux-fae65ef3a148079103ae935107c62f7830ab52c5.zip |
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 'drivers/xen/xenfs')
0 files changed, 0 insertions, 0 deletions