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 39990C43334 for ; Wed, 1 Jun 2022 18:23:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343494AbiFASX5 (ORCPT ); Wed, 1 Jun 2022 14:23:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41878 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229584AbiFASXw (ORCPT ); Wed, 1 Jun 2022 14:23:52 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6CA25A501B for ; Wed, 1 Jun 2022 11:23:51 -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 ams.source.kernel.org (Postfix) with ESMTPS id 005F6B81B73 for ; Wed, 1 Jun 2022 18:23:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 13E66C385B8; Wed, 1 Jun 2022 18:23:46 +0000 (UTC) From: Catalin Marinas To: mark.rutland@arm.com, rostedt@goodmis.org, Chengming Zhou Cc: Will Deacon , linux-kernel@vger.kernel.org, lkp@intel.com, kbuild-all@lists.01.org Subject: Re: [PATCH] ftrace/fgraph: fix increased missing-prototypes warnings Date: Wed, 1 Jun 2022 19:23:44 +0100 Message-Id: <165410781675.2447468.10949115313631969215.b4-ty@arm.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220506032737.23375-1-zhouchengming@bytedance.com> References: <20220506032737.23375-1-zhouchengming@bytedance.com> 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 Fri, 6 May 2022 11:27:37 +0800, Chengming Zhou wrote: > After commit e999995c84c3 ("ftrace: cleanup ftrace_graph_caller enable > and disable") merged into the linux-next tree, the kernel test robot > (lkp@intel.com) has send out report that there are increased missing-prototypes > warnings caused by that commit. > > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 \ > O=build_dir ARCH=sh SHELL=/bin/bash kernel/trace/ > warning: no previous prototype for 'ftrace_enable_ftrace_graph_caller' [-Wmissing-prototypes] > warning: no previous prototype for 'ftrace_disable_ftrace_graph_caller' [-Wmissing-prototypes] > warning: no previous prototype for 'ftrace_return_to_handler' [-Wmissing-prototypes] > warning: no previous prototype for 'ftrace_graph_sleep_time_control' [-Wmissing-prototypes] > > [...] Applied to arm64 (for-next/core), thanks! [1/1] ftrace/fgraph: fix increased missing-prototypes warnings https://git.kernel.org/arm64/c/ff979b2a9d97 -- Catalin From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4870209328413186697==" MIME-Version: 1.0 From: Catalin Marinas To: kbuild-all@lists.01.org Subject: Re: [PATCH] ftrace/fgraph: fix increased missing-prototypes warnings Date: Wed, 01 Jun 2022 19:23:44 +0100 Message-ID: <165410781675.2447468.10949115313631969215.b4-ty@arm.com> In-Reply-To: <20220506032737.23375-1-zhouchengming@bytedance.com> List-Id: --===============4870209328413186697== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Fri, 6 May 2022 11:27:37 +0800, Chengming Zhou wrote: > After commit e999995c84c3 ("ftrace: cleanup ftrace_graph_caller enable > and disable") merged into the linux-next tree, the kernel test robot > (lkp(a)intel.com) has send out report that there are increased missing-pr= ototypes > warnings caused by that commit. > = > COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-11.3.0 make.cross W=3D1= \ > O=3Dbuild_dir ARCH=3Dsh SHELL=3D/bin/bash kernel/trace/ > warning: no previous prototype for 'ftrace_enable_ftrace_graph_caller' [-= Wmissing-prototypes] > warning: no previous prototype for 'ftrace_disable_ftrace_graph_caller' [= -Wmissing-prototypes] > warning: no previous prototype for 'ftrace_return_to_handler' [-Wmissing-= prototypes] > warning: no previous prototype for 'ftrace_graph_sleep_time_control' [-Wm= issing-prototypes] > = > [...] Applied to arm64 (for-next/core), thanks! [1/1] ftrace/fgraph: fix increased missing-prototypes warnings https://git.kernel.org/arm64/c/ff979b2a9d97 -- = Catalin --===============4870209328413186697==--