[PATCH 1/5] trace, RAS: Add basic RAS trace event [PATCH 2/5] CPER: Adjust code flow of some functions [PATCH 3/5] trace, RAS: Add eMCA trace event interface [PATCH 4/5] 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. -- 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