Re: [PATCH] trace: fix undefined tracing functions build error

2017-10-31 Thread Steven Rostedt
On Thu, 26 Oct 2017 06:55:51 -0400 Steven Rostedt wrote: > But I've seen another patch that I believe fixes this issue, but I'm > currently traveling in Prague, and attending several conferences there, > and haven't had time to look at my email. Yep, Arnd beat you to it, and I applied his. Than

Re: [PATCH] trace: fix undefined tracing functions build error

2017-10-26 Thread Steven Rostedt
On Thu, 26 Oct 2017 09:37:40 +0100 Julien Thierry wrote: > When selecting CONFIG_PREEMPTIRQ_EVENTS without CONFIG_DEBUG_PREEMPT, > trace_preempt_(en|dis)able_* names do not get defined. This causes a build > error in function trace_preempt_off (kernel/trace/trace_irqsoff.c) when > CONFIG_PREEMPT_