Tags give the ability to mark specific points in history as being important
-
v1.40.0
protected9f4ea06c · ·1.40.0 release New features: - tuxmake: accept Kbuild targets as positional arguments - tuxmake: accept kconfig targets as positional arguments Bug fixes: - kselftest: pass KDIR to enable out-of-tree module builds - kselftest: allow partial build failures - target: accept any CONFIG_*=<value> inline fragment - kselftest: report WARNING status on nonfatal failures - kselftest: use make -i for the install step - docs: update --kconfig-add help text, remove kselftest-merge target Container images: - arch: unify sh, sh2 and sh4 into a single sh architecture - Update korg-clang-22 to 22.1.4
-
v1.39.0
protected5e04e160 · ·1.39.0 release Bug fixes: - build: use user-supplied CROSS_COMPILE in compiler check - check-environment: add fuse3 detection and cross pkg-config fallback - test: add test for missing user-supplied CROSS_COMPILE - check-environment: fix fuse3 test program - check-environment: fix fuse3 test on 32-bit architectures Container images: - docker: fix native pkg-config after foreign-arch install - docker: skip equivs package when real cross compiler is installed
-
v1.37.0
protected0e38ffbf · ·1.37.0 release Bug fixes: - Update korg-clang-22 to 22.1.0 - Update korg-clang-22 to 22.1.1 - Update korg-clang-22 to 22.1.2 - runtime: null: check if compiler exists on host - build: raise CompilerNotFoundError for null runtime - build: replace korg arch if/elif chain with a dict - arch: loongarch: move LLVM vars to clang toolchain configs - korg-gcc: use kernel arch names for targets - arch: powerpc: switch CROSS_COMPILE to powerpc64-linux-gnu- - korg-gcc: add powerpc support - toolchain: remove llvm, korg-llvm, and rustllvm - target: drop CC and HOSTCC for kselftest clang builds Container images: - Revert "runtime: docker: Apply workaround for apt.llvm.org installation errors on Trixie" - docker: Dockerfile.build: handle libfuse-dev to libfuse3-dev transition