[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2024091137-parched-scrunch-d9dd@gregkh>
Date: Wed, 11 Sep 2024 14:47:24 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Shuah Khan <skhan@...uxfoundation.org>
Cc: stable@...r.kernel.org, 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
Subject: Re: [PATCH 5.10 000/186] 5.10.226-rc1 review
On Tue, Sep 10, 2024 at 03:52:22PM -0600, Shuah Khan wrote:
> 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);
> | ^~~~~~~~~~~~
If you remove that commit, this shouldn't be possible as ad7606_par.c
does not call ad7606_reset anymore. I'll go drop this commit from 5.15
and 5.10 for now until this gets worked out, and that should fix your
build issue.
I'll push out some -rc2 releases to verify.
thanks,
greg k-h
Powered by blists - more mailing lists