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 51FE7C433EF for ; Tue, 10 May 2022 07:35:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235195AbiEJHju (ORCPT ); Tue, 10 May 2022 03:39:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38528 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238166AbiEJHFu (ORCPT ); Tue, 10 May 2022 03:05:50 -0400 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 B0C354C781 for ; Tue, 10 May 2022 00:01:53 -0700 (PDT) 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=85t7aYjeyWnH4beg74cgdp5nu+h6AOQI65xsJkLJM3c=; b=qhOda218/0ojztTiUUOZC+HaTa iDYh1V5D3ZOa/qLdZJfSMv+UUAdH6cX38aBTptOztKolbz0uylbIm56mL8E0aFxIzkFy7AD45a29v j8cOnWPnQl/TxAkwmf4hWdKsAZ/KDtop1E/T9DlrtTRL57L0C7C0NdGIdHR/2QDAJzk+dwXTGRqtO 0HsPglcLLJRKq8i6khxyVFB9DlZO8/Yj7woqQz225gwqKdIXo2qUqTG922oRvtSz/tQVTxlKTu2nE AD3Q2gzOOQgx7DB5WQ8kP4j6xyYtZ/A9lpHMNgC7we7lsPGc9elxiZyi/fanPjkgEvCGlTUW6Htga //8xY+pA==; 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 1noJs3-00ClRd-D6; Tue, 10 May 2022 07:01:23 +0000 Received: by worktop.programming.kicks-ass.net (Postfix, from userid 1000) id C5974981010; Tue, 10 May 2022 09:01:22 +0200 (CEST) Date: Tue, 10 May 2022 09:01:22 +0200 From: Peter Zijlstra To: Andrii Nakryiko Cc: Qais Yousef , Alexei Starovoitov , Delyan Kratunov , Namhyung Kim , Arnaldo Carvalho de Melo , "bigeasy@linutronix.de" , "dietmar.eggemann@arm.com" , "keescook@chromium.org" , "x86@kernel.org" , "andrii@kernel.org" , "u.kleine-koenig@pengutronix.de" , "vincent.guittot@linaro.org" , "akpm@linux-foundation.org" , "mingo@kernel.org" , "linux-kernel@vger.kernel.org" , "rdunlap@infradead.org" , "rostedt@goodmis.org" , "Kenta.Tada@sony.com" , "tglx@linutronix.de" , "bristot@redhat.com" , "ebiederm@xmission.com" , "ast@kernel.org" , "legion@kernel.org" , "adharmap@quicinc.com" , "valentin.schneider@arm.com" , "ed.tsai@mediatek.com" , "juri.lelli@redhat.com" Subject: Re: [PATCH] sched/tracing: append prev_state to tp args instead Message-ID: <20220510070122.GJ76023@worktop.programming.kicks-ass.net> References: <20220422110903.GW2731@worktop.programming.kicks-ass.net> <056e9bb0d0e3fc20572d42db7386face1d0665d6.camel@fb.com> <20220426140959.op6u5m7id57aq7yc@wubuntu> <20220427103458.ecnqtaj3af63625h@wubuntu> <20220428100235.sqoxunbylqk2surk@wubuntu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 09, 2022 at 12:32:31PM -0700, Andrii Nakryiko wrote: > So can this patch be applied, please, or it's a hard no? Sorry; I got distracted with other work. I'll grudingly apply the patch. Thanks!