aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/ABI/testing/sysfs-devices-coredump10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-devices-coredump b/Documentation/ABI/testing/sysfs-devices-coredump
new file mode 100644
index 000000000000..e459368533a4
--- /dev/null
+++ b/Documentation/ABI/testing/sysfs-devices-coredump
@@ -0,0 +1,10 @@
1What: /sys/devices/.../coredump
2Date: December 2017
3Contact: Arend van Spriel <aspriel@gmail.com>
4Description:
5 The /sys/devices/.../coredump attribute is only present when the
6 device is bound to a driver, which provides the .coredump()
7 callback. The attribute is write only. Anything written to this
8 file will trigger the .coredump() callback.
9
10 Available when CONFIG_DEV_COREDUMP is enabled.