added 4 commits
February 26, 2026 17:34… allmodconfig + ThinLTO This was done for regular ARCH=loongarch allmodconfig in commit bc74111 ("generator: yml: Disable CONFIG_VIDEO_ROCKCHIP_VDEC for ARCH=loongarch allmodconfig") but it is also needed for the allmodconfig + ThinLTO build. Signed-off-by: Nathan Chancellor <nathan@kernel.org>
…t with LLVM < 19.1.0 Without the constant extender pass (which was disabled due to an infinite loop / assertion failure in LLVM versions prior to 19.1.0 [1]), hexagon allmodconfig builds fail to link from being too big on mainline and -next, just due to code size growth. Disable these builds. Link: https://git.kernel.org/linus/aef25be35d23ec768eed08bfcf7ca3cf9685bc28 Signed-off-by: Nathan Chancellor <nathan@kernel.org>