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]
Message-ID: <20080924163109.GA19145@earth.li>
Date:	Wed, 24 Sep 2008 17:31:09 +0100
From:	Jonathan McDowell <noodles@...th.li>
To:	linux-kernel@...r.kernel.org
Subject: Re: Compile error in v2.6.27-rc7-78-gfb478da [PATCH]

In article <48DA07FE.6020002@...omillas.es> (earth.lists.linux-kernel)
Romano Giannetti wrote:

>    CALL    scripts/checksyscalls.sh
>    CC      init/main.o
>    CC      arch/x86/kernel/process_32.o
> arch/x86/kernel/process_32.c: In function ‘cpu_exit_clear’:
> arch/x86/kernel/process_32.c:91: error: implicit declaration of function 
> ‘c1e_remove_cpu’
> make[1]: *** [arch/x86/kernel/process_32.o] Error 1
> make: *** [arch/x86/kernel] Error 2
> make: *** Waiting for unfinished jobs....

Just hit the same myself; looks like a missing include of <asm/idle.h>

Signed-Off-By: Jonathan McDowell <noodles@...th.li>

-----
diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c
index 4b3cfdf..66d13d9 100644
--- a/arch/x86/kernel/process_32.c
+++ b/arch/x86/kernel/process_32.c
@@ -41,6 +41,7 @@
 #include <asm/uaccess.h>
 #include <asm/pgtable.h>
 #include <asm/system.h>
+#include <asm/idle.h>
 #include <asm/io.h>
 #include <asm/ldt.h>
 #include <asm/processor.h>
-----

J.

-- 
"Every now and then I get an insane urge to move to Finland." -- Peter
da Silva, The Scary Devil Monastery
--
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