commit | 15fe59cb0fc1430bdd05a85e7c7887ccc4e5c013 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Tue Jun 15 08:45:40 2021 +0930 |
committer | Andrew Jeffery <andrew@aj.id.au> | Tue Jun 15 08:45:40 2021 +0930 |
tree | 5bd21a924e3a5e6f3af5a868acab0452b0b644a8 | |
parent | 20017150d229401edc9bbf33fa48ceba7f94db47 [diff] |
meson: Remove redundant udevrules list This was left over after the change in configuration strategy in the previous commit. Fixes: 20017150d229 ("meson: Improve maintainability of build options") Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: Icd7547fd06176440a760debd67aed5048681d688
debug-trigger
listens for an external signal that the BMC is in some way unresponsive. When the signal is received it triggers a crash to collect debug data and reboots the system in the hope that it will recover.
debug-trigger
implements a simple protocol over an LPC KCS device as its trigger source.
debug-trigger
implements a single action once the trigger event is received, which is to crash the kernel via /proc/sysrq-trigger
. For systems with kdump configured this results in collection of system state as context for why the system was externally unresponsive.