From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 99370248862 for ; Fri, 28 Feb 2025 14:57:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740754667; cv=none; b=SFNgsWd26Ubdl9HbZ2557s8LN4sdLXmgr2cyMem/Pt14Wu62WTC41JUxPy8QX3HCnt+ZtNtiDY7cQBg//hNFm4GmPsbSRJV1mfzgTIM8JwUhjr8aeD8a7alMBkPMh9P5DqmMmKn4SQiPZXZUUgPC3nvFowit/wq57D+R4wON0rY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740754667; c=relaxed/simple; bh=wQT9U4y3Vr7xgZbhy/V+PLhUq+vdL17OdgKXxfsBUFI=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=I7M+LIjwGPO99eWznnUy6zc6B6iKTL2KvDDG8XekiqprrDTryaJYNxwLRZcpBFdYOITYNdyWDncyYrtheRxA1np5qUuRR24wqRi3irskVteaZnx3aasiE+2RW3o9UEd2TBdQilwgAPyHfamZQ6BXf9xLNV1z7lI7IJrOwsGgRb8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 489DCC4CED6; Fri, 28 Feb 2025 14:57:46 +0000 (UTC) Date: Fri, 28 Feb 2025 09:58:31 -0500 From: Steven Rostedt To: Tomas Glozar Cc: stable@vger.kernel.org, Luis Goncalves , Greg Kroah-Hartman , Guillaume Morin , Wang Yugui , Jan Kundrat Subject: Re: [PATCH 6.6 0/4] rtla/timerlat: Fix "Set OSNOISE_WORKLOAD for kernel threads" Message-ID: <20250228095831.69de56ed@gandalf.local.home> In-Reply-To: <20250228135708.604410-1-tglozar@redhat.com> References: <20250228135708.604410-1-tglozar@redhat.com> X-Mailer: Claws Mail 3.20.0git84 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 28 Feb 2025 14:57:04 +0100 Tomas Glozar 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) Greg, can you pull these into 6.6? Thanks, -- Steve