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