diff options
author | 2018-05-03 19:20:42 +0200 | |
---|---|---|
committer | 2018-05-03 19:20:42 +0200 | |
commit | 051e778ee5b58cb1f6fb5819be1c6816683d4d82 (patch) | |
tree | 3d9158f0179b072f75003443b72200496aa6c51b /security-blueprint/part-4/4-Debug.md | |
parent | de27b37c85d58811f2762caa0c179bfa74acc59e (diff) | |
parent | 4aac2f4590d9ae7ffa707a662c41b7e460a0ea3a (diff) |
Merge pull request #113 from mudcam/sandbox/nieutin
Integration of Eli Mordechai's comments.
Diffstat (limited to 'security-blueprint/part-4/4-Debug.md')
-rw-r--r-- | security-blueprint/part-4/4-Debug.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/security-blueprint/part-4/4-Debug.md b/security-blueprint/part-4/4-Debug.md index 5a1eb24..cce5fc0 100644 --- a/security-blueprint/part-4/4-Debug.md +++ b/security-blueprint/part-4/4-Debug.md @@ -16,6 +16,12 @@ Kernel-Debug-Symbols-1 | `CONFIG_DEBUG_INFO` | `n` These kernel debug symbols are enabled by other config items in the kernel. Care should be taken to disable those also. If `CONFIG_DEBUG_INFO` cannot be disabled, then enabling `CONFIG_DEBUG_INFO_REDUCED` is second best. +<!-- section-note --> + +At least `CONFIG_DEBUG_INFO_REDUCED` should be always enabled for developers to convert addresses in oops messages to line numbers. + +<!-- end-section-note --> + -------------------------------------------------------------------------------- ## Disable Kprobes |