Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751902AbWAOL3Y (ORCPT ); Sun, 15 Jan 2006 06:29:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751907AbWAOL3Y (ORCPT ); Sun, 15 Jan 2006 06:29:24 -0500 Received: from smtp-6.smtp.ucla.edu ([169.232.48.138]:13503 "EHLO smtp-6.smtp.ucla.edu") by vger.kernel.org with ESMTP id S1751902AbWAOL3X (ORCPT ); Sun, 15 Jan 2006 06:29:23 -0500 Date: Sun, 15 Jan 2006 03:29:15 -0800 (PST) From: Chris Stromsoe To: Roberto Nibali cc: Willy Tarreau , Alan Cox , Marcelo Tosatti , linux-kernel@vger.kernel.org Subject: Re: bad pmd filemap.c, oops; 2.4.30 and 2.4.32 In-Reply-To: Message-ID: References: <20051228001047.GA3607@dmt.cnet> <1136030901.28365.51.camel@localhost.localdomain> <20051231130151.GA15993@alpha.home.local> <20060105054348.GA28125@w.ods.org> <43BF8785.2010703@drugphish.ch> <43C2C482.6090904@drugphish.ch> <43C2E243.5000904@drugphish.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Probable-Spam: no X-Spam-Hits: 0.207 X-Spam-Report: UPPERCASE_25_50 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2321 Lines: 90 On Mon, 9 Jan 2006, Chris Stromsoe wrote: > On Mon, 9 Jan 2006, Roberto Nibali wrote: > >>> That is the SCSI BIOS rev. The machine is a Dell PowerEdge 2650 and >>> that's the onboard AIC 7899. It comes up as "BIOS Build 25309". >> >> Brain is engaged now, thanks ;). If you find time, could you maybe >> compile a 2.4.32 kernel using following config (slightly changed from >> yours): >> >> http://www.drugphish.ch/patches/ratz/kernel/configs/config-2.4.32-chris_s > > If/when the current run with DEBUG_SLAB oopses, I'll reboot with the > config modifications. I've been running stable with the propsed changes since the 10th. The original config and the currently running config are both at . This is the diff: cbs@hashbrown:~ > diff config-2.4.32 config-2.4.32-20060115 65c65 < CONFIG_HIGHIO=y --- > # CONFIG_HIGHIO is not set 69c69 < CONFIG_NR_CPUS=32 --- > CONFIG_NR_CPUS=4 87c87 < CONFIG_ISA=y --- > # CONFIG_ISA is not set 109c109 < # CONFIG_ACPI is not set --- > CONFIG_ACPI=y 110a111,127 > CONFIG_ACPI_BUS=y > CONFIG_ACPI_INTERPRETER=y > CONFIG_ACPI_EC=y > CONFIG_ACPI_POWER=y > CONFIG_ACPI_PCI=y > CONFIG_ACPI_MMCONFIG=y > CONFIG_ACPI_SLEEP=y > CONFIG_ACPI_SYSTEM=y > # CONFIG_ACPI_AC is not set > # CONFIG_ACPI_BATTERY is not set > # CONFIG_ACPI_BUTTON is not set > # CONFIG_ACPI_FAN is not set > # CONFIG_ACPI_PROCESSOR is not set > # CONFIG_ACPI_THERMAL is not set > # CONFIG_ACPI_ASUS is not set > # CONFIG_ACPI_TOSHIBA is not set > # CONFIG_ACPI_DEBUG is not set 385c402 < # CONFIG_AIC7XXX_DEBUG_ENABLE is not set --- > CONFIG_AIC7XXX_DEBUG_ENABLE=y 387c404 < # CONFIG_AIC7XXX_REG_PRETTY_PRINT is not set --- > CONFIG_AIC7XXX_REG_PRETTY_PRINT=y 492,493d508 < # CONFIG_AT1700 is not set < # CONFIG_DEPCA is not set 500d514 < # CONFIG_AC3200 is not set 585,589d598 < # Old CD-ROM drivers (not SCSI, not IDE) < # < # CONFIG_CD_NO_IDESCSI is not set < < # 864,865c873,874 < # CONFIG_DEBUG_HIGHMEM is not set < # CONFIG_DEBUG_SLAB is not set --- > CONFIG_DEBUG_HIGHMEM=y > CONFIG_DEBUG_SLAB=y -Chris - 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/