forked from pool/kernel-source
Compare commits
1 Commits
Kernel/sta
...
Kernel/sta
| Author | SHA256 | Date | |
|---|---|---|---|
| 5306f5926c |
@@ -36,7 +36,6 @@ declare -a IGNORED_CONFIGS_RE=(
|
||||
'LD_VERSION'
|
||||
'LLD_VERSION'
|
||||
'OBJTOOL'
|
||||
'OPENSSL_SUPPORTS_[A-Z0-9_]*'
|
||||
'PAHOLE_HAS_[A-Z0-9_]*'
|
||||
'PAHOLE_VERSION'
|
||||
'RISCV_ISA_[A-Z_]*'
|
||||
|
||||
BIN
config.tar.bz2
LFS
BIN
config.tar.bz2
LFS
Binary file not shown.
@@ -1,37 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 10:14:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- HID: apple: Add EPOMAKER TH87 to the non-apple keyboards list
|
||||
(bsc#1258455).
|
||||
- commit ab36671
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 08:34:34 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- config: refresh
|
||||
- commit 440de45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
|
||||
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
|
||||
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
|
||||
- commit 21b4616
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 15:51:53 CET 2026 - tzimmermann@suse.com
|
||||
|
||||
- config: Enable coreboot support (bsc#1258262)
|
||||
Enable kernel support for coreboot firmware. Enabling these options
|
||||
provides various interfaces under /sys/firmware/. One of the next
|
||||
releases of the Linux kernel will feature corebootdrm, a dedicated
|
||||
DRM driver for coreboot's system framebuffer. The driver relies on
|
||||
support for coreboot firmware.
|
||||
Leave out s390x and ppc64le, as coreboot apparently does not support
|
||||
them.
|
||||
- commit 14b0853
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 06:31:21 CET 2026 - jslaby@suse.cz
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
Name: dtb-aarch64
|
||||
Version: 6.19.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g07f8e22
|
||||
Release: <RELEASE>.g7b6850e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,37 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 10:14:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- HID: apple: Add EPOMAKER TH87 to the non-apple keyboards list
|
||||
(bsc#1258455).
|
||||
- commit ab36671
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 08:34:34 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- config: refresh
|
||||
- commit 440de45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
|
||||
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
|
||||
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
|
||||
- commit 21b4616
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 15:51:53 CET 2026 - tzimmermann@suse.com
|
||||
|
||||
- config: Enable coreboot support (bsc#1258262)
|
||||
Enable kernel support for coreboot firmware. Enabling these options
|
||||
provides various interfaces under /sys/firmware/. One of the next
|
||||
releases of the Linux kernel will feature corebootdrm, a dedicated
|
||||
DRM driver for coreboot's system framebuffer. The driver relies on
|
||||
support for coreboot firmware.
|
||||
Leave out s390x and ppc64le, as coreboot apparently does not support
|
||||
them.
|
||||
- commit 14b0853
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 06:31:21 CET 2026 - jslaby@suse.cz
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
Name: dtb-armv6l
|
||||
Version: 6.19.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g07f8e22
|
||||
Release: <RELEASE>.g7b6850e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,37 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 10:14:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- HID: apple: Add EPOMAKER TH87 to the non-apple keyboards list
|
||||
(bsc#1258455).
|
||||
- commit ab36671
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 08:34:34 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- config: refresh
|
||||
- commit 440de45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
|
||||
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
|
||||
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
|
||||
- commit 21b4616
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 15:51:53 CET 2026 - tzimmermann@suse.com
|
||||
|
||||
- config: Enable coreboot support (bsc#1258262)
|
||||
Enable kernel support for coreboot firmware. Enabling these options
|
||||
provides various interfaces under /sys/firmware/. One of the next
|
||||
releases of the Linux kernel will feature corebootdrm, a dedicated
|
||||
DRM driver for coreboot's system framebuffer. The driver relies on
|
||||
support for coreboot firmware.
|
||||
Leave out s390x and ppc64le, as coreboot apparently does not support
|
||||
them.
|
||||
- commit 14b0853
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 06:31:21 CET 2026 - jslaby@suse.cz
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
Name: dtb-armv7l
|
||||
Version: 6.19.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g07f8e22
|
||||
Release: <RELEASE>.g7b6850e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,37 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 10:14:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- HID: apple: Add EPOMAKER TH87 to the non-apple keyboards list
|
||||
(bsc#1258455).
|
||||
- commit ab36671
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 08:34:34 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- config: refresh
|
||||
- commit 440de45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
|
||||
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
|
||||
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
|
||||
- commit 21b4616
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 15:51:53 CET 2026 - tzimmermann@suse.com
|
||||
|
||||
- config: Enable coreboot support (bsc#1258262)
|
||||
Enable kernel support for coreboot firmware. Enabling these options
|
||||
provides various interfaces under /sys/firmware/. One of the next
|
||||
releases of the Linux kernel will feature corebootdrm, a dedicated
|
||||
DRM driver for coreboot's system framebuffer. The driver relies on
|
||||
support for coreboot firmware.
|
||||
Leave out s390x and ppc64le, as coreboot apparently does not support
|
||||
them.
|
||||
- commit 14b0853
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 06:31:21 CET 2026 - jslaby@suse.cz
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
Name: dtb-riscv64
|
||||
Version: 6.19.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g07f8e22
|
||||
Release: <RELEASE>.g7b6850e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,37 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 10:14:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- HID: apple: Add EPOMAKER TH87 to the non-apple keyboards list
|
||||
(bsc#1258455).
|
||||
- commit ab36671
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 08:34:34 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- config: refresh
|
||||
- commit 440de45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
|
||||
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
|
||||
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
|
||||
- commit 21b4616
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 15:51:53 CET 2026 - tzimmermann@suse.com
|
||||
|
||||
- config: Enable coreboot support (bsc#1258262)
|
||||
Enable kernel support for coreboot firmware. Enabling these options
|
||||
provides various interfaces under /sys/firmware/. One of the next
|
||||
releases of the Linux kernel will feature corebootdrm, a dedicated
|
||||
DRM driver for coreboot's system framebuffer. The driver relies on
|
||||
support for coreboot firmware.
|
||||
Leave out s390x and ppc64le, as coreboot apparently does not support
|
||||
them.
|
||||
- commit 14b0853
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 06:31:21 CET 2026 - jslaby@suse.cz
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.19
|
||||
%define patchversion 6.19.3
|
||||
%define git_commit 07f8e22a8859a43e531a934d2ae1cea61c82bdbf
|
||||
%define git_commit 7b6850e420691453a68aa3c9718261fc46b18a9f
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-64kb
|
||||
Version: 6.19.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g07f8e22
|
||||
Release: <RELEASE>.g7b6850e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,37 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 10:14:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- HID: apple: Add EPOMAKER TH87 to the non-apple keyboards list
|
||||
(bsc#1258455).
|
||||
- commit ab36671
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 08:34:34 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- config: refresh
|
||||
- commit 440de45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
|
||||
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
|
||||
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
|
||||
- commit 21b4616
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 15:51:53 CET 2026 - tzimmermann@suse.com
|
||||
|
||||
- config: Enable coreboot support (bsc#1258262)
|
||||
Enable kernel support for coreboot firmware. Enabling these options
|
||||
provides various interfaces under /sys/firmware/. One of the next
|
||||
releases of the Linux kernel will feature corebootdrm, a dedicated
|
||||
DRM driver for coreboot's system framebuffer. The driver relies on
|
||||
support for coreboot firmware.
|
||||
Leave out s390x and ppc64le, as coreboot apparently does not support
|
||||
them.
|
||||
- commit 14b0853
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 06:31:21 CET 2026 - jslaby@suse.cz
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.19
|
||||
%define patchversion 6.19.3
|
||||
%define git_commit 07f8e22a8859a43e531a934d2ae1cea61c82bdbf
|
||||
%define git_commit 7b6850e420691453a68aa3c9718261fc46b18a9f
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-default
|
||||
Version: 6.19.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g07f8e22
|
||||
Release: <RELEASE>.g7b6850e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,37 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 10:14:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- HID: apple: Add EPOMAKER TH87 to the non-apple keyboards list
|
||||
(bsc#1258455).
|
||||
- commit ab36671
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 08:34:34 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- config: refresh
|
||||
- commit 440de45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
|
||||
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
|
||||
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
|
||||
- commit 21b4616
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 15:51:53 CET 2026 - tzimmermann@suse.com
|
||||
|
||||
- config: Enable coreboot support (bsc#1258262)
|
||||
Enable kernel support for coreboot firmware. Enabling these options
|
||||
provides various interfaces under /sys/firmware/. One of the next
|
||||
releases of the Linux kernel will feature corebootdrm, a dedicated
|
||||
DRM driver for coreboot's system framebuffer. The driver relies on
|
||||
support for coreboot firmware.
|
||||
Leave out s390x and ppc64le, as coreboot apparently does not support
|
||||
them.
|
||||
- commit 14b0853
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 06:31:21 CET 2026 - jslaby@suse.cz
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define srcversion 6.19
|
||||
%define patchversion 6.19.3
|
||||
%define git_commit 07f8e22a8859a43e531a934d2ae1cea61c82bdbf
|
||||
%define git_commit 7b6850e420691453a68aa3c9718261fc46b18a9f
|
||||
%define variant %{nil}
|
||||
%define build_html 1
|
||||
%define build_pdf 0
|
||||
@@ -30,7 +30,7 @@
|
||||
Name: kernel-docs
|
||||
Version: 6.19.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g07f8e22
|
||||
Release: <RELEASE>.g7b6850e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,37 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 10:14:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- HID: apple: Add EPOMAKER TH87 to the non-apple keyboards list
|
||||
(bsc#1258455).
|
||||
- commit ab36671
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 08:34:34 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- config: refresh
|
||||
- commit 440de45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
|
||||
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
|
||||
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
|
||||
- commit 21b4616
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 15:51:53 CET 2026 - tzimmermann@suse.com
|
||||
|
||||
- config: Enable coreboot support (bsc#1258262)
|
||||
Enable kernel support for coreboot firmware. Enabling these options
|
||||
provides various interfaces under /sys/firmware/. One of the next
|
||||
releases of the Linux kernel will feature corebootdrm, a dedicated
|
||||
DRM driver for coreboot's system framebuffer. The driver relies on
|
||||
support for coreboot firmware.
|
||||
Leave out s390x and ppc64le, as coreboot apparently does not support
|
||||
them.
|
||||
- commit 14b0853
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 06:31:21 CET 2026 - jslaby@suse.cz
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.19
|
||||
%define patchversion 6.19.3
|
||||
%define git_commit 07f8e22a8859a43e531a934d2ae1cea61c82bdbf
|
||||
%define git_commit 7b6850e420691453a68aa3c9718261fc46b18a9f
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-kvmsmall
|
||||
Version: 6.19.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g07f8e22
|
||||
Release: <RELEASE>.g7b6850e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,37 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 10:14:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- HID: apple: Add EPOMAKER TH87 to the non-apple keyboards list
|
||||
(bsc#1258455).
|
||||
- commit ab36671
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 08:34:34 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- config: refresh
|
||||
- commit 440de45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
|
||||
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
|
||||
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
|
||||
- commit 21b4616
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 15:51:53 CET 2026 - tzimmermann@suse.com
|
||||
|
||||
- config: Enable coreboot support (bsc#1258262)
|
||||
Enable kernel support for coreboot firmware. Enabling these options
|
||||
provides various interfaces under /sys/firmware/. One of the next
|
||||
releases of the Linux kernel will feature corebootdrm, a dedicated
|
||||
DRM driver for coreboot's system framebuffer. The driver relies on
|
||||
support for coreboot firmware.
|
||||
Leave out s390x and ppc64le, as coreboot apparently does not support
|
||||
them.
|
||||
- commit 14b0853
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 06:31:21 CET 2026 - jslaby@suse.cz
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.19
|
||||
%define patchversion 6.19.3
|
||||
%define git_commit 07f8e22a8859a43e531a934d2ae1cea61c82bdbf
|
||||
%define git_commit 7b6850e420691453a68aa3c9718261fc46b18a9f
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-lpae
|
||||
Version: 6.19.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g07f8e22
|
||||
Release: <RELEASE>.g7b6850e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,37 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 10:14:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- HID: apple: Add EPOMAKER TH87 to the non-apple keyboards list
|
||||
(bsc#1258455).
|
||||
- commit ab36671
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 08:34:34 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- config: refresh
|
||||
- commit 440de45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
|
||||
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
|
||||
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
|
||||
- commit 21b4616
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 15:51:53 CET 2026 - tzimmermann@suse.com
|
||||
|
||||
- config: Enable coreboot support (bsc#1258262)
|
||||
Enable kernel support for coreboot firmware. Enabling these options
|
||||
provides various interfaces under /sys/firmware/. One of the next
|
||||
releases of the Linux kernel will feature corebootdrm, a dedicated
|
||||
DRM driver for coreboot's system framebuffer. The driver relies on
|
||||
support for coreboot firmware.
|
||||
Leave out s390x and ppc64le, as coreboot apparently does not support
|
||||
them.
|
||||
- commit 14b0853
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 06:31:21 CET 2026 - jslaby@suse.cz
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
%global kernel_package kernel%kernel_flavor-srchash-07f8e22a8859a43e531a934d2ae1cea61c82bdbf
|
||||
%global kernel_package kernel%kernel_flavor-srchash-7b6850e420691453a68aa3c9718261fc46b18a9f
|
||||
%endif
|
||||
%if 0%{?rhel_version}
|
||||
%global kernel_package kernel
|
||||
@@ -47,14 +47,14 @@
|
||||
Name: kernel-obs-build
|
||||
Version: 6.19.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g07f8e22
|
||||
Release: <RELEASE>.g7b6850e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
Summary: package kernel and initrd for OBS VM builds
|
||||
License: GPL-2.0-only
|
||||
Group: SLES
|
||||
Provides: kernel-obs-build-srchash-07f8e22a8859a43e531a934d2ae1cea61c82bdbf
|
||||
Provides: kernel-obs-build-srchash-7b6850e420691453a68aa3c9718261fc46b18a9f
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: device-mapper
|
||||
BuildRequires: dracut
|
||||
|
||||
@@ -1,37 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 10:14:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- HID: apple: Add EPOMAKER TH87 to the non-apple keyboards list
|
||||
(bsc#1258455).
|
||||
- commit ab36671
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 08:34:34 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- config: refresh
|
||||
- commit 440de45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
|
||||
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
|
||||
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
|
||||
- commit 21b4616
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 15:51:53 CET 2026 - tzimmermann@suse.com
|
||||
|
||||
- config: Enable coreboot support (bsc#1258262)
|
||||
Enable kernel support for coreboot firmware. Enabling these options
|
||||
provides various interfaces under /sys/firmware/. One of the next
|
||||
releases of the Linux kernel will feature corebootdrm, a dedicated
|
||||
DRM driver for coreboot's system framebuffer. The driver relies on
|
||||
support for coreboot firmware.
|
||||
Leave out s390x and ppc64le, as coreboot apparently does not support
|
||||
them.
|
||||
- commit 14b0853
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 06:31:21 CET 2026 - jslaby@suse.cz
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
Name: kernel-obs-qa
|
||||
Version: 6.19.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g07f8e22
|
||||
Release: <RELEASE>.g7b6850e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@@ -36,7 +36,7 @@ BuildRequires: kernel-default
|
||||
# kernel-obs-build must be also configured as VMinstall, but is required
|
||||
# here as well to avoid that qa and build package build parallel
|
||||
%if ! 0%{?qemu_user_space_build}
|
||||
BuildRequires: kernel-obs-build-srchash-07f8e22a8859a43e531a934d2ae1cea61c82bdbf
|
||||
BuildRequires: kernel-obs-build-srchash-7b6850e420691453a68aa3c9718261fc46b18a9f
|
||||
%endif
|
||||
BuildRequires: modutils
|
||||
ExclusiveArch: aarch64 armv6hl armv7hl ppc64le riscv64 s390x x86_64
|
||||
|
||||
@@ -1,37 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 10:14:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- HID: apple: Add EPOMAKER TH87 to the non-apple keyboards list
|
||||
(bsc#1258455).
|
||||
- commit ab36671
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 08:34:34 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- config: refresh
|
||||
- commit 440de45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
|
||||
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
|
||||
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
|
||||
- commit 21b4616
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 15:51:53 CET 2026 - tzimmermann@suse.com
|
||||
|
||||
- config: Enable coreboot support (bsc#1258262)
|
||||
Enable kernel support for coreboot firmware. Enabling these options
|
||||
provides various interfaces under /sys/firmware/. One of the next
|
||||
releases of the Linux kernel will feature corebootdrm, a dedicated
|
||||
DRM driver for coreboot's system framebuffer. The driver relies on
|
||||
support for coreboot firmware.
|
||||
Leave out s390x and ppc64le, as coreboot apparently does not support
|
||||
them.
|
||||
- commit 14b0853
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 06:31:21 CET 2026 - jslaby@suse.cz
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.19
|
||||
%define patchversion 6.19.3
|
||||
%define git_commit 07f8e22a8859a43e531a934d2ae1cea61c82bdbf
|
||||
%define git_commit 7b6850e420691453a68aa3c9718261fc46b18a9f
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-pae
|
||||
Version: 6.19.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g07f8e22
|
||||
Release: <RELEASE>.g7b6850e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,37 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 10:14:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- HID: apple: Add EPOMAKER TH87 to the non-apple keyboards list
|
||||
(bsc#1258455).
|
||||
- commit ab36671
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 08:34:34 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- config: refresh
|
||||
- commit 440de45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
|
||||
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
|
||||
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
|
||||
- commit 21b4616
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 15:51:53 CET 2026 - tzimmermann@suse.com
|
||||
|
||||
- config: Enable coreboot support (bsc#1258262)
|
||||
Enable kernel support for coreboot firmware. Enabling these options
|
||||
provides various interfaces under /sys/firmware/. One of the next
|
||||
releases of the Linux kernel will feature corebootdrm, a dedicated
|
||||
DRM driver for coreboot's system framebuffer. The driver relies on
|
||||
support for coreboot firmware.
|
||||
Leave out s390x and ppc64le, as coreboot apparently does not support
|
||||
them.
|
||||
- commit 14b0853
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 06:31:21 CET 2026 - jslaby@suse.cz
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define srcversion 6.19
|
||||
%define patchversion 6.19.3
|
||||
%define git_commit 07f8e22a8859a43e531a934d2ae1cea61c82bdbf
|
||||
%define git_commit 7b6850e420691453a68aa3c9718261fc46b18a9f
|
||||
%define variant %{nil}
|
||||
%define gcc_package gcc
|
||||
%define gcc_compiler gcc
|
||||
@@ -30,7 +30,7 @@
|
||||
Name: kernel-source
|
||||
Version: 6.19.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g07f8e22
|
||||
Release: <RELEASE>.g7b6850e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,37 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 10:14:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- HID: apple: Add EPOMAKER TH87 to the non-apple keyboards list
|
||||
(bsc#1258455).
|
||||
- commit ab36671
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 08:34:34 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- config: refresh
|
||||
- commit 440de45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
|
||||
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
|
||||
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
|
||||
- commit 21b4616
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 15:51:53 CET 2026 - tzimmermann@suse.com
|
||||
|
||||
- config: Enable coreboot support (bsc#1258262)
|
||||
Enable kernel support for coreboot firmware. Enabling these options
|
||||
provides various interfaces under /sys/firmware/. One of the next
|
||||
releases of the Linux kernel will feature corebootdrm, a dedicated
|
||||
DRM driver for coreboot's system framebuffer. The driver relies on
|
||||
support for coreboot firmware.
|
||||
Leave out s390x and ppc64le, as coreboot apparently does not support
|
||||
them.
|
||||
- commit 14b0853
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 06:31:21 CET 2026 - jslaby@suse.cz
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit 07f8e22a8859a43e531a934d2ae1cea61c82bdbf
|
||||
%define git_commit 7b6850e420691453a68aa3c9718261fc46b18a9f
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@@ -24,7 +24,7 @@
|
||||
Name: kernel-syms
|
||||
Version: 6.19.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g07f8e22
|
||||
Release: <RELEASE>.g7b6850e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,37 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 10:14:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- HID: apple: Add EPOMAKER TH87 to the non-apple keyboards list
|
||||
(bsc#1258455).
|
||||
- commit ab36671
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 08:34:34 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- config: refresh
|
||||
- commit 440de45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
|
||||
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
|
||||
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
|
||||
- commit 21b4616
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 15:51:53 CET 2026 - tzimmermann@suse.com
|
||||
|
||||
- config: Enable coreboot support (bsc#1258262)
|
||||
Enable kernel support for coreboot firmware. Enabling these options
|
||||
provides various interfaces under /sys/firmware/. One of the next
|
||||
releases of the Linux kernel will feature corebootdrm, a dedicated
|
||||
DRM driver for coreboot's system framebuffer. The driver relies on
|
||||
support for coreboot firmware.
|
||||
Leave out s390x and ppc64le, as coreboot apparently does not support
|
||||
them.
|
||||
- commit 14b0853
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 06:31:21 CET 2026 - jslaby@suse.cz
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.19
|
||||
%define patchversion 6.19.3
|
||||
%define git_commit 07f8e22a8859a43e531a934d2ae1cea61c82bdbf
|
||||
%define git_commit 7b6850e420691453a68aa3c9718261fc46b18a9f
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-vanilla
|
||||
Version: 6.19.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g07f8e22
|
||||
Release: <RELEASE>.g7b6850e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,37 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 10:14:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- HID: apple: Add EPOMAKER TH87 to the non-apple keyboards list
|
||||
(bsc#1258455).
|
||||
- commit ab36671
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 08:34:34 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- config: refresh
|
||||
- commit 440de45
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
|
||||
|
||||
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
|
||||
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
|
||||
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
|
||||
- commit 21b4616
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 15:51:53 CET 2026 - tzimmermann@suse.com
|
||||
|
||||
- config: Enable coreboot support (bsc#1258262)
|
||||
Enable kernel support for coreboot firmware. Enabling these options
|
||||
provides various interfaces under /sys/firmware/. One of the next
|
||||
releases of the Linux kernel will feature corebootdrm, a dedicated
|
||||
DRM driver for coreboot's system framebuffer. The driver relies on
|
||||
support for coreboot firmware.
|
||||
Leave out s390x and ppc64le, as coreboot apparently does not support
|
||||
them.
|
||||
- commit 14b0853
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 06:31:21 CET 2026 - jslaby@suse.cz
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.19
|
||||
%define patchversion 6.19.3
|
||||
%define git_commit 07f8e22a8859a43e531a934d2ae1cea61c82bdbf
|
||||
%define git_commit 7b6850e420691453a68aa3c9718261fc46b18a9f
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-zfcpdump
|
||||
Version: 6.19.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g07f8e22
|
||||
Release: <RELEASE>.g7b6850e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
BIN
patches.suse.tar.bz2
LFS
BIN
patches.suse.tar.bz2
LFS
Binary file not shown.
@@ -153,7 +153,6 @@
|
||||
patches.suse/firmware-qemu_fw_cfg-Do-not-hard-depend-on-CONFIG_HA.patch
|
||||
patches.suse/wifi-iwlwifi-Add-missing-firmware-info-for-bz-b0-mod.patch
|
||||
patches.suse/drm-i915-alpm-ALPM-disable-fixes.patch
|
||||
patches.suse/HID-apple-Add-EPOMAKER-TH87-to-the-non-apple-keyboar.patch
|
||||
|
||||
########################################################
|
||||
# kbuild/module infrastructure fixes
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
2026-02-27 01:34:57 +0000
|
||||
GIT Revision: 07f8e22a8859a43e531a934d2ae1cea61c82bdbf
|
||||
2026-02-21 01:30:53 +0000
|
||||
GIT Revision: 7b6850e420691453a68aa3c9718261fc46b18a9f
|
||||
GIT Branch: stable
|
||||
|
||||
Reference in New Issue
Block a user