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 9974DC83F12 for ; Mon, 28 Aug 2023 07:11:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229470AbjH1HLH (ORCPT ); Mon, 28 Aug 2023 03:11:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45388 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229613AbjH1HK4 (ORCPT ); Mon, 28 Aug 2023 03:10:56 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EFBA1E0 for ; Mon, 28 Aug 2023 00:10:53 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7F8CF63122 for ; Mon, 28 Aug 2023 07:10:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 69378C433C7; Mon, 28 Aug 2023 07:10:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1693206652; bh=CsfmyuGb6zoqpQ+ewDY00fEjSrkZ3qmsqGwW7UWlync=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wr0RcEBJqvhCTqFSgl0ZvMaEFpvBxhFnMf8MZ7FsveTfcqQ6C9rPw7IH4cAZdnpK1 MBscVi8hp/fi8HlG9qYapgwWRNe9/87vDhpoGeN72EPl6UxPThRFO65CtH35Xyw3ZH JIq9w1Ro82cBe/kAicfHX67Lp5VwtuE6Pvyrowqk= Date: Mon, 28 Aug 2023 09:10:50 +0200 From: Greg Kroah-Hartman To: Philip =?iso-8859-1?Q?M=FCller?= Cc: stable@vger.kernel.org, Bernhard Landauer Subject: Re: 5.10.192 fails to build =?utf-8?B?KGVy?= =?utf-8?B?cm9yOiDigJhSVDcxMV9KRDJfMTAwSw==?= =?utf-8?B?4oCZ?= undeclared here (not in a function)) Message-ID: <2023082825-release-opal-fdc4@gregkh> References: <3dc52ac6-790b-42b7-949b-cc1aa6a54b5b@manjaro.org> <2023082729-charm-broom-6cfb@gregkh> <2023082804-unnamable-papyrus-ab8e@gregkh> <1fdd05f6-34fc-4ab7-b58e-090a542317c0@manjaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1fdd05f6-34fc-4ab7-b58e-090a542317c0@manjaro.org> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Aug 28, 2023 at 08:49:14AM +0200, Philip Müller wrote: > On 28.08.23 08:46, Greg Kroah-Hartman wrote: > > On Mon, Aug 28, 2023 at 07:17:21AM +0200, Philip Müller wrote: > > > Hi Greg, > > > > > > Seems this needs to been backported too: > > > > > > https://github.com/torvalds/linux/commit/8e6c00f1fdea9fdf727969d7485d417240d2a1f9 > > > > > > At least an #include "../../codecs/rt711.h" in > > > sound/soc/intel/boards/sof_sdw.c > > > > Now queued up, thanks. > > > > And why are you the only one seeing this issue? What odd config are you > > using that none of the CI systems are catching this? > > > > thanks, > > > > greg k-h > > I don't know if it is odd, but here it is: > https://gitlab.manjaro.org/packages/core/linux510/-/raw/master/config Thanks, that helped. And verified that the above commit solved the issue, thanks for the reporting and testing. greg k-h