Re: [PATCH v8 2/5] seq_buf: Export seq_buf_printf

2020-06-01 Thread Vaibhav Jain
Steven Rostedt writes: > On Mon, 01 Jun 2020 17:31:31 +0530 > Vaibhav Jain wrote: > >> Hi Christoph and Steven, >> >> Have addressed your review comment to update the patch description and >> title for this patch. Can you please provide your ack to this patch. >> >> > > I thought I already di

Re: [PATCH v8 2/5] seq_buf: Export seq_buf_printf

2020-06-01 Thread Steven Rostedt
On Mon, 01 Jun 2020 17:31:31 +0530 Vaibhav Jain wrote: > Hi Christoph and Steven, > > Have addressed your review comment to update the patch description and > title for this patch. Can you please provide your ack to this patch. > > I thought I already did, but it appears it was a reply to a p

Re: [PATCH v8 2/5] seq_buf: Export seq_buf_printf

2020-06-01 Thread Vaibhav Jain
Hi Christoph and Steven, Have addressed your review comment to update the patch description and title for this patch. Can you please provide your ack to this patch. Thanks, ~ Vaibhav Vaibhav Jain writes: > 'seq_buf' provides a very useful abstraction for writing to a string > buffer without

[PATCH v8 2/5] seq_buf: Export seq_buf_printf

2020-05-26 Thread Vaibhav Jain
'seq_buf' provides a very useful abstraction for writing to a string buffer without needing to worry about it over-flowing. However even though the API has been stable for couple of years now its still not exported to kernel loadable modules limiting its usage. Hence this patch proposes update to