From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751951Ab1HORG0 (ORCPT ); Mon, 15 Aug 2011 13:06:26 -0400 Received: from mo-p00-ob.rzone.de ([81.169.146.161]:27185 "EHLO mo-p00-ob.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751259Ab1HORGZ (ORCPT ); Mon, 15 Aug 2011 13:06:25 -0400 X-RZG-AUTH: :P2MHfkW8eP4Mre39l357AZT/I7AY/7nT2yrT1q0ngWNsKR9Dbc7nsXB+5kzGuK6Y79w= X-RZG-CLASS-ID: mo00 Message-ID: <4E4951C5.203@hartkopp.net> Date: Mon, 15 Aug 2011 19:05:09 +0200 From: Oliver Hartkopp User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110626 Icedove/3.1.11 MIME-Version: 1.0 To: "Rafael J. Wysocki" CC: Linux Kernel Mailing List , Kernel Testers List , Maciej Rutecki , Florian Mickler , Jesse Barnes , Yinghai Lu Subject: Re: [Bug #37432] sdhci-pci fails on 3.0.0-rc1 on Dell E6510 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14.08.2011 21:02, Rafael J. Wysocki wrote: > This message has been generated automatically as a part of a report > of regressions introduced between 2.6.39 and 3.0. > > The following bug entry is on the current list of known regressions > introduced between 2.6.39 and 3.0. Please verify if it still should > be listed and let the tracking team know (either way). > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=37432 > Subject : sdhci-pci fails on 3.0.0-rc1 on Dell E6510 > Submitter : Oliver Hartkopp > Date : 2011-06-07 20:06 (69 days old) > First-Bad-Commit: http://git.kernel.org/linus/da7822e5ad71ec9b745b412639f1e5e0ba795a20 > References : http://article.gmane.org/gmane.linux.kernel.mmc/8442 > https://lkml.org/lkml/2011/6/23/660 > Hello Rafael, the regression has been solved for 3.0 by disabling the problematic code here: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=f483d3923dc3a6394c483e28ccb3fe700bdf399e When the new commandline argument 'pci=realloc' is not set (which is the default) the buggy code is disabled. Therefore this bug can be closed on the 2.6.39 -> 3.0 regression list. Thanks, Oliver