On Mon, May 02, 2022 at 08:06:59PM +0800, kernel test robot wrote: > All warnings (new ones prefixed by >>): > > mips64el-linux-ld: warning: orphan section `.ctors.65436' from `arch/mips/kernel/signal_o32.o' being placed in section `.ctors.65436' <-- tons of these --> <-- snip --> > >> mips64el-linux-ld: warning: orphan section `.ctors.65436' from `kernel/module/main.o' being placed in section `.ctors.65436' This is not due to the changes, this is just that the linker for mips64el-linux-ld loves to complain about these for any new kernel object. So nothing will be done or can be done as far as modules-next is concerned. Luis