drm/xe/vf: Fix LRC races during post-migration recovery#299
Open
kbommu wants to merge 1 commit intointel-gpu:kernel-backport/mainfrom
Open
drm/xe/vf: Fix LRC races during post-migration recovery#299kbommu wants to merge 1 commit intointel-gpu:kernel-backport/mainfrom
kbommu wants to merge 1 commit intointel-gpu:kernel-backport/mainfrom
Conversation
Fix races between LRC creation, teardown, and VF post-migration fixups that can lead to invalid or partially updated LRCs. Ensure fixups complete before LRCs are used, protect LRC access during fixups, and recreate any LRCs created while fixups are in progress. This prevents inconsistent state and potential GPU hangs. Signed-off-by: Bommu Krishnaiah <krishnaiah.bommu@intel.com>
CI Bug Log - changes from xkb-226-520362ff61a16e40d24e7bed21b21463994304b9_BAT -> xkb-pr-main-299-518-df1fc2a61fb8e134270b16d3f355fa630e9fb565_BATSummarySUCCESS No regressions found. Participating hosts (9 -> 9)No changes in participating hosts Known issuesHere are the changes found in xkb-pr-main-299-518-df1fc2a61fb8e134270b16d3f355fa630e9fb565_BAT that come from known issues: IGT changesIssues hit
Possible fixes
Build changes
igt-xkb-104-c142aab3a: c142aab3a |
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.
Fix races between LRC creation, teardown, and VF post-migration
fixups that can lead to invalid or partially updated LRCs.
Ensure fixups complete before LRCs are used, protect LRC access
during fixups, and recreate any LRCs created while fixups are
in progress.
This prevents inconsistent state and potential GPU hangs.
Signed-off-by: Bommu Krishnaiah krishnaiah.bommu@intel.com