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 C50EAC4332F for ; Mon, 18 Oct 2021 21:55:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A65D66112D for ; Mon, 18 Oct 2021 21:55:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232424AbhJRV5g (ORCPT ); Mon, 18 Oct 2021 17:57:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:43452 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233919AbhJRV5a (ORCPT ); Mon, 18 Oct 2021 17:57:30 -0400 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 Cc: Linus Torvalds , Petr Mladek , Ingo Molnar , "James E.J. Bottomley" , Helge Deller , Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , Paul Walmsley , Palmer Dabbelt , Albert Ou , Thomas Gleixner , Borislav Petkov , x86@kernel.org, "H. Peter Anvin" , Josh Poimboeuf , Jiri Kosina , Miroslav Benes , Joe Lawrence , Colin Ian King , Masami Hiramatsu , "Peter Zijlstra (Intel)" , Nicholas Piggin , Jisheng Zhang , linux-csky@vger.kernel.org, linux-parisc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-riscv@lists.infradead.org, live-patching@vger.kernel.org, =?UTF-8?B?546L6LSH?= , Guo Ren 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 Precedence: bulk List-ID: X-Mailing-List: live-patching@vger.kernel.org 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 > ]