diff options
author | mudcam <v.nieutin@live.fr> | 2018-04-16 15:26:11 +0200 |
---|---|---|
committer | mudcam <v.nieutin@live.fr> | 2018-04-16 15:26:11 +0200 |
commit | 4aac2f4590d9ae7ffa707a662c41b7e460a0ea3a (patch) | |
tree | 2b9efb022e3bb2b2ab1371a0f0543dd3bc1accf5 /security-blueprint/part-4/4-Debug.md | |
parent | f690453c2b2d87161755500fe3f7735975c2963a (diff) |
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 |