From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759341AbcIMPfZ (ORCPT ); Tue, 13 Sep 2016 11:35:25 -0400 Received: from mail-yw0-f175.google.com ([209.85.161.175]:34166 "EHLO mail-yw0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755321AbcIMPfW (ORCPT ); Tue, 13 Sep 2016 11:35:22 -0400 Date: Tue, 13 Sep 2016 11:35:20 -0400 From: Tejun Heo To: Dmitry Vyukov Cc: Jiri Slaby , Marcel Holtmann , Gustavo Padovan , Johan Hedberg , "David S. Miller" , linux-bluetooth , netdev , LKML , syzkaller , Kostya Serebryany , Alexander Potapenko , Eric Dumazet , Takashi Iwai Subject: Re: net/bluetooth: workqueue destruction WARNING in hci_unregister_dev Message-ID: <20160913153520.GC21123@htj.duckdns.org> References: <20160311171205.GB24046@htj.duckdns.org> <56EA9C4D.2080803@suse.cz> <20160318205231.GO20028@mtj.duckdns.org> <56F01A1C.40208@suse.cz> <56F0FDCE.1040701@suse.cz> <20160905130832.GD20784@mtj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On Sat, Sep 10, 2016 at 11:33:48AM +0200, Dmitry Vyukov wrote: > Hit the WARNING with the patch. It showed "Showing busy workqueues and > worker pools:" after the WARNING, but then no queue info. Was it > already destroyed and removed from the list?... Hmm... It either means that the work item which was in flight when WARN_ON() ran finished by the time the debug printout got to it or that it's something unrelated to busy work items. > [ 198.113838] WARNING: CPU: 2 PID: 26691 at kernel/workqueue.c:4042 > destroy_workqueue+0x17b/0x630 I don't seem to have the same source code that you have. Which exact WARN_ON() is this? Thanks. -- tejun