Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965480AbcKOAQZ (ORCPT ); Mon, 14 Nov 2016 19:16:25 -0500 Received: from x127155.tudelft.net ([131.180.127.155]:60138 "EHLO djo.tudelft.nl" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S965335AbcKOAQW (ORCPT ); Mon, 14 Nov 2016 19:16:22 -0500 Date: Tue, 15 Nov 2016 01:16:19 +0100 From: Wim Osterholt To: Oliver Neukum Cc: 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: <20161115001619.GA21030@djo.tudelft.nl> Reply-To: wim@djo.tudelft.nl References: <20160908115803.GA28274@djo.tudelft.nl> <1473337238.32073.2.camel@suse.com> <20160908125850.GC28274@djo.tudelft.nl> <1476713445.3938.1.camel@suse.com> <20161017152042.GA26559@djo.tudelft.nl> <1476793123.2637.3.camel@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1476793123.2637.3.camel@suse.com> 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: 1025 Lines: 29 On Tue, Oct 18, 2016 at 02:18:43PM +0200, Oliver Neukum wrote: > It definitely does not crash and is probed and your .config is not > extremely unusual. Hmmm. > ... Something odd is going on. Whell, yes. The only thing that appears you'll have to do is unset 'CONFIG_SMP'. My machines didn't have the luxury of multicore processors (until recently), so there never has been any reason to deliberately switch these options on! In the process of searching, many options may have changed. The crash/OOPS has now mitigated into just a WARNING with a call trace. (Or it could be a totally different bug?) After the call trace the device is working normally and a shutdown completes to the end now. That is with the config given here: http://webserver.djo.tudelft.nl/.config-4.9-rc4.OK (CONFIG_SMP=y) http://webserver.djo.tudelft.nl/WARNING-4.9-rc4 (call trace for C_S unset) Tests on other machines with (slightly) different configs all seem to confirm that the problems are gone when CONFIG_SMP is set. Regards, Wim.