mbox series

[v2,0/4] Printing improvements for tcrypt

Message ID 20221026191616.9169-1-anirudh.venkataramanan@intel.com
Headers show
Series Printing improvements for tcrypt | expand

Message

Anirudh Venkataramanan Oct. 26, 2022, 7:16 p.m. UTC
The text tcrypt prints to dmesg is a bit inconsistent. This makes it
difficult to process tcrypt results using scripts. This little series
makes the prints more consistent.

Changes v1 -> v2: Rebase to tag v6.1-p2, resolve conflict in patch 2/4

Anirudh Venkataramanan (4):
  crypto: tcrypt - Use pr_cont to print test results
  crypto: tcrypt - Use pr_info/pr_err
  crypto: tcrypt - Drop module name from print string
  crypto: tcrypt - Drop leading newlines from prints

 crypto/tcrypt.c | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

Comments

Herbert Xu Nov. 4, 2022, 9:38 a.m. UTC | #1
On Wed, Oct 26, 2022 at 12:16:12PM -0700, Anirudh Venkataramanan wrote:
> The text tcrypt prints to dmesg is a bit inconsistent. This makes it
> difficult to process tcrypt results using scripts. This little series
> makes the prints more consistent.
> 
> Changes v1 -> v2: Rebase to tag v6.1-p2, resolve conflict in patch 2/4
> 
> Anirudh Venkataramanan (4):
>   crypto: tcrypt - Use pr_cont to print test results
>   crypto: tcrypt - Use pr_info/pr_err
>   crypto: tcrypt - Drop module name from print string
>   crypto: tcrypt - Drop leading newlines from prints
> 
>  crypto/tcrypt.c | 31 +++++++++++++++----------------
>  1 file changed, 15 insertions(+), 16 deletions(-)
> 
> -- 
> 2.37.2

All applied.  Thanks.