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>] [day] [month] [year] [list]
Date:	Thu, 12 Oct 2006 12:17:52 -0700
From:	Ravikiran G Thirumalai <kiran@...lex86.org>
To:	Linus Torvalds <torvalds@...l.org>
Cc:	linux-kernel@...r.kernel.org, Andi Kleen <ak@...e.de>,
	Andrew Morton <akpm@...l.org>
Subject: [patch] 2.6.19-rc1: Fix build breakage with CONFIG_X86_VSMP

Linus,
2.6.19-rc1 does not compile with CONFIG_X86_VSMP.  

arch/x86_64/kernel/built-in.o(.init.text+0xab13): In function `vsmp_init':
arch/x86_64/kernel/vsmp.c:32: undefined reference to `ioremap'
arch/x86_64/kernel/built-in.o(.init.text+0xab24):arch/x86_64/kernel/vsmp.c:33:
undefined reference to `readl'

Probably due to some header file cleanups in 2.6.19-rc1. Please apply this fix.

Thanks,
Kiran

---
From: Ravikiran Thirumalai <kiran@...lex86.org>

Kernel build breaks with CONFIG_X86_VSMP.  Probably due to some header file 
cleanups in 2.6.19-rc1.  

Signed-off-by: Ravikiran Thirumalai <kiran@...lex86.org>

Index: linux-2.6.19-rc1/arch/x86_64/kernel/vsmp.c
===================================================================
--- linux-2.6.19-rc1.orig/arch/x86_64/kernel/vsmp.c	2006-10-09 21:03:36.000000000 -0700
+++ linux-2.6.19-rc1/arch/x86_64/kernel/vsmp.c	2006-10-09 21:12:06.000000000 -0700
@@ -14,6 +14,7 @@
 #include <linux/pci_ids.h>
 #include <linux/pci_regs.h>
 #include <asm/pci-direct.h>
+#include <asm/io.h>
 
 static int __init vsmp_init(void)
 {
-
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ