Re: [PATCH] ftrace: fix debug config symbol in stack_tracer_{en,dis}able

From: Zev Weiss
Date: Thu Aug 31 2017 - 11:40:43 EST


On Thu, Aug 31, 2017 at 08:54:07AM CDT, Steven Rostedt wrote:
On Thu, 31 Aug 2017 02:01:08 -0500
Zev Weiss <zev@xxxxxxxxxxxxxxxxx> wrote:

Hello,

It appears stack_tracer_disable()/stack_tracer_enable() have been
using the wrong name for the config symbol to enable their
preempt-debugging checks, which the patch below should fix. (Noticed
when I made the same mistake attempting to grep for
CONFIG_DEBUG_PREEMPT and got two results instead of zero).


Zev Weiss

Can you resend with a proper change log (no "Hello") and add a
Signed-off-by tag?

Thanks!

-- Steve


Ah, sorry about that -- misunderstood what my 'git send-email' flags were doing...hopefully the below works better.


Zev