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

From: Steven Rostedt
Date: Thu Aug 31 2017 - 09:46:00 EST


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).
>

Thanks! I'll apply it.

-- Steve