From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753929AbXGGSaa (ORCPT ); Sat, 7 Jul 2007 14:30:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752588AbXGGSaV (ORCPT ); Sat, 7 Jul 2007 14:30:21 -0400 Received: from coyote.holtmann.net ([217.160.111.169]:53943 "EHLO mail.holtmann.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752558AbXGGSaV (ORCPT ); Sat, 7 Jul 2007 14:30:21 -0400 Subject: Re: [1/2] 2.6.22-rc7: known regressions From: Marcel Holtmann To: David Woodhouse Cc: Jiri Kosina , Dmitry Torokhov , Linus Torvalds , Michal Piotrowski , LKML , Andrew Morton , Greg KH In-Reply-To: <1183775126.3066.5.camel@shinybook.infradead.org> References: <468A7D14.1050505@googlemail.com> <200707062033.18211.dtor@insightbb.com> <1183771730.2789.1.camel@shinybook.infradead.org> <1183775126.3066.5.camel@shinybook.infradead.org> Content-Type: text/plain Date: Sat, 07 Jul 2007 20:28:33 +0200 Message-Id: <1183832913.6351.130.camel@aeonflux.holtmann.net> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi David, > > I suspect it's more likely that hci_conn_del_sysfs() is running and > > removing the object representing the ACL connection. That's what the > > input device's remove event is reporting as 'PHYSDEVPATH' on the > > occasions that it _doesn't_ oops. > > Yes, that seems to be it. It happens when we hit the idle_timeout and > the kernel tears down the connection. Adding a mdelay(5000) into > hidp_session() just before calling input_unregister_device(), and > hard-coding idle_to to 1 second, makes it nice and easy to reproduce... > > Marcel? Can we deregister the input devices earlier...? looks good to me. Signed-off-by: Marcel Holtmann Regards Marcel