=== dtg01101 is now known as dtg01100 [09:55] Zero_Chaos: when we apply stable updates as cherrypicks we update the info file with that info..... let me try to find that [09:55] Zero_Chaos: but also we apply many CVE patches ahead of their inclusion in the point releases [09:56] you should find file ./debian.master/upstream-stable [09:56] with like [09:56] cat upstream-stable [09:56] # The following upstream stable releases have been ported: [09:56] [upstream-stable] [09:56] linux-5.4.y = v5.4.178 === Kuraokami changed the topic of #ubuntu-kernel to: Jammy 22.04 kernel development || Ask us anything here, or on discourse https://discourse.ubuntu.com/t/ask-us-anything-about-ubuntu-kernels [10:10] apw: updated channel topic via #ubuntu-irc, and added the discourse option too. [10:34] xnox, ack thanks. [11:09] Hello, I would like to bring this bug to your attention : LP: #1955655 [11:09] Launchpad bug 1955655 in linux (Ubuntu) "kernel-5.13.0-23-generic : Unable to boot when Secure Encrypted Virtualization( SEV) is enabled without setting swiotlb boot param" [Undecided, Confirmed] https://launchpad.net/bugs/1955655 [11:10] Looks like symptoms have changed : it now starts to boot but will hang a little while after the boot starts [11:10] Adding swiotlb=262144 to the kernel cmd does provide a workaround [11:26] caribou: left a comment on the bug. [11:27] * ogra wonders if we could not ship the upstream-stable file in the binary kernel packages in /usr/share/doc or so ... might be nice to be able to find your upstream kernl version info without having to dig through a git source tree [11:30] ogra: people are looking that for to check which commits are included or not, meaning they are looking for the tag name to compare things with.... meaning they have git clone of the kernel tree available. [11:30] majority of people who deal with kernel look at git trees only. [11:31] well ... IT guys that the security manager of their company asks about the upstream kernel version on all their managed desktops might be happy to be able to simply look it up when the question comes 🙂 [11:31] not everyone who wnats that info is actually hacking on kernel code [11:36] xnox: Got it; will do [11:50] ogra: that file is available via web-ui too..... those managers don't have linux or packages installed on their windows laptops either. [11:50] ogra: so they do look at code browsing =) [12:12] 🙂 === ahasenack_ is now known as ahasenack [17:00] Zero_Chaos, xnox, ogra: for kernels that are derived from upstream LTS kernels (4.4, 5.4, 5.15), the second field of /proc/version_signature and CONFIG_VERSION_SIGNATURE in /boot/config-$VERSION-$VARIANT looks to be the upstream stable kernel version. [17:02] Also uh focal's master branch looks to be out of date, missing the 107 abi kernel https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/focal/log/ [17:07] sbeattie, 👍