[PATCH 1/2 v2] x86, MCE: Fix a bug in CMCI handler [PATCH 2/5 v2] CPER: Adjust code flow of some functions [PATCH 3/5 v2] trace, RAS: Add eMCA trace event interface [PATCH 4/5 v2] trace, eMCA: Add a knob to adjust where to save event log [PATCH 5/5] trace, AER: Move trace into unified interface This patch series add new eMCA trace event interface. To avoid conflict with existed interface, a new unified trace event stub in the kernel is used. New trace interface is mutually exclusive with console message via a knob under debugfs. This knob is a reference counter. When it is opened, the counter will be increased, whereas the counter will be decreased if it is closed. Once this counter is greater than 0, the trace will be used, otherwise, message will be routed to the console. In the last patch, I merge older AER trace interface into new unified trace interface. v2 -> v1: merge the comments from Tony Luck & Borislav Petkov BTW, in patch 2 & 3 I don't put some strings as stack parameter to avoid potential overflow. After all they are too big (512 bytes in total). -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html