Re: [PATCH v3 11/12] tracing: guard tracing_selftest_disabled by CONFIG_FTRACE_STARTUP_TEST

2013-07-03 Thread Steven Rostedt
On Wed, 2013-07-03 at 12:12 +0800, zhangwei(Jovi) wrote: > Ok, we can leave the __read_mostly attribute. > > And tracing_selftest_disabled still can move to CONFIG_FTRACE_STARTUP_TEST > guard, normally CONFIG_FTRACE_STARTUP_TEST is disabled in most system. > > Do I need to resend this patch? >

Re: [PATCH v3 11/12] tracing: guard tracing_selftest_disabled by CONFIG_FTRACE_STARTUP_TEST

2013-07-02 Thread zhangwei(Jovi)
On 2013/7/3 7:56, Steven Rostedt wrote: > On Wed, 2013-04-10 at 11:26 +0800, zhangwei(Jovi) wrote: >> From: "zhangwei(Jovi)" >> >> Variable tracing_selftest_disabled have not any sense when >> CONFIG_FTRACE_STARTUP_TEST is disabled. >> >> This patch also remove __read_mostly attribute, since varia

Re: [PATCH v3 11/12] tracing: guard tracing_selftest_disabled by CONFIG_FTRACE_STARTUP_TEST

2013-07-02 Thread Steven Rostedt
On Wed, 2013-04-10 at 11:26 +0800, zhangwei(Jovi) wrote: > From: "zhangwei(Jovi)" > > Variable tracing_selftest_disabled have not any sense when > CONFIG_FTRACE_STARTUP_TEST is disabled. > > This patch also remove __read_mostly attribute, since variable > tracing_selftest_disabled really not rea

[PATCH v3 11/12] tracing: guard tracing_selftest_disabled by CONFIG_FTRACE_STARTUP_TEST

2013-04-09 Thread zhangwei(Jovi)
From: "zhangwei(Jovi)" Variable tracing_selftest_disabled have not any sense when CONFIG_FTRACE_STARTUP_TEST is disabled. This patch also remove __read_mostly attribute, since variable tracing_selftest_disabled really not read mostly. Signed-off-by: zhangwei(Jovi) --- kernel/trace/trace.c