Re: [PATCH 6.12 000/148] 6.12.18-rc2 review

From: Guenter Roeck
Date: Sat Mar 08 2025 - 13:24:46 EST


On Sat, Mar 08, 2025 at 07:15:35AM -0800, Guenter Roeck wrote:
> On Thu, Mar 06, 2025 at 04:20:53PM +0100, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 6.12.18 release.
> > There are 148 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 Sat, 08 Mar 2025 15:13:38 +0000.
> > Anything received after that time might be too late.
> >
> v6.12.18:
>
> Building loongarch:defconfig ... failed
> --------------
> Error log:
> In file included from include/linux/bug.h:5,
> from include/linux/thread_info.h:13,
> from include/asm-generic/current.h:6,
> from ./arch/loongarch/include/generated/asm/current.h:1,
> from include/linux/sched.h:12,
> from arch/loongarch/kernel/asm-offsets.c:8:
> include/linux/thread_info.h: In function 'check_copy_size':
> arch/loongarch/include/asm/bug.h:47:9: error: implicit declaration of function 'annotate_reachable'
>
> This is not surprising:
>
> $ git grep annotate_reachable
> arch/loongarch/include/asm/bug.h: annotate_reachable();
>
> Caused by 2cfd0e5084e3 ("objtool: Remove annotate_{,un}reachable()").
>

The same problem also affects v6.13.6.

Guenter