Re: [PATCH] selftests/ftrace: Add required dependency for kprobe tests

2024-08-14 Thread Google
On Wed, 14 Aug 2024 05:43:29 -0600 Shuah Khan wrote: > On 8/13/24 18:53, Masami Hiramatsu (Google) wrote: > > Hi Shuah, > > > > Can you pick this? I confirmed this can be applied on v6.11-rc3. > > > > > > > > On Thu, 13 Jun 2024 07:12:10 +0900 > > "Masami Hiramatsu (Google)" wrote: > > > >>

Re: [PATCH] selftests/ftrace: Add required dependency for kprobe tests

2024-08-14 Thread Shuah Khan
On 8/13/24 18:53, Masami Hiramatsu (Google) wrote: Hi Shuah, Can you pick this? I confirmed this can be applied on v6.11-rc3. On Thu, 13 Jun 2024 07:12:10 +0900 "Masami Hiramatsu (Google)" wrote: From: Masami Hiramatsu (Google) kprobe_args_{char,string}.tc are using available_filter_func

Re: [PATCH] selftests/ftrace: Add required dependency for kprobe tests

2024-08-13 Thread Google
Hi Shuah, Can you pick this? I confirmed this can be applied on v6.11-rc3. On Thu, 13 Jun 2024 07:12:10 +0900 "Masami Hiramatsu (Google)" wrote: > From: Masami Hiramatsu (Google) > > kprobe_args_{char,string}.tc are using available_filter_functions file > which is provided by function trace

[PATCH] selftests/ftrace: Add required dependency for kprobe tests

2024-06-12 Thread Masami Hiramatsu (Google)
From: Masami Hiramatsu (Google) kprobe_args_{char,string}.tc are using available_filter_functions file which is provided by function tracer. Thus if function tracer is disabled, these tests are failed on recent kernels because tracefs_create_dir is not raised events by adding a dynamic event. Add