We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Linux 6.1 kernel update brought some unexpected changes which could also be related to the increased size.
The unpriv ebpf setting changed. The kernel is maybe larger than needed?
No regression in behavior/features, no new features unless wanted.
CONFIG_EFI_ZBOOT
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current situation
The Linux 6.1 kernel update brought some unexpected changes which could also be related to the increased size.
Impact
The unpriv ebpf setting changed. The kernel is maybe larger than needed?
Ideal future situation
No regression in behavior/features, no new features unless wanted.
Implementation options
Additional information
but in general we have to review most settings again since it wasn't really done for long time - e.g., we are missing out on some interesting stuff and hardware support [RFE] Review kernel config to enable new features #855 but on the other hand, the size limit is almost hit Reduce vmlinuz size #688 (approaches like
CONFIG_EFI_ZBOOT
could help for arm64 but my hope is that a review would identify things that we don't really need)The text was updated successfully, but these errors were encountered: