From 416e59a68551b68e6dae6f43e2d2634687282e14 Mon Sep 17 00:00:00 2001 From: Cirrus Codex Date: Fri, 15 May 2026 13:23:28 -0400 Subject: [PATCH] Broaden Ubuntu kernel candidate discovery --- tests/cmc-upgrade-kernel-test.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cmc-upgrade-kernel-test.md b/tests/cmc-upgrade-kernel-test.md index c9c2f4a..29d893e 100644 --- a/tests/cmc-upgrade-kernel-test.md +++ b/tests/cmc-upgrade-kernel-test.md @@ -82,6 +82,7 @@ Validate CMC behavior across staged kernel upgrades on a cloned VM, including re 2. Confirm source host is powered on for the inspection phase. If it is powered off, power it on. 3. SSH to the source host and check available kernel versions on the source before cloning. 4. Build source-host kernel candidate list from all available versions (include intermediate versions, not just the latest from `check-update`). + - On Ubuntu, use `apt-cache madison` and/or `apt list -a` for `linux-image-generic`, `linux-headers-generic`, and `linux-image-generic-hwe-24.04` / `linux-headers-generic-hwe-24.04` after `apt update` so the candidate scan includes all available generic kernel tracks, not just the newest upgradable entry. 5. Candidate scope rule: - Include only kernels in the same major OS family as the current machine (no major-version upgrades). - Prefer candidates within the same minor stream as current OS/kernel when available.