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]
Message-ID: <20090415103557.0b313e35@osiris.boeblingen.de.ibm.com>
Date:	Wed, 15 Apr 2009 10:35:57 +0200
From:	Heiko Carstens <heiko.carstens@...ibm.com>
To:	Sachin Sant <sachinp@...ibm.com>
Cc:	linux-s390@...r.kernel.org, linux-next@...r.kernel.org,
	LKML <linux-kernel@...r.kernel.org>,
	Martin Schwidefsky <schwidefsky@...ibm.com>
Subject: Re: Next April 15: s390 allnoconfig build failure

On Wed, 15 Apr 2009 12:13:29 +0530
Sachin Sant <sachinp@...ibm.com> wrote:

> Today's next tree build (s390 allnoconfig) failed with
> 
> arch/s390/kernel/ipl.c: In function 'stop_run':
> arch/s390/kernel/ipl.c:1461: error: implicit declaration of function 
> 'signal_processor'
> arch/s390/kernel/ipl.c:1461: error: 'sigp_stop' undeclared (first use in 
> this function)
> arch/s390/kernel/ipl.c:1461: error: (Each undeclared identifier is 
> reported only once
> arch/s390/kernel/ipl.c:1461: error: for each function it appears in.)
> make[1]: *** [arch/s390/kernel/ipl.o] Error 1

Patch below will fix it. Thanks for reporting.

Subject: [PATCH] ipl: fix compile breakage

From: Heiko Carstens <heiko.carstens@...ibm.com>

Fix this for !CONFIG_SMP:

arch/s390/kernel/ipl.c: In function 'stop_run':
arch/s390/kernel/ipl.c:1461: error: implicit declaration of function 'signal_processor'

Reported-by: Sachin Sant <sachinp@...ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@...ibm.com>

diff -u -r1.67 -r1.68 linux-2.5/arch/s390/kernel/ipl.c
--- linux-2.5/arch/s390/kernel/ipl.c	24 Mar 2009 11:33:16 -0000	1.67
+++ linux-2.5/arch/s390/kernel/ipl.c	15 Apr 2009 08:33:38 -0000	1.68
@@ -23,6 +23,7 @@
 #include <asm/ebcdic.h>
 #include <asm/reset.h>
 #include <asm/sclp.h>
+#include <asm/sigp.h>
 #include <asm/checksum.h>

 #define IPL_PARM_BLOCK_VERSION 0
--
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