feat(node): Unpin kernel base image#9843
Merged
andrewbattat merged 1 commit intomasterfrom Apr 14, 2026
Merged
Conversation
frankdavid
approved these changes
Apr 14, 2026
daniel-wong-dfinity-org
pushed a commit
that referenced
this pull request
Apr 15, 2026
Remove the temporary kernel version pin. The pinned kernel (`6.14.0-37`) was needed to work around a `folio_split()` race condition bug that caused data corruption and xnet test failures. The fix was backported to Ubuntu's HWE kernel `6.17.0-14.14`; the current unpinned kernel (`6.17.0-20`) includes it. Tested change on `xnet_slo_29_subnets_test`, the initial test that failed due to the bug.
pull Bot
pushed a commit
to mikeyhodl/ic
that referenced
this pull request
Apr 27, 2026
First pinned in dfinity#8957 and unpinned in dfinity#9843, pin it once again to avoid the [memory bug](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=577a1f495fd78d8fb61b67ac3d3b595b01f6fcb0). We thought the patch was backported to our ubuntu, but it was not. We will update the kernel to a version with the patch, with the efforts in dfinity#9989.
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.
Remove the temporary kernel version pin. The pinned kernel (
6.14.0-37) was needed to work around afolio_split()race condition bug that caused data corruption and xnet test failures. The fix was backported to Ubuntu's HWE kernel6.17.0-14.14; the current unpinned kernel (6.17.0-20) includes it.Tested change on
xnet_slo_29_subnets_test, the initial test that failed due to the bug.