Merged
Conversation
…to infra repository
Fixed formatting issues in the README regarding kernel installation steps.
Updated deploy procedure
tomassrnka
added a commit
to e2b-dev/infra
that referenced
this pull request
Nov 25, 2025
Related to e2b-dev/fc-kernels#6 -> Bump kernel version to 6.1.158
…/fc-kernels into 2025-11-20-kernel-update
dobrac
approved these changes
Nov 25, 2025
| 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.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.