kernel: add the new 'crashlog' feature, which tries to store kernel oops/panic logs in a fixed location in RAM to recover them after the reboot and make them available to user space using debugfs

SVN-Revision: 22305
This commit is contained in:
Felix Fietkau
2010-07-20 01:54:21 +00:00
parent ae2c9dcb2b
commit 9f6c22b497
9 changed files with 1173 additions and 0 deletions

View File

@@ -360,6 +360,7 @@ CONFIG_CONSTRUCTORS=y
# CONFIG_CPU_IDLE is not set
# CONFIG_CRAMFS is not set
# CONFIG_CRASH_DUMP is not set
CONFIG_CRASHLOG=y
# CONFIG_CRC16 is not set
CONFIG_CRC32=y
# CONFIG_CRC7 is not set