mbox series

[v4,0/1] PCI: switchtec: Fix stdev_release() crash after surprise hot remove

Message ID 20231122042316.91208-1-dns@arista.com (mailing list archive)
Headers show
Series PCI: switchtec: Fix stdev_release() crash after surprise hot remove | expand

Message

Daniel Stodden Nov. 22, 2023, 4:23 a.m. UTC
Changes since v3:
 * Restart from upstream f9724598e29df3acfcf5327df11aae2aba1b7f61
 * Add missing pci_dev_put() to stdev_create()'s failure path.
 * Reviewed-by: Dmitry Safonov <dima@arista.com>

Thanks for the patience.
Daniel

Daniel Stodden (1):
  PCI: switchtec: Fix stdev_release() crash after surprise hot remove

 drivers/pci/switch/switchtec.c | 25 +++++++++++++++++--------
 1 file changed, 17 insertions(+), 8 deletions(-)

Comments

Bjorn Helgaas Nov. 22, 2023, 3:48 p.m. UTC | #1
On Tue, Nov 21, 2023 at 08:23:15PM -0800, Daniel Stodden wrote:
> Changes since v3:
>  * Restart from upstream f9724598e29df3acfcf5327df11aae2aba1b7f61
>  * Add missing pci_dev_put() to stdev_create()'s failure path.
>  * Reviewed-by: Dmitry Safonov <dima@arista.com>
> 
> Thanks for the patience.
> Daniel
> 
> Daniel Stodden (1):
>   PCI: switchtec: Fix stdev_release() crash after surprise hot remove
> 
>  drivers/pci/switch/switchtec.c | 25 +++++++++++++++++--------
>  1 file changed, 17 insertions(+), 8 deletions(-)

Thanks for the v4, I replaced the v3 patch, so this is on the
"switchtec" branch for v6.8.