Re: [PATCH v4 26/34] tools/testing/nvdimm: Convert to printbuf

2022-07-01 Thread Shivaprasad G Bhat
On 6/25/22 05:12, Santosh Sivaraj wrote: I don't have setup to test this now. Adding Shiva and Vaibhav who could probably help. Thanks, Santosh On Sat, 25 Jun, 2022, 1:03 am Dan Williams, wrote: [ add Santosh ] Kent Overstreet wrote: ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ZjQcmQRYFpfptBannerStart This Message

RE: [PATCH v4 26/34] tools/testing/nvdimm: Convert to printbuf

2022-06-24 Thread Dan Williams
[ add Santosh ] Kent Overstreet wrote: > This converts from seq_buf to printbuf. Here we're using printbuf with > an external buffer, meaning it's a direct conversion. > > Signed-off-by: Kent Overstreet > Cc: Dan Williams > Cc: Dave Hansen > Cc: nvd...@lists.linux.dev Acked-by: Dan Williams

[PATCH v4 26/34] tools/testing/nvdimm: Convert to printbuf

2022-06-19 Thread Kent Overstreet
This converts from seq_buf to printbuf. Here we're using printbuf with an external buffer, meaning it's a direct conversion. Signed-off-by: Kent Overstreet Cc: Dan Williams Cc: Dave Hansen Cc: nvd...@lists.linux.dev --- tools/testing/nvdimm/test/ndtest.c | 22 ++ 1 file