public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] crypto: inside-secure: Handle load errors better
@ 2023-02-23 22:10 Jonathan McDowell
  2023-02-28 18:28 ` [PATCH v2 " Jonathan McDowell
  0 siblings, 1 reply; 5+ messages in thread
From: Jonathan McDowell @ 2023-02-23 22:10 UTC (permalink / raw)
  To: Antoine Tenart, Herbert Xu, David S. Miller; +Cc: linux-crypto, linux-kernel

2 minor patches to improve the error handling of the safexcel driver
when it fails to load.

Firstly, make it clear when the reason for a load failure is because the
firmware is not available.

Secondly, ensure we clean up the ring workqueues / IRQ affinity settings
to avoid a kernel warning when the driver fails to load.

Jonathan McDowell (2):
  crypto: inside-secure: Raise firmware load failure message to error
  crypto: inside-secure: Cleanup ring IRQ workqueues on load failure

 drivers/crypto/inside-secure/safexcel.c | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

-- 
2.39.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-10 11:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-23 22:10 [PATCH 0/2] crypto: inside-secure: Handle load errors better Jonathan McDowell
2023-02-28 18:28 ` [PATCH v2 " Jonathan McDowell
2023-02-28 18:28   ` [PATCH v2 1/2] crypto: inside-secure: Raise firmware load failure message to error Jonathan McDowell
2023-02-28 18:28   ` [PATCH v2 2/2] crypto: inside-secure - Cleanup ring IRQ workqueues on load failure Jonathan McDowell
2023-03-10 11:31   ` [PATCH v2 0/2] crypto: inside-secure: Handle load errors better Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox