[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ac0c439f-86fe-467d-95c4-b4e9e294010f@linuxfoundation.org>
Date: Tue, 10 Sep 2024 15:52:22 -0600
From: Shuah Khan <skhan@...uxfoundation.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>, stable@...r.kernel.org
Cc: patches@...ts.linux.dev, linux-kernel@...r.kernel.org,
torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
linux@...ck-us.net, shuah@...nel.org, patches@...nelci.org,
lkft-triage@...ts.linaro.org, pavel@...x.de, jonathanh@...dia.com,
f.fainelli@...il.com, sudipm.mukherjee@...il.com, srw@...dewatkins.net,
rwarsow@....de, conor@...nel.org, allen.lkml@...il.com, broonie@...nel.org,
Shuah Khan <skhan@...uxfoundation.org>
Subject: Re: [PATCH 5.10 000/186] 5.10.226-rc1 review
On 9/10/24 15:26, Shuah Khan wrote:
> On 9/10/24 03:31, Greg Kroah-Hartman wrote:
>> This is the start of the stable review cycle for the 5.10.226 release.
>> There are 186 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, 12 Sep 2024 09:25:22 +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.226-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
>>
>
>>
>> Guillaume Stols <gstols@...libre.com>
>> iio: adc: ad7606: remove frstdata check for serial mode
>>
>
>
> Kernel: arch/x86/boot/bzImage is ready (#210)
> ERROR: modpost: module ad7606_par uses symbol ad7606_reset from namespace IIO_AD7606, but does not import it.
> make[1]: *** [scripts/Makefile.modpost:123: modules-only.symvers] Error 1
> make[1]: *** Deleting file 'modules-only.symvers'
> make: *** [Makefile:1759: modules] Error 2
>
> Same problem. I am building with this commit now and I will
> update you what happens.
>
Not so easy. Removing this commit gives me the following error.
drivers/iio/adc/ad7606_par.c: In function ‘ad7606_par16_read_block’:
drivers/iio/adc/ad7606_par.c:40:25: error: implicit declaration of function ‘ad7606_reset’; did you mean ‘ad7606_probe’? [-Werror=implicit-function-declaration]
40 | ad7606_reset(st);
| ^~~~~~~~~~~~
thanks,
-- Shuah
Powered by blists - more mailing lists