All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Adrien Mahieux <adrien.mahieux@gmail.com>
Cc: kbuild-all@01.org, Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>,
	x86@kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] x86/kernel: Add generic handler for NMI events
Date: Sun, 28 May 2017 20:47:11 +0800	[thread overview]
Message-ID: <201705282043.e8yyDyac%fengguang.wu@intel.com> (raw)
In-Reply-To: <20170527150324.GA27851@gmail.com>

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

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

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

      reply	other threads:[~2017-05-28 12:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-27 15:03 [PATCH] x86/kernel: Add generic handler for NMI events Adrien Mahieux
2017-05-28 12:47 ` kbuild test robot [this message]

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=201705282043.e8yyDyac%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=adrien.mahieux@gmail.com \
    --cc=hpa@zytor.com \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.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.