kernel icon indicating copy to clipboard operation
kernel copied to clipboard

re-enable squashfs parallel decompression optimization

Open stapelberg opened this issue 2 years ago • 0 comments

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.

stapelberg avatar Oct 08 '23 21:10 stapelberg