mbox series

[0/2] iaa_crypto bugfix and maintainer change

Message ID 733a19ce-16f2-4d06-bce9-85d7473c9a4d@linux.intel.com
Headers show
Series iaa_crypto bugfix and maintainer change | expand

Message

Zanussi, Tom Sept. 27, 2024, 6:45 p.m. UTC
Hi Herbert,

The first patch here fixes a bug seen on some systems with broken IAA
hardware; it doesn't fix the hardware issue itself but exposes an
issue with trusting the hardware to either send a completion or
trigger a timeout - if neither happens, it shouldn't spin endlessly.

The second patch hands over iaa_crypto maintainership, since I'll be
retiring from Intel and won't have access to IAA hardware myself.

Thanks,

Tom

Tom Zanussi (2):
  crypto: iaa - Remove potential infinite loop in check_completion()
  MAINTAINERS: Make Kristen Accardi the IAA crypto driver maintainer

 MAINTAINERS                                |  2 +-
 drivers/crypto/intel/iaa/iaa_crypto_main.c | 10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

Comments

Herbert Xu Oct. 5, 2024, 5:38 a.m. UTC | #1
On Fri, Sep 27, 2024 at 01:45:42PM -0500, Zanussi, Tom wrote:
> Hi Herbert,
> 
> The first patch here fixes a bug seen on some systems with broken IAA
> hardware; it doesn't fix the hardware issue itself but exposes an
> issue with trusting the hardware to either send a completion or
> trigger a timeout - if neither happens, it shouldn't spin endlessly.
> 
> The second patch hands over iaa_crypto maintainership, since I'll be
> retiring from Intel and won't have access to IAA hardware myself.
> 
> Thanks,
> 
> Tom
> 
> Tom Zanussi (2):
>   crypto: iaa - Remove potential infinite loop in check_completion()
>   MAINTAINERS: Make Kristen Accardi the IAA crypto driver maintainer
> 
>  MAINTAINERS                                |  2 +-
>  drivers/crypto/intel/iaa/iaa_crypto_main.c | 10 ++++++++++
>  2 files changed, 11 insertions(+), 1 deletion(-)
> 
> -- 
> 2.38.1

All applied.  Thanks.