Skip to content

Commit

Permalink
wahoo_defconfig: Disable stack frame size warning
Browse files Browse the repository at this point in the history
The stack frame size warning can be deceptive when it is clear that a
function with a large frame size won't cause stack overflows given how
it is used. Since this warning is more of a nuisance rather than
helpful, disable it.

Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
  • Loading branch information
kerneltoast committed Aug 5, 2019
1 parent 84e91af commit 1e0ec15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/configs/wahoo_defconfig
Expand Up @@ -732,6 +732,7 @@ CONFIG_NLS_ISO8859_1=y
CONFIG_PRINTK_TIME=y
# CONFIG_PRINTK_CPU_ID is not set
# CONFIG_PRINTK_PID is not set
CONFIG_FRAME_WARN=0
CONFIG_PANIC_ON_OOPS=y
CONFIG_PANIC_TIMEOUT=1
CONFIG_PANIC_ON_DATA_CORRUPTION=y
Expand Down

0 comments on commit 1e0ec15

Please sign in to comment.