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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 27 Feb 2007 21:24:21 +0900 (JST)
From:	YOSHIFUJI Hideaki / 吉藤英明 
	<yoshfuji@...ux-ipv6.org>
To:	linux-kernel@...r.kernel.org
Cc:	yoshfuji@...ux-ipv6.org
Subject: 2.6.21-rc1-git compilation error in arch/i386/kernel/io_apic.c

Hello.

I got this error with current git tree with CONFIG_SMP=n.

|  CHK     include/linux/compile.h
|  CC      arch/i386/kernel/io_apic.o
|arch/i386/kernel/io_apic.c: In function `setup_IO_APIC_irqs':
|arch/i386/kernel/io_apic.c:1357: error: structure has no member named `affinity'
|arch/i386/kernel/io_apic.c: In function `io_apic_set_pci_routing':
|arch/i386/kernel/io_apic.c:2878: error: structure has no member named `affinity'
|make[1]: *** [arch/i386/kernel/io_apic.o] Error 1
|make: *** [arch/i386/kernel] Error 2

The commit 9f0a5ba5508143731dc63235de19659be20d26dc introduced
this issue.

The affinity member is only available with CONFIG_SMP.

Regards,

-- 
YOSHIFUJI Hideaki @ USAGI Project  <yoshfuji@...ux-ipv6.org>
GPG-FP  : 9022 65EB 1ECF 3AD1 0BDF  80D8 4807 F894 E062 0EEA
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists