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 A2130C433FE for ; Tue, 29 Mar 2022 06:23:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233007AbiC2GYp (ORCPT ); Tue, 29 Mar 2022 02:24:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53800 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230389AbiC2GYm (ORCPT ); Tue, 29 Mar 2022 02:24:42 -0400 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 11B79248796; Mon, 28 Mar 2022 23:23:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648534981; x=1680070981; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=LGHjg3qF0bpzNQmkUJjP9bOiDDKsBlBNT5AfybakNZs=; b=m9z+50WhAjvf0LUKvr7vs3SqQ4+RzV/G8DfvCA3uvTGWzL4OR/NvOhRQ xBixCv8NRnp6VtB1IfzZCove5XBrK/pG3lbiq9aF/jrJKMot7REV4XF2M Ivfq8OTKWYNHIZejjU+GrmpSYZCXZ2Ro96NDwhoUvekMvbj7Ta6aL1NxR z7LP5713niLnfy61zwoK24KOC52LX3A3I8xB6b6iJWmJ50jNP8hV0+BXJ QQR2BgyUN8pqh7IGmRQyIGTD1KeHoHZSwd2WDNhu8vX7pVjsZPEdXgdb5 MHnJDKQ5fxww4qyAZHpeMXz3o7CoACeo0Ce+jbocmc8q7UlgJSACIAFEM g==; X-IronPort-AV: E=McAfee;i="6200,9189,10300"; a="284068763" X-IronPort-AV: E=Sophos;i="5.90,219,1643702400"; d="scan'208";a="284068763" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Mar 2022 23:23:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,219,1643702400"; d="scan'208";a="585455264" Received: from lkp-server02.sh.intel.com (HELO 89b41b6ae01c) ([10.239.97.151]) by orsmga001.jf.intel.com with ESMTP; 28 Mar 2022 23:22:58 -0700 Received: from kbuild by 89b41b6ae01c with local (Exim 4.92) (envelope-from ) id 1nZ5Fq-0002jq-3h; Tue, 29 Mar 2022 06:22:58 +0000 Date: Tue, 29 Mar 2022 14:22:10 +0800 From: kernel test robot To: Mario Limonciello , Huang Rui , "Rafael J . Wysocki" , Viresh Kumar Cc: kbuild-all@lists.01.org, "open list:AMD PSTATE DRIVER" , open list , Mario Limonciello Subject: Re: [PATCH v2 1/3] cpufreq: Export acpu_cpufreq_exit for other drivers to call Message-ID: <202203291412.G3zBxLNx-lkp@intel.com> References: <20220329015947.565-2-mario.limonciello@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220329015947.565-2-mario.limonciello@amd.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Mario, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on rafael-pm/linux-next] [also build test WARNING on v5.17 next-20220329] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/intel-lab-lkp/linux/commits/Mario-Limonciello/Improve-usability-for-amd-pstate/20220329-100211 base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next config: x86_64-allyesconfig (https://download.01.org/0day-ci/archive/20220329/202203291412.G3zBxLNx-lkp@intel.com/config) compiler: gcc-9 (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 reproduce (this is a W=1 build): # https://github.com/intel-lab-lkp/linux/commit/86835efc7d91d9fc921d7d425b1fdab9c13feafb git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Mario-Limonciello/Improve-usability-for-amd-pstate/20220329-100211 git checkout 86835efc7d91d9fc921d7d425b1fdab9c13feafb # save the config file to linux build tree mkdir build_dir make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/cpufreq/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/cpufreq/acpi-cpufreq.c:1036:13: warning: no previous prototype for 'acpi_cpufreq_exit' [-Wmissing-prototypes] 1036 | void __exit acpi_cpufreq_exit(void) | ^~~~~~~~~~~~~~~~~ vim +/acpi_cpufreq_exit +1036 drivers/cpufreq/acpi-cpufreq.c 1035 > 1036 void __exit acpi_cpufreq_exit(void) 1037 { 1038 pr_debug("%s\n", __func__); 1039 1040 acpi_cpufreq_boost_exit(); 1041 1042 cpufreq_unregister_driver(&acpi_cpufreq_driver); 1043 1044 free_acpi_perf_data(); 1045 } 1046 EXPORT_SYMBOL_GPL(acpi_cpufreq_exit); 1047 -- 0-DAY CI Kernel Test Service https://01.org/lkp