Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932066AbVJQHQg (ORCPT ); Mon, 17 Oct 2005 03:16:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751105AbVJQHQg (ORCPT ); Mon, 17 Oct 2005 03:16:36 -0400 Received: from jive.SoftHome.net ([66.54.152.27]:33411 "HELO jive.SoftHome.net") by vger.kernel.org with SMTP id S1751062AbVJQHQg (ORCPT ); Mon, 17 Oct 2005 03:16:36 -0400 References: <20051015212911.GA25752@tink> <20051016211252.GA21557@tink> <20051016220606.GA30260@tink> <200510170055.47342.dtor_core@ameritech.net> In-Reply-To: <200510170055.47342.dtor_core@ameritech.net> From: emard@softhome.net To: Dmitry Torokhov Cc: linux-kernel@vger.kernel.org Subject: Re: uinput crash maybe this is the FIX Date: Mon, 17 Oct 2005 01:16:35 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [83.131.64.233] Message-ID: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 538 Lines: 17 > - complete(&request->done); > - > /* Mark slot as available */ > udev->requests[request->id] = NULL; > wake_up_interruptible(&udev->requests_waitq); > + > + complete(&request->done); Man, I think that's the way to go! I will continue testing with this patch, so far it looks good :) - 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/