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

2017-08-31 Thread Zev Weiss
od what my 'git send-email' flags were doing...hopefully the below works better. Zev From e916675c65ffcfb953f79c7243e8508efcf13aeb Mon Sep 17 00:00:00 2001 From: Zev Weiss Date: Wed, 30 Aug 2017 05:36:38 -0500 Subject: [PATCH] ftrace: fix debug config symbol in stack

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

2017-08-31 Thread Steven Rostedt
On Thu, 31 Aug 2017 02:01:08 -0500 Zev Weiss 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 a

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

2017-08-31 Thread Steven Rostedt
On Thu, 31 Aug 2017 02:01:08 -0500 Zev Weiss 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 a

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

2017-08-31 Thread Zev Weiss
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 ins