linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests: ftrace: add more config fragments
@ 2017-10-21 10:17 lei.yang
  2017-11-01 22:06 ` Shuah Khan
  0 siblings, 1 reply; 5+ messages in thread
From: lei.yang @ 2017-10-21 10:17 UTC (permalink / raw)
  To: lei.yang, shuahkh, linux-kselftest, linux-kernel

From: Lei Yang <Lei.Yang@windriver.com>

We need to enable more configs to make test more
without this patch,we got lots of "UNSUPPORTED"

before the patch:
http://pastebin.ubuntu.com/25784377/
after the patch:
http://pastebin.ubuntu.com/25784387/

Signed-off-by: Lei Yang <Lei.Yang@windriver.com>
---
 tools/testing/selftests/ftrace/config | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/testing/selftests/ftrace/config b/tools/testing/selftests/ftrace/config
index 8a1c9f9..b01924c 100644
--- a/tools/testing/selftests/ftrace/config
+++ b/tools/testing/selftests/ftrace/config
@@ -1,2 +1,6 @@
 CONFIG_KPROBES=y
 CONFIG_FTRACE=y
+CONFIG_FUNCTION_PROFILER=y
+CONFIG_TRACER_SNAPSHOT=y
+CONFIG_STACK_TRACER=y
+CONFIG_HIST_TRIGGERS=y
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] selftests: ftrace: add more config fragments
  2017-10-21 10:17 [PATCH] selftests: ftrace: add more config fragments lei.yang
@ 2017-11-01 22:06 ` Shuah Khan
  2017-11-03  7:23   ` lyang0
  0 siblings, 1 reply; 5+ messages in thread
From: Shuah Khan @ 2017-11-01 22:06 UTC (permalink / raw)
  To: lei.yang, linux-kselftest, linux-kernel, Masami Hiramatsu,
	Steven Rostedt, Shuah Khan, Shuah Khan

On 10/21/2017 04:17 AM, lei.yang@windriver.com wrote:
> From: Lei Yang <Lei.Yang@windriver.com>
> 
> We need to enable more configs to make test more
> without this patch,we got lots of "UNSUPPORTED"
> 
> before the patch:
> http://pastebin.ubuntu.com/25784377/
> after the patch:
> http://pastebin.ubuntu.com/25784387/
> 
> Signed-off-by: Lei Yang <Lei.Yang@windriver.com>
> ---
>  tools/testing/selftests/ftrace/config | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/tools/testing/selftests/ftrace/config b/tools/testing/selftests/ftrace/config
> index 8a1c9f9..b01924c 100644
> --- a/tools/testing/selftests/ftrace/config
> +++ b/tools/testing/selftests/ftrace/config
> @@ -1,2 +1,6 @@
>  CONFIG_KPROBES=y
>  CONFIG_FTRACE=y
> +CONFIG_FUNCTION_PROFILER=y
> +CONFIG_TRACER_SNAPSHOT=y
> +CONFIG_STACK_TRACER=y
> +CONFIG_HIST_TRIGGERS=y
> 

Hi Steve/Masami,

Are you good with this change. Please give me an Ack.

thanks,
-- Shuah

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] selftests: ftrace: add more config fragments
  2017-11-01 22:06 ` Shuah Khan
@ 2017-11-03  7:23   ` lyang0
  2017-11-03 13:13     ` Steven Rostedt
  0 siblings, 1 reply; 5+ messages in thread
From: lyang0 @ 2017-11-03  7:23 UTC (permalink / raw)
  To: Shuah Khan, linux-kselftest, linux-kernel, Masami Hiramatsu,
	Steven Rostedt, Shuah Khan



On 2017年11月02日 06:06, Shuah Khan wrote:
> On 10/21/2017 04:17 AM, lei.yang@windriver.com wrote:
>> From: Lei Yang <Lei.Yang@windriver.com>
>>
>> We need to enable more configs to make test more
>> without this patch,we got lots of "UNSUPPORTED"
>>
>> before the patch:
>> http://pastebin.ubuntu.com/25784377/
>> after the patch:
>> http://pastebin.ubuntu.com/25784387/
>>
>> Signed-off-by: Lei Yang <Lei.Yang@windriver.com>
>> ---
>>   tools/testing/selftests/ftrace/config | 4 ++++
>>   1 file changed, 4 insertions(+)
>>
>> diff --git a/tools/testing/selftests/ftrace/config b/tools/testing/selftests/ftrace/config
>> index 8a1c9f9..b01924c 100644
>> --- a/tools/testing/selftests/ftrace/config
>> +++ b/tools/testing/selftests/ftrace/config
>> @@ -1,2 +1,6 @@
>>   CONFIG_KPROBES=y
>>   CONFIG_FTRACE=y
>> +CONFIG_FUNCTION_PROFILER=y
>> +CONFIG_TRACER_SNAPSHOT=y
>> +CONFIG_STACK_TRACER=y
>> +CONFIG_HIST_TRIGGERS=y
>>
> Hi Steve/Masami,
>
> Are you good with this change. Please give me an Ack.

Hi,

any comments ?

Lei

> thanks,
> -- Shuah

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] selftests: ftrace: add more config fragments
  2017-11-03  7:23   ` lyang0
@ 2017-11-03 13:13     ` Steven Rostedt
  2017-11-03 14:24       ` Shuah Khan
  0 siblings, 1 reply; 5+ messages in thread
From: Steven Rostedt @ 2017-11-03 13:13 UTC (permalink / raw)
  To: lyang0
  Cc: Shuah Khan, linux-kselftest, linux-kernel, Masami Hiramatsu, Shuah Khan

On Fri, 3 Nov 2017 15:23:56 +0800
lyang0 <lei.yang@windriver.com> wrote:


> >> diff --git a/tools/testing/selftests/ftrace/config b/tools/testing/selftests/ftrace/config
> >> index 8a1c9f9..b01924c 100644
> >> --- a/tools/testing/selftests/ftrace/config
> >> +++ b/tools/testing/selftests/ftrace/config
> >> @@ -1,2 +1,6 @@
> >>   CONFIG_KPROBES=y
> >>   CONFIG_FTRACE=y
> >> +CONFIG_FUNCTION_PROFILER=y
> >> +CONFIG_TRACER_SNAPSHOT=y
> >> +CONFIG_STACK_TRACER=y
> >> +CONFIG_HIST_TRIGGERS=y
> >>  
> > Hi Steve/Masami,
> >
> > Are you good with this change. Please give me an Ack.  
> 
> Hi,
> 
> any comments ?

You should have Cc'd me in the first email. Thanks to Shuah for
pointing it out to us.

Anyway, I'm fine with it.

Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>

-- Steve

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] selftests: ftrace: add more config fragments
  2017-11-03 13:13     ` Steven Rostedt
@ 2017-11-03 14:24       ` Shuah Khan
  0 siblings, 0 replies; 5+ messages in thread
From: Shuah Khan @ 2017-11-03 14:24 UTC (permalink / raw)
  To: Steven Rostedt, lyang0
  Cc: linux-kselftest, linux-kernel, Masami Hiramatsu, Shuah Khan, Shuah Khan

On 11/03/2017 07:13 AM, Steven Rostedt wrote:
> On Fri, 3 Nov 2017 15:23:56 +0800
> lyang0 <lei.yang@windriver.com> wrote:
> 
> 
>>>> diff --git a/tools/testing/selftests/ftrace/config b/tools/testing/selftests/ftrace/config
>>>> index 8a1c9f9..b01924c 100644
>>>> --- a/tools/testing/selftests/ftrace/config
>>>> +++ b/tools/testing/selftests/ftrace/config
>>>> @@ -1,2 +1,6 @@
>>>>   CONFIG_KPROBES=y
>>>>   CONFIG_FTRACE=y
>>>> +CONFIG_FUNCTION_PROFILER=y
>>>> +CONFIG_TRACER_SNAPSHOT=y
>>>> +CONFIG_STACK_TRACER=y
>>>> +CONFIG_HIST_TRIGGERS=y
>>>>  
>>> Hi Steve/Masami,
>>>
>>> Are you good with this change. Please give me an Ack.  
>>
>> Hi,
>>
>> any comments ?
> 
> You should have Cc'd me in the first email. Thanks to Shuah for
> pointing it out to us.
> 
> Anyway, I'm fine with it.
> 
> Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
> 

Thanks Steve. I will get this into linux-kselftest 4.15-rc1

Lei,

Please do the following when you send your future patches:

Not stating the obvious, make sure to test and include what does
this patch fix in your commit log.

1. Run scripts/checkpatch.pl
2. Run scripts/get_maintainer.pl
3. Please give us at least a week before pinging us. We have all
   been traveling all of last week and going through out Inboxes.

Please refer to Documentation/process/submitting-patches.rst
for details on how to send patches.

btw for this patch if you ran scripts/get_maintainer.pl, you would
have seen the correct list to send the patch to in the first place,
which would have made it easier.

Steven Rostedt <rostedt@goodmis.org> (maintainer:TRACING)
Ingo Molnar <mingo@redhat.com> (maintainer:TRACING)
Shuah Khan <shuah@kernel.org> (maintainer:KERNEL SELFTEST FRAMEWORK)
linux-kselftest@vger.kernel.org (open list:KERNEL SELFTEST FRAMEWORK)
linux-kernel@vger.kernel.org (open list)

thanks,
-- Shuah

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-03 14:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-21 10:17 [PATCH] selftests: ftrace: add more config fragments lei.yang
2017-11-01 22:06 ` Shuah Khan
2017-11-03  7:23   ` lyang0
2017-11-03 13:13     ` Steven Rostedt
2017-11-03 14:24       ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).