linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: tip-bot2 for Ingo Molnar <tip-bot2@linutronix.de>
Cc: kbuild-all@01.org, linux-tip-commits@vger.kernel.org,
	Ingo Molnar <mingo@kernel.org>,
	"Peter Zijlstra (Intel)" <peterz@infradead.org>,
	Borislav Petkov <bp@alien8.de>,
	Dave Hansen <dave.hansen@intel.com>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Tony Luck <tony.luck@intel.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [tip: x86/cpu] x86/cpu/intel: Fix rename fallout
Date: Tue, 27 Aug 2019 10:00:51 +0800	[thread overview]
Message-ID: <201908270929.T0zT90bB%lkp@intel.com> (raw)
In-Reply-To: <156681997497.3432.15184152614666653291.tip-bot2@tip-bot2>

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

Hi tip-bot2,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on linus/master]
[cannot apply to v5.3-rc6 next-20190826]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/tip-bot2-for-Ingo-Molnar/x86-cpu-intel-Fix-rename-fallout/20190827-083739
config: x86_64-lkp (attached as .config)
compiler: gcc-7 (Debian 7.4.0-10) 7.4.0
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

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

All errors (new ones prefixed by >>):

   In file included from drivers/idle/intel_idle.c:53:0:
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_HASWELL' undeclared here (not in a function); did you mean 'INTEL_FAM6_HASWELL_X'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers/idle/intel_idle.c:1075:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(HASWELL,   idle_cpu_hsw),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_HASWELL_L' undeclared here (not in a function); did you mean 'INTEL_FAM6_HASWELL_X'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers/idle/intel_idle.c:1077:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(HASWELL_L,  idle_cpu_hsw),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_HASWELL_G' undeclared here (not in a function); did you mean 'INTEL_FAM6_HASWELL_L'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers/idle/intel_idle.c:1078:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(HASWELL_G,  idle_cpu_hsw),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_ATOM_SILVERMONT_D' undeclared here (not in a function); did you mean 'INTEL_FAM6_ATOM_SILVERMONT_X'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers/idle/intel_idle.c:1079:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(ATOM_SILVERMONT_D, idle_cpu_avn),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_BROADWELL' undeclared here (not in a function); did you mean 'INTEL_FAM6_BROADWELL_X'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers/idle/intel_idle.c:1080:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(BROADWELL,  idle_cpu_bdw),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_BROADWELL_G' undeclared here (not in a function); did you mean 'INTEL_FAM6_BROADWELL_X'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers/idle/intel_idle.c:1081:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(BROADWELL_G,  idle_cpu_bdw),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_BROADWELL_D' undeclared here (not in a function); did you mean 'INTEL_FAM6_BROADWELL_G'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers/idle/intel_idle.c:1083:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(BROADWELL_D,  idle_cpu_bdw),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_SKYLAKE_L' undeclared here (not in a function); did you mean 'INTEL_FAM6_SKYLAKE_X'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers/idle/intel_idle.c:1084:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(SKYLAKE_L,  idle_cpu_skl),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_SKYLAKE' undeclared here (not in a function); did you mean 'INTEL_FAM6_SKYLAKE_L'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers/idle/intel_idle.c:1085:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(SKYLAKE,   idle_cpu_skl),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_KABYLAKE_L' undeclared here (not in a function); did you mean 'INTEL_FAM6_SKYLAKE_L'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers/idle/intel_idle.c:1086:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(KABYLAKE_L,  idle_cpu_skl),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_KABYLAKE' undeclared here (not in a function); did you mean 'INTEL_FAM6_KABYLAKE_L'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers/idle/intel_idle.c:1087:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(KABYLAKE,  idle_cpu_skl),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_ATOM_GOLDMONT_D' undeclared here (not in a function); did you mean 'INTEL_FAM6_ATOM_GOLDMONT_X'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers/idle/intel_idle.c:1093:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(ATOM_GOLDMONT_D,  idle_cpu_dnv),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_ATOM_TREMONT_D' undeclared here (not in a function); did you mean 'INTEL_FAM6_ATOM_TREMONT_X'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers/idle/intel_idle.c:1094:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(ATOM_TREMONT_D,  idle_cpu_dnv),
     ^~~~~~~~~~~~~~
--
   In file included from drivers//idle/intel_idle.c:53:0:
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_HASWELL' undeclared here (not in a function); did you mean 'INTEL_FAM6_HASWELL_X'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers//idle/intel_idle.c:1075:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(HASWELL,   idle_cpu_hsw),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_HASWELL_L' undeclared here (not in a function); did you mean 'INTEL_FAM6_HASWELL_X'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers//idle/intel_idle.c:1077:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(HASWELL_L,  idle_cpu_hsw),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_HASWELL_G' undeclared here (not in a function); did you mean 'INTEL_FAM6_HASWELL_L'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers//idle/intel_idle.c:1078:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(HASWELL_G,  idle_cpu_hsw),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_ATOM_SILVERMONT_D' undeclared here (not in a function); did you mean 'INTEL_FAM6_ATOM_SILVERMONT_X'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers//idle/intel_idle.c:1079:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(ATOM_SILVERMONT_D, idle_cpu_avn),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_BROADWELL' undeclared here (not in a function); did you mean 'INTEL_FAM6_BROADWELL_X'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers//idle/intel_idle.c:1080:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(BROADWELL,  idle_cpu_bdw),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_BROADWELL_G' undeclared here (not in a function); did you mean 'INTEL_FAM6_BROADWELL_X'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers//idle/intel_idle.c:1081:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(BROADWELL_G,  idle_cpu_bdw),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_BROADWELL_D' undeclared here (not in a function); did you mean 'INTEL_FAM6_BROADWELL_G'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers//idle/intel_idle.c:1083:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(BROADWELL_D,  idle_cpu_bdw),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_SKYLAKE_L' undeclared here (not in a function); did you mean 'INTEL_FAM6_SKYLAKE_X'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers//idle/intel_idle.c:1084:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(SKYLAKE_L,  idle_cpu_skl),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_SKYLAKE' undeclared here (not in a function); did you mean 'INTEL_FAM6_SKYLAKE_L'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers//idle/intel_idle.c:1085:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(SKYLAKE,   idle_cpu_skl),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_KABYLAKE_L' undeclared here (not in a function); did you mean 'INTEL_FAM6_SKYLAKE_L'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers//idle/intel_idle.c:1086:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(KABYLAKE_L,  idle_cpu_skl),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_KABYLAKE' undeclared here (not in a function); did you mean 'INTEL_FAM6_KABYLAKE_L'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers//idle/intel_idle.c:1087:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(KABYLAKE,  idle_cpu_skl),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_ATOM_GOLDMONT_D' undeclared here (not in a function); did you mean 'INTEL_FAM6_ATOM_GOLDMONT_X'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers//idle/intel_idle.c:1093:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(ATOM_GOLDMONT_D,  idle_cpu_dnv),
     ^~~~~~~~~~~~~~
>> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_ATOM_TREMONT_D' undeclared here (not in a function); did you mean 'INTEL_FAM6_ATOM_TREMONT_X'?
     INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
                          ^
   arch/x86/include/asm/intel-family.h:108:12: note: in definition of macro 'INTEL_CPU_FAM_ANY'
     .model  = _model,    \
               ^~~~~~
   drivers//idle/intel_idle.c:1094:2: note: in expansion of macro 'INTEL_CPU_FAM6'
     INTEL_CPU_FAM6(ATOM_TREMONT_D,  idle_cpu_dnv),
     ^~~~~~~~~~~~~~

vim +114 arch/x86/include/asm/intel-family.h

e2ce67b2b34b6e Andy Shevchenko 2018-06-29  112  
e2ce67b2b34b6e Andy Shevchenko 2018-06-29  113  #define INTEL_CPU_FAM6(_model, _driver_data)			\
e2ce67b2b34b6e Andy Shevchenko 2018-06-29 @114  	INTEL_CPU_FAM_ANY(6, INTEL_FAM6_##_model, _driver_data)
e2ce67b2b34b6e Andy Shevchenko 2018-06-29  115  

:::::: The code at line 114 was first introduced by commit
:::::: e2ce67b2b34b6e9d77da2f375dba5b525508f7df x86/cpu: Introduce INTEL_CPU_FAM*() helper macros

:::::: TO: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
:::::: CC: Thomas Gleixner <tglx@linutronix.de>

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

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

  reply	other threads:[~2019-08-27  2:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-26 11:46 [tip: x86/cpu] x86/cpu/intel: Fix rename fallout tip-bot2 for Ingo Molnar
2019-08-27  2:00 ` kbuild test robot [this message]
2019-08-27  3:07 ` kbuild test robot

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=201908270929.T0zT90bB%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=bp@alien8.de \
    --cc=dave.hansen@intel.com \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=peterz@infradead.org \
    --cc=tglx@linutronix.de \
    --cc=tip-bot2@linutronix.de \
    --cc=tony.luck@intel.com \
    --cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).