Re: [PATCH 6.6 000/341] 6.6.48-rc1 review

From: Greg Kroah-Hartman
Date: Thu Aug 29 2024 - 10:17:32 EST


On Wed, Aug 28, 2024 at 10:59:41PM +0530, Naresh Kamboju wrote:
> On Wed, 28 Aug 2024 at 20:00, Naresh Kamboju <naresh.kamboju@xxxxxxxxxx> wrote:
> >
> > On Tue, 27 Aug 2024 at 20:12, Greg Kroah-Hartman
> > <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
> > >
> > > This is the start of the stable review cycle for the 6.6.48 release.
> > > There are 341 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, 29 Aug 2024 14:37:36 +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/v6.x/stable-review/patch-6.6.48-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-6.6.y
> > > and the diffstat can be found below.
> > >
> > > thanks,
> > >
> > > greg k-h
> >
> > The tinyconfig builds failed for all architectures on 6.6.48-rc1.
> >
> > Builds
> > - clang-18-tinyconfig
> > - clang-nightly-tinyconfig
> > - gcc-13-tinyconfig
> > - gcc-8-tinyconfig
>
> The bisection pointed to the following is the first bad commit,
>
> bc2002c9d531dd4ad0241268c946abf074d2145d is the first bad commit
> rcu: Dump memory object info if callback function is invalid
>
> [ Upstream commit 2cbc482d325ee58001472c4359b311958c4efdd1 ]

Thanks for tracking this down, I've fixed it up by adding a patch before
this one.

greg k-h