On Tue, Apr 23, 2024 at 01:35:28PM +0530, Naresh Kamboju wrote: > The arm and i386 builds failed with clang-17 and gcc-12 on stable-rc > linux.5.10.y > branch with linked config [1]. > > Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx> > > In file included from init/do_mounts.c:7: > In file included from include/linux/suspend.h:5: > In file included from include/linux/swap.h:9: > In file included from include/linux/memcontrol.h:13: > In file included from include/linux/cgroup.h:28: > In file included from include/linux/cgroup-defs.h:20: > include/linux/u64_stats_sync.h:136:2: error: implicit declaration of > function 'preempt_disable_nested' > [-Werror,-Wimplicit-function-declaration] > 136 | preempt_disable_nested(); > | ^ That function is not in the queue at all, are you sure you are up to date? thanks, greg k-h