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 X-Spam-Level: X-Spam-Status: No, score=-11.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B6433C64E7A for ; Tue, 1 Dec 2020 21:48:32 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 151E22087C for ; Tue, 1 Dec 2020 21:48:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="lRgazuGr" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 151E22087C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=bZQUxEOUsKnAIPBi5iitIstdLs0Ia6q+MZEZlQttazg=; b=lRgazuGrwYpM7VQUerXakZ6QX bxqlLPk3u7nDSW196MkcrECoeALkqIqAg8DIUuNXhMKNw0y0KyqKle3aVo635d/XYgWAo0P8eAnGi u+XJ1FVoKF9R8Y0orno2jesldtvCnmKz4sBdiWEjRe6DN8Sa2QZhc964bjeNroJgV3habX0yVJiZJ BxEfSnJU+yarLvo9oc7XCow6iFKu2RBQDwnQWCp/TJJWYtedtHM0cWJ3RA6C5bSUkn8OmKIRikuMq Te+DOHyzo62pojsBcC6tlxy5s1ZNaNsM1HZD/W9hObufz6ypjRjCQ4TCecBpcE+Hkumpmff2TPzs4 uEge6RlwA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kkDUS-0001as-P7; Tue, 01 Dec 2020 21:47:16 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kkDUP-0001a1-VX for linux-arm-kernel@lists.infradead.org; Tue, 01 Dec 2020 21:47:14 +0000 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 A3528208C3; Tue, 1 Dec 2020 21:47:09 +0000 (UTC) Date: Tue, 1 Dec 2020 16:47:08 -0500 From: Steven Rostedt To: Sami Tolvanen Subject: Re: [PATCH v8 01/16] tracing: move function tracer options to Kconfig Message-ID: <20201201164708.19066850@gandalf.local.home> In-Reply-To: <20201201213707.541432-2-samitolvanen@google.com> References: <20201201213707.541432-1-samitolvanen@google.com> <20201201213707.541432-2-samitolvanen@google.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201201_164714_139045_5DB71A5E X-CRM114-Status: GOOD ( 14.25 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arch@vger.kernel.org, Kees Cook , "Paul E. McKenney" , kernel-hardening@lists.openwall.com, Peter Zijlstra , Greg Kroah-Hartman , Masahiro Yamada , linux-kbuild@vger.kernel.org, Nick Desaulniers , linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, clang-built-linux@googlegroups.com, Josh Poimboeuf , Will Deacon , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 1 Dec 2020 13:36:52 -0800 Sami Tolvanen wrote: > Move function tracer options to Kconfig to make it easier to add > new methods for generating __mcount_loc, and to make the options > available also when building kernel modules. > > Note that FTRACE_MCOUNT_USE_* options are updated on rebuild and > therefore, work even if the .config was generated in a different > environment. Acked-by: Steven Rostedt (VMware) > > Signed-off-by: Sami Tolvanen > --- -- Steve _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel