RE: [PATCH v6 3/5] x86/mce, EDAC/mce_amd: Add support for new MCA_SYND{1,2} registers

2024-10-18 Thread Luck, Tony
> So, this is based on the assumption that all vendor data fields are of the > u64 type, which may > NOT be true for other x86 vendors in the future. In case there is some > non-u64 vendor data in > the future, the parser would need to break the u64 tracing data into u8 data > and then composite

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

2024-03-29 Thread Luck, Tony
>> - 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