mirror of
https://github.com/armbian/build.git
synced 2026-05-04 11:52:46 +02:00
Some checks failed
Data: Sync board list / Send dispatch (push) Has been cancelled
Infrastructure: Dispatch to fork / 📢 Run repository dispatch on fork (push) Has been cancelled
Infrastructure: Mirror to Codeberg / codeberg (push) Has been cancelled
Maintenance: Announce merge / announcepush (push) Has been cancelled
Maintenance: Security scan / Scorecards analysis (push) Has been cancelled
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.