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 76332C433EF for ; Tue, 19 Jul 2022 13:56:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236105AbiGSN4H (ORCPT ); Tue, 19 Jul 2022 09:56:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56986 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237189AbiGSNzo (ORCPT ); Tue, 19 Jul 2022 09:55:44 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 32149BA4EB for ; Tue, 19 Jul 2022 06:08:01 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9536A6199B for ; Tue, 19 Jul 2022 13:06:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 28DEEC341C6; Tue, 19 Jul 2022 13:06:55 +0000 (UTC) Date: Tue, 19 Jul 2022 09:06:53 -0400 From: Steven Rostedt To: Peter Zijlstra Cc: Thomas Gleixner , LKML , x86@kernel.org, Linus Torvalds , Tim Chen , Josh Poimboeuf , Andrew Cooper , Pawan Gupta , Johannes Wikner , Alyssa Milburn , Jann Horn , "H.J. Lu" , Joao Moreira , Joseph Nuzman Subject: Re: [patch 36/38] x86/ftrace: Make it call depth tracking aware Message-ID: <20220719090653.702ce6a2@gandalf.local.home> In-Reply-To: References: <20220716230344.239749011@linutronix.de> <20220716230954.835254576@linutronix.de> <20220718170123.4d4bae4a@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: linux-kernel@vger.kernel.org On Tue, 19 Jul 2022 10:46:48 +0200 Peter Zijlstra wrote: > Only the RET should do I think; you definitely don't need an ENDBR here > nor do you need to override the unwind hint. Lemme try.. I'll replace with the RET and resend v2. -- Steve