From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id E3293DDE43 for ; Fri, 9 Nov 2007 18:50:41 +1100 (EST) Subject: Re: Kernel locks up after calling kernel_execve() From: Benjamin Herrenschmidt To: Gerhard Pircher In-Reply-To: <20071109074155.266120@gmx.net> References: <20071108214723.135260@gmx.net> <1194564017.6561.21.camel@pasglop> <20071109074155.266120@gmx.net> Content-Type: text/plain Date: Fri, 09 Nov 2007 18:50:29 +1100 Message-Id: <1194594629.6561.34.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > I tried to use /bin/sh as init program and was able to enter a command, > but then the machine locked up, too. > Could that be a problem with a CPU sleeping/idle code? That's possibly an issue, try disabling power save if any for that CPU type. If it worked and broke, you may have to bisect tho. Ben.