Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: f4d51dffc6c01a9e94650d95ce0104964f8ae822 authored by Linus Torvalds on 07 September 2020, 00:11:40 UTC
Linux 5.9-rc4
Tip revision: f4d51df
sysfs-devices-coredump
What:		/sys/devices/.../coredump
Date:		December 2017
Contact:	Arend van Spriel <aspriel@gmail.com>
Description:
		The /sys/devices/.../coredump attribute is only present when the
		device is bound to a driver, which provides the .coredump()
		callback. The attribute is write only. Anything written to this
		file will trigger the .coredump() callback.

		Available when CONFIG_DEV_COREDUMP is enabled.
back to top