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


Groups > linux.kernel > #1652124

Re: [PATCH] x86/kernel: Add generic handler for NMI events

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH] x86/kernel: Add generic handler for NMI events
Date 2017-05-28 14:50 +0200
Message-ID <tM5NT-23F-3@gated-at.bofh.it> (permalink)
References <tLLvP-5El-3@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 Adrien,

[auto build test ERROR on tip/auto-latest]
[also build test ERROR on v4.12-rc2 next-20170526]
[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/Adrien-Mahieux/x86-kernel-Add-generic-handler-for-NMI-events/20170527-232216
config: x86_64-randconfig-b0-05281932 (attached as .config)
compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   arch/x86/kernel/nmimgr.c: In function 'nmimgr_handle':
>> arch/x86/kernel/nmimgr.c:183: error: 'x86_platform' undeclared (first use in this function)
   arch/x86/kernel/nmimgr.c:183: error: (Each undeclared identifier is reported only once
   arch/x86/kernel/nmimgr.c:183: error: for each function it appears in.)

vim +/x86_platform +183 arch/x86/kernel/nmimgr.c

   177	
   178	/***** Kernel 3.2+ ***********************************************************/
   179	#else
   180	
   181	static int nmimgr_handle(unsigned int type, struct pt_regs *regs)
   182	{
 > 183		return __nmimgr_handle(type, x86_platform.get_nmi_reason(), regs);
   184	}
   185	
   186	

---
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 | Find similar | Unroll thread


Thread

[PATCH] x86/kernel: Add generic handler for NMI events Adrien Mahieux <adrien.mahieux@gmail.com> - 2017-05-27 17:10 +0200
  Re: [PATCH] x86/kernel: Add generic handler for NMI events kbuild test robot <lkp@intel.com> - 2017-05-28 14:50 +0200

csiph-web