Re: [PATCH v5 2/5] tracing: Add __print_dynamic_array() helper

2024-10-02 Thread Naik, Avadhut
On 10/2/2024 11:29, Steven Rostedt wrote: > On Wed, 2 Oct 2024 11:06:41 -0400 > Steven Rostedt wrote: > >> I'm currently adding code where I need this patch too ;-) >> >> I can make a branch that only has this patch based off of v6.12-rc1 where >> we can both use it. Can we do that? > > I tak

[PATCH] x86/mce: Clean up TP_printk() output line of the mce_record tracepoint

2024-03-29 Thread Naik, Avadhut
On 3/29/2024 11:50, Luck, Tony wrote: >>> - While at it, don't forget to: >>> >>>s/ADDR/MISC/SYND >>> /addr/misc/synd >>> >> These are actually acronyms for Address, Miscellaneous and Syndrome >> registers. > > They look like abbreviations, not acronyms to me. > > -Tony Yes, they are

[PATCH] x86/mce: Clean up TP_printk() output line of the mce_record tracepoint

2024-03-29 Thread Naik, Avadhut
On 3/29/2024 02:11, Ingo Molnar wrote: > > Please split out the other (capitalization) changes to the output into > a separate patch. > Okay. Will put the capitalization changes into a separate patch. > - While at it, don't forget to: > >s/ADDR/MISC/SYND > /addr/misc/synd > These ar

Re: [PATCH v5 0/2] Update mce_record tracepoint

2024-03-28 Thread Naik, Avadhut
On 3/28/2024 13:14, Sohil Mehta wrote: > On 3/28/2024 11:04 AM, Avadhut Naik wrote: > >> - Since only caps of words which are not acronyms have been changed in >>this version and the word "REVISION" has been removed i.e. changes are >>very minor, have retained the the below tags receiv