mbox series

[3,0/2] Improve CCP error handling messages

Message ID 157142758885.6869.11882127817423670946.stgit@taos (mailing list archive)
Headers show
Series Improve CCP error handling messages | expand

Message

Gary R Hook Oct. 18, 2019, 7:39 p.m. UTC
This pair of patches is intended to clarify the messaging produced
by the CCP driver when known, but non-critical, problems arise. The
precipitating conditions can be determined based on simple, unalarming
messages in the system log.

---

Gary R Hook (2):
      crypto: ccp - Change a message to reflect status instead of failure
      crypto: ccp - Verify access to device registers before initializing


 drivers/crypto/ccp/ccp-dev-v5.c |   14 +++++++++++++-
 drivers/crypto/ccp/ccp-dev.c    |   15 ++++++++++++---
 drivers/crypto/ccp/psp-dev.c    |   18 ++++++++++++++++--
 3 files changed, 41 insertions(+), 6 deletions(-)

--

Comments

Herbert Xu Oct. 25, 2019, 3:25 p.m. UTC | #1
On Fri, Oct 18, 2019 at 07:39:59PM +0000, Hook, Gary wrote:
> This pair of patches is intended to clarify the messaging produced
> by the CCP driver when known, but non-critical, problems arise. The
> precipitating conditions can be determined based on simple, unalarming
> messages in the system log.
> 
> ---
> 
> Gary R Hook (2):
>       crypto: ccp - Change a message to reflect status instead of failure
>       crypto: ccp - Verify access to device registers before initializing
> 
> 
>  drivers/crypto/ccp/ccp-dev-v5.c |   14 +++++++++++++-
>  drivers/crypto/ccp/ccp-dev.c    |   15 ++++++++++++---
>  drivers/crypto/ccp/psp-dev.c    |   18 ++++++++++++++++--
>  3 files changed, 41 insertions(+), 6 deletions(-)

All applied.  Thanks.