Due to various hackery involving the kernel being built on gcc 12.3.0 but the packaged gcc in apt being 11.4.0, gcc was upgraded manually to 12.3.0. When using g++ however, it remains on 11.4. Make sure your build scripts account for this (alias cc=).