1
0

4 Commits

Author SHA256 Message Date
ae0b1c29d4 GIT Revision: cd450b4544355d6ffe04ab5d357c30502883668b
GIT Branch: SL-16.1
2025-12-18 00:00:14 +0000
2025-12-18 15:52:46 +01:00
f9fd10d7d8 GIT Revision: b95c6108b383e56a451bf2ddd77c3e65b081a773
2025-12-11 00:16:12 +0000
2025-12-11 15:05:11 +01:00
93dd2419eb GIT Revision: 03505407f66a0c17e6ca4acf5547686fe10f308f
2025-11-27 08:54:46 +0000
2025-11-27 19:37:08 +01:00
74624fea47 GIT Revision: 0ed1f6cf31296d6ffcd18424abf8470bd50b8416
GIT Branch: SL-16.1
2025-11-20 09:19:04 +0000
2025-11-20 16:37:48 +01:00
42 changed files with 56 additions and 604 deletions

View File

@@ -1 +0,0 @@

Binary file not shown.

BIN
config.tar.bz2 LFS

Binary file not shown.

View File

@@ -1,41 +1,3 @@
-------------------------------------------------------------------
Wed Dec 17 14:18:10 CET 2025 - pjakobsson@suse.de
- drm/panthor: Flush shmem writes before mapping buffers CPU-uncached (CVE-2025-40276 bsc#1254824).
- commit a018fa4
-------------------------------------------------------------------
Wed Dec 17 13:43:51 CET 2025 - rbm@suse.com
- netdevsim: print human readable IP address (bsc#1255071).
- commit f4d9e1a
-------------------------------------------------------------------
Wed Dec 17 13:05:30 CET 2025 - hoyeon.lee@suse.com
- selftests/bpf: Skip timer cases when bpf_timer is not supported
(git-fixes).
- commit 52f69d8
-------------------------------------------------------------------
Wed Dec 17 12:42:40 CET 2025 - hoyeon.lee@suse.com
- bpf: Reject bpf_timer for PREEMPT_RT (git-fixes).
- commit 772432b
-------------------------------------------------------------------
Wed Dec 17 11:08:42 CET 2025 - ailiop@suse.com
- xfs: fix out of bounds memory read error in symlink repair
(CVE-2025-40246 bsc#1254861).
- commit 520885a
-------------------------------------------------------------------
Wed Dec 17 10:55:00 CET 2025 - ailiop@suse.com
- xfs: Replace strncpy with memcpy (git-fixes).
- commit d262779
-------------------------------------------------------------------
Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
@@ -44,13 +6,6 @@ Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
patches.suse/devlink-Add-support-for-u64-parameters.patch.
- commit 08c3324
-------------------------------------------------------------------
Wed Dec 17 10:00:39 CET 2025 - jgross@suse.com
- KVM: guest_memfd: Remove bindings on memslot deletion when
gmem is dying (CVE-2025-40274, bsc#1254830).
- commit bf3055c
-------------------------------------------------------------------
Wed Dec 17 03:33:06 CET 2025 - wqu@suse.com

View File

@@ -27,7 +27,7 @@
Name: dtb-aarch64
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9f1e920
Release: <RELEASE>.gcd450b4
%else
Release: 0
%endif

BIN
kabi.tar.bz2 LFS

Binary file not shown.

View File

@@ -1,41 +1,3 @@
-------------------------------------------------------------------
Wed Dec 17 14:18:10 CET 2025 - pjakobsson@suse.de
- drm/panthor: Flush shmem writes before mapping buffers CPU-uncached (CVE-2025-40276 bsc#1254824).
- commit a018fa4
-------------------------------------------------------------------
Wed Dec 17 13:43:51 CET 2025 - rbm@suse.com
- netdevsim: print human readable IP address (bsc#1255071).
- commit f4d9e1a
-------------------------------------------------------------------
Wed Dec 17 13:05:30 CET 2025 - hoyeon.lee@suse.com
- selftests/bpf: Skip timer cases when bpf_timer is not supported
(git-fixes).
- commit 52f69d8
-------------------------------------------------------------------
Wed Dec 17 12:42:40 CET 2025 - hoyeon.lee@suse.com
- bpf: Reject bpf_timer for PREEMPT_RT (git-fixes).
- commit 772432b
-------------------------------------------------------------------
Wed Dec 17 11:08:42 CET 2025 - ailiop@suse.com
- xfs: fix out of bounds memory read error in symlink repair
(CVE-2025-40246 bsc#1254861).
- commit 520885a
-------------------------------------------------------------------
Wed Dec 17 10:55:00 CET 2025 - ailiop@suse.com
- xfs: Replace strncpy with memcpy (git-fixes).
- commit d262779
-------------------------------------------------------------------
Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
@@ -44,13 +6,6 @@ Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
patches.suse/devlink-Add-support-for-u64-parameters.patch.
- commit 08c3324
-------------------------------------------------------------------
Wed Dec 17 10:00:39 CET 2025 - jgross@suse.com
- KVM: guest_memfd: Remove bindings on memslot deletion when
gmem is dying (CVE-2025-40274, bsc#1254830).
- commit bf3055c
-------------------------------------------------------------------
Wed Dec 17 03:33:06 CET 2025 - wqu@suse.com

View File

@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 9f1e92092df2f9fe1d5f1189bebf860157d4ab63
%define git_commit cd450b4544355d6ffe04ab5d357c30502883668b
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-64kb
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9f1e920
Release: <RELEASE>.gcd450b4
%else
Release: 0
%endif

View File

@@ -1,41 +1,3 @@
-------------------------------------------------------------------
Wed Dec 17 14:18:10 CET 2025 - pjakobsson@suse.de
- drm/panthor: Flush shmem writes before mapping buffers CPU-uncached (CVE-2025-40276 bsc#1254824).
- commit a018fa4
-------------------------------------------------------------------
Wed Dec 17 13:43:51 CET 2025 - rbm@suse.com
- netdevsim: print human readable IP address (bsc#1255071).
- commit f4d9e1a
-------------------------------------------------------------------
Wed Dec 17 13:05:30 CET 2025 - hoyeon.lee@suse.com
- selftests/bpf: Skip timer cases when bpf_timer is not supported
(git-fixes).
- commit 52f69d8
-------------------------------------------------------------------
Wed Dec 17 12:42:40 CET 2025 - hoyeon.lee@suse.com
- bpf: Reject bpf_timer for PREEMPT_RT (git-fixes).
- commit 772432b
-------------------------------------------------------------------
Wed Dec 17 11:08:42 CET 2025 - ailiop@suse.com
- xfs: fix out of bounds memory read error in symlink repair
(CVE-2025-40246 bsc#1254861).
- commit 520885a
-------------------------------------------------------------------
Wed Dec 17 10:55:00 CET 2025 - ailiop@suse.com
- xfs: Replace strncpy with memcpy (git-fixes).
- commit d262779
-------------------------------------------------------------------
Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
@@ -44,13 +6,6 @@ Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
patches.suse/devlink-Add-support-for-u64-parameters.patch.
- commit 08c3324
-------------------------------------------------------------------
Wed Dec 17 10:00:39 CET 2025 - jgross@suse.com
- KVM: guest_memfd: Remove bindings on memslot deletion when
gmem is dying (CVE-2025-40274, bsc#1254830).
- commit bf3055c
-------------------------------------------------------------------
Wed Dec 17 03:33:06 CET 2025 - wqu@suse.com

View File

@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 9f1e92092df2f9fe1d5f1189bebf860157d4ab63
%define git_commit cd450b4544355d6ffe04ab5d357c30502883668b
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-azure
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9f1e920
Release: <RELEASE>.gcd450b4
%else
Release: 0
%endif

View File

@@ -1,41 +1,3 @@
-------------------------------------------------------------------
Wed Dec 17 14:18:10 CET 2025 - pjakobsson@suse.de
- drm/panthor: Flush shmem writes before mapping buffers CPU-uncached (CVE-2025-40276 bsc#1254824).
- commit a018fa4
-------------------------------------------------------------------
Wed Dec 17 13:43:51 CET 2025 - rbm@suse.com
- netdevsim: print human readable IP address (bsc#1255071).
- commit f4d9e1a
-------------------------------------------------------------------
Wed Dec 17 13:05:30 CET 2025 - hoyeon.lee@suse.com
- selftests/bpf: Skip timer cases when bpf_timer is not supported
(git-fixes).
- commit 52f69d8
-------------------------------------------------------------------
Wed Dec 17 12:42:40 CET 2025 - hoyeon.lee@suse.com
- bpf: Reject bpf_timer for PREEMPT_RT (git-fixes).
- commit 772432b
-------------------------------------------------------------------
Wed Dec 17 11:08:42 CET 2025 - ailiop@suse.com
- xfs: fix out of bounds memory read error in symlink repair
(CVE-2025-40246 bsc#1254861).
- commit 520885a
-------------------------------------------------------------------
Wed Dec 17 10:55:00 CET 2025 - ailiop@suse.com
- xfs: Replace strncpy with memcpy (git-fixes).
- commit d262779
-------------------------------------------------------------------
Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
@@ -44,13 +6,6 @@ Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
patches.suse/devlink-Add-support-for-u64-parameters.patch.
- commit 08c3324
-------------------------------------------------------------------
Wed Dec 17 10:00:39 CET 2025 - jgross@suse.com
- KVM: guest_memfd: Remove bindings on memslot deletion when
gmem is dying (CVE-2025-40274, bsc#1254830).
- commit bf3055c
-------------------------------------------------------------------
Wed Dec 17 03:33:06 CET 2025 - wqu@suse.com

View File

@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 9f1e92092df2f9fe1d5f1189bebf860157d4ab63
%define git_commit cd450b4544355d6ffe04ab5d357c30502883668b
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-default
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9f1e920
Release: <RELEASE>.gcd450b4
%else
Release: 0
%endif

View File

@@ -1,41 +1,3 @@
-------------------------------------------------------------------
Wed Dec 17 14:18:10 CET 2025 - pjakobsson@suse.de
- drm/panthor: Flush shmem writes before mapping buffers CPU-uncached (CVE-2025-40276 bsc#1254824).
- commit a018fa4
-------------------------------------------------------------------
Wed Dec 17 13:43:51 CET 2025 - rbm@suse.com
- netdevsim: print human readable IP address (bsc#1255071).
- commit f4d9e1a
-------------------------------------------------------------------
Wed Dec 17 13:05:30 CET 2025 - hoyeon.lee@suse.com
- selftests/bpf: Skip timer cases when bpf_timer is not supported
(git-fixes).
- commit 52f69d8
-------------------------------------------------------------------
Wed Dec 17 12:42:40 CET 2025 - hoyeon.lee@suse.com
- bpf: Reject bpf_timer for PREEMPT_RT (git-fixes).
- commit 772432b
-------------------------------------------------------------------
Wed Dec 17 11:08:42 CET 2025 - ailiop@suse.com
- xfs: fix out of bounds memory read error in symlink repair
(CVE-2025-40246 bsc#1254861).
- commit 520885a
-------------------------------------------------------------------
Wed Dec 17 10:55:00 CET 2025 - ailiop@suse.com
- xfs: Replace strncpy with memcpy (git-fixes).
- commit d262779
-------------------------------------------------------------------
Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
@@ -44,13 +6,6 @@ Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
patches.suse/devlink-Add-support-for-u64-parameters.patch.
- commit 08c3324
-------------------------------------------------------------------
Wed Dec 17 10:00:39 CET 2025 - jgross@suse.com
- KVM: guest_memfd: Remove bindings on memslot deletion when
gmem is dying (CVE-2025-40274, bsc#1254830).
- commit bf3055c
-------------------------------------------------------------------
Wed Dec 17 03:33:06 CET 2025 - wqu@suse.com

View File

@@ -18,7 +18,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 9f1e92092df2f9fe1d5f1189bebf860157d4ab63
%define git_commit cd450b4544355d6ffe04ab5d357c30502883668b
%define variant %{nil}
%define build_html 1
%define build_pdf 0
@@ -30,7 +30,7 @@
Name: kernel-docs
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9f1e920
Release: <RELEASE>.gcd450b4
%else
Release: 0
%endif

View File

@@ -1,41 +1,3 @@
-------------------------------------------------------------------
Wed Dec 17 14:18:10 CET 2025 - pjakobsson@suse.de
- drm/panthor: Flush shmem writes before mapping buffers CPU-uncached (CVE-2025-40276 bsc#1254824).
- commit a018fa4
-------------------------------------------------------------------
Wed Dec 17 13:43:51 CET 2025 - rbm@suse.com
- netdevsim: print human readable IP address (bsc#1255071).
- commit f4d9e1a
-------------------------------------------------------------------
Wed Dec 17 13:05:30 CET 2025 - hoyeon.lee@suse.com
- selftests/bpf: Skip timer cases when bpf_timer is not supported
(git-fixes).
- commit 52f69d8
-------------------------------------------------------------------
Wed Dec 17 12:42:40 CET 2025 - hoyeon.lee@suse.com
- bpf: Reject bpf_timer for PREEMPT_RT (git-fixes).
- commit 772432b
-------------------------------------------------------------------
Wed Dec 17 11:08:42 CET 2025 - ailiop@suse.com
- xfs: fix out of bounds memory read error in symlink repair
(CVE-2025-40246 bsc#1254861).
- commit 520885a
-------------------------------------------------------------------
Wed Dec 17 10:55:00 CET 2025 - ailiop@suse.com
- xfs: Replace strncpy with memcpy (git-fixes).
- commit d262779
-------------------------------------------------------------------
Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
@@ -44,13 +6,6 @@ Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
patches.suse/devlink-Add-support-for-u64-parameters.patch.
- commit 08c3324
-------------------------------------------------------------------
Wed Dec 17 10:00:39 CET 2025 - jgross@suse.com
- KVM: guest_memfd: Remove bindings on memslot deletion when
gmem is dying (CVE-2025-40274, bsc#1254830).
- commit bf3055c
-------------------------------------------------------------------
Wed Dec 17 03:33:06 CET 2025 - wqu@suse.com

View File

@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 9f1e92092df2f9fe1d5f1189bebf860157d4ab63
%define git_commit cd450b4544355d6ffe04ab5d357c30502883668b
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-kvmsmall
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9f1e920
Release: <RELEASE>.gcd450b4
%else
Release: 0
%endif

View File

@@ -1,41 +1,3 @@
-------------------------------------------------------------------
Wed Dec 17 14:18:10 CET 2025 - pjakobsson@suse.de
- drm/panthor: Flush shmem writes before mapping buffers CPU-uncached (CVE-2025-40276 bsc#1254824).
- commit a018fa4
-------------------------------------------------------------------
Wed Dec 17 13:43:51 CET 2025 - rbm@suse.com
- netdevsim: print human readable IP address (bsc#1255071).
- commit f4d9e1a
-------------------------------------------------------------------
Wed Dec 17 13:05:30 CET 2025 - hoyeon.lee@suse.com
- selftests/bpf: Skip timer cases when bpf_timer is not supported
(git-fixes).
- commit 52f69d8
-------------------------------------------------------------------
Wed Dec 17 12:42:40 CET 2025 - hoyeon.lee@suse.com
- bpf: Reject bpf_timer for PREEMPT_RT (git-fixes).
- commit 772432b
-------------------------------------------------------------------
Wed Dec 17 11:08:42 CET 2025 - ailiop@suse.com
- xfs: fix out of bounds memory read error in symlink repair
(CVE-2025-40246 bsc#1254861).
- commit 520885a
-------------------------------------------------------------------
Wed Dec 17 10:55:00 CET 2025 - ailiop@suse.com
- xfs: Replace strncpy with memcpy (git-fixes).
- commit d262779
-------------------------------------------------------------------
Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
@@ -44,13 +6,6 @@ Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
patches.suse/devlink-Add-support-for-u64-parameters.patch.
- commit 08c3324
-------------------------------------------------------------------
Wed Dec 17 10:00:39 CET 2025 - jgross@suse.com
- KVM: guest_memfd: Remove bindings on memslot deletion when
gmem is dying (CVE-2025-40274, bsc#1254830).
- commit bf3055c
-------------------------------------------------------------------
Wed Dec 17 03:33:06 CET 2025 - wqu@suse.com

View File

@@ -38,7 +38,7 @@
%endif
%endif
%endif
%global kernel_package kernel%kernel_flavor-srchash-9f1e92092df2f9fe1d5f1189bebf860157d4ab63
%global kernel_package kernel%kernel_flavor-srchash-cd450b4544355d6ffe04ab5d357c30502883668b
%endif
%if 0%{?rhel_version}
%global kernel_package kernel
@@ -47,14 +47,14 @@
Name: kernel-obs-build
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9f1e920
Release: <RELEASE>.gcd450b4
%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-9f1e92092df2f9fe1d5f1189bebf860157d4ab63
Provides: kernel-obs-build-srchash-cd450b4544355d6ffe04ab5d357c30502883668b
BuildRequires: coreutils
BuildRequires: device-mapper
BuildRequires: dracut

View File

@@ -1,41 +1,3 @@
-------------------------------------------------------------------
Wed Dec 17 14:18:10 CET 2025 - pjakobsson@suse.de
- drm/panthor: Flush shmem writes before mapping buffers CPU-uncached (CVE-2025-40276 bsc#1254824).
- commit a018fa4
-------------------------------------------------------------------
Wed Dec 17 13:43:51 CET 2025 - rbm@suse.com
- netdevsim: print human readable IP address (bsc#1255071).
- commit f4d9e1a
-------------------------------------------------------------------
Wed Dec 17 13:05:30 CET 2025 - hoyeon.lee@suse.com
- selftests/bpf: Skip timer cases when bpf_timer is not supported
(git-fixes).
- commit 52f69d8
-------------------------------------------------------------------
Wed Dec 17 12:42:40 CET 2025 - hoyeon.lee@suse.com
- bpf: Reject bpf_timer for PREEMPT_RT (git-fixes).
- commit 772432b
-------------------------------------------------------------------
Wed Dec 17 11:08:42 CET 2025 - ailiop@suse.com
- xfs: fix out of bounds memory read error in symlink repair
(CVE-2025-40246 bsc#1254861).
- commit 520885a
-------------------------------------------------------------------
Wed Dec 17 10:55:00 CET 2025 - ailiop@suse.com
- xfs: Replace strncpy with memcpy (git-fixes).
- commit d262779
-------------------------------------------------------------------
Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
@@ -44,13 +6,6 @@ Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
patches.suse/devlink-Add-support-for-u64-parameters.patch.
- commit 08c3324
-------------------------------------------------------------------
Wed Dec 17 10:00:39 CET 2025 - jgross@suse.com
- KVM: guest_memfd: Remove bindings on memslot deletion when
gmem is dying (CVE-2025-40274, bsc#1254830).
- commit bf3055c
-------------------------------------------------------------------
Wed Dec 17 03:33:06 CET 2025 - wqu@suse.com

View File

@@ -25,7 +25,7 @@
Name: kernel-obs-qa
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9f1e920
Release: <RELEASE>.gcd450b4
%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-9f1e92092df2f9fe1d5f1189bebf860157d4ab63
BuildRequires: kernel-obs-build-srchash-cd450b4544355d6ffe04ab5d357c30502883668b
%endif
BuildRequires: modutils
ExclusiveArch: aarch64 ppc64le s390x x86_64

View File

@@ -1,41 +1,3 @@
-------------------------------------------------------------------
Wed Dec 17 14:18:10 CET 2025 - pjakobsson@suse.de
- drm/panthor: Flush shmem writes before mapping buffers CPU-uncached (CVE-2025-40276 bsc#1254824).
- commit a018fa4
-------------------------------------------------------------------
Wed Dec 17 13:43:51 CET 2025 - rbm@suse.com
- netdevsim: print human readable IP address (bsc#1255071).
- commit f4d9e1a
-------------------------------------------------------------------
Wed Dec 17 13:05:30 CET 2025 - hoyeon.lee@suse.com
- selftests/bpf: Skip timer cases when bpf_timer is not supported
(git-fixes).
- commit 52f69d8
-------------------------------------------------------------------
Wed Dec 17 12:42:40 CET 2025 - hoyeon.lee@suse.com
- bpf: Reject bpf_timer for PREEMPT_RT (git-fixes).
- commit 772432b
-------------------------------------------------------------------
Wed Dec 17 11:08:42 CET 2025 - ailiop@suse.com
- xfs: fix out of bounds memory read error in symlink repair
(CVE-2025-40246 bsc#1254861).
- commit 520885a
-------------------------------------------------------------------
Wed Dec 17 10:55:00 CET 2025 - ailiop@suse.com
- xfs: Replace strncpy with memcpy (git-fixes).
- commit d262779
-------------------------------------------------------------------
Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
@@ -44,13 +6,6 @@ Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
patches.suse/devlink-Add-support-for-u64-parameters.patch.
- commit 08c3324
-------------------------------------------------------------------
Wed Dec 17 10:00:39 CET 2025 - jgross@suse.com
- KVM: guest_memfd: Remove bindings on memslot deletion when
gmem is dying (CVE-2025-40274, bsc#1254830).
- commit bf3055c
-------------------------------------------------------------------
Wed Dec 17 03:33:06 CET 2025 - wqu@suse.com

View File

@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 9f1e92092df2f9fe1d5f1189bebf860157d4ab63
%define git_commit cd450b4544355d6ffe04ab5d357c30502883668b
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-rt
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9f1e920
Release: <RELEASE>.gcd450b4
%else
Release: 0
%endif

View File

@@ -1,41 +1,3 @@
-------------------------------------------------------------------
Wed Dec 17 14:18:10 CET 2025 - pjakobsson@suse.de
- drm/panthor: Flush shmem writes before mapping buffers CPU-uncached (CVE-2025-40276 bsc#1254824).
- commit a018fa4
-------------------------------------------------------------------
Wed Dec 17 13:43:51 CET 2025 - rbm@suse.com
- netdevsim: print human readable IP address (bsc#1255071).
- commit f4d9e1a
-------------------------------------------------------------------
Wed Dec 17 13:05:30 CET 2025 - hoyeon.lee@suse.com
- selftests/bpf: Skip timer cases when bpf_timer is not supported
(git-fixes).
- commit 52f69d8
-------------------------------------------------------------------
Wed Dec 17 12:42:40 CET 2025 - hoyeon.lee@suse.com
- bpf: Reject bpf_timer for PREEMPT_RT (git-fixes).
- commit 772432b
-------------------------------------------------------------------
Wed Dec 17 11:08:42 CET 2025 - ailiop@suse.com
- xfs: fix out of bounds memory read error in symlink repair
(CVE-2025-40246 bsc#1254861).
- commit 520885a
-------------------------------------------------------------------
Wed Dec 17 10:55:00 CET 2025 - ailiop@suse.com
- xfs: Replace strncpy with memcpy (git-fixes).
- commit d262779
-------------------------------------------------------------------
Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
@@ -44,13 +6,6 @@ Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
patches.suse/devlink-Add-support-for-u64-parameters.patch.
- commit 08c3324
-------------------------------------------------------------------
Wed Dec 17 10:00:39 CET 2025 - jgross@suse.com
- KVM: guest_memfd: Remove bindings on memslot deletion when
gmem is dying (CVE-2025-40274, bsc#1254830).
- commit bf3055c
-------------------------------------------------------------------
Wed Dec 17 03:33:06 CET 2025 - wqu@suse.com

View File

@@ -18,7 +18,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 9f1e92092df2f9fe1d5f1189bebf860157d4ab63
%define git_commit cd450b4544355d6ffe04ab5d357c30502883668b
%define variant %{nil}
%define gcc_package gcc13
%define gcc_compiler gcc-13
@@ -30,7 +30,7 @@
Name: kernel-source
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9f1e920
Release: <RELEASE>.gcd450b4
%else
Release: 0
%endif

View File

@@ -1,41 +1,3 @@
-------------------------------------------------------------------
Wed Dec 17 14:18:10 CET 2025 - pjakobsson@suse.de
- drm/panthor: Flush shmem writes before mapping buffers CPU-uncached (CVE-2025-40276 bsc#1254824).
- commit a018fa4
-------------------------------------------------------------------
Wed Dec 17 13:43:51 CET 2025 - rbm@suse.com
- netdevsim: print human readable IP address (bsc#1255071).
- commit f4d9e1a
-------------------------------------------------------------------
Wed Dec 17 13:05:30 CET 2025 - hoyeon.lee@suse.com
- selftests/bpf: Skip timer cases when bpf_timer is not supported
(git-fixes).
- commit 52f69d8
-------------------------------------------------------------------
Wed Dec 17 12:42:40 CET 2025 - hoyeon.lee@suse.com
- bpf: Reject bpf_timer for PREEMPT_RT (git-fixes).
- commit 772432b
-------------------------------------------------------------------
Wed Dec 17 11:08:42 CET 2025 - ailiop@suse.com
- xfs: fix out of bounds memory read error in symlink repair
(CVE-2025-40246 bsc#1254861).
- commit 520885a
-------------------------------------------------------------------
Wed Dec 17 10:55:00 CET 2025 - ailiop@suse.com
- xfs: Replace strncpy with memcpy (git-fixes).
- commit d262779
-------------------------------------------------------------------
Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
@@ -44,13 +6,6 @@ Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
patches.suse/devlink-Add-support-for-u64-parameters.patch.
- commit 08c3324
-------------------------------------------------------------------
Wed Dec 17 10:00:39 CET 2025 - jgross@suse.com
- KVM: guest_memfd: Remove bindings on memslot deletion when
gmem is dying (CVE-2025-40274, bsc#1254830).
- commit bf3055c
-------------------------------------------------------------------
Wed Dec 17 03:33:06 CET 2025 - wqu@suse.com

View File

@@ -16,7 +16,7 @@
#
%define git_commit 9f1e92092df2f9fe1d5f1189bebf860157d4ab63
%define git_commit cd450b4544355d6ffe04ab5d357c30502883668b
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@@ -24,7 +24,7 @@
Name: kernel-syms
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9f1e920
Release: <RELEASE>.gcd450b4
%else
Release: 0
%endif

View File

@@ -1,41 +1,3 @@
-------------------------------------------------------------------
Wed Dec 17 14:18:10 CET 2025 - pjakobsson@suse.de
- drm/panthor: Flush shmem writes before mapping buffers CPU-uncached (CVE-2025-40276 bsc#1254824).
- commit a018fa4
-------------------------------------------------------------------
Wed Dec 17 13:43:51 CET 2025 - rbm@suse.com
- netdevsim: print human readable IP address (bsc#1255071).
- commit f4d9e1a
-------------------------------------------------------------------
Wed Dec 17 13:05:30 CET 2025 - hoyeon.lee@suse.com
- selftests/bpf: Skip timer cases when bpf_timer is not supported
(git-fixes).
- commit 52f69d8
-------------------------------------------------------------------
Wed Dec 17 12:42:40 CET 2025 - hoyeon.lee@suse.com
- bpf: Reject bpf_timer for PREEMPT_RT (git-fixes).
- commit 772432b
-------------------------------------------------------------------
Wed Dec 17 11:08:42 CET 2025 - ailiop@suse.com
- xfs: fix out of bounds memory read error in symlink repair
(CVE-2025-40246 bsc#1254861).
- commit 520885a
-------------------------------------------------------------------
Wed Dec 17 10:55:00 CET 2025 - ailiop@suse.com
- xfs: Replace strncpy with memcpy (git-fixes).
- commit d262779
-------------------------------------------------------------------
Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
@@ -44,13 +6,6 @@ Wed Dec 17 10:04:27 CET 2025 - tbogendoerfer@suse.de
patches.suse/devlink-Add-support-for-u64-parameters.patch.
- commit 08c3324
-------------------------------------------------------------------
Wed Dec 17 10:00:39 CET 2025 - jgross@suse.com
- KVM: guest_memfd: Remove bindings on memslot deletion when
gmem is dying (CVE-2025-40274, bsc#1254830).
- commit bf3055c
-------------------------------------------------------------------
Wed Dec 17 03:33:06 CET 2025 - wqu@suse.com

View File

@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 9f1e92092df2f9fe1d5f1189bebf860157d4ab63
%define git_commit cd450b4544355d6ffe04ab5d357c30502883668b
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-zfcpdump
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9f1e920
Release: <RELEASE>.gcd450b4
%else
Release: 0
%endif

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -827,7 +827,6 @@
patches.suse/r8169-remove-original-workaround-for-RTL8125-broken-.patch
patches.suse/tg3-Link-IRQs-to-NAPI-instances.patch
patches.suse/tg3-Link-queues-to-NAPIs.patch
patches.suse/netdevsim-print-human-readable-IP-address.patch
patches.suse/netdevsim-copy-addresses-for-both-in-and-out-paths.patch
patches.suse/selftests-rtnetlink-update-netdevsim-ipsec-output-fo.patch
patches.suse/r8169-enable-SG-TSO-on-selected-chip-versions-per-de.patch
@@ -12654,8 +12653,6 @@
patches.suse/bpf-Check-the-helper-function-is-valid-in-get_helper.patch
patches.suse/bpf-Fix-out-of-bounds-dynptr-write-in-bpf_crypto_cry.patch
patches.suse/tcp_bpf-Call-sk_msg_free-when-tcp_bpf_send_verdict-f.patch
patches.suse/bpf-Reject-bpf_timer-for-PREEMPT_RT.patch
patches.suse/selftests-bpf-Skip-timer-cases-when-bpf_timer-is-not.patch
patches.suse/btrfs-fix-squota-compressed-stats-leak.patch
patches.suse/btrfs-fix-corruption-reading-compressed-range-when-b.patch
patches.suse/btrfs-fix-subvolume-deletion-lockup-caused-by-inodes.patch
@@ -12821,7 +12818,6 @@
patches.suse/writeback-Avoid-contention-on-wb-list_lock-when-swit.patch
patches.suse/writeback-Avoid-softlockup-when-switching-many-inode.patch
patches.suse/writeback-Avoid-excessively-long-inode-switching-tim.patch
patches.suse/xfs-Replace-strncpy-with-memcpy.patch
patches.suse/xfs-rename-the-old_crc-variable-in-xlog_recover_process.patch
patches.suse/erofs-avoid-reading-more-for-fragment-maps.patch
patches.suse/PCI-Test-for-bit-underflow-in-pcie_set_readrq.patch
@@ -13834,7 +13830,6 @@
patches.suse/x86-microcode-AMD-Add-more-known-models-to-entry-sign-chec.patch
patches.suse/rtc-rx8025-fix-incorrect-register-reference.patch
patches.suse/KVM-SVM-Initialize-per-CPU-svm_data-at-the-end-of-ha.patch
patches.suse/KVM-guest_memfd-Remove-bindings-on-memslot-deletion-.patch
patches.suse/KVM-VMX-Fix-check-for-valid-GVA-on-an-EPT-violation.patch
patches.suse/KVM-arm64-Check-the-untrusted-offset-in-FF-A-memory-.patch
patches.suse/KVM-SVM-Mark-VMCB_LBR-dirty-when-MSR_IA32_DEBUGCTLMS.patch
@@ -13893,7 +13888,6 @@
patches.suse/drm-amdkfd-Fix-GPU-mappings-for-APU-after-prefetch.patch
patches.suse/drm-vmwgfx-Validate-command-header-size-against-SVGA.patch
patches.suse/drm-vmwgfx-Use-kref-in-vmw_bo_dirty.patch
patches.suse/drm-panthor-Flush-shmem-writes-before-mapping-buffer.patch
patches.suse/drm-i915-dp_mst-Disable-Panel-Replay.patch
patches.suse/pnfs-Fix-TLS-logic-in-_nfs4_pnfs_v4_ds_connect.patch
patches.suse/pnfs-Set-transport-security-policy-to-RPC_XPRTSEC_NONE-unless-using-TLS.patch
@@ -13948,7 +13942,6 @@
patches.suse/Input-pegasus-notetaker-fix-potential-out-of-bounds-.patch
patches.suse/Input-imx_sc_key-fix-memory-corruption-on-unload.patch
patches.suse/Input-cros_ec_keyb-fix-an-invalid-memory-access.patch
patches.suse/xfs-fix-out-of-bounds-memory-read-error-in-symlink-repair.patch
patches.suse/dm-verity-fix-unreliable-memory-allocation.patch
patches.suse/ALSA-usb-audio-Add-DSD-quirk-for-LEAK-Stereo-230.patch
patches.suse/ALSA-usb-audio-fix-uac2-clock-source-at-terminal-par.patch

View File

@@ -1,3 +1,3 @@
2025-12-19 00:02:54 +0000
GIT Revision: 9f1e92092df2f9fe1d5f1189bebf860157d4ab63
2025-12-18 00:00:14 +0000
GIT Revision: cd450b4544355d6ffe04ab5d357c30502883668b
GIT Branch: SL-16.1

BIN
sysctl.tar.bz2 LFS

Binary file not shown.