commit | 36d1d09af1b97113cd014fd50694000ac3ca2824 | [log] [tgz] |
---|---|---|
author | Arend van Spriel <aspriel@gmail.com> | Thu Jan 11 09:36:37 2018 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 23 09:47:05 2018 +0100 |
tree | db0e910b7deb7688bda0b00cd5fa5902f6bc537f | |
parent | a5e1923356505e46476c2fb518559b7a4d9d25b1 [diff] |
sysfs: add attribute specification for /sysfs/devices/.../coredump This patch adds the specification for /sysfs/devices/.../coredump which allows user-space to trigger a device coredump obtaining binary data from the device for (fault) analysis. It relies on CONFIG_DEV_COREDUMP being enabled. Signed-off-by: Arend van Spriel <aspriel@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>