Re: [PATCH] selftests/ftrace: Fix test to handle both old and new kernels

2024-08-20 Thread Shuah Khan
On 8/19/24 13:20, Steven Rostedt wrote: On Fri, 14 Jun 2024 12:43:22 -0400 Steven Rostedt wrote: Shuah, Can you take this through your tree? Ping. -- Steve Thanks, -- Steve On Wed, 15 May 2024 01:36:20 -0400 Steven Rostedt wrote: From: "Steven Rostedt (Google)" The function "sch

Re: [PATCH] selftests/ftrace: Fix test to handle both old and new kernels

2024-08-19 Thread Steven Rostedt
On Fri, 14 Jun 2024 12:43:22 -0400 Steven Rostedt wrote: > Shuah, > > Can you take this through your tree? Ping. -- Steve > > Thanks, > > -- Steve > > > On Wed, 15 May 2024 01:36:20 -0400 > Steven Rostedt wrote: > > > From: "Steven Rostedt (Google)" > > > > The function "scheduler_tic

Re: [PATCH] selftests/ftrace: Fix test to handle both old and new kernels

2024-06-14 Thread Steven Rostedt
Shuah, Can you take this through your tree? Thanks, -- Steve On Wed, 15 May 2024 01:36:20 -0400 Steven Rostedt wrote: > From: "Steven Rostedt (Google)" > > The function "scheduler_tick" was renamed to "sched_tick" and a selftest > that used that function for testing function trace filter

[PATCH] selftests/ftrace: Fix test to handle both old and new kernels

2024-05-14 Thread Steven Rostedt
From: "Steven Rostedt (Google)" The function "scheduler_tick" was renamed to "sched_tick" and a selftest that used that function for testing function trace filtering used that function as part of the test. But the change causes it to fail when run on older kernels. As tests should not fail on ol