Re: [PATCH 5.10 000/186] 5.10.226-rc1 review

From: Shuah Khan
Date: Tue Sep 10 2024 - 17:52:34 EST


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@xxxxxxxxxxxx>
     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