On Fri, Feb 28, 2025 at 09:58:31AM -0500, Steven Rostedt wrote: > On Fri, 28 Feb 2025 14:57:04 +0100 > Tomas Glozar <tglozar@xxxxxxxxxx> wrote: > > > Two rtla commits that fix a bug in setting OSNOISE_WORKLOAD (see > > the patches for details) were improperly backported to 6.6-stable, > > referencing non-existent field params->kernel_workload. > > > > Revert the broken backports and backport this properly, using > > !params->user_hist and !params->user_top instead of the non-existent > > params->user_workload. > > > > The patchset was tested to build and fix the bug. > > > > Tomas Glozar (4): > > Revert "rtla/timerlat_top: Set OSNOISE_WORKLOAD for kernel threads" > > Revert "rtla/timerlat_hist: Set OSNOISE_WORKLOAD for kernel threads" > > rtla/timerlat_hist: Set OSNOISE_WORKLOAD for kernel threads > > rtla/timerlat_top: Set OSNOISE_WORKLOAD for kernel threads > > > > tools/tracing/rtla/src/timerlat_hist.c | 2 +- > > tools/tracing/rtla/src/timerlat_top.c | 2 +- > > 2 files changed, 2 insertions(+), 2 deletions(-) > > > > Acked-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> > > Greg, can you pull these into 6.6? Will do, thanks. greg k-h