mbox series

[-next,0/2] add loongarch and riscv support for kprobe args test

Message ID 20230815085912.701356-1-liaoyu15@huawei.com (mailing list archive)
Headers show
Series add loongarch and riscv support for kprobe args test | expand

Message

Yu Liao Aug. 15, 2023, 8:59 a.m. UTC
Yu Liao (2):
  selftests/ftrace: add loongarch support for kprobe args char tests
  selftests/ftrace: Add riscv support for kprobe arg tests

 .../selftests/ftrace/test.d/kprobe/kprobe_args_char.tc      | 6 ++++++
 .../selftests/ftrace/test.d/kprobe/kprobe_args_string.tc    | 3 +++
 .../selftests/ftrace/test.d/kprobe/kprobe_args_syntax.tc    | 4 ++++
 3 files changed, 13 insertions(+)

Comments

Steven Rostedt Oct. 17, 2023, 5:37 p.m. UTC | #1
On Tue, 15 Aug 2023 16:59:10 +0800
Yu Liao <liaoyu15@huawei.com> wrote:

> Yu Liao (2):
>   selftests/ftrace: add loongarch support for kprobe args char tests
>   selftests/ftrace: Add riscv support for kprobe arg tests
> 
>  .../selftests/ftrace/test.d/kprobe/kprobe_args_char.tc      | 6 ++++++
>  .../selftests/ftrace/test.d/kprobe/kprobe_args_string.tc    | 3 +++
>  .../selftests/ftrace/test.d/kprobe/kprobe_args_syntax.tc    | 4 ++++
>  3 files changed, 13 insertions(+)
> 

I noticed that this never got picked up, but that's probably because it
didn't also Cc linux-kselftest@vger.kernel.org (which I did here).

Shuah,

Can you add this? You can also add:

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

-- Steve
Shuah Khan Oct. 17, 2023, 11:58 p.m. UTC | #2
On 10/17/23 11:37, Steven Rostedt wrote:
> On Tue, 15 Aug 2023 16:59:10 +0800
> Yu Liao <liaoyu15@huawei.com> wrote:
> 
>> Yu Liao (2):
>>    selftests/ftrace: add loongarch support for kprobe args char tests
>>    selftests/ftrace: Add riscv support for kprobe arg tests
>>
>>   .../selftests/ftrace/test.d/kprobe/kprobe_args_char.tc      | 6 ++++++
>>   .../selftests/ftrace/test.d/kprobe/kprobe_args_string.tc    | 3 +++
>>   .../selftests/ftrace/test.d/kprobe/kprobe_args_syntax.tc    | 4 ++++
>>   3 files changed, 13 insertions(+)
>>
> 
> I noticed that this never got picked up, but that's probably because it
> didn't also Cc linux-kselftest@vger.kernel.org (which I did here).
> 
> Shuah,
> 
> Can you add this? You can also add:
> 
> Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
> 

I can't find these in any of my inboxes.
Yu Liao, Could you resend these (rebase might be needed) with
cc to linux-kselftest@vger.kernel.org and risc mailing list.

I will pull these in for Linux 6.7-rc1.

thanks,
-- Shuah