All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH 2/4] arm64: wrap and generalise counter read functions
Date: Thu, 27 Aug 2020 11:36:40 +0800	[thread overview]
Message-ID: <202008271109.eaOccfhv%lkp@intel.com> (raw)
In-Reply-To: <20200826130309.28027-3-ionela.voinescu@arm.com>

[-- Attachment #1: Type: text/plain, Size: 2686 bytes --]

Hi Ionela,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on 3a00d3dfd4b68b208ecd5405e676d06c8ad6bb63]

url:    https://github.com/0day-ci/linux/commits/Ionela-Voinescu/arm64-cppc-add-FFH-support-using-AMUs/20200826-210641
base:    3a00d3dfd4b68b208ecd5405e676d06c8ad6bb63
config: arm64-allyesconfig (attached as .config)
compiler: aarch64-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> arch/arm64/kernel/topology.c:147:6: warning: no previous prototype for 'update_freq_counters_refs' [-Wmissing-prototypes]
     147 | void update_freq_counters_refs(void)
         |      ^~~~~~~~~~~~~~~~~~~~~~~~~
   In file included from include/linux/energy_model.h:10,
                    from include/linux/device.h:16,
                    from include/linux/acpi.h:15,
                    from arch/arm64/kernel/topology.c:14:
   include/linux/sched/topology.h:40:3: warning: 'sd_flag_debug' defined but not used [-Wunused-const-variable=]
      40 | } sd_flag_debug[] = {
         |   ^~~~~~~~~~~~~
   In file included from include/linux/energy_model.h:10,
                    from include/linux/device.h:16,
                    from include/linux/acpi.h:15,
                    from arch/arm64/kernel/topology.c:14:
   include/linux/sched/topology.h:30:27: warning: 'SD_DEGENERATE_GROUPS_MASK' defined but not used [-Wunused-const-variable=]
      30 | static const unsigned int SD_DEGENERATE_GROUPS_MASK =
         |                           ^~~~~~~~~~~~~~~~~~~~~~~~~

# https://github.com/0day-ci/linux/commit/9c9847eda0177b65fe304600e007da50edd4d768
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Ionela-Voinescu/arm64-cppc-add-FFH-support-using-AMUs/20200826-210641
git checkout 9c9847eda0177b65fe304600e007da50edd4d768
vim +/update_freq_counters_refs +147 arch/arm64/kernel/topology.c

   146	
 > 147	void update_freq_counters_refs(void)
   148	{
   149		this_cpu_write(arch_core_cycles_prev, read_corecnt());
   150		this_cpu_write(arch_const_cycles_prev, read_constcnt());
   151	}
   152	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 74332 bytes --]

  reply	other threads:[~2020-08-27  3:36 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-26 13:03 [PATCH 0/4] arm64: cppc: add FFH support using AMUs Ionela Voinescu
2020-08-26 13:03 ` Ionela Voinescu
2020-08-26 13:03 ` [PATCH 1/4] arm64: cpufeature: restructure AMU feedback function Ionela Voinescu
2020-08-26 13:03   ` Ionela Voinescu
2020-08-26 13:03 ` [PATCH 2/4] arm64: wrap and generalise counter read functions Ionela Voinescu
2020-08-26 13:03   ` Ionela Voinescu
2020-08-27  3:36   ` kernel test robot [this message]
2020-08-27  9:30     ` Valentin Schneider
2020-08-27  9:30       ` Valentin Schneider
2020-08-26 13:03 ` [PATCH 3/4] arm64: split counter validation function Ionela Voinescu
2020-08-26 13:03   ` Ionela Voinescu
2020-08-26 13:03 ` [PATCH 4/4] arm64: implement CPPC FFH support using AMUs Ionela Voinescu
2020-08-26 13:03   ` Ionela Voinescu
2020-09-11 14:40   ` Catalin Marinas
2020-09-11 14:40     ` Catalin Marinas
2020-09-22 16:07     ` Ionela Voinescu
2020-09-22 16:07       ` Ionela Voinescu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202008271109.eaOccfhv%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.