Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 17 Jan 2003 18:56:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 17 Jan 2003 18:56:45 -0500 Received: from impact.colo.mv.net ([199.125.75.20]:4019 "EHLO impact.colo.mv.net") by vger.kernel.org with ESMTP id ; Fri, 17 Jan 2003 18:56:44 -0500 Message-ID: <3E289A53.40203@bogonomicon.net> Date: Fri, 17 Jan 2003 18:05:39 -0600 From: Bryan Andersen Organization: Bogonomicon User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20021226 Debian/1.2.1-9 X-Accept-Language: en MIME-Version: 1.0 To: Linux Kernel Mailing List Subject: Re: 2.4.21-pre3-ac4 oops in free_pages_ok Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org I too have been seeing this oops crash problem. I can consistantly reproduce mine by running: $ mke2fs -c -j -i 16768 /dev/hdc6 The interesting thing is running: $ mke2fs -j -i 16768 /dev/hdc6 does not cause an oops crash. The only difference being the bad block scan. These are the outputs of ksymoops for the stack trace part of the oops output from. Kernel version is linux-2.4.21-pre3-ac4. Adhoc c013f4b7 Adhoc c013d8c9 Adhoc c01348ac <__free_pages+1c/20> Adhoc c0133863 Adhoc c01339f6 Adhoc c0133a5c Adhoc c013452e Adhoc c01347b2 <__alloc_pages+112/160> Adhoc c012ebc1 Adhoc c01344c6 <_alloc_pages+16/20> Adhoc c012ebdd Adhoc c013b316 Adhoc c0106f8b Adhoc c0134239 <__free_pages_ok+279/2a0> I'm going to do further tests with the generic IDE driver instead of the NVIDIA one. Then I plan on teasing out the NVIDIA2 specific stuff from the ac4 patch and only applying them to a pre3 patched kernel. - Bryan - 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/