From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C7228C433F5 for ; Sun, 27 Feb 2022 15:34:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231409AbiB0PfM (ORCPT ); Sun, 27 Feb 2022 10:35:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53348 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230042AbiB0PfK (ORCPT ); Sun, 27 Feb 2022 10:35:10 -0500 Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 64A374706A for ; Sun, 27 Feb 2022 07:34:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=2jzM5G+jDFWNsvZXeWW9MAnYJtKTGI7nZmKfJNemupw=; b=XVqHlmRpyTgJXW0pExxOAMHaBv nY9p22KH+nuicxSSG3LKf7nl7gogVZFJqRDI98OSkGlLavH/5bZIx89S1a/2xJwXmW9Zh5y0AQc1l Pw/vbn6id/vSHHoiM01GBxlqS+exysWmERi6kl+M2U8d23sP4uRRoKpxkGsa8/SqIM5V5lXI6unX1 2P0qfTcRN+3LYBXv2K+4IaeO71fAe5+8GrclIGKiXbJpIB90BWT6HAwtM1CCJ2iYtXDvqmIUIGBPD l/JZrZqJLBonLaNBLDHQnKCAtwd2Sag2q1KQJG9nNB6byN2CrBhdujMyqD93mGzMoeKDLuJZLiXcP 99TP52ZA==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=worktop.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1nOLYN-00DaBz-Ud; Sun, 27 Feb 2022 15:33:44 +0000 Received: by worktop.programming.kicks-ass.net (Postfix, from userid 1000) id 40A8B986209; Sun, 27 Feb 2022 16:33:42 +0100 (CET) Date: Sun, 27 Feb 2022 16:33:42 +0100 From: Peter Zijlstra To: Steven Rostedt Cc: Valentin Schneider , linux-kernel@vger.kernel.org, Abhijeet Dharmapurikar , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Dietmar Eggemann , Ingo Molnar , Vincent Guittot , Thomas Gleixner , Sebastian Andrzej Siewior , Juri Lelli , Daniel Bristot de Oliveira , Kees Cook , Andrew Morton , "Eric W. Biederman" , Alexey Gladkov , "Kenta.Tada@sony.com" , Randy Dunlap , Ed Tsai Subject: Re: [PATCH v3 0/2] sched/tracing: sched_switch prev_state reported as TASK_RUNNING when it's not Message-ID: <20220227153342.GD11184@worktop.programming.kicks-ass.net> References: <20220120162520.570782-1-valentin.schneider@arm.com> <20220121121558.618b98e7@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220121121558.618b98e7@gandalf.local.home> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 21, 2022 at 12:15:58PM -0500, Steven Rostedt wrote: > > This all looks fine to me: > > Reviewed-by: Steven Rostedt (Google) > > Peter, want to take this through your tree? Queued up now. Thanks!