Message ID | 20221202120331.343a821d@gandalf.local.home (mailing list archive) |
---|---|
State | Accepted |
Commit | d5ba85d6d8be7da660d4ac25761a48c74ade958d |
Headers | show |
Series | selftests/ftrace: Use long for synthetic event probe test | expand |
On 12/2/22 10:03, Steven Rostedt wrote:
> From 8bb1734388b89bdb2ac176882786dc02b7df92c2 Mon Sep 17 00:00:00 2001
Steve,
git am doesn't like the line above and I get "Patch is empty"
error.
I had to manually remove this to apply the patch to linux-kselftest
next for the merge window.
Please check if there is something in your workflow that adds this
problematic line.
thanks,
-- Shuah
On Fri, 2 Dec 2022 10:56:18 -0700 Shuah Khan <skhan@linuxfoundation.org> wrote: > On 12/2/22 10:03, Steven Rostedt wrote: > > From 8bb1734388b89bdb2ac176882786dc02b7df92c2 Mon Sep 17 00:00:00 2001 > > Steve, > > git am doesn't like the line above and I get "Patch is empty" > error. > > I had to manually remove this to apply the patch to linux-kselftest > next for the merge window. > > Please check if there is something in your workflow that adds this > problematic line. > When I do single patches, I just insert the format-patch output directly, and sometimes I forget to trim it :-/ Thanks, -- Steve
diff --git a/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-synthetic-eprobe.tc b/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-synthetic-eprobe.tc index 6461c375694f..c2a8ab01e13b 100644 --- a/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-synthetic-eprobe.tc +++ b/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-synthetic-eprobe.tc @@ -14,7 +14,7 @@ FIELD="filename" SYNTH="synth_open" EPROBE="eprobe_open" -echo "$SYNTH u64 filename; s64 ret;" > synthetic_events +echo "$SYNTH unsigned long filename; long ret;" > synthetic_events echo "hist:keys=common_pid:__arg__1=$FIELD" > events/$SYSTEM/$START/trigger echo "hist:keys=common_pid:filename=\$__arg__1,ret=ret:onmatch($SYSTEM.$START).trace($SYNTH,\$filename,\$ret)" > events/$SYSTEM/$END/trigger