summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-22 02:50:28 -0600
committerCraig Jennings <c@cjennings.net>2026-01-22 02:50:28 -0600
commitd6338d0c0c5bf58531ef9f851b1a55d483dba828 (patch)
treed2edd57c8cab00e3af05760530d315ea604aad89
parent0259230d62eb733b8d55b3d85e91a7d53434d973 (diff)
docs(todo): add weekly topgrade reminder for kernel upgrade
Track linux-lts upgrade to 6.18+ which contains fix for AMD Strix Halo VPE power gating bug causing system freezes. Workaround in place until kernel upgrade.
-rw-r--r--todo.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/todo.org b/todo.org
index e013ad1..1a004f1 100644
--- a/todo.org
+++ b/todo.org
@@ -875,6 +875,11 @@ Should be ~cd "$build_dir" && sudo -u "$username"~ or similar
*Resolution:* Fixed line 336 to use ~cd "$build_dir" && sudo -u "$username"~ pattern (same as line 341). Now properly changes directories before running git pull. Unblocks all AUR package installations.
* ArchSetup Inbox
+** TODO Weekly topgrade until linux-lts 6.18+
+SCHEDULED: <2026-01-29 Thu +1w>
+Run =topgrade= and check =pacman -Q linux-lts=. Once 6.18+, remove =/etc/modprobe.d/amdgpu.conf= and mark this DONE.
+Background: AMD Strix Halo VPE power gating bug causes system freeze. Workaround disables power gating. Fix is in kernel 6.15+.
+
** DONE Add Lexend font to archsetup install
CLOSED: [2026-01-21 Wed]
SCHEDULED: <2025-11-12 Tue>