Skip to content

Conversation

@tomassrnka
Copy link
Member

@tomassrnka tomassrnka commented Nov 25, 2025

The included changes:

  • 6.1.102 -> 6.1.158
  • Enabled NFD and RPCSEC_GSS_KRB5 & related configs

Note

Adds kernel 6.1.158 (new config) and updates README with E2B infra deployment steps; includes 6.1.158 in build list.

  • Kernel:
    • Add configs/6.1.158.config for Linux 6.1.158, enabling NFSv4/NFSD and RPCSEC_GSS_KRB5 along with related networking and virtio options.
    • Include 6.1.158 in kernel_versions.txt.
  • Docs:
    • Add README section with steps to deploy new kernels in E2B infra; clarify license line.

Written by Cursor Bugbot for commit a25bf91. This will update automatically on new commits. Configure here.

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
CONFIG_NFSD_PNFS=y
CONFIG_NFSD_V4_SECURITY_LABEL=y
CONFIG_NFSD_V4_2=y
CONFIG_NFSD_FAULT_INJECTION=n # usually off
Copy link

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.

Fix in Cursor Fix in Web

@tomassrnka tomassrnka merged commit 2d2d588 into main Nov 25, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants