Re: [PATCH 6.14 000/731] 6.14.2-rc1 review

From: Greg Kroah-Hartman
Date: Tue Apr 08 2025 - 11:27:59 EST


On Tue, Apr 08, 2025 at 05:20:26PM +0200, Greg Kroah-Hartman wrote:
> On Tue, Apr 08, 2025 at 03:59:40PM +0100, Mark Brown wrote:
> > On Tue, Apr 08, 2025 at 12:38:17PM +0200, Greg Kroah-Hartman wrote:
> > > This is the start of the stable review cycle for the 6.14.2 release.
> > > There are 731 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.
> >
> > This fails to build an arm multi_v7_defconfig for me:
> >
> > arm-linux-gnueabihf-ld: kernel/sched/build_utility.o: in function `partition_sched_domains_locked':
> > /build/stage/linux/kernel/sched/topology.c:2794:(.text+0x8dd0): undefined reference to `dl_rebuild_rd_accounting'
>
> Is this a dependancy issue, the function is there in the tree. Let me
> dig....

Looks like we need commit 34929a070b7f ("include/{topology,cpuset}: Move
dl_rebuild_rd_accounting to cpuset.h"), I'll go add that now, thanks.

greg k-h