Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758841AbYGAS7w (ORCPT ); Tue, 1 Jul 2008 14:59:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753395AbYGAS7l (ORCPT ); Tue, 1 Jul 2008 14:59:41 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:39133 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753140AbYGAS7k (ORCPT ); Tue, 1 Jul 2008 14:59:40 -0400 Date: Tue, 1 Jul 2008 14:59:38 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Greg KH cc: Stefan Becker , , ext David Brownell , , Linus Torvalds , ext Leonardo Chiquitto Subject: Re: [PATCH] USB: fix interrupt disabling for HCDs with shared interrupt handlers In-Reply-To: <20080701182543.GA32098@suse.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1103 Lines: 29 On Tue, 1 Jul 2008, Greg KH wrote: > Hm, isn't this also an issue in 2.6.25 as well? I've had a few very > strange reports of USB just locking up in 2.6.25, could this also be the > cause there? It could go back a lot farther than that. I don't think our interrupt setup has been changed significantly for a long time, with one exception: We added the IRQF_DISABLED flag fairly recently. But of course, we now know that it doesn't do what we expected. It's surprising that more people haven't experienced this problem and reported it. > Alan and Dave, do you both ack this thing? I know you've been involved > in creating it, just want to get the formal approval :) Acked-by: Alan Stern There still are a few places where spaces were used instead of tabs for indenting. Aside from that it looks fine. Alan Stern -- 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/