-
Notifications
You must be signed in to change notification settings - Fork 5
2025 11 20 kernel update #6
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
Conversation
…to infra repository
Fixed formatting issues in the README regarding kernel installation steps.
Updated deploy procedure
Related to e2b-dev/fc-kernels#6 -> Bump kernel version to 6.1.158
…/fc-kernels into 2025-11-20-kernel-update
| CONFIG_NFSD_PNFS=y | ||
| CONFIG_NFSD_V4_SECURITY_LABEL=y | ||
| CONFIG_NFSD_V4_2=y | ||
| CONFIG_NFSD_FAULT_INJECTION=n # usually off |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Invalid kernel config syntax for NFSD_FAULT_INJECTION
The line CONFIG_NFSD_FAULT_INJECTION=n # usually off uses invalid kernel configuration syntax. Linux kernel configs should use either CONFIG_OPTION=y for enabled options or # CONFIG_OPTION is not set for disabled options. The =n syntax is not recognized by kernel build tools. Additionally, the inline comment indicates this is developer commentary in what should be an auto-generated config file, which could cause unexpected build behavior.
The included changes:
Note
Adds kernel 6.1.158 (new config) and updates README with E2B infra deployment steps; includes 6.1.158 in build list.
configs/6.1.158.configfor Linux 6.1.158, enabling NFSv4/NFSD andRPCSEC_GSS_KRB5along with related networking and virtio options.6.1.158inkernel_versions.txt.Written by Cursor Bugbot for commit a25bf91. This will update automatically on new commits. Configure here.