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.3 required=3.0 tests=BAYES_00, 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 10C4FC433E9 for ; Wed, 27 Jan 2021 17:32:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BA2ED60187 for ; Wed, 27 Jan 2021 17:32:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343828AbhA0Rbk (ORCPT ); Wed, 27 Jan 2021 12:31:40 -0500 Received: from mga03.intel.com ([134.134.136.65]:25776 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234279AbhA0RaP (ORCPT ); Wed, 27 Jan 2021 12:30:15 -0500 IronPort-SDR: GINBAH5giFuh/dER7syXuX3j2t2mq/14E1uF8NsF/yF25/y9yAn1tilKe9vrZIkni7QN76tJYz Hm9duBUT7TXw== X-IronPort-AV: E=McAfee;i="6000,8403,9877"; a="180182874" X-IronPort-AV: E=Sophos;i="5.79,380,1602572400"; d="scan'208";a="180182874" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jan 2021 09:28:27 -0800 IronPort-SDR: hqDu3WS98TI7yoUuuPLr0IGqC4vI5OKQ7KDoEZ5zKepMYEJUbi+SCSgN8H+T+Y0GJ4Se7+wqZW RYnh0wazBLIA== X-IronPort-AV: E=Sophos;i="5.79,380,1602572400"; d="scan'208";a="388402900" Received: from susiezhx-mobl.amr.corp.intel.com (HELO [10.213.180.238]) ([10.213.180.238]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jan 2021 09:28:27 -0800 Subject: Re: Crash in acpi_ns_validate_handle triggered by soundwire on Linux 5.10 To: =?UTF-8?Q?Marcin_=c5=9alusarz?= Cc: "moderated list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM..." , "Rafael J. Wysocki" , "Rafael J. Wysocki" , ACPI Devel Maling List , Vinod Koul , Bard Liao , Len Brown References: <1f0f7273-597e-cdf0-87d1-908e56c13133@linux.intel.com> From: Pierre-Louis Bossart Message-ID: <1dc2639a-ecbc-c554-eaf6-930256dcda96@linux.intel.com> Date: Wed, 27 Jan 2021 11:28:25 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org > Weird, I can't reproduce this problem with my self-compiled kernel :/ > I don't even see soundwire modules loaded in. Manually loading them of course > doesn't do much. > > Previously I could boot into the "faulty" kernel by using "recovery mode", but > I can't do that anymore - it crashes too. > > Maybe there's some kind of race and this bug depends on some specific > ordering of events? missing Kconfig? You need CONFIG_SOUNDWIRE and CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE selected to enter this sdw_intel_acpi_scan() routine.