Skip to content

Fix malformed unified-diff hunk metadata in RK806 reset compatibility patch - #6

Draft
edtubbs with Copilot wants to merge 16 commits into
copilot/fix-reset-button-functionalityfrom
copilot/fix-reset-button-issue-again
Draft

Fix malformed unified-diff hunk metadata in RK806 reset compatibility patch#6
edtubbs with Copilot wants to merge 16 commits into
copilot/fix-reset-button-functionalityfrom
copilot/fix-reset-button-issue-again

Conversation

Copilot AI commented Feb 13, 2026

Copy link
Copy Markdown

The release workflow was failing during kernel patch application for NanoPC-T6 because rk806-friendlyarm-reset-compat.patch was malformed. The failure occurred before any kernel logic changes were applied.

  • Patch integrity fix

    • Corrected the unified-diff hunk header in nix/builders/nanopc-t6/rk806-friendlyarm-reset-compat.patch so patch line counts match the actual hunk content.
    • This unblocks patch application in linux-config phase for the NanoPC-T6 kernel build.
  • Scope

    • No behavioral changes to RK806 reset fallback logic.
    • No changes to DTS semantics, kernel selection, or build wiring.
-@@ -716,9 +716,8 @@ int rk8xx_probe(...)
+@@ -716,8 +716,8 @@ int rk8xx_probe(...)

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits February 13, 2026 22:22
Co-authored-by: edtubbs <84785904+edtubbs@users.noreply.github.com>
Co-authored-by: edtubbs <84785904+edtubbs@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix non-functional reset button Set NanoPC-T6 RK806 reset mode to 1 for kernel-time reset behavior Feb 13, 2026
Copilot AI requested a review from edtubbs February 13, 2026 22:26
Copilot AI and others added 2 commits February 13, 2026 22:29
Co-authored-by: edtubbs <84785904+edtubbs@users.noreply.github.com>
Co-authored-by: edtubbs <84785904+edtubbs@users.noreply.github.com>
Copilot AI changed the title Set NanoPC-T6 RK806 reset mode to 1 for kernel-time reset behavior Restore NanoPC-T6 reset mode 2 and preserve required OP-TEE DTS nodes Feb 13, 2026
Co-authored-by: edtubbs <84785904+edtubbs@users.noreply.github.com>
Copilot AI changed the title Restore NanoPC-T6 reset mode 2 and preserve required OP-TEE DTS nodes Switch NanoPC-T6 to nabam unstable kernel track for reset-button regression Feb 17, 2026
Co-authored-by: edtubbs <84785904+edtubbs@users.noreply.github.com>
Copilot AI changed the title Switch NanoPC-T6 to nabam unstable kernel track for reset-button regression Select nabam unstable kernel variant for NanoPC‑T6 reset behavior Feb 17, 2026
Co-authored-by: edtubbs <84785904+edtubbs@users.noreply.github.com>
Copilot AI changed the title Select nabam unstable kernel variant for NanoPC‑T6 reset behavior Move NanoPC‑T6 off nabam kernel input and use nixpkgs mainline kernel path Feb 17, 2026
Co-authored-by: edtubbs <84785904+edtubbs@users.noreply.github.com>
Copilot AI changed the title Move NanoPC‑T6 off nabam kernel input and use nixpkgs mainline kernel path Restore Rockchip kernel path for NanoPC‑T6 with explicit fallback off nabam Feb 17, 2026
Co-authored-by: edtubbs <84785904+edtubbs@users.noreply.github.com>
Copilot AI changed the title Restore Rockchip kernel path for NanoPC‑T6 with explicit fallback off nabam Build NanoPC‑T6 images on pure NixOS 25.11 kernel path (remove nabam rockchip input) Feb 19, 2026
Copilot AI and others added 2 commits February 19, 2026 18:59
Co-authored-by: edtubbs <84785904+edtubbs@users.noreply.github.com>
Co-authored-by: edtubbs <84785904+edtubbs@users.noreply.github.com>
Copilot AI changed the title Build NanoPC‑T6 images on pure NixOS 25.11 kernel path (remove nabam rockchip input) Switch NanoPC-T6 back to FriendlyARM vendor kernel path for reset + HDMI behavior Feb 19, 2026
Co-authored-by: edtubbs <84785904+edtubbs@users.noreply.github.com>
Copilot AI changed the title Switch NanoPC-T6 back to FriendlyARM vendor kernel path for reset + HDMI behavior Mirror FriendlyARM RK806 reset semantics on nabam NanoPC‑T6 kernel path Feb 19, 2026
Co-authored-by: edtubbs <84785904+edtubbs@users.noreply.github.com>
Copilot AI changed the title Mirror FriendlyARM RK806 reset semantics on nabam NanoPC‑T6 kernel path Fix malformed NanoPC-T6 DTS patch hunk metadata blocking kernel patch application Feb 20, 2026
Co-authored-by: edtubbs <84785904+edtubbs@users.noreply.github.com>
Copilot AI changed the title Fix malformed NanoPC-T6 DTS patch hunk metadata blocking kernel patch application Fix malformed RK806 reset-compat patch causing NanoPC-T6 kernel patch stage failure Feb 20, 2026
Copilot AI changed the title Fix malformed RK806 reset-compat patch causing NanoPC-T6 kernel patch stage failure Fix NanoPC-T6 CI patch failure by correcting malformed RK806 compatibility diff Feb 20, 2026
Co-authored-by: edtubbs <84785904+edtubbs@users.noreply.github.com>
Copilot AI changed the title Fix NanoPC-T6 CI patch failure by correcting malformed RK806 compatibility diff Fix malformed unified-diff hunk metadata in RK806 reset compatibility patch Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants