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-next>] [day] [month] [year] [list]
Date:	Wed, 22 Jan 2014 11:45:42 -0700
From:	Jim Davis <jim.epost@...il.com>
To:	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
	tglx@...utronix.de, mingo@...hat.com, hpa@...or.com,
	x86@...nel.org, sathyanarayanan.kuppuswamy@...ux.intel.com
Subject: randconfig build error with next-20140122, in arch/x86/platform/intel-mid/intel-mid.c

Building with the attached random configuration file,

In file included from arch/x86/platform/intel-mid/intel-mid.c:38:0:
arch/x86/platform/intel-mid/intel_mid_weak_decls.h:17:25: error:
expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before
‘get_penwell_ops’
 extern void * __cpuinit get_penwell_ops(void) __attribute__((weak));
                         ^
arch/x86/platform/intel-mid/intel_mid_weak_decls.h:18:25: error:
expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before
‘get_cloverview_ops’
 extern void * __cpuinit get_cloverview_ops(void) __attribute__((weak));
                         ^
In file included from arch/x86/platform/intel-mid/intel-mid.c:30:0:
/home/jim/linux/arch/x86/include/asm/intel-mid.h:74:15: error:
‘get_penwell_ops’ undeclared here (not in a function)
     [cpuid] = get_##cpuname##_ops
               ^
/home/jim/linux/arch/x86/include/asm/intel-mid.h:84:2: note: in
expansion of macro ‘DECLARE_INTEL_MID_OPS_INIT’
  DECLARE_INTEL_MID_OPS_INIT(penwell, INTEL_MID_CPU_CHIP_PENWELL), \
  ^
arch/x86/platform/intel-mid/intel-mid.c:66:45: note: in expansion of
macro ‘INTEL_MID_OPS_INIT’
 static void *(*get_intel_mid_ops[])(void) = INTEL_MID_OPS_INIT;
                                             ^
/home/jim/linux/arch/x86/include/asm/intel-mid.h:74:15: error:
‘get_cloverview_ops’ undeclared here (not in a function)
     [cpuid] = get_##cpuname##_ops
               ^
/home/jim/linux/arch/x86/include/asm/intel-mid.h:85:2: note: in
expansion of macro ‘DECLARE_INTEL_MID_OPS_INIT’
  DECLARE_INTEL_MID_OPS_INIT(cloverview, INTEL_MID_CPU_CHIP_CLOVERVIEW), \
  ^
arch/x86/platform/intel-mid/intel-mid.c:66:45: note: in expansion of
macro ‘INTEL_MID_OPS_INIT’
 static void *(*get_intel_mid_ops[])(void) = INTEL_MID_OPS_INIT;
                                             ^
make[3]: *** [arch/x86/platform/intel-mid/intel-mid.o] Error 1

View attachment "randconfig-1390415072.txt" of type "text/plain" (84897 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ