Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.20 10 lines 404 B view raw
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.