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 85FC4C433EF for ; Wed, 6 Apr 2022 15:22:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235981AbiDFPYp (ORCPT ); Wed, 6 Apr 2022 11:24:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38986 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236478AbiDFPXE (ORCPT ); Wed, 6 Apr 2022 11:23:04 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A574855CFE9; Wed, 6 Apr 2022 05:23:15 -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 D981EB81C87; Wed, 6 Apr 2022 12:23:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 882B4C385A3; Wed, 6 Apr 2022 12:23:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1649247790; bh=eHm0dErpwo30/M5xumPzcun9XsFwEuyogZ+rXajt7gw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lGUEhKHjVtCTEE1JsnWrL0eiPDTCBB2lfHuOdSIS5BNKYFGsCVbcymu4z/OvcbkRs j0OmLgPvuDAE7M4LiXS5oMvJ7udy8BQtrKDb1CcnWN/20vXSaSR3swO2+YmOROx+W4 IuAT19YrB9vbptMxyDJ3oDCEqUVJQhPKExh/QNng= Date: Wed, 6 Apr 2022 14:23:07 +0200 From: Greg Kroah-Hartman To: Anders Roxell Cc: Shuah Khan , linux-kernel@vger.kernel.org, stable@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, slade@sladewatkins.com, Pierre-Louis Bossart , ranjani.sridharan@linux.intel.com Subject: Re: [PATCH 5.15 000/913] 5.15.33-rc1 review Message-ID: References: <20220405070339.801210740@linuxfoundation.org> <4273d632-9686-3809-2ef0-e87bb431f798@linuxfoundation.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: linux-kernel@vger.kernel.org On Wed, Apr 06, 2022 at 11:52:18AM +0200, Anders Roxell wrote: > On Wed, 6 Apr 2022 at 01:06, Shuah Khan wrote: > > > > On 4/5/22 1:17 AM, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 5.15.33 release. > > > There are 913 patches in this series, all will be posted as a response > > > to this one. If anyone has any issues with these being applied, please > > > let me know. > > > > > > Responses should be made by Thu, 07 Apr 2022 07:01:33 +0000. > > > Anything received after that time might be too late. > > > > > > The whole patch series can be found in one patch at: > > > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.33-rc1.gz > > > or in the git tree and branch at: > > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y > > > and the diffstat can be found below. > > > > > > thanks, > > > > > > greg k-h > > > > > > > Build failed on my system. The following is the problem commit. There > > are no changes to the config between 5.15.32 and this build. > > > > Ranjani Sridharan > > ASoC: SOF: Intel: hda: Remove link assignment limitation > > I saw the same build error, after applying the following patches it > builds fine again. > > a792bfc1c2bc ("ASoC: SOF: Intel: hda-stream: limit PROCEN workaround") > 81ed6770ba67 ("ASoC: SOF: Intel: hda: expose get_chip_info()") Thanks, but I'll just go drop the offending commit here. If this is still needed in the stable trees, can someone email stable@vger with the needed information and I will be glad to reconsider it. greg k-h