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=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 8AF3EC4741F for ; Thu, 5 Nov 2020 15:39:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1E6512151B for ; Thu, 5 Nov 2020 15:39:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604590754; bh=BK6UyQbmVZaBa7NHXAUIlJ5OUAFt3Xj/7AwhJMn1cVw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=txE/xePovprCrvr2FIMdlCJrFWqBx/lOtnrB20caKeWmtMjnqLhySGP1PnijZW1Vi yoCzzWMesJ4xoYlHu60XQ9Og0jOdKWbj7VeycPdXFYrw9Ex8iKorpTHnI45BRPp1Q1 PMhZuRM35nsOCZroWQgG/Y0r4mwBR+4+RruZx6Bg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731050AbgKEPjN (ORCPT ); Thu, 5 Nov 2020 10:39:13 -0500 Received: from mail.kernel.org ([198.145.29.99]:33636 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730721AbgKEPjN (ORCPT ); Thu, 5 Nov 2020 10:39:13 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3C49220782; Thu, 5 Nov 2020 15:39:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604590752; bh=BK6UyQbmVZaBa7NHXAUIlJ5OUAFt3Xj/7AwhJMn1cVw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AkYgF9uKJZZtRdT8X6LKIae1sySM/N/v47rI7VnsqRSz7TZv0zNqnEJo071ui7RTF EOrtVRvV7JZgzKu7nJoVrdFkVQTKVQdeXchIZB6Lg7cy1QnCd/+Qc/WKr+iuH3vNut gCm/vjMoy7Icxu7PJsjWZub89kcW6akJzo98iLck= Date: Thu, 5 Nov 2020 16:40:01 +0100 From: Greg KH To: Thorsten Leemhuis Cc: Sasha Levin , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Rander Wang , Pierre-Louis Bossart , Bard Liao , Guennadi Liakhovetski , Ranjani Sridharan , Mark Brown , sound-open-firmware@alsa-project.org, alsa-devel@alsa-project.org Subject: Re: Build error with 5.9.5 in sound/soc/sof/intel/hda-codec.c (was: [PATCH AUTOSEL 5.9 039/147] ASoC: SOF: fix a runtime pm issue in SOF when HDMI codec doesn't work) Message-ID: <20201105154001.GA1166450@kroah.com> References: <20201026234905.1022767-1-sashal@kernel.org> <20201026234905.1022767-39-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Nov 05, 2020 at 02:48:33PM +0100, Thorsten Leemhuis wrote: > Lo! I just tried to compile 5.9.5 and ran into a build error with below > patch. I only did a quick look (I have to leave the keyboard soon), but > seems the patch quoted below that was added to 5.9.5 depends on 11ec0edc6408 > (git.kernel.org/linus/11ec0edc6408) which wasn't backported. > > The build error can be found here: > https://kojipkgs.fedoraproject.org//work/tasks/8246/54978246/build.log > > Relevant part: > > + make -s 'HOSTCFLAGS=-O2 -flto=auto -ffat-lto-objects -fexceptions -g > -grecord-gcc-switches -pipe -Wall -Werror=format-security > -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS > -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong > -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fcommon -m64 -mtune=generic > -fasynchronous-unwind-tables -fstack-clash-protection' > 'HOSTLDFLAGS=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now > -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' ARCH=x86_64 'KCFLAGS= ' > WITH_GCOV=0 -j48 modules > sound/soc/sof/intel/hda-codec.c: In function 'hda_codec_probe': > sound/soc/sof/intel/hda-codec.c:177:4: error: label 'error' used but not > defined > 177 | goto error; > | ^~~~ > make[4]: *** [scripts/Makefile.build:283: sound/soc/sof/intel/hda-codec.o] > Error 1 > make[3]: *** [scripts/Makefile.build:500: sound/soc/sof/intel] Error 2 > make[3]: *** Waiting for unfinished jobs.... > make[2]: *** [scripts/Makefile.build:500: sound/soc/sof] Error 2 > make[2]: *** Waiting for unfinished jobs.... > make[1]: *** [scripts/Makefile.build:500: sound/soc] Error 2 > make: *** [Makefile:1784: sound] Error 2 > make: *** Waiting for unfinished jobs.... > + exit 1 > > Looks like the compiler is right from a quick look at > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/sound/soc/sof/intel/hda-codec.c?h=linux-5.9.y&id=43836fdc9e318a11233cf19c5ee7ffb04e8e5d8f > > But as I said, I lack the time for a closer look. Thanks, people are looking at it already: https://lore.kernel.org/r/1f0c6a62-5208-801d-d7c2-725ee8da19b2@linux.intel.com