Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1694824 > unrolled thread
| Started by | Shuah Khan <shuah@kernel.org> |
|---|---|
| First post | 2017-07-24 17:40 +0200 |
| Last post | 2017-07-27 08:30 +0200 |
| Articles | 4 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v4 0/5] selftests: ftrace: ftracetest improvements Shuah Khan <shuah@kernel.org> - 2017-07-24 17:40 +0200
Re: [PATCH v4 0/5] selftests: ftrace: ftracetest improvements Steven Rostedt <rostedt@goodmis.org> - 2017-07-26 23:30 +0200
Re: [PATCH v4 0/5] selftests: ftrace: ftracetest improvements Shuah Khan <shuah@kernel.org> - 2017-07-26 23:50 +0200
Re: [PATCH v4 0/5] selftests: ftrace: ftracetest improvements Masami Hiramatsu <mhiramat@kernel.org> - 2017-07-27 08:30 +0200
| From | Shuah Khan <shuah@kernel.org> |
|---|---|
| Date | 2017-07-24 17:40 +0200 |
| Subject | Re: [PATCH v4 0/5] selftests: ftrace: ftracetest improvements |
| Message-ID | <u6NCG-6Lv-15@gated-at.bofh.it> |
On 07/06/2017 06:58 PM, Masami Hiramatsu wrote: > Hello, > > Here is v4 of ftracetest improvements, including test > return code change and immediate logging features. > > This version just fixes a bug in [4/5] so that remove > unneeded backslash. > > Thank you, > > --- > > Masami Hiramatsu (5): > selftests: ftrace: Do not failure if there is unsupported tests > selftests: ftrace: Add --fail-unsupported option > selftests: ftrace: Add more verbosity for immediate log > selftests: ftrace: Output only to console with "--logdir -" > selftests: ftrace: Check given string is not zero-length > > > tools/testing/selftests/ftrace/ftracetest | 51 +++++++++++++++++++++-------- > 1 file changed, 37 insertions(+), 14 deletions(-) > > -- > Masami Hiramatsu (Linaro) <mhiramat@kernel.org> > > Hi Steve, Okay to pull these in for 4.14-rc1? Sorry for the delay in responding. thanks, -- Shuah
[toc] | [next] | [standalone]
| From | Steven Rostedt <rostedt@goodmis.org> |
|---|---|
| Date | 2017-07-26 23:30 +0200 |
| Message-ID | <u7C2v-5CF-31@gated-at.bofh.it> |
| In reply to | #1694824 |
On Mon, 24 Jul 2017 09:39:25 -0600 Shuah Khan <shuah@kernel.org> wrote: > > Masami Hiramatsu (5): > > selftests: ftrace: Do not failure if there is unsupported tests > > selftests: ftrace: Add --fail-unsupported option > > selftests: ftrace: Add more verbosity for immediate log > > selftests: ftrace: Output only to console with "--logdir -" > > selftests: ftrace: Check given string is not zero-length > > > > Hi Steve, > > Okay to pull these in for 4.14-rc1? Sorry for the delay in responding. > I'm currently traveling, and not really able to test it. But a quick look at the changes look fine to me. Acked-by: Steven Rostedt (VMware) <srostedt@goodmis.org> for the series. And yes please pull it in (if you haven't done so already). Thanks! -- Steve
[toc] | [prev] | [next] | [standalone]
| From | Shuah Khan <shuah@kernel.org> |
|---|---|
| Date | 2017-07-26 23:50 +0200 |
| Message-ID | <u7ClQ-5Jg-19@gated-at.bofh.it> |
| In reply to | #1697574 |
On 07/26/2017 03:25 PM, Steven Rostedt wrote: > On Mon, 24 Jul 2017 09:39:25 -0600 > Shuah Khan <shuah@kernel.org> wrote: > > >>> Masami Hiramatsu (5): >>> selftests: ftrace: Do not failure if there is unsupported tests >>> selftests: ftrace: Add --fail-unsupported option >>> selftests: ftrace: Add more verbosity for immediate log >>> selftests: ftrace: Output only to console with "--logdir -" >>> selftests: ftrace: Check given string is not zero-length >>> > >> >> Hi Steve, >> >> Okay to pull these in for 4.14-rc1? Sorry for the delay in responding. >> > > I'm currently traveling, and not really able to test it. But a quick > look at the changes look fine to me. > > Acked-by: Steven Rostedt (VMware) <srostedt@goodmis.org> > > for the series. And yes please pull it in (if you haven't done so > already). > > Thanks! > > -- Steve > > Hi Steve/Masami, Applied the series to linux-kselftest next for 4.14-rc1 thanks, -- Shuah
[toc] | [prev] | [next] | [standalone]
| From | Masami Hiramatsu <mhiramat@kernel.org> |
|---|---|
| Date | 2017-07-27 08:30 +0200 |
| Message-ID | <u7Kt3-2Ab-3@gated-at.bofh.it> |
| In reply to | #1697587 |
On Wed, 26 Jul 2017 15:45:52 -0600 Shuah Khan <shuah@kernel.org> wrote: > On 07/26/2017 03:25 PM, Steven Rostedt wrote: > > On Mon, 24 Jul 2017 09:39:25 -0600 > > Shuah Khan <shuah@kernel.org> wrote: > > > > > >>> Masami Hiramatsu (5): > >>> selftests: ftrace: Do not failure if there is unsupported tests > >>> selftests: ftrace: Add --fail-unsupported option > >>> selftests: ftrace: Add more verbosity for immediate log > >>> selftests: ftrace: Output only to console with "--logdir -" > >>> selftests: ftrace: Check given string is not zero-length > >>> > > > >> > >> Hi Steve, > >> > >> Okay to pull these in for 4.14-rc1? Sorry for the delay in responding. > >> > > > > I'm currently traveling, and not really able to test it. But a quick > > look at the changes look fine to me. > > > > Acked-by: Steven Rostedt (VMware) <srostedt@goodmis.org> > > > > for the series. And yes please pull it in (if you haven't done so > > already). > > > > Thanks! > > > > -- Steve > > > > > > Hi Steve/Masami, > > Applied the series to linux-kselftest next for 4.14-rc1 Thank you Shuah! -- Masami Hiramatsu <mhiramat@kernel.org>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web