Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-enable squashfs parallel decompression optimization #540

Open
stapelberg opened this issue Oct 8, 2023 · 0 comments
Open

re-enable squashfs parallel decompression optimization #540

stapelberg opened this issue Oct 8, 2023 · 0 comments

Comments

@stapelberg
Copy link
Contributor

In cmd/gokr-build-kernel/build.go, we specify CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU. However, this value has no effect anymore since torvalds/linux@80f7840, 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 added a commit that referenced this issue Oct 8, 2023
This kernel option was renamed in Linux 6.2.

related to #540
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant