Compare commits
35 Commits
factory
...
Kernel/sta
| Author | SHA256 | Date | |
|---|---|---|---|
| 21a4e61663 | |||
| 5cc5400cf6 | |||
| 315fb46f3b | |||
| b7c09b1155 | |||
| c8067306f4 | |||
| 4cf9a2aa10 | |||
| 00ef59a773 | |||
| 62e2d4e044 | |||
| 32b587bb6c | |||
| a09c0416f0 | |||
| 832332a17c | |||
| 9faec317c5 | |||
| 93241d9517 | |||
| f824e44035 | |||
| 7982dae317 | |||
| cd248ae0c8 | |||
| 799d06e339 | |||
| cbb1b69de8 | |||
| 867e13d727 | |||
| 3432f0fb45 | |||
| ade7b2f1d2 | |||
| f70de0dfec | |||
| ac5f922396 | |||
| d4ba94428a | |||
| 497ec6090c | |||
| d2322384e0 | |||
| 988867712d | |||
| e1c0f2870a | |||
| f14cd5be5a | |||
| 1c1f47c088 | |||
| 54f492b98a | |||
| 491e38ed59 | |||
| 34341099c7 | |||
| 2e015fee59 | |||
| 67da242d35 |
@@ -31,7 +31,7 @@ fi
|
|||||||
if [ -n "$1" ]; then
|
if [ -n "$1" ]; then
|
||||||
ARCH="$1"
|
ARCH="$1"
|
||||||
else
|
else
|
||||||
ARCH="$(arch)"
|
ARCH="$(uname -m)"
|
||||||
fi
|
fi
|
||||||
case "$ARCH" in
|
case "$ARCH" in
|
||||||
# from rpm --eval '%ix86'
|
# from rpm --eval '%ix86'
|
||||||
|
|||||||
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 9 08:43:10 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "perf metricgroup: Don't early exit if no CPUID table
|
||||||
|
exists" (bsc#1259358).
|
||||||
|
- commit 382985e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 20:30:44 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "fix mm_cid race (bsc#1258936)."
|
||||||
|
This reverts commit ac981d7fc2f61a11573db2572dc5af0684e23ee2, it does
|
||||||
|
not work.
|
||||||
|
- commit 446493f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 17:48:23 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- fix mm_cid race (bsc#1258936).
|
||||||
|
- commit ac981d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
Name: dtb-aarch64
|
Name: dtb-aarch64
|
||||||
Version: 6.19.6
|
Version: 6.19.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g9abab2a
|
Release: <RELEASE>.g413aa8b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 9 08:43:10 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "perf metricgroup: Don't early exit if no CPUID table
|
||||||
|
exists" (bsc#1259358).
|
||||||
|
- commit 382985e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 20:30:44 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "fix mm_cid race (bsc#1258936)."
|
||||||
|
This reverts commit ac981d7fc2f61a11573db2572dc5af0684e23ee2, it does
|
||||||
|
not work.
|
||||||
|
- commit 446493f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 17:48:23 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- fix mm_cid race (bsc#1258936).
|
||||||
|
- commit ac981d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
Name: dtb-armv6l
|
Name: dtb-armv6l
|
||||||
Version: 6.19.6
|
Version: 6.19.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g9abab2a
|
Release: <RELEASE>.g413aa8b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 9 08:43:10 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "perf metricgroup: Don't early exit if no CPUID table
|
||||||
|
exists" (bsc#1259358).
|
||||||
|
- commit 382985e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 20:30:44 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "fix mm_cid race (bsc#1258936)."
|
||||||
|
This reverts commit ac981d7fc2f61a11573db2572dc5af0684e23ee2, it does
|
||||||
|
not work.
|
||||||
|
- commit 446493f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 17:48:23 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- fix mm_cid race (bsc#1258936).
|
||||||
|
- commit ac981d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
Name: dtb-armv7l
|
Name: dtb-armv7l
|
||||||
Version: 6.19.6
|
Version: 6.19.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g9abab2a
|
Release: <RELEASE>.g413aa8b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 9 08:43:10 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "perf metricgroup: Don't early exit if no CPUID table
|
||||||
|
exists" (bsc#1259358).
|
||||||
|
- commit 382985e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 20:30:44 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "fix mm_cid race (bsc#1258936)."
|
||||||
|
This reverts commit ac981d7fc2f61a11573db2572dc5af0684e23ee2, it does
|
||||||
|
not work.
|
||||||
|
- commit 446493f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 17:48:23 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- fix mm_cid race (bsc#1258936).
|
||||||
|
- commit ac981d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
Name: dtb-riscv64
|
Name: dtb-riscv64
|
||||||
Version: 6.19.6
|
Version: 6.19.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g9abab2a
|
Release: <RELEASE>.g413aa8b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 9 08:43:10 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "perf metricgroup: Don't early exit if no CPUID table
|
||||||
|
exists" (bsc#1259358).
|
||||||
|
- commit 382985e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 20:30:44 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "fix mm_cid race (bsc#1258936)."
|
||||||
|
This reverts commit ac981d7fc2f61a11573db2572dc5af0684e23ee2, it does
|
||||||
|
not work.
|
||||||
|
- commit 446493f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 17:48:23 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- fix mm_cid race (bsc#1258936).
|
||||||
|
- commit ac981d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.19
|
%define srcversion 6.19
|
||||||
%define patchversion 6.19.6
|
%define patchversion 6.19.6
|
||||||
%define git_commit 9abab2a0c3faf8ccbae08f23732acaa4d67c941d
|
%define git_commit 413aa8b8f92503eda547b8b2099b83a4910fc426
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
%define compress_vmlinux xz
|
%define compress_vmlinux xz
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
Name: kernel-64kb
|
Name: kernel-64kb
|
||||||
Version: 6.19.6
|
Version: 6.19.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g9abab2a
|
Release: <RELEASE>.g413aa8b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 9 08:43:10 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "perf metricgroup: Don't early exit if no CPUID table
|
||||||
|
exists" (bsc#1259358).
|
||||||
|
- commit 382985e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 20:30:44 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "fix mm_cid race (bsc#1258936)."
|
||||||
|
This reverts commit ac981d7fc2f61a11573db2572dc5af0684e23ee2, it does
|
||||||
|
not work.
|
||||||
|
- commit 446493f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 17:48:23 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- fix mm_cid race (bsc#1258936).
|
||||||
|
- commit ac981d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.19
|
%define srcversion 6.19
|
||||||
%define patchversion 6.19.6
|
%define patchversion 6.19.6
|
||||||
%define git_commit 9abab2a0c3faf8ccbae08f23732acaa4d67c941d
|
%define git_commit 413aa8b8f92503eda547b8b2099b83a4910fc426
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
%define compress_vmlinux xz
|
%define compress_vmlinux xz
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
Name: kernel-default
|
Name: kernel-default
|
||||||
Version: 6.19.6
|
Version: 6.19.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g9abab2a
|
Release: <RELEASE>.g413aa8b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 9 08:43:10 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "perf metricgroup: Don't early exit if no CPUID table
|
||||||
|
exists" (bsc#1259358).
|
||||||
|
- commit 382985e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 20:30:44 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "fix mm_cid race (bsc#1258936)."
|
||||||
|
This reverts commit ac981d7fc2f61a11573db2572dc5af0684e23ee2, it does
|
||||||
|
not work.
|
||||||
|
- commit 446493f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 17:48:23 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- fix mm_cid race (bsc#1258936).
|
||||||
|
- commit ac981d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.19
|
%define srcversion 6.19
|
||||||
%define patchversion 6.19.6
|
%define patchversion 6.19.6
|
||||||
%define git_commit 9abab2a0c3faf8ccbae08f23732acaa4d67c941d
|
%define git_commit 413aa8b8f92503eda547b8b2099b83a4910fc426
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define build_html 1
|
%define build_html 1
|
||||||
%define build_pdf 0
|
%define build_pdf 0
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
Name: kernel-docs
|
Name: kernel-docs
|
||||||
Version: 6.19.6
|
Version: 6.19.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g9abab2a
|
Release: <RELEASE>.g413aa8b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 9 08:43:10 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "perf metricgroup: Don't early exit if no CPUID table
|
||||||
|
exists" (bsc#1259358).
|
||||||
|
- commit 382985e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 20:30:44 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "fix mm_cid race (bsc#1258936)."
|
||||||
|
This reverts commit ac981d7fc2f61a11573db2572dc5af0684e23ee2, it does
|
||||||
|
not work.
|
||||||
|
- commit 446493f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 17:48:23 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- fix mm_cid race (bsc#1258936).
|
||||||
|
- commit ac981d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.19
|
%define srcversion 6.19
|
||||||
%define patchversion 6.19.6
|
%define patchversion 6.19.6
|
||||||
%define git_commit 9abab2a0c3faf8ccbae08f23732acaa4d67c941d
|
%define git_commit 413aa8b8f92503eda547b8b2099b83a4910fc426
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
%define compress_vmlinux xz
|
%define compress_vmlinux xz
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
Name: kernel-kvmsmall
|
Name: kernel-kvmsmall
|
||||||
Version: 6.19.6
|
Version: 6.19.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g9abab2a
|
Release: <RELEASE>.g413aa8b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 9 08:43:10 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "perf metricgroup: Don't early exit if no CPUID table
|
||||||
|
exists" (bsc#1259358).
|
||||||
|
- commit 382985e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 20:30:44 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "fix mm_cid race (bsc#1258936)."
|
||||||
|
This reverts commit ac981d7fc2f61a11573db2572dc5af0684e23ee2, it does
|
||||||
|
not work.
|
||||||
|
- commit 446493f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 17:48:23 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- fix mm_cid race (bsc#1258936).
|
||||||
|
- commit ac981d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.19
|
%define srcversion 6.19
|
||||||
%define patchversion 6.19.6
|
%define patchversion 6.19.6
|
||||||
%define git_commit 9abab2a0c3faf8ccbae08f23732acaa4d67c941d
|
%define git_commit 413aa8b8f92503eda547b8b2099b83a4910fc426
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
%define compress_vmlinux xz
|
%define compress_vmlinux xz
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
Name: kernel-lpae
|
Name: kernel-lpae
|
||||||
Version: 6.19.6
|
Version: 6.19.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g9abab2a
|
Release: <RELEASE>.g413aa8b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 9 08:43:10 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "perf metricgroup: Don't early exit if no CPUID table
|
||||||
|
exists" (bsc#1259358).
|
||||||
|
- commit 382985e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 20:30:44 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "fix mm_cid race (bsc#1258936)."
|
||||||
|
This reverts commit ac981d7fc2f61a11573db2572dc5af0684e23ee2, it does
|
||||||
|
not work.
|
||||||
|
- commit 446493f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 17:48:23 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- fix mm_cid race (bsc#1258936).
|
||||||
|
- commit ac981d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%global kernel_package kernel%kernel_flavor-srchash-9abab2a0c3faf8ccbae08f23732acaa4d67c941d
|
%global kernel_package kernel%kernel_flavor-srchash-413aa8b8f92503eda547b8b2099b83a4910fc426
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?rhel_version}
|
%if 0%{?rhel_version}
|
||||||
%global kernel_package kernel
|
%global kernel_package kernel
|
||||||
@@ -47,14 +47,14 @@
|
|||||||
Name: kernel-obs-build
|
Name: kernel-obs-build
|
||||||
Version: 6.19.6
|
Version: 6.19.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g9abab2a
|
Release: <RELEASE>.g413aa8b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
Summary: package kernel and initrd for OBS VM builds
|
Summary: package kernel and initrd for OBS VM builds
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: SLES
|
Group: SLES
|
||||||
Provides: kernel-obs-build-srchash-9abab2a0c3faf8ccbae08f23732acaa4d67c941d
|
Provides: kernel-obs-build-srchash-413aa8b8f92503eda547b8b2099b83a4910fc426
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: device-mapper
|
BuildRequires: device-mapper
|
||||||
BuildRequires: dracut
|
BuildRequires: dracut
|
||||||
|
|||||||
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 9 08:43:10 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "perf metricgroup: Don't early exit if no CPUID table
|
||||||
|
exists" (bsc#1259358).
|
||||||
|
- commit 382985e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 20:30:44 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "fix mm_cid race (bsc#1258936)."
|
||||||
|
This reverts commit ac981d7fc2f61a11573db2572dc5af0684e23ee2, it does
|
||||||
|
not work.
|
||||||
|
- commit 446493f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 17:48:23 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- fix mm_cid race (bsc#1258936).
|
||||||
|
- commit ac981d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
Name: kernel-obs-qa
|
Name: kernel-obs-qa
|
||||||
Version: 6.19.6
|
Version: 6.19.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g9abab2a
|
Release: <RELEASE>.g413aa8b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@@ -36,7 +36,7 @@ BuildRequires: kernel-default
|
|||||||
# kernel-obs-build must be also configured as VMinstall, but is required
|
# kernel-obs-build must be also configured as VMinstall, but is required
|
||||||
# here as well to avoid that qa and build package build parallel
|
# here as well to avoid that qa and build package build parallel
|
||||||
%if ! 0%{?qemu_user_space_build}
|
%if ! 0%{?qemu_user_space_build}
|
||||||
BuildRequires: kernel-obs-build-srchash-9abab2a0c3faf8ccbae08f23732acaa4d67c941d
|
BuildRequires: kernel-obs-build-srchash-413aa8b8f92503eda547b8b2099b83a4910fc426
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: modutils
|
BuildRequires: modutils
|
||||||
ExclusiveArch: aarch64 armv6hl armv7hl ppc64le riscv64 s390x x86_64
|
ExclusiveArch: aarch64 armv6hl armv7hl ppc64le riscv64 s390x x86_64
|
||||||
|
|||||||
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 9 08:43:10 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "perf metricgroup: Don't early exit if no CPUID table
|
||||||
|
exists" (bsc#1259358).
|
||||||
|
- commit 382985e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 20:30:44 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "fix mm_cid race (bsc#1258936)."
|
||||||
|
This reverts commit ac981d7fc2f61a11573db2572dc5af0684e23ee2, it does
|
||||||
|
not work.
|
||||||
|
- commit 446493f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 17:48:23 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- fix mm_cid race (bsc#1258936).
|
||||||
|
- commit ac981d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.19
|
%define srcversion 6.19
|
||||||
%define patchversion 6.19.6
|
%define patchversion 6.19.6
|
||||||
%define git_commit 9abab2a0c3faf8ccbae08f23732acaa4d67c941d
|
%define git_commit 413aa8b8f92503eda547b8b2099b83a4910fc426
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
%define compress_vmlinux xz
|
%define compress_vmlinux xz
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
Name: kernel-pae
|
Name: kernel-pae
|
||||||
Version: 6.19.6
|
Version: 6.19.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g9abab2a
|
Release: <RELEASE>.g413aa8b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 9 08:43:10 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "perf metricgroup: Don't early exit if no CPUID table
|
||||||
|
exists" (bsc#1259358).
|
||||||
|
- commit 382985e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 20:30:44 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "fix mm_cid race (bsc#1258936)."
|
||||||
|
This reverts commit ac981d7fc2f61a11573db2572dc5af0684e23ee2, it does
|
||||||
|
not work.
|
||||||
|
- commit 446493f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 17:48:23 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- fix mm_cid race (bsc#1258936).
|
||||||
|
- commit ac981d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.19
|
%define srcversion 6.19
|
||||||
%define patchversion 6.19.6
|
%define patchversion 6.19.6
|
||||||
%define git_commit 9abab2a0c3faf8ccbae08f23732acaa4d67c941d
|
%define git_commit 413aa8b8f92503eda547b8b2099b83a4910fc426
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define gcc_package gcc
|
%define gcc_package gcc
|
||||||
%define gcc_compiler gcc
|
%define gcc_compiler gcc
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
Name: kernel-source
|
Name: kernel-source
|
||||||
Version: 6.19.6
|
Version: 6.19.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g9abab2a
|
Release: <RELEASE>.g413aa8b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 9 08:43:10 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "perf metricgroup: Don't early exit if no CPUID table
|
||||||
|
exists" (bsc#1259358).
|
||||||
|
- commit 382985e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 20:30:44 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "fix mm_cid race (bsc#1258936)."
|
||||||
|
This reverts commit ac981d7fc2f61a11573db2572dc5af0684e23ee2, it does
|
||||||
|
not work.
|
||||||
|
- commit 446493f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 17:48:23 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- fix mm_cid race (bsc#1258936).
|
||||||
|
- commit ac981d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define git_commit 9abab2a0c3faf8ccbae08f23732acaa4d67c941d
|
%define git_commit 413aa8b8f92503eda547b8b2099b83a4910fc426
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
Name: kernel-syms
|
Name: kernel-syms
|
||||||
Version: 6.19.6
|
Version: 6.19.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g9abab2a
|
Release: <RELEASE>.g413aa8b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 9 08:43:10 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "perf metricgroup: Don't early exit if no CPUID table
|
||||||
|
exists" (bsc#1259358).
|
||||||
|
- commit 382985e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 20:30:44 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "fix mm_cid race (bsc#1258936)."
|
||||||
|
This reverts commit ac981d7fc2f61a11573db2572dc5af0684e23ee2, it does
|
||||||
|
not work.
|
||||||
|
- commit 446493f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 17:48:23 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- fix mm_cid race (bsc#1258936).
|
||||||
|
- commit ac981d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.19
|
%define srcversion 6.19
|
||||||
%define patchversion 6.19.6
|
%define patchversion 6.19.6
|
||||||
%define git_commit 9abab2a0c3faf8ccbae08f23732acaa4d67c941d
|
%define git_commit 413aa8b8f92503eda547b8b2099b83a4910fc426
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
%define compress_vmlinux xz
|
%define compress_vmlinux xz
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
Name: kernel-vanilla
|
Name: kernel-vanilla
|
||||||
Version: 6.19.6
|
Version: 6.19.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g9abab2a
|
Release: <RELEASE>.g413aa8b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 9 08:43:10 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "perf metricgroup: Don't early exit if no CPUID table
|
||||||
|
exists" (bsc#1259358).
|
||||||
|
- commit 382985e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 20:30:44 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Revert "fix mm_cid race (bsc#1258936)."
|
||||||
|
This reverts commit ac981d7fc2f61a11573db2572dc5af0684e23ee2, it does
|
||||||
|
not work.
|
||||||
|
- commit 446493f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 17:48:23 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- fix mm_cid race (bsc#1258936).
|
||||||
|
- commit ac981d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
Thu Mar 5 07:09:18 CET 2026 - jslaby@suse.cz
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.19
|
%define srcversion 6.19
|
||||||
%define patchversion 6.19.6
|
%define patchversion 6.19.6
|
||||||
%define git_commit 9abab2a0c3faf8ccbae08f23732acaa4d67c941d
|
%define git_commit 413aa8b8f92503eda547b8b2099b83a4910fc426
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
%define compress_vmlinux xz
|
%define compress_vmlinux xz
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
Name: kernel-zfcpdump
|
Name: kernel-zfcpdump
|
||||||
Version: 6.19.6
|
Version: 6.19.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g9abab2a
|
Release: <RELEASE>.g413aa8b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
BIN
patches.suse.tar.bz2
LFS
BIN
patches.suse.tar.bz2
LFS
Binary file not shown.
@@ -1787,6 +1787,7 @@
|
|||||||
patches.suse/drm-i915-alpm-ALPM-disable-fixes.patch
|
patches.suse/drm-i915-alpm-ALPM-disable-fixes.patch
|
||||||
patches.suse/HID-apple-Add-EPOMAKER-TH87-to-the-non-apple-keyboar.patch
|
patches.suse/HID-apple-Add-EPOMAKER-TH87-to-the-non-apple-keyboar.patch
|
||||||
patches.suse/kbuild-Leave-objtool-binary-around-with-make-clean.patch
|
patches.suse/kbuild-Leave-objtool-binary-around-with-make-clean.patch
|
||||||
|
patches.suse/Revert-perf-metricgroup-Don-t-early-exit-if-no-CPUID.patch
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# kbuild/module infrastructure fixes
|
# kbuild/module infrastructure fixes
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
2026-03-05 06:13:19 +0000
|
2026-03-10 01:35:35 +0000
|
||||||
GIT Revision: 9abab2a0c3faf8ccbae08f23732acaa4d67c941d
|
GIT Revision: 413aa8b8f92503eda547b8b2099b83a4910fc426
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
|||||||
Reference in New Issue
Block a user