]> git.itanic.dy.fi Git - linux-stable/commitdiff
Merge branch 'pds_core-various-fixes'
authorJakub Kicinski <kuba@kernel.org>
Thu, 1 Feb 2024 02:27:01 +0000 (18:27 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 1 Feb 2024 02:27:02 +0000 (18:27 -0800)
Brett Creeley says:

====================
pds_core: Various fixes

This series includes the following changes:

There can be many users of the pds_core's adminq. This includes
pds_core's uses and any clients that depend on it. When the pds_core
device goes through a reset for any reason the adminq is freed
and reconfigured. There are some gaps in the current implementation
that will cause crashes during reset if any of the previously mentioned
users of the adminq attempt to use it after it's been freed.

Issues around how resets are handled, specifically regarding the driver's
error handlers.

Originally these patches were aimed at net-next, but it was requested to
push the fixes patches to net. The original patches can be found here:

https://lore.kernel.org/netdev/20240126174255.17052-1-brett.creeley@amd.com/

Also, the Reviewed-by tags were left in place from net-next reviews as the
patches didn't change.
====================

Link: https://lore.kernel.org/r/20240129234035.69802-1-brett.creeley@amd.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge