Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1488370

Re: [PATCH v4 07/10] x86/sched: Add SD_ASYM_PACKING flags to x86 ITMT CPU

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH v4 07/10] x86/sched: Add SD_ASYM_PACKING flags to x86 ITMT CPU
Date 2016-09-21 22:10 +0200
Message-ID <sjW0a-545-5@gated-at.bofh.it> (permalink)
References <sjVns-4Bg-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi Tim,

[auto build test ERROR on pm/linux-next]
[also build test ERROR on v4.8-rc7 next-20160921]
[cannot apply to tip/x86/core tip/sched/core]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
[Suggest to use git(>=2.9.0) format-patch --base=<commit> (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on]
[Check https://git-scm.com/docs/git-format-patch for more information]

url:    https://github.com/0day-ci/linux/commits/Srinivas-Pandruvada/Support-Intel-Turbo-Boost-Max-Technology-3-0/20160922-032652
base:   https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next
config: i386-randconfig-x010-201638 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   arch/x86/kernel/smpboot.c: In function 'x86_smt_flags':
>> arch/x86/kernel/smpboot.c:506:9: error: implicit declaration of function 'cpu_smt_flags' [-Werror=implicit-function-declaration]
     return cpu_smt_flags() | x86_sched_itmt_flags();
            ^~~~~~~~~~~~~
   At top level:
   arch/x86/kernel/smpboot.c:504:12: warning: 'x86_smt_flags' defined but not used [-Wunused-function]
    static int x86_smt_flags(void)
               ^~~~~~~~~~~~~
   cc1: some warnings being treated as errors

vim +/cpu_smt_flags +506 arch/x86/kernel/smpboot.c

   500	{
   501		return cpu_core_flags() | x86_sched_itmt_flags();
   502	}
   503	
   504	static int x86_smt_flags(void)
   505	{
 > 506		return cpu_smt_flags() | x86_sched_itmt_flags();
   507	}
   508	
   509	static struct sched_domain_topology_level x86_numa_in_package_topology[] = {

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v4 00/10] Support Intel® Turbo Boost Max Technology 3.0 Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> - 2016-09-21 21:20 +0200
  [PATCH v4 02/10] sched: Extend scheduler's asym packing Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> - 2016-09-21 21:30 +0200
  [PATCH v4 07/10] x86/sched: Add SD_ASYM_PACKING flags to x86 ITMT CPU Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> - 2016-09-21 21:30 +0200
    Re: [PATCH v4 07/10] x86/sched: Add SD_ASYM_PACKING flags to x86  ITMT CPU kbuild test robot <lkp@intel.com> - 2016-09-21 22:10 +0200
    Re: [PATCH v4 07/10] x86/sched: Add SD_ASYM_PACKING flags to x86  ITMT CPU kbuild test robot <lkp@intel.com> - 2016-09-21 22:30 +0200
    Re: [PATCH v4 07/10] x86/sched: Add SD_ASYM_PACKING flags to x86 ITMT CPU "Rafael J. Wysocki" <rafael@kernel.org> - 2016-09-21 22:40 +0200
      Re: [PATCH v4 07/10] x86/sched: Add SD_ASYM_PACKING flags to x86  ITMT CPU Tim Chen <tim.c.chen@linux.intel.com> - 2016-09-22 21:50 +0200
  [PATCH v4 08/10] acpi: bus: Enable HWP CPPC objects Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> - 2016-09-21 21:30 +0200
  [PATCH v4 06/10] x86/sysctl: Add sysctl for ITMT scheduling feature Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> - 2016-09-21 21:30 +0200
  [PATCH v4 01/10] x86/topology: Fix numa in package topology bug Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> - 2016-09-21 21:30 +0200
  [PATCH v4 09/10] acpi: bus: Set _OSC for diverse core support Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> - 2016-09-21 21:30 +0200
  [PATCH v4 05/10] x86: Enable Intel Turbo Boost Max Technology 3.0 Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> - 2016-09-21 21:30 +0200
  [PATCH v4 10/10] cpufreq: intel_pstate: Use CPPC to get max performance Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> - 2016-09-21 21:30 +0200
    Re: [PATCH v4 10/10] cpufreq: intel_pstate: Use CPPC to get max performance "Rafael J. Wysocki" <rafael@kernel.org> - 2016-09-21 22:40 +0200
      Re: [PATCH v4 10/10] cpufreq: intel_pstate: Use CPPC to get max  performance Thomas Gleixner <tglx@linutronix.de> - 2016-09-22 21:00 +0200
        Re: [PATCH v4 10/10] cpufreq: intel_pstate: Use CPPC to get max  performance Tim Chen <tim.c.chen@linux.intel.com> - 2016-09-22 21:10 +0200
      Re: [PATCH v4 10/10] cpufreq: intel_pstate: Use CPPC to get max  performance Tim Chen <tim.c.chen@linux.intel.com> - 2016-09-22 21:00 +0200
        Re: [PATCH v4 10/10] cpufreq: intel_pstate: Use CPPC to get max performance "Rafael J. Wysocki" <rafael@kernel.org> - 2016-09-22 23:00 +0200
          Re: [PATCH v4 10/10] cpufreq: intel_pstate: Use CPPC to get max  performance Tim Chen <tim.c.chen@linux.intel.com> - 2016-09-22 23:50 +0200

csiph-web