Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 1 Aug 2002 08:10:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 1 Aug 2002 08:09:38 -0400 Received: from willy.net1.nerim.net ([62.212.114.60]:64012 "EHLO www.home.local") by vger.kernel.org with ESMTP id ; Thu, 1 Aug 2002 08:08:43 -0400 Date: Thu, 1 Aug 2002 14:12:05 +0200 From: Willy TARREAU To: Marcelo Tosatti Cc: lkml Subject: Re: Linux v2.4.19-rc5 - APM bug Message-ID: <20020801121205.GA168@pcw.home.local> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 789 Lines: 23 Marcelo, I observe a kernel panic at boot time if I set apm=power-off. OK with apm=off. This is on an ASUS A7M266D with two Athlon XP 1800+. Since it works well on 2.4.19-pre10, I'm recompiling intermediate versions to check which one brought the problem. This is rather strange, since the crash occurs in do_softirq, but 2 bytes after the beginning of an instruction : c0120d09 fa cli c0120d0a 8b b5 80 17 3c c0 mov 0xc03c1780(%ebp),%esi The crash occurs at c0120d0c (80 17 3c c0 ...). Seems like a bad pointer somewhere. Regards, Willy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/