* [GIT PULL] extlog trace event - queue for 3.17
@ 2014-06-30 16:54 Luck, Tony
0 siblings, 0 replies; only message in thread
From: Luck, Tony @ 2014-06-30 16:54 UTC (permalink / raw)
To: Ingo Molnar; +Cc: x86, Borislav Petkov, Chen Gong, Steven Rostedt, linux-kernel
The following changes since commit 4d4c9cc839a308be3289a361ccba4447ee140552:
tracing: Add __field_struct macro for TRACE_EVENT() (2014-06-21 00:18:42 -0400)
[Note this base commit was pulled by Linus between 3.16-rc2 and -rc3]
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/please-pull-extlog-trace
for you to fetch changes up to 7c76bb5f7a3d052339b873374333dd0dcc35ce28:
RAS, extlog: Adjust init flow (2014-06-25 13:27:26 -0700)
----------------------------------------------------------------
Report extended error information ("extlog") using
a trace/event. Provide a mechanism for a smart
daemon collecting this information to tell the kernel
to skip logging corrected errors to the console.
----------------------------------------------------------------
Chen, Gong (7):
trace, RAS: Add basic RAS trace event
trace, AER: Move trace into unified interface
CPER: Adjust code flow of some functions
RAS, debugfs: Add debugfs interface for RAS subsystem
trace, RAS: Add eMCA trace event interface
trace, eMCA: Add a knob to adjust where to save event log
RAS, extlog: Adjust init flow
drivers/Kconfig | 2 +
drivers/Makefile | 1 +
drivers/acpi/Kconfig | 4 +-
drivers/acpi/acpi_extlog.c | 46 ++++++--
drivers/edac/Kconfig | 1 +
drivers/edac/edac_mc.c | 3 -
drivers/firmware/efi/cper.c | 192 +++++++++++++++++++++++----------
drivers/pci/pcie/aer/Kconfig | 1 +
drivers/pci/pcie/aer/aerdrv_errprint.c | 4 +-
drivers/ras/Kconfig | 2 +
drivers/ras/Makefile | 1 +
drivers/ras/debugfs.c | 56 ++++++++++
drivers/ras/ras.c | 29 +++++
include/linux/cper.h | 32 ++++++
include/linux/ras.h | 14 +++
include/ras/ras_event.h | 128 ++++++++++++++++++++++
include/trace/events/ras.h | 77 -------------
17 files changed, 443 insertions(+), 150 deletions(-)
create mode 100644 drivers/ras/Kconfig
create mode 100644 drivers/ras/Makefile
create mode 100644 drivers/ras/debugfs.c
create mode 100644 drivers/ras/ras.c
create mode 100644 include/linux/ras.h
delete mode 100644 include/trace/events/ras.h
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-06-30 16:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-30 16:54 [GIT PULL] extlog trace event - queue for 3.17 Luck, Tony
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox