Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936176AbcKQRLm (ORCPT ); Thu, 17 Nov 2016 12:11:42 -0500 Received: from x127155.tudelft.net ([131.180.127.155]:47188 "EHLO djo.tudelft.nl" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932854AbcKQRLi (ORCPT ); Thu, 17 Nov 2016 12:11:38 -0500 Date: Thu, 17 Nov 2016 17:11:34 +0100 From: Wim Osterholt To: Oliver Neukum Cc: poma , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, Wim Osterholt Subject: Re: crash by cdc_acm driver in kernels 4.8-rc1/5 Message-ID: <20161117161134.GA14413@djo.tudelft.nl> Reply-To: wim@djo.tudelft.nl References: <1476713445.3938.1.camel@suse.com> <20161017152042.GA26559@djo.tudelft.nl> <1476793123.2637.3.camel@suse.com> <20161115001619.GA21030@djo.tudelft.nl> <20161115132930.GA20918@djo.tudelft.nl> <1479299670.2000.13.camel@suse.com> <20161116150757.GA15605@djo.tudelft.nl> <20161117015732.GA17637@djo.tudelft.nl> <20161117091434.GA6107@djo.tudelft.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161117091434.GA6107@djo.tudelft.nl> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2378 Lines: 48 On Thu, Nov 17, 2016 at 10:14:34AM +0100, Wim Osterholt wrote: > > For completeness I should also try with SMP unset. That is for tomorrow > > then. > > With CONFIG_SMP unset nothing goes wrong here either. > It looks like it has been fixed in 4.9-rc5, but I should also double check > several conbinations on my (slower) laptop. Nov 17 15:07:49 localhost kernel: usb 4-1: new full-speed USB device number 2 using uhci_hcd Nov 17 15:07:49 localhost kernel: usb 4-1: New USB device found, idVendor=0572, idProduct=1340 Nov 17 15:07:49 localhost kernel: usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Nov 17 15:07:49 localhost kernel: usb 4-1: Product: USB Modem Nov 17 15:07:49 localhost kernel: usb 4-1: Manufacturer: Conexant Nov 17 15:07:49 localhost kernel: usb 4-1: SerialNumber: 12345678 Nov 17 15:07:50 localhost mtp-probe[12956]: checking bus 4, device 2: "/sys/devices/pci0000:00/0000:00:1d.2/usb4/4-1" Nov 17 15:07:50 localhost mtp-probe[12956]: bus: 4, device: 2 was not an MTP device Nov 17 15:07:51 localhost kernel: Check point 1 Nov 17 15:07:51 localhost kernel: Check point 2 Nov 17 15:07:51 localhost kernel: Check point 3 Nov 17 15:07:51 localhost kernel: Check point 4 Nov 17 15:07:51 localhost kernel: Check point 5 Nov 17 15:07:51 localhost kernel: Check point 6 Nov 17 15:07:51 localhost kernel: Check point 7 Nov 17 15:07:51 localhost kernel: Check point 8 Nov 17 15:07:51 localhost kernel: Check point 9 Nov 17 15:07:51 localhost kernel: Check point 10 Nov 17 15:07:51 localhost kernel: BUG: unable to handle kernel NULL pointer dereference at 00000249 Nov 17 15:07:51 localhost kernel: IP: [] acm_probe+0x559/0xe53 [cdc_acm] Nov 17 15:07:51 localhost kernel: *pde = 00000000 Nov 17 15:07:51 localhost kernel: Oops: 0000 [#1] SMP ... You can get a few logs concatenated at http://webserver.djo.tudelft.nl/insane488.logs Usually the oops follows immediately after inserting the modem, but in one case it took a few seconds extra before the oops. I think that is the one that printed the full range of checkpoints. On another 3 machines running 4.9-rc5 here everything went fine on insertion. Switching back to 4.8.8 produced the bug with outputs similar to the above. Now back to the laptops to see if I can get confirmation of having seen the oops at 4.9-rc5 in some way. I'm not sure now. Regards, Wim.