Successfully verified that kernel headers are not being removed after dist upgrade for package version 1:22.04.21 from Jammy.
$ multipass launch --cpus 24 --memory 8G --disk 20G --name focal focal $ multipass exec focal -- lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.6 LTS Release: 20.04 Codename: focal $ multipass exec focal -- sudo sh -c 'apt update && apt upgrade -y' $ multipass exec focal -- sh -c 'dpkg -l linux-headers-* | grep ii' ii linux-headers-5.4.0-216 5.4.0-216.236 all Header files related to Linux kernel version 5.4.0 ii linux-headers-5.4.0-216-generic 5.4.0-216.236 amd64 Linux kernel headers for version 5.4.0 on 64 bit x86 SMP ii linux-headers-generic 5.4.0.216.208 amd64 Generic Linux kernel headers ii linux-headers-virtual 5.4.0.216.208 amd64 Virtual Linux kernel headers $ multipass exec focal -- sudo do-release-upgrade -p ... ... hit yes yes yes, and wait for the reboot to finish ... $ multipass exec focal -- lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.5 LTS Release: 22.04 Codename: jammy $ multipass exec focal -- sh -c 'dpkg -l linux-headers-* | grep ii' ii linux-headers-5.15.0-185 5.15.0-185.195 all Header files related to Linux kernel version 5.15.0 ii linux-headers-5.15.0-185-generic 5.15.0-185.195 amd64 Linux kernel headers for version 5.15.0 on 64 bit x86 SMP ii linux-headers-5.4.0-216 5.4.0-216.236 all Header files related to Linux kernel version 5.4.0 ii linux-headers-5.4.0-216-generic 5.4.0-216.236 amd64 Linux kernel headers for version 5.4.0 on 64 bit x86 SMP ii linux-headers-generic 5.15.0.185.166 amd64 Generic Linux kernel headers ii linux-headers-virtual 5.15.0.185.166 amd64 Virtual Linux kernel headers ** Tags removed: verification-needed-jammy ** Tags added: verification-done-jammy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2078720 Title: Upgrading from jammy to noble results in a linux-headers package being in a broken state To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/2078720/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
