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 X-Spam-Level: X-Spam-Status: No, score=-5.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C6A4CC433ED for ; Mon, 26 Apr 2021 20:10:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8FEE76023E for ; Mon, 26 Apr 2021 20:10:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241724AbhDZUK5 (ORCPT ); Mon, 26 Apr 2021 16:10:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38732 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241703AbhDZUKz (ORCPT ); Mon, 26 Apr 2021 16:10:55 -0400 Received: from smtp.domeneshop.no (smtp.domeneshop.no [IPv6:2a01:5b40:0:3005::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C15AAC061574 for ; Mon, 26 Apr 2021 13:10:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=skogtun.org ; s=ds202012; h=Content-Transfer-Encoding:Content-Type:In-Reply-To: MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=AE0mY6Tahzy3s212z3qIjhJx3BZdiskA2UVQtuuLlmw=; b=O0dnpd+3yDPBhtaHZCT7GnJ2Eh ZF/ObymHgT9tuYDAM1gaQCG8Z6kUihlDl13pTHYpz3FsHwNkJhoZ92n5nKAxK/Oh96HAK5UntzM+Z ZielMYTJxvyOSaLw+mkQN/nT5fO1pl9csxeSQA9urGCtnFZa/O0CjTa3rpNexwxxoR3hjsdgDzRJ6 8MznPICQpa96wPbpTvbGJs4cPFGycQ7h06+7UEfe1UBZL6ohKwKAHyW+H0581oGrZiD2Bsv8HorXg sJPfdcPX8qRlxI70mVLRuUzOp5eNdp274Yi4lU5rbB30aYPYheY4IoNc7g2wxCzAbJVaDManlciii QEJ1zjbA==; Received: from [2a01:79c:cebf:7fb0::17] (port=39830) by smtp.domeneshop.no with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1lb7YZ-0006i5-BY; Mon, 26 Apr 2021 22:10:11 +0200 Subject: Re: [BISECTED] 5.12 hangs at reboot To: Linus Torvalds Cc: johannes.berg@intel.com, Linux Kernel Mailing List References: <09464e67-f3de-ac09-28a3-e27b7914ee7d@skogtun.org> From: Harald Arnesen Message-ID: <28e21004-13ff-9d5f-0c5d-4c1e79cf628a@skogtun.org> Date: Mon, 26 Apr 2021 22:10:08 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus Torvalds [26.04.2021 20:59]: > There's a lockdep assertion there, but you don't seem to have lockdep > enabled. So it be interesting to see what happens if you > > (a) enable lockdep At the risk of sounding stupid: where is this config option? -- Hilsen Harald