Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758026AbYGATXE (ORCPT ); Tue, 1 Jul 2008 15:23:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753182AbYGATWx (ORCPT ); Tue, 1 Jul 2008 15:22:53 -0400 Received: from smtp.nokia.com ([192.100.122.233]:34234 "EHLO mgw-mx06.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752646AbYGATWw (ORCPT ); Tue, 1 Jul 2008 15:22:52 -0400 Message-ID: <486A823C.4070805@nokia.com> Date: Tue, 01 Jul 2008 22:15:08 +0300 From: Stefan Becker User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: ext Greg KH , linux-usb@vger.kernel.org CC: ext Alan Stern , ext David Brownell , linux-kernel@vger.kernel.org, Linus Torvalds , ext Leonardo Chiquitto Subject: Re: [PATCH] USB: fix interrupt disabling for HCDs with shared interrupt handlers References: <486A590A.4090806@nokia.com> <20080701182543.GA32098@suse.de> In-Reply-To: <20080701182543.GA32098@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 01 Jul 2008 19:16:01.0015 (UTC) FILETIME=[E6083870:01C8DBAE] X-Nokia-AV: Clean Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1067 Lines: 29 Hi, ext 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? As I wrote in the first mail of this thread the problem was uncovered on my machine by the following commit from 2.6.24-development: commit e9df41c5c5899259541dc928872cad4d07b82076 USB: make HCDs responsible for managing endpoint queues The interrupt problem exists also in 2.6.23 (and previous) but the USB code was not affected, as the old versions of the functions were using spin_lock_irqsave(). I just applied my patch to 2.6.24 & 2.6.25: it applies fine and compiles without problem. So it could be submitted to the 2.6.24.X and 2.6.25.X branches too. Regards, Stefan --- Stefan Becker E-Mail: Stefan.Becker@nokia.com -- 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/