kernel upgrade: upgrade kernel with TSC_ADJUST fix#3186
Merged
benhillis merged 1 commit intomicrosoft:release/1.7.2511from Apr 5, 2026
Merged
kernel upgrade: upgrade kernel with TSC_ADJUST fix#3186benhillis merged 1 commit intomicrosoft:release/1.7.2511from
benhillis merged 1 commit intomicrosoft:release/1.7.2511from
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the OpenHCL kernel package version used by Flowey HVLite pipelines to pick up a kernel change related to TSC_ADJUST handling in Hyper-V (gated by CONFIG_HYPERV_VTL_MODE per the PR description).
Changes:
- Bump
OPENHCL_KERNEL_DEV_VERSIONfrom6.12.52.5→6.12.52.7. - Bump
OPENHCL_KERNEL_STABLE_VERSIONfrom6.12.52.5→6.12.52.7.
ac90a31 to
6cdfa3a
Compare
Signed-off-by: Hardik Garg <hargar@microsoft.com>
6cdfa3a to
fa54463
Compare
Brian-Perkins
approved these changes
Apr 3, 2026
benhillis
approved these changes
Apr 3, 2026
345e283
into
microsoft:release/1.7.2511
226 of 234 checks passed
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.
TSC_ADJUST handling should not be needed for guests running in Hyper-V.
For backward compatibility, turn it off only when built with CONFIG_HYPERV_VTL_MODE. This addresses an issue where the TSC_ADJUST runtime checks would conflict with restore_partition_time handling that would adjust the global TSC value using a Hyper-V hypercall.
Kernel change PR: microsoft/OHCL-Linux-Kernel#120
Signed-off-by: Hardik Garg hargar@microsoft.com