patch: disable broken drm/xe patches under uefi-loong64-7.0#9745
Merged
igorpecovnik merged 1 commit intomainfrom May 1, 2026
Merged
patch: disable broken drm/xe patches under uefi-loong64-7.0#9745igorpecovnik merged 1 commit intomainfrom
igorpecovnik merged 1 commit intomainfrom
Conversation
…EDS FIXING) Rename two .patch files to .patch.NEED_FIX so the patch driver skips them on apply. Both are drm/xe kernel patches that stopped applying cleanly after an upstream rebase and haven't been refreshed yet: - 0002-drm-xe-guc-use-GUC_SIZE-SZ_4K-for-alignment.patch - 0005-drm-xe-query-use-PAGE_SIZE-as-the-minimum-page-align.patch Kernels that were picking these up need them re-based against current upstream drm/xe before re-enabling. Not a behaviour change on its own — the patches were already failing the apply step — but stops the noise in build logs and makes it obvious at a glance which patches need maintainer attention.
Contributor
|
Important Review skippedReview was skipped as selected files did not have any reviewable changes. 💤 Files selected but had no reviewable changes (2)
⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 2/8 reviews remaining, refill in 41 minutes and 16 seconds.Comment |
4 tasks
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.
Summary
Rename two
drm/xekernel patches underpatch/kernel/archive/uefi-loong64-7.0/to.patch.NEED_FIXso the patch driver skips them on apply:0002-drm-xe-guc-use-GUC_SIZE-SZ_4K-for-alignment.patch0005-drm-xe-query-use-PAGE_SIZE-as-the-minimum-page-align.patchBoth stopped applying cleanly after an upstream rebase and need a maintainer to refresh them against current upstream
drm/xebefore they can be re-enabled.Not a behaviour change on its own — the patches were already failing the apply step — but it stops the noise in build logs and makes it obvious at a glance which patches need attention.
Context
Originally part of #9704 (misc build cleanup). Split out so the patch-status change can land on its own schedule independent of the DEBUG/Docker fixes there.
Test plan
uefi-loong64-7.0skips the.NEED_FIXpatches without erroring.