Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262902AbTELW5s (ORCPT ); Mon, 12 May 2003 18:57:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262903AbTELW5s (ORCPT ); Mon, 12 May 2003 18:57:48 -0400 Received: from a.smtp-out.sonic.net ([208.201.224.38]:10886 "HELO a.smtp-out.sonic.net") by vger.kernel.org with SMTP id S262902AbTELW5r (ORCPT ); Mon, 12 May 2003 18:57:47 -0400 X-envelope-info: Date: Mon, 12 May 2003 16:10:31 -0700 From: David Hinds To: Andrew Morton Cc: Paul Fulghum , dahinds@users.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: PCMCIA 2.5.X sleeping from illegal context Message-ID: <20030512161031.B17947@sonic.net> References: <1052775331.1995.49.camel@diemos> <20030512154416.3f502c36.akpm@digeo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030512154416.3f502c36.akpm@digeo.com> User-Agent: Mutt/1.3.22.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 738 Lines: 18 On Mon, May 12, 2003 at 03:44:16PM -0700, Andrew Morton wrote: > Paul Fulghum wrote: > > > > The 2.5.X PCMCIA kernel support seems to have a problem > > with drivers/pcmcia/rsrc_mgr.c in function undo_irq(). > > The timer handlers need to be converted to use schedule_delayed_work(), > or (more probably) schedule_work(). I don't think the timers need to be scheduled at all; the timer code should just be executed in-line where the old timers were scheduled. -- Dave - 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/