Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751368AbWCLQ0g (ORCPT ); Sun, 12 Mar 2006 11:26:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751393AbWCLQ0g (ORCPT ); Sun, 12 Mar 2006 11:26:36 -0500 Received: from adsl-70-250-156-241.dsl.austtx.swbell.net ([70.250.156.241]:8904 "EHLO gw.microgate.com") by vger.kernel.org with ESMTP id S1751368AbWCLQ0g (ORCPT ); Sun, 12 Mar 2006 11:26:36 -0500 Subject: Re: 2.6.16-rc5 pppd oops on disconnects From: Paul Fulghum To: Bob Copeland Cc: paulus@samba.org, Linux Kernel list In-Reply-To: References: <1142011340.3220.4.camel@amdx2.microgate.com> <1142018709.26063.5.camel@amdx2.microgate.com> <20060311150908.GA4872@hash.localnet> <1142099765.3241.3.camel@x2.pipehead.org> Content-Type: text/plain Date: Sun, 12 Mar 2006 10:26:29 -0600 Message-Id: <1142180789.4360.2.camel@x2.pipehead.org> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-2.fc4) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 889 Lines: 28 Bob, if you are still willing, please try this patch with the slab debug turned on and see if it still oops. Thanks, Paul -- Paul Fulghum Microgate Systems, Ltd --- linux-2.6.16-rc5/drivers/usb/class/cdc-acm.c 2006-02-27 09:24:29.000000000 -0600 +++ b/drivers/usb/class/cdc-acm.c 2006-03-12 10:22:21.000000000 -0600 @@ -980,7 +980,7 @@ skip_normal_probe: usb_driver_claim_interface(&acm_driver, data_interface, acm); usb_get_intf(control_interface); - tty_register_device(acm_tty_driver, minor, &control_interface->dev); + tty_register_device(acm_tty_driver, minor, NULL); acm_table[minor] = acm; usb_set_intfdata (intf, acm); - 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/