mbox series

[0/2] Improve system log messaging in ccp-crypto

Message ID 20190710214504.3420-1-gary.hook@amd.com (mailing list archive)
Headers show
Series Improve system log messaging in ccp-crypto | expand

Message

Gary R Hook July 10, 2019, 9:45 p.m. UTC
From: Gary R Hook <gary.hook@amd.com>

Add a prefix to any messages logged by the ccp-crypto module, and
add a notice if the module fails to load in the case that no CCPs
are defined.

Gary R Hook (2):
  crypto: ccp - Include the module name in system log messages
  crypto: ccp - Log an error message when ccp-crypto fails to load

 drivers/crypto/ccp/ccp-crypto-main.c | 4 +++-
 drivers/crypto/ccp/ccp-crypto.h      | 4 ++++
 2 files changed, 7 insertions(+), 1 deletion(-)

Comments

Herbert Xu July 26, 2019, 12:34 p.m. UTC | #1
Hook, Gary <Gary.Hook@amd.com> wrote:
> From: Gary R Hook <gary.hook@amd.com>
> 
> Add a prefix to any messages logged by the ccp-crypto module, and
> add a notice if the module fails to load in the case that no CCPs
> are defined.
> 
> Gary R Hook (2):
>  crypto: ccp - Include the module name in system log messages
>  crypto: ccp - Log an error message when ccp-crypto fails to load
> 
> drivers/crypto/ccp/ccp-crypto-main.c | 4 +++-
> drivers/crypto/ccp/ccp-crypto.h      | 4 ++++
> 2 files changed, 7 insertions(+), 1 deletion(-)

All applied.  Thanks.