RAS, debugfs: Add debugfs interface for RAS subsystem
authorChen, Gong <gong.chen@linux.intel.com>
Wed, 11 Jun 2014 21:02:20 +0000 (14:02 -0700)
committerTony Luck <tony.luck@intel.com>
Wed, 25 Jun 2014 18:22:03 +0000 (11:22 -0700)
Implement a new debugfs interface for RAS susbsystem.
A file named daemon_active is added there accordingly.
This file is used to track if user space daemon accesses
perf/trace interface or not. One can track which daemon
opens it via "lsof /path/to/debugfs/ras/daemon_active".

Signed-off-by: Chen, Gong <gong.chen@linux.intel.com>
Link: http://lkml.kernel.org/r/1402475691-30045-5-git-send-email-gong.chen@linux.intel.com
Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Tony Luck <tony.luck@intel.com>
drivers/ras/Makefile
drivers/ras/debugfs.c [new file with mode: 0644]
drivers/ras/ras.c
include/linux/ras.h [new file with mode: 0644]

Simple merge
Simple merge
Simple merge
Simple merge