| Subject | Re: [PATCH 5.10 000/599] 5.10.110-rc1 review | From | Shuah Khan <> | Date | Tue, 5 Apr 2022 17:10:21 -0600 |
| |
On 4/5/22 1:24 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.10.110 release. > There are 599 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.10.110-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.10.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 <ranjani.sridharan@linux.intel.com> ASoC: SOF: Intel: hda: Remove link assignment limitation
sound/soc/sof/intel/hda-dai.c: In function ‘hda_link_stream_assign’: sound/soc/sof/intel/hda-dai.c:82:24: error: implicit declaration of function ‘get_chip_info’; did you mean ‘get_group_info’? [-Werror=implicit-function-declaration] 82 | chip = get_chip_info(sdev->pdata); | ^~~~~~~~~~~~~ | get_group_info sound/soc/sof/intel/hda-dai.c:82:22: warning: assignment to ‘const struct sof_intel_dsp_desc *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 82 | chip = get_chip_info(sdev->pdata); | ^ sound/soc/sof/intel/hda-dai.c:90:35: error: ‘const struct sof_intel_dsp_desc’ has no member named ‘quirks’ 90 | if (!(chip->quirks & SOF_INTEL_PROCEN_FMT_QUIRK)) { | ^~ sound/soc/sof/intel/hda-dai.c:90:46: error: ‘SOF_INTEL_PROCEN_FMT_QUIRK’ undeclared (first use in this function) 90 | if (!(chip->quirks & SOF_INTEL_PROCEN_FMT_QUIRK)) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sound/soc/sof/intel/hda-dai.c:90:46: note: each undeclared identifier is reported only once for each function it appears in cc1: some warnings being treated as errors
thanks, -- Shuah
|