bland-article-62755
08/27/2025, 9:39 PMthousands-advantage-10804
08/27/2025, 9:45 PMbland-article-62755
08/27/2025, 9:46 PMthousands-advantage-10804
08/27/2025, 9:46 PMthousands-advantage-10804
08/27/2025, 9:47 PMthousands-advantage-10804
08/27/2025, 9:47 PMthousands-advantage-10804
08/27/2025, 9:49 PMbland-article-62755
08/27/2025, 9:50 PM5.14.21-150500.55.103-default
?thousands-advantage-10804
08/27/2025, 9:50 PMbland-article-62755
08/27/2025, 9:52 PMthousands-advantage-10804
08/27/2025, 9:52 PMbland-article-62755
08/27/2025, 9:53 PMthousands-advantage-10804
08/27/2025, 10:02 PM5.14.21
bland-article-62755
08/27/2025, 10:04 PMthousands-advantage-10804
08/27/2025, 10:04 PMbland-article-62755
08/27/2025, 10:05 PMuname -r
thousands-advantage-10804
08/27/2025, 10:05 PMrancher@slim:~> uname -r
5.14.21-150500.55.116-default
bland-article-62755
08/27/2025, 10:06 PMbland-article-62755
08/27/2025, 10:07 PMbland-article-62755
08/27/2025, 10:08 PMthousands-advantage-10804
08/27/2025, 10:08 PMambitious-daybreak-95996
08/28/2025, 2:01 AM> docker run --rm -it rancher/harvester-os:v1.5-20250625 rpm -q --changelog kernel-default|head
warning: Found NDB Packages.db database while attempting bdb backend: using ndb backend.
* Fri May 09 2025 <mailto:fmancera@suse.de|fmancera@suse.de>
- netfilter: conntrack: revisit the gc initial rescheduling bias
(CVE-2022-49110 bsc#1237981).
- commit 7e1d902
* Fri May 09 2025 <mailto:fmancera@suse.de|fmancera@suse.de>
- netfilter: conntrack: fix the gc rescheduling delay
(CVE-2022-49110 bsc#1237981).
- commit 9cc8bdd
Check kernel changelog for v1.6.0:
> docker run --rm -it rancher/harvester-os:v1.6-20250826 rpm -q --changelog kernel-default|head
warning: Found NDB Packages.db database while attempting bdb backend: using ndb backend.
* Wed Jul 23 2025 <mailto:fmancera@suse.de|fmancera@suse.de>
- netfilter: nf_tables: mark set as dead when unbinding anonymous
set with timeout (CVE-2024-26643 bsc#1221829).
- commit 4daa764
* Tue Jul 22 2025 <mailto:fmancera@suse.de|fmancera@suse.de>
- netfilter: allow exp not to be removed in nf_ct_find_expectation
(CVE-2023-52927 bsc#1239644).
- commit b3f811c
So there's a bunch of stuff added since v1.5.1
Get more info about kernel-default in v1.6:
> docker run --rm -it rancher/harvester-os:v1.6-20250826 rpm -qi kernel-default
warning: Found NDB Packages.db database while attempting bdb backend: using ndb backend.
Name : kernel-default
Version : 5.14.21
Release : 150500.55.116.1
Architecture: x86_64
Install Date: Mon Aug 25 09:34:53 2025
Group : System/Kernel
Size : 191185307
License : GPL-2.0-only
Signature : RSA/SHA256, Fri Jul 25 16:18:52 2025, Key ID 70af9e8139db7c82
Source RPM : kernel-default-5.14.21-150500.55.116.1.nosrc.rpm
Build Date : Fri Jul 25 16:12:08 2025
Build Host : h01-ch4a
Relocations : (not relocatable)
Packager : <https://www.suse.com/>
Vendor : SUSE LLC <<https://www.suse.com/>>
URL : <https://www.kernel.org/>
Summary : The Standard Kernel
Description :
The standard kernel for both uniprocessor and multiprocessor systems.
Source Timestamp: 2025-07-24 18:28:14 +0000
GIT Revision: 0e3b4d7a1837cd115dc4b4b04a99f5f947f2892b
GIT Branch: SLE15-SP5-LTSS
Distribution: SUSE Linux Enterprise 15
Note that git revision. That maps to:
https://github.com/SUSE/kernel-source/commit/0e3b4d7a1837cd115dc4b4b04a99f5f947f2892b
https://github.com/SUSE/kernel-source is our patches that are applied on top of the upstream kernel source, and I assume that's a pain to browse if you're not a kernel engineer, which I'm not 😉
https://github.com/SUSE/kernel is the upstream sources with our patches applied, which is easy(ier) to browse. The branch you want is https://github.com/SUSE/kernel/tree/SLE15-SP5-RT-LTSS. The one thing I haven't figured out is exactly how to easily determine which commit on that branch matches a particular kernel version. That branch has a bunch more commits since July 25, when the kernel we're talking about was built. You can figure it out by looking at the commit history, but I'm kinda hoping there's a better way.
Anyway, hope that helps 🙂prehistoric-morning-49258
08/28/2025, 12:06 PM