Re: [RFC PATCH] ARM: debug: Add prompt for FRAME_POINTER to Kconfig.debug

2015-04-13 Thread Gregory Fong
On Wed, Apr 8, 2015 at 5:04 PM, Gregory Fong wrote: > Without a prompt string, it is impossible to disable FRAME_POINTER on > ARM. It will simply set the default value anytime you run 'make'. NAK'ing myself. You should not disable both FRAME_POINTER and ARM_UNWIND on ARM, as a working unwind_fra

Re: [RFC PATCH] ARM: debug: Add prompt for FRAME_POINTER to Kconfig.debug

2015-04-09 Thread Gregory Fong
On Thu, Apr 9, 2015 at 12:45 AM, Russell King - ARM Linux wrote: > On Wed, Apr 08, 2015 at 05:04:43PM -0700, Gregory Fong wrote: >> Without a prompt string, it is impossible to disable FRAME_POINTER on >> ARM. It will simply set the default value anytime you run 'make'. > > Have you read the comme

Re: [RFC PATCH] ARM: debug: Add prompt for FRAME_POINTER to Kconfig.debug

2015-04-09 Thread Russell King - ARM Linux
On Wed, Apr 08, 2015 at 05:04:43PM -0700, Gregory Fong wrote: > Without a prompt string, it is impossible to disable FRAME_POINTER on > ARM. It will simply set the default value anytime you run 'make'. Have you read the comment above it? -- FTTC broadband for 0.8mile line: currently at 10.5Mbps

[RFC PATCH] ARM: debug: Add prompt for FRAME_POINTER to Kconfig.debug

2015-04-08 Thread Gregory Fong
Without a prompt string, it is impossible to disable FRAME_POINTER on ARM. It will simply set the default value anytime you run 'make'. To reproduce the original issue, run: make multi_v7_defconfig scripts/config -d ARM_UNWIND make oldconfig # check .config, note that FRAME_POINTER=y scr