From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2BDD6C433EF for ; Tue, 28 Jun 2022 06:08:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245340AbiF1GIC (ORCPT ); Tue, 28 Jun 2022 02:08:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44356 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245325AbiF1GIC (ORCPT ); Tue, 28 Jun 2022 02:08:02 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 03B032315F; Mon, 27 Jun 2022 23:07:57 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 99A4DB81C0C; Tue, 28 Jun 2022 06:07:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DF718C341C6; Tue, 28 Jun 2022 06:07:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1656396475; bh=qXz5gzlfeJcLBrqesZHeSe5DJNs8xr/HiIO/kMPwVds=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pwderX56PSSyBiEfcUkhi+AmhLzOyvZB5HrHb2xytVF9/v1Duprb5b9IsVGdKEhnE LYEvUfJnb3s49tKuJxLm7+LAQ0sgYD2W8dEiNRQ3xRtdh8U+tQPeDykWm6TB/78Tp5 HgLr1coWgYJ1JqwGnIdeWDMgYKzyrf9dsVlmpA4Y= Date: Tue, 28 Jun 2022 08:07:52 +0200 From: Greg Kroah-Hartman To: "yangx.jy@fujitsu.com" Cc: Tejun Heo , Bjorn Helgaas , Jason Gunthorpe , Leon Romanovsky , "linux-kernel@vger.kernel.org" , "linux-rdma@vger.kernel.org" , "linux-block@vger.kernel.org" Subject: Re: [bug report from blktests nvme/032] WARNING: possible circular locking dependency detected Message-ID: References: <4ed3028b-2d2f-8755-fec2-0b9cb5ad42d2@fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4ed3028b-2d2f-8755-fec2-0b9cb5ad42d2@fujitsu.com> Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Tue, Jun 28, 2022 at 04:03:55AM +0000, yangx.jy@fujitsu.com wrote: > Hi everyone, > > Running blktests nvme/032 on kernel v5.19-rc2+ which enables > CONFIG_LOCKDEP and CONFIG_PROVE_LOCKING triggered the below WARNING. What was happening when this trace was created? It looks like you were manually removing a PCI device from the system through sysfs? Why would blktests do that? thanks, greg k-h