mbox series

[0/4] Printing improvements for tcrypt

Message ID 20221026001521.4222-1-anirudh.venkataramanan@intel.com (mailing list archive)
Headers show
Series Printing improvements for tcrypt | expand

Message

Anirudh Venkataramanan Oct. 26, 2022, 12:15 a.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.

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 | 36 +++++++++++++++++-------------------
 1 file changed, 17 insertions(+), 19 deletions(-)

Comments

Anirudh Venkataramanan Oct. 26, 2022, 1:02 a.m. UTC | #1
On 10/25/2022 5:15 PM, 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.
> 
> 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 | 36 +++++++++++++++++-------------------
>   1 file changed, 17 insertions(+), 19 deletions(-)
> 

I generated this series on top of crypto-2.6.git master branch, but I 
believe I should have used crypto-2.6.git tag v6.1-p2 as the base instead.

I will resend v1 with the proper base.

Ani