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 DAF1DC433F5 for ; Thu, 24 Feb 2022 14:53:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235635AbiBXOxx convert rfc822-to-8bit (ORCPT ); Thu, 24 Feb 2022 09:53:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54488 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231286AbiBXOxv (ORCPT ); Thu, 24 Feb 2022 09:53:51 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CA73317C43E; Thu, 24 Feb 2022 06:53:21 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 83D73B82679; Thu, 24 Feb 2022 14:53:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E0A62C340E9; Thu, 24 Feb 2022 14:53:17 +0000 (UTC) Date: Thu, 24 Feb 2022 09:53:16 -0500 From: Steven Rostedt To: Christophe Leroy Cc: Josh Poimboeuf , Jiri Kosina , Miroslav Benes , Petr Mladek , Joe Lawrence , Ingo Molnar , "Naveen N . Rao" , Michael Ellerman , "linux-kernel@vger.kernel.org" , "linuxppc-dev@lists.ozlabs.org" , "live-patching@vger.kernel.org" Subject: Re: [PATCH v2 02/13] tracing: Fix selftest config check for function graph start up test Message-ID: <20220224095316.67729e2b@gandalf.local.home> In-Reply-To: <74775d33-2e54-96ab-4546-57eb2c9e50e0@csgroup.eu> References: <74775d33-2e54-96ab-4546-57eb2c9e50e0@csgroup.eu> 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=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 24 Feb 2022 13:43:02 +0000 Christophe Leroy wrote: > Hi Michael, > > Le 20/12/2021 à 17:38, Christophe Leroy a écrit : > > CONFIG_DYNAMIC_FTRACE_WITH_DIRECT_CALLS is required to test > > direct tramp. > > > > Signed-off-by: Christophe Leroy > > You didn't apply this patch when you merged the series. Without it I get > the following : Maybe they wanted my acked-by. But I'm working on a series to send to Linus. I can pick this patch up, as it touches just my code. -- Steve