kernel
kernel copied to clipboard
re-enable squashfs parallel decompression optimization
In cmd/gokr-build-kernel/build.go, we specify CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU. However, this value has no effect anymore since https://github.com/torvalds/linux/commit/80f784098ff44e086f68f0e8c98b6c6da8702ec4, which renamed the kernel option.
We should update the config addendum to the intended name and ensure that all options we set in the addendum are actually present in the resulting config as a safe-guard.