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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 728EAC433F5 for ; Mon, 18 Oct 2021 21:55:49 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B31826108E for ; Mon, 18 Oct 2021 21:55:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org B31826108E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4HY9fq0rqCz3cCc for ; Tue, 19 Oct 2021 08:55:47 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=198.145.29.99; helo=mail.kernel.org; envelope-from=srs0=wa11=pg=goodmis.org=rostedt@kernel.org; receiver=) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4HY9fK3Kv8z2yn5 for ; Tue, 19 Oct 2021 08:55:21 +1100 (AEDT) Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4E68B610A1; Mon, 18 Oct 2021 21:55:16 +0000 (UTC) Date: Mon, 18 Oct 2021 17:55:14 -0400 From: Steven Rostedt To: LKML Subject: Re: [PATCH v2] tracing: Have all levels of checks prevent recursion Message-ID: <20211018175505.3e19155a@gandalf.local.home> In-Reply-To: <20211018154412.09fcad3c@gandalf.local.home> References: <20211018154412.09fcad3c@gandalf.local.home> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?UTF-8?B?546L6LSH?= , "Peter Zijlstra \(Intel\)" , Paul Walmsley , "James E.J. Bottomley" , Paul Mackerras , Jisheng Zhang , "H. Peter Anvin" , live-patching@vger.kernel.org, linux-riscv@lists.infradead.org, Miroslav Benes , Joe Lawrence , Helge Deller , x86@kernel.org, linux-csky@vger.kernel.org, Ingo Molnar , Petr Mladek , Albert Ou , Jiri Kosina , Nicholas Piggin , Borislav Petkov , Josh Poimboeuf , Thomas Gleixner , linux-parisc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Palmer Dabbelt , Masami Hiramatsu , Guo Ren , Colin Ian King , Linus Torvalds Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Mon, 18 Oct 2021 15:44:12 -0400 Steven Rostedt (by way of Steven Rostedt ) wrote: > [ > Linus, > I have patches that clean this up that are not marked for stable, but > will depend on this patch. As I already have commits in my next queue, > I can do one of the following: > > 1. Cherry pick this from my urgent tree, and build everything on top. > 2. Add this on top of the mainline tag my next branch is based on and > merge it. > 3. Add this to my next branch, and have it go in at the next merge > window. Hmm, I take this back. Although the clean up affects the same code block, the updates don't actually conflict. (Although, if I do update the comment that Petr asked, that will conflict. But nothing you can't handle ;-) I'll start running this change through my tests and post it separately. -- Steve > ]