lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sun, 28 May 2017 20:47:11 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Adrien Mahieux <adrien.mahieux@...il.com>
Cc:     kbuild-all@...org, Thomas Gleixner <tglx@...utronix.de>,
        Ingo Molnar <mingo@...hat.com>,
        "H. Peter Anvin" <hpa@...or.com>, x86@...nel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] x86/kernel: Add generic handler for NMI events

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

Download attachment ".config.gz" of type "application/gzip" (24106 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ