From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751492AbWB0QhU (ORCPT ); Mon, 27 Feb 2006 11:37:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751491AbWB0QhS (ORCPT ); Mon, 27 Feb 2006 11:37:18 -0500 Received: from natfrord.rzone.de ([81.169.145.161]:32418 "EHLO natfrord.rzone.de") by vger.kernel.org with ESMTP id S1751485AbWB0QhR (ORCPT ); Mon, 27 Feb 2006 11:37:17 -0500 From: Wolfgang Hoffmann Reply-To: woho@woho.de To: Stephen Hemminger Subject: Re: [PATCH] Revert sky2 to 0.13a Date: Mon, 27 Feb 2006 17:38:38 +0100 User-Agent: KMail/1.8 Cc: pomac@vapor.com, Carl-Daniel Hailfinger , Jeff Garzik , netdev@vger.kernel.org, Pavel Volkovitskiy , Linux Kernel Mailing List References: <4400FC28.1060705@gmx.net> <200602270003.46353.woho@woho.de> <20060227080042.0cf3f05d@localhost.localdomain> In-Reply-To: <20060227080042.0cf3f05d@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602271738.38675.woho@woho.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Monday 27 February 2006 17:00, Stephen Hemminger wrote: > On Mon, 27 Feb 2006 00:03:45 +0100 > > Wolfgang Hoffmann wrote: > > > Bisect done: > > > > > > 4d52b48b43d0d1d5959fa722ee0046e3542e5e1b is first bad commit > > > [PATCH] sky2: support msi interrupt (revised) > > > > > > Reverting this commit in git head seems to work, at least the driver > > > builds and loads. Is that sane? > > > > > Ok, no hangs yet. > > > > Looking at the reverted commit, I wonder if modprobing sky2 with > > disable_msi=1 is equivalent to reverting the commit? > > Could you try the current code with the disable_msi option? > modprobe sky2 disable_msi=1 > > That will run existing code without MSI. 2.6.16-rc5 with disable_msi=1 works for me, no hangs seen so far. I rsynced 80 GB of data, thats about 5-10 times more than I typically need to reproduce a hang, so it seems to be solid. For the record: 2.6.16-rc5 with disable_msi=0 does hang. I have not seen the memory trashing others reported, with no version I tested so far. Maybe my scenario is not likely to trigger this, so I can't tell. Unless a fix for msi is at hand, may I suggest for 2.6.16 to revert the msi commit or switch the default to disable_msi=1? I've updated bugzilla #6084 accordingly.