From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [81.3.11.18] (helo=mail.ku-gbr.de) by canuck.infradead.org with esmtps (Exim 4.52 #1 (Red Hat Linux)) id 1ECcp6-0004gc-Pj for linux-mtd@lists.infradead.org; Tue, 06 Sep 2005 08:45:17 -0400 Date: Tue, 6 Sep 2005 14:44:58 +0200 From: Konstantin Kletschke To: linux-mtd@lists.infradead.org Message-ID: <20050906124457.GA30427@synertronixx3> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: XIP on 2.6.13 broken List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sadly I can not reproduce one Oops I got once with this Problem. This one is not 100% reliable: >>EIP; bf062800 <__wake_up_common+28/7c> <===== Trace; bf0627d8 <__wake_up_common+0/7c> Trace; bf062894 <__wake_up+40/64> Trace; bf062854 <__wake_up+0/64> Trace; bf128f20 Trace; bf128ddc Trace; bf12947c Trace; bf1293b0 Trace; bf123484 Trace; bf123450 Trace; bf0e2fe4 Trace; bf0e28ac Trace; bf0e67f0 Trace; bf0e67c4 Trace; bf0e6f24 Trace; bf0e6d68 Trace; bf0e8fcc Trace; bf0e8ea8 Trace; bf0e9774 Trace; bf0e9698 Trace; bf0e9828 Trace; bf0e97d4 Trace; bf0e99c8 Trace; bf0e9834 Trace; bf0a6b14 Trace; bf0a6ab8 Trace; bf0bead8 Trace; bf0bea5c Trace; bf0bf208 Trace; bf0bf0b8 Trace; bf0bf628 Trace; bf0bf580 Trace; bf040b64 >>r8; c0027cc4 >>r7; bf187ed0 <__func__.2+894/fab4> Trace; bf040b34 Trace; bf040c48 Trace; bf040bf0 Trace; bf040d68 >>r5; bf187ed0 <__func__.2+894/fab4> Trace; bf040d14 Trace; bf040e0c >>r5; c000a494 >>r4; c000a4e4 Trace; bf040d80 Trace; bf04fb58 >>r4; bf187d80 <__func__.2+744/fab4> Trace; bf04fb04 Trace; bf068d30 Code; bf0627f0 <__wake_up_common+18/7c> 00000000 <_EIP>: Code; bf0627f0 <__wake_up_common+18/7c> 0: 01 a0 a0 e1 02 40 add %esp,0x4002e1a0(%eax) Code; bf0627f6 <__wake_up_common+1e/7c> 6: a0 e1 03 80 a0 mov 0xa08003e1,%al Code; bf0627fb <__wake_up_common+23/7c> b: e1 04 loope 11 <_EIP+0x11> Code; bf0627fd <__wake_up_common+25/7c> d: 90 nop Code; bf0627fe <__wake_up_common+26/7c> e: 9b fwait Code; bf0627ff <__wake_up_common+27/7c> <===== f: e5 00 in $0x0,%eax <===== Code; bf062801 <__wake_up_common+29/7c> 11: 70 9e jo ffffffb1 <_EIP+0xffffffb1> Code; bf062803 <__wake_up_common+2b/7c> 13: e5 00 in $0x0,%eax <0>Kernel panic - not syncing: Attempted to kill init! What I wonder is, has anything been change in timer related code in the arm9 arch? May be the XIP stuff does not care of such a change yet. Otherwise... I am clueless why it is not working anymore... Konsti