1
0
forked from pool/kernel-source

GIT Revision: 379c62bd404159e8f25c85ac55e0c8b63d99d2ce

GIT Branch: SUSE-2024
2026-02-15 00:54:43 +0000
This commit is contained in:
2026-02-15 08:04:31 +01:00
parent 5d2cf15ab3
commit 612df909df
25 changed files with 590 additions and 26 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Feb 14 10:08:58 CET 2026 - tiwai@suse.de
- crypto: ccp - Add an S4 restore flow (git-fixes).
- tools/power/x86/intel-speed-select: Fix file descriptor leak
in isolate_cpus() (git-fixes).
- mtd: rawnand: pl353: Fix software ECC support (git-fixes).
- mtd: spinand: Fix kernel doc (git-fixes).
- mtd: rawnand: cadence: Fix return type of CDMA send-and-wait
helper (git-fixes).
- mtd: parsers: ofpart: fix OF node refcount leak in
parse_fixed_partitions() (git-fixes).
- mtd: parsers: Fix memory leak in
mtd_parser_tplink_safeloader_parse() (git-fixes).
- commit 766aa67
-------------------------------------------------------------------
Fri Feb 13 10:54:18 CET 2026 - tbogendoerfer@suse.de
- ice: fix devlink reload call trace (CVE-2026-23104 bsc#1257763).
- net/mlx5e: Pass netdev to mlx5e_destroy_netdev instead of priv
(CVE-2026-23035 bsc#1257559).
- idpf: fix error handling in the init_task on load
(CVE-2026-23017 bsc#1257552).
- commit fb93c36
-------------------------------------------------------------------
Fri Feb 13 09:21:31 CET 2026 - tiwai@suse.de
@@ -265,6 +291,30 @@ Wed Feb 11 09:16:06 CET 2026 - tiwai@suse.de
(git-fixes).
- commit ef8920f
-------------------------------------------------------------------
Tue Feb 10 19:16:05 CET 2026 - iivanov@suse.de
- irqchip/gic-v3-its: Avoid truncating memory addresses (bsc#1257758 CVE-2026-23085)
- commit e3370c0
-------------------------------------------------------------------
Tue Feb 10 19:15:13 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Allocate SSVE storage when restoring ZA (bsc#1257762 CVE-2026-23107)
- commit c430300
-------------------------------------------------------------------
Tue Feb 10 19:14:11 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Fix restoration of SVE context (bsc#1257772 CVE-2026-23102)
- commit 6759c0c
-------------------------------------------------------------------
Tue Feb 10 19:10:27 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Mandate SVE payload for streaming-mode state (bsc#1257772 CVE-2026-23102)
- commit 1baf93e
-------------------------------------------------------------------
Tue Feb 10 15:10:58 CET 2026 - rbm@suse.com

View File

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

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Feb 14 10:08:58 CET 2026 - tiwai@suse.de
- crypto: ccp - Add an S4 restore flow (git-fixes).
- tools/power/x86/intel-speed-select: Fix file descriptor leak
in isolate_cpus() (git-fixes).
- mtd: rawnand: pl353: Fix software ECC support (git-fixes).
- mtd: spinand: Fix kernel doc (git-fixes).
- mtd: rawnand: cadence: Fix return type of CDMA send-and-wait
helper (git-fixes).
- mtd: parsers: ofpart: fix OF node refcount leak in
parse_fixed_partitions() (git-fixes).
- mtd: parsers: Fix memory leak in
mtd_parser_tplink_safeloader_parse() (git-fixes).
- commit 766aa67
-------------------------------------------------------------------
Fri Feb 13 10:54:18 CET 2026 - tbogendoerfer@suse.de
- ice: fix devlink reload call trace (CVE-2026-23104 bsc#1257763).
- net/mlx5e: Pass netdev to mlx5e_destroy_netdev instead of priv
(CVE-2026-23035 bsc#1257559).
- idpf: fix error handling in the init_task on load
(CVE-2026-23017 bsc#1257552).
- commit fb93c36
-------------------------------------------------------------------
Fri Feb 13 09:21:31 CET 2026 - tiwai@suse.de
@@ -265,6 +291,30 @@ Wed Feb 11 09:16:06 CET 2026 - tiwai@suse.de
(git-fixes).
- commit ef8920f
-------------------------------------------------------------------
Tue Feb 10 19:16:05 CET 2026 - iivanov@suse.de
- irqchip/gic-v3-its: Avoid truncating memory addresses (bsc#1257758 CVE-2026-23085)
- commit e3370c0
-------------------------------------------------------------------
Tue Feb 10 19:15:13 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Allocate SSVE storage when restoring ZA (bsc#1257762 CVE-2026-23107)
- commit c430300
-------------------------------------------------------------------
Tue Feb 10 19:14:11 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Fix restoration of SVE context (bsc#1257772 CVE-2026-23102)
- commit 6759c0c
-------------------------------------------------------------------
Tue Feb 10 19:10:27 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Mandate SVE payload for streaming-mode state (bsc#1257772 CVE-2026-23102)
- commit 1baf93e
-------------------------------------------------------------------
Tue Feb 10 15:10:58 CET 2026 - rbm@suse.com

View File

@@ -19,7 +19,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit 4b6c9529c77680f9613f5e77fe75561d4185a3e7
%define git_commit 379c62bd404159e8f25c85ac55e0c8b63d99d2ce
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-64kb
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g4b6c952
Release: <RELEASE>.g379c62b
%else
Release: 0
%endif

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Feb 14 10:08:58 CET 2026 - tiwai@suse.de
- crypto: ccp - Add an S4 restore flow (git-fixes).
- tools/power/x86/intel-speed-select: Fix file descriptor leak
in isolate_cpus() (git-fixes).
- mtd: rawnand: pl353: Fix software ECC support (git-fixes).
- mtd: spinand: Fix kernel doc (git-fixes).
- mtd: rawnand: cadence: Fix return type of CDMA send-and-wait
helper (git-fixes).
- mtd: parsers: ofpart: fix OF node refcount leak in
parse_fixed_partitions() (git-fixes).
- mtd: parsers: Fix memory leak in
mtd_parser_tplink_safeloader_parse() (git-fixes).
- commit 766aa67
-------------------------------------------------------------------
Fri Feb 13 10:54:18 CET 2026 - tbogendoerfer@suse.de
- ice: fix devlink reload call trace (CVE-2026-23104 bsc#1257763).
- net/mlx5e: Pass netdev to mlx5e_destroy_netdev instead of priv
(CVE-2026-23035 bsc#1257559).
- idpf: fix error handling in the init_task on load
(CVE-2026-23017 bsc#1257552).
- commit fb93c36
-------------------------------------------------------------------
Fri Feb 13 09:21:31 CET 2026 - tiwai@suse.de
@@ -265,6 +291,30 @@ Wed Feb 11 09:16:06 CET 2026 - tiwai@suse.de
(git-fixes).
- commit ef8920f
-------------------------------------------------------------------
Tue Feb 10 19:16:05 CET 2026 - iivanov@suse.de
- irqchip/gic-v3-its: Avoid truncating memory addresses (bsc#1257758 CVE-2026-23085)
- commit e3370c0
-------------------------------------------------------------------
Tue Feb 10 19:15:13 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Allocate SSVE storage when restoring ZA (bsc#1257762 CVE-2026-23107)
- commit c430300
-------------------------------------------------------------------
Tue Feb 10 19:14:11 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Fix restoration of SVE context (bsc#1257772 CVE-2026-23102)
- commit 6759c0c
-------------------------------------------------------------------
Tue Feb 10 19:10:27 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Mandate SVE payload for streaming-mode state (bsc#1257772 CVE-2026-23102)
- commit 1baf93e
-------------------------------------------------------------------
Tue Feb 10 15:10:58 CET 2026 - rbm@suse.com

View File

@@ -19,7 +19,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit 4b6c9529c77680f9613f5e77fe75561d4185a3e7
%define git_commit 379c62bd404159e8f25c85ac55e0c8b63d99d2ce
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-debug
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g4b6c952
Release: <RELEASE>.g379c62b
%else
Release: 0
%endif

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Feb 14 10:08:58 CET 2026 - tiwai@suse.de
- crypto: ccp - Add an S4 restore flow (git-fixes).
- tools/power/x86/intel-speed-select: Fix file descriptor leak
in isolate_cpus() (git-fixes).
- mtd: rawnand: pl353: Fix software ECC support (git-fixes).
- mtd: spinand: Fix kernel doc (git-fixes).
- mtd: rawnand: cadence: Fix return type of CDMA send-and-wait
helper (git-fixes).
- mtd: parsers: ofpart: fix OF node refcount leak in
parse_fixed_partitions() (git-fixes).
- mtd: parsers: Fix memory leak in
mtd_parser_tplink_safeloader_parse() (git-fixes).
- commit 766aa67
-------------------------------------------------------------------
Fri Feb 13 10:54:18 CET 2026 - tbogendoerfer@suse.de
- ice: fix devlink reload call trace (CVE-2026-23104 bsc#1257763).
- net/mlx5e: Pass netdev to mlx5e_destroy_netdev instead of priv
(CVE-2026-23035 bsc#1257559).
- idpf: fix error handling in the init_task on load
(CVE-2026-23017 bsc#1257552).
- commit fb93c36
-------------------------------------------------------------------
Fri Feb 13 09:21:31 CET 2026 - tiwai@suse.de
@@ -265,6 +291,30 @@ Wed Feb 11 09:16:06 CET 2026 - tiwai@suse.de
(git-fixes).
- commit ef8920f
-------------------------------------------------------------------
Tue Feb 10 19:16:05 CET 2026 - iivanov@suse.de
- irqchip/gic-v3-its: Avoid truncating memory addresses (bsc#1257758 CVE-2026-23085)
- commit e3370c0
-------------------------------------------------------------------
Tue Feb 10 19:15:13 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Allocate SSVE storage when restoring ZA (bsc#1257762 CVE-2026-23107)
- commit c430300
-------------------------------------------------------------------
Tue Feb 10 19:14:11 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Fix restoration of SVE context (bsc#1257772 CVE-2026-23102)
- commit 6759c0c
-------------------------------------------------------------------
Tue Feb 10 19:10:27 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Mandate SVE payload for streaming-mode state (bsc#1257772 CVE-2026-23102)
- commit 1baf93e
-------------------------------------------------------------------
Tue Feb 10 15:10:58 CET 2026 - rbm@suse.com

View File

@@ -19,7 +19,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit 4b6c9529c77680f9613f5e77fe75561d4185a3e7
%define git_commit 379c62bd404159e8f25c85ac55e0c8b63d99d2ce
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-default
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g4b6c952
Release: <RELEASE>.g379c62b
%else
Release: 0
%endif

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Feb 14 10:08:58 CET 2026 - tiwai@suse.de
- crypto: ccp - Add an S4 restore flow (git-fixes).
- tools/power/x86/intel-speed-select: Fix file descriptor leak
in isolate_cpus() (git-fixes).
- mtd: rawnand: pl353: Fix software ECC support (git-fixes).
- mtd: spinand: Fix kernel doc (git-fixes).
- mtd: rawnand: cadence: Fix return type of CDMA send-and-wait
helper (git-fixes).
- mtd: parsers: ofpart: fix OF node refcount leak in
parse_fixed_partitions() (git-fixes).
- mtd: parsers: Fix memory leak in
mtd_parser_tplink_safeloader_parse() (git-fixes).
- commit 766aa67
-------------------------------------------------------------------
Fri Feb 13 10:54:18 CET 2026 - tbogendoerfer@suse.de
- ice: fix devlink reload call trace (CVE-2026-23104 bsc#1257763).
- net/mlx5e: Pass netdev to mlx5e_destroy_netdev instead of priv
(CVE-2026-23035 bsc#1257559).
- idpf: fix error handling in the init_task on load
(CVE-2026-23017 bsc#1257552).
- commit fb93c36
-------------------------------------------------------------------
Fri Feb 13 09:21:31 CET 2026 - tiwai@suse.de
@@ -265,6 +291,30 @@ Wed Feb 11 09:16:06 CET 2026 - tiwai@suse.de
(git-fixes).
- commit ef8920f
-------------------------------------------------------------------
Tue Feb 10 19:16:05 CET 2026 - iivanov@suse.de
- irqchip/gic-v3-its: Avoid truncating memory addresses (bsc#1257758 CVE-2026-23085)
- commit e3370c0
-------------------------------------------------------------------
Tue Feb 10 19:15:13 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Allocate SSVE storage when restoring ZA (bsc#1257762 CVE-2026-23107)
- commit c430300
-------------------------------------------------------------------
Tue Feb 10 19:14:11 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Fix restoration of SVE context (bsc#1257772 CVE-2026-23102)
- commit 6759c0c
-------------------------------------------------------------------
Tue Feb 10 19:10:27 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Mandate SVE payload for streaming-mode state (bsc#1257772 CVE-2026-23102)
- commit 1baf93e
-------------------------------------------------------------------
Tue Feb 10 15:10:58 CET 2026 - rbm@suse.com

View File

@@ -18,7 +18,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit 4b6c9529c77680f9613f5e77fe75561d4185a3e7
%define git_commit 379c62bd404159e8f25c85ac55e0c8b63d99d2ce
%define variant %{nil}
%define build_html 1
%define build_pdf 0
@@ -30,7 +30,7 @@
Name: kernel-docs
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g4b6c952
Release: <RELEASE>.g379c62b
%else
Release: 0
%endif

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Feb 14 10:08:58 CET 2026 - tiwai@suse.de
- crypto: ccp - Add an S4 restore flow (git-fixes).
- tools/power/x86/intel-speed-select: Fix file descriptor leak
in isolate_cpus() (git-fixes).
- mtd: rawnand: pl353: Fix software ECC support (git-fixes).
- mtd: spinand: Fix kernel doc (git-fixes).
- mtd: rawnand: cadence: Fix return type of CDMA send-and-wait
helper (git-fixes).
- mtd: parsers: ofpart: fix OF node refcount leak in
parse_fixed_partitions() (git-fixes).
- mtd: parsers: Fix memory leak in
mtd_parser_tplink_safeloader_parse() (git-fixes).
- commit 766aa67
-------------------------------------------------------------------
Fri Feb 13 10:54:18 CET 2026 - tbogendoerfer@suse.de
- ice: fix devlink reload call trace (CVE-2026-23104 bsc#1257763).
- net/mlx5e: Pass netdev to mlx5e_destroy_netdev instead of priv
(CVE-2026-23035 bsc#1257559).
- idpf: fix error handling in the init_task on load
(CVE-2026-23017 bsc#1257552).
- commit fb93c36
-------------------------------------------------------------------
Fri Feb 13 09:21:31 CET 2026 - tiwai@suse.de
@@ -265,6 +291,30 @@ Wed Feb 11 09:16:06 CET 2026 - tiwai@suse.de
(git-fixes).
- commit ef8920f
-------------------------------------------------------------------
Tue Feb 10 19:16:05 CET 2026 - iivanov@suse.de
- irqchip/gic-v3-its: Avoid truncating memory addresses (bsc#1257758 CVE-2026-23085)
- commit e3370c0
-------------------------------------------------------------------
Tue Feb 10 19:15:13 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Allocate SSVE storage when restoring ZA (bsc#1257762 CVE-2026-23107)
- commit c430300
-------------------------------------------------------------------
Tue Feb 10 19:14:11 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Fix restoration of SVE context (bsc#1257772 CVE-2026-23102)
- commit 6759c0c
-------------------------------------------------------------------
Tue Feb 10 19:10:27 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Mandate SVE payload for streaming-mode state (bsc#1257772 CVE-2026-23102)
- commit 1baf93e
-------------------------------------------------------------------
Tue Feb 10 15:10:58 CET 2026 - rbm@suse.com

View File

@@ -19,7 +19,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit 4b6c9529c77680f9613f5e77fe75561d4185a3e7
%define git_commit 379c62bd404159e8f25c85ac55e0c8b63d99d2ce
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-kvmsmall
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g4b6c952
Release: <RELEASE>.g379c62b
%else
Release: 0
%endif

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Feb 14 10:08:58 CET 2026 - tiwai@suse.de
- crypto: ccp - Add an S4 restore flow (git-fixes).
- tools/power/x86/intel-speed-select: Fix file descriptor leak
in isolate_cpus() (git-fixes).
- mtd: rawnand: pl353: Fix software ECC support (git-fixes).
- mtd: spinand: Fix kernel doc (git-fixes).
- mtd: rawnand: cadence: Fix return type of CDMA send-and-wait
helper (git-fixes).
- mtd: parsers: ofpart: fix OF node refcount leak in
parse_fixed_partitions() (git-fixes).
- mtd: parsers: Fix memory leak in
mtd_parser_tplink_safeloader_parse() (git-fixes).
- commit 766aa67
-------------------------------------------------------------------
Fri Feb 13 10:54:18 CET 2026 - tbogendoerfer@suse.de
- ice: fix devlink reload call trace (CVE-2026-23104 bsc#1257763).
- net/mlx5e: Pass netdev to mlx5e_destroy_netdev instead of priv
(CVE-2026-23035 bsc#1257559).
- idpf: fix error handling in the init_task on load
(CVE-2026-23017 bsc#1257552).
- commit fb93c36
-------------------------------------------------------------------
Fri Feb 13 09:21:31 CET 2026 - tiwai@suse.de
@@ -265,6 +291,30 @@ Wed Feb 11 09:16:06 CET 2026 - tiwai@suse.de
(git-fixes).
- commit ef8920f
-------------------------------------------------------------------
Tue Feb 10 19:16:05 CET 2026 - iivanov@suse.de
- irqchip/gic-v3-its: Avoid truncating memory addresses (bsc#1257758 CVE-2026-23085)
- commit e3370c0
-------------------------------------------------------------------
Tue Feb 10 19:15:13 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Allocate SSVE storage when restoring ZA (bsc#1257762 CVE-2026-23107)
- commit c430300
-------------------------------------------------------------------
Tue Feb 10 19:14:11 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Fix restoration of SVE context (bsc#1257772 CVE-2026-23102)
- commit 6759c0c
-------------------------------------------------------------------
Tue Feb 10 19:10:27 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Mandate SVE payload for streaming-mode state (bsc#1257772 CVE-2026-23102)
- commit 1baf93e
-------------------------------------------------------------------
Tue Feb 10 15:10:58 CET 2026 - rbm@suse.com

View File

@@ -38,7 +38,7 @@
%endif
%endif
%endif
%global kernel_package kernel%kernel_flavor-srchash-4b6c9529c77680f9613f5e77fe75561d4185a3e7
%global kernel_package kernel%kernel_flavor-srchash-379c62bd404159e8f25c85ac55e0c8b63d99d2ce
%endif
%if 0%{?rhel_version}
%global kernel_package kernel
@@ -47,14 +47,14 @@
Name: kernel-obs-build
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g4b6c952
Release: <RELEASE>.g379c62b
%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-4b6c9529c77680f9613f5e77fe75561d4185a3e7
Provides: kernel-obs-build-srchash-379c62bd404159e8f25c85ac55e0c8b63d99d2ce
BuildRequires: coreutils
BuildRequires: device-mapper
BuildRequires: dracut

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Feb 14 10:08:58 CET 2026 - tiwai@suse.de
- crypto: ccp - Add an S4 restore flow (git-fixes).
- tools/power/x86/intel-speed-select: Fix file descriptor leak
in isolate_cpus() (git-fixes).
- mtd: rawnand: pl353: Fix software ECC support (git-fixes).
- mtd: spinand: Fix kernel doc (git-fixes).
- mtd: rawnand: cadence: Fix return type of CDMA send-and-wait
helper (git-fixes).
- mtd: parsers: ofpart: fix OF node refcount leak in
parse_fixed_partitions() (git-fixes).
- mtd: parsers: Fix memory leak in
mtd_parser_tplink_safeloader_parse() (git-fixes).
- commit 766aa67
-------------------------------------------------------------------
Fri Feb 13 10:54:18 CET 2026 - tbogendoerfer@suse.de
- ice: fix devlink reload call trace (CVE-2026-23104 bsc#1257763).
- net/mlx5e: Pass netdev to mlx5e_destroy_netdev instead of priv
(CVE-2026-23035 bsc#1257559).
- idpf: fix error handling in the init_task on load
(CVE-2026-23017 bsc#1257552).
- commit fb93c36
-------------------------------------------------------------------
Fri Feb 13 09:21:31 CET 2026 - tiwai@suse.de
@@ -265,6 +291,30 @@ Wed Feb 11 09:16:06 CET 2026 - tiwai@suse.de
(git-fixes).
- commit ef8920f
-------------------------------------------------------------------
Tue Feb 10 19:16:05 CET 2026 - iivanov@suse.de
- irqchip/gic-v3-its: Avoid truncating memory addresses (bsc#1257758 CVE-2026-23085)
- commit e3370c0
-------------------------------------------------------------------
Tue Feb 10 19:15:13 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Allocate SSVE storage when restoring ZA (bsc#1257762 CVE-2026-23107)
- commit c430300
-------------------------------------------------------------------
Tue Feb 10 19:14:11 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Fix restoration of SVE context (bsc#1257772 CVE-2026-23102)
- commit 6759c0c
-------------------------------------------------------------------
Tue Feb 10 19:10:27 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Mandate SVE payload for streaming-mode state (bsc#1257772 CVE-2026-23102)
- commit 1baf93e
-------------------------------------------------------------------
Tue Feb 10 15:10:58 CET 2026 - rbm@suse.com

View File

@@ -25,7 +25,7 @@
Name: kernel-obs-qa
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g4b6c952
Release: <RELEASE>.g379c62b
%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-4b6c9529c77680f9613f5e77fe75561d4185a3e7
BuildRequires: kernel-obs-build-srchash-379c62bd404159e8f25c85ac55e0c8b63d99d2ce
%endif
BuildRequires: modutils
ExclusiveArch: aarch64 ppc64le s390x x86_64

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Feb 14 10:08:58 CET 2026 - tiwai@suse.de
- crypto: ccp - Add an S4 restore flow (git-fixes).
- tools/power/x86/intel-speed-select: Fix file descriptor leak
in isolate_cpus() (git-fixes).
- mtd: rawnand: pl353: Fix software ECC support (git-fixes).
- mtd: spinand: Fix kernel doc (git-fixes).
- mtd: rawnand: cadence: Fix return type of CDMA send-and-wait
helper (git-fixes).
- mtd: parsers: ofpart: fix OF node refcount leak in
parse_fixed_partitions() (git-fixes).
- mtd: parsers: Fix memory leak in
mtd_parser_tplink_safeloader_parse() (git-fixes).
- commit 766aa67
-------------------------------------------------------------------
Fri Feb 13 10:54:18 CET 2026 - tbogendoerfer@suse.de
- ice: fix devlink reload call trace (CVE-2026-23104 bsc#1257763).
- net/mlx5e: Pass netdev to mlx5e_destroy_netdev instead of priv
(CVE-2026-23035 bsc#1257559).
- idpf: fix error handling in the init_task on load
(CVE-2026-23017 bsc#1257552).
- commit fb93c36
-------------------------------------------------------------------
Fri Feb 13 09:21:31 CET 2026 - tiwai@suse.de
@@ -265,6 +291,30 @@ Wed Feb 11 09:16:06 CET 2026 - tiwai@suse.de
(git-fixes).
- commit ef8920f
-------------------------------------------------------------------
Tue Feb 10 19:16:05 CET 2026 - iivanov@suse.de
- irqchip/gic-v3-its: Avoid truncating memory addresses (bsc#1257758 CVE-2026-23085)
- commit e3370c0
-------------------------------------------------------------------
Tue Feb 10 19:15:13 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Allocate SSVE storage when restoring ZA (bsc#1257762 CVE-2026-23107)
- commit c430300
-------------------------------------------------------------------
Tue Feb 10 19:14:11 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Fix restoration of SVE context (bsc#1257772 CVE-2026-23102)
- commit 6759c0c
-------------------------------------------------------------------
Tue Feb 10 19:10:27 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Mandate SVE payload for streaming-mode state (bsc#1257772 CVE-2026-23102)
- commit 1baf93e
-------------------------------------------------------------------
Tue Feb 10 15:10:58 CET 2026 - rbm@suse.com

View File

@@ -18,7 +18,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit 4b6c9529c77680f9613f5e77fe75561d4185a3e7
%define git_commit 379c62bd404159e8f25c85ac55e0c8b63d99d2ce
%define variant %{nil}
%define gcc_package gcc13
%define gcc_compiler gcc-13
@@ -30,7 +30,7 @@
Name: kernel-source
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g4b6c952
Release: <RELEASE>.g379c62b
%else
Release: 0
%endif

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Feb 14 10:08:58 CET 2026 - tiwai@suse.de
- crypto: ccp - Add an S4 restore flow (git-fixes).
- tools/power/x86/intel-speed-select: Fix file descriptor leak
in isolate_cpus() (git-fixes).
- mtd: rawnand: pl353: Fix software ECC support (git-fixes).
- mtd: spinand: Fix kernel doc (git-fixes).
- mtd: rawnand: cadence: Fix return type of CDMA send-and-wait
helper (git-fixes).
- mtd: parsers: ofpart: fix OF node refcount leak in
parse_fixed_partitions() (git-fixes).
- mtd: parsers: Fix memory leak in
mtd_parser_tplink_safeloader_parse() (git-fixes).
- commit 766aa67
-------------------------------------------------------------------
Fri Feb 13 10:54:18 CET 2026 - tbogendoerfer@suse.de
- ice: fix devlink reload call trace (CVE-2026-23104 bsc#1257763).
- net/mlx5e: Pass netdev to mlx5e_destroy_netdev instead of priv
(CVE-2026-23035 bsc#1257559).
- idpf: fix error handling in the init_task on load
(CVE-2026-23017 bsc#1257552).
- commit fb93c36
-------------------------------------------------------------------
Fri Feb 13 09:21:31 CET 2026 - tiwai@suse.de
@@ -265,6 +291,30 @@ Wed Feb 11 09:16:06 CET 2026 - tiwai@suse.de
(git-fixes).
- commit ef8920f
-------------------------------------------------------------------
Tue Feb 10 19:16:05 CET 2026 - iivanov@suse.de
- irqchip/gic-v3-its: Avoid truncating memory addresses (bsc#1257758 CVE-2026-23085)
- commit e3370c0
-------------------------------------------------------------------
Tue Feb 10 19:15:13 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Allocate SSVE storage when restoring ZA (bsc#1257762 CVE-2026-23107)
- commit c430300
-------------------------------------------------------------------
Tue Feb 10 19:14:11 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Fix restoration of SVE context (bsc#1257772 CVE-2026-23102)
- commit 6759c0c
-------------------------------------------------------------------
Tue Feb 10 19:10:27 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Mandate SVE payload for streaming-mode state (bsc#1257772 CVE-2026-23102)
- commit 1baf93e
-------------------------------------------------------------------
Tue Feb 10 15:10:58 CET 2026 - rbm@suse.com

View File

@@ -16,7 +16,7 @@
#
%define git_commit 4b6c9529c77680f9613f5e77fe75561d4185a3e7
%define git_commit 379c62bd404159e8f25c85ac55e0c8b63d99d2ce
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@@ -24,7 +24,7 @@
Name: kernel-syms
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g4b6c952
Release: <RELEASE>.g379c62b
%else
Release: 0
%endif

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Feb 14 10:08:58 CET 2026 - tiwai@suse.de
- crypto: ccp - Add an S4 restore flow (git-fixes).
- tools/power/x86/intel-speed-select: Fix file descriptor leak
in isolate_cpus() (git-fixes).
- mtd: rawnand: pl353: Fix software ECC support (git-fixes).
- mtd: spinand: Fix kernel doc (git-fixes).
- mtd: rawnand: cadence: Fix return type of CDMA send-and-wait
helper (git-fixes).
- mtd: parsers: ofpart: fix OF node refcount leak in
parse_fixed_partitions() (git-fixes).
- mtd: parsers: Fix memory leak in
mtd_parser_tplink_safeloader_parse() (git-fixes).
- commit 766aa67
-------------------------------------------------------------------
Fri Feb 13 10:54:18 CET 2026 - tbogendoerfer@suse.de
- ice: fix devlink reload call trace (CVE-2026-23104 bsc#1257763).
- net/mlx5e: Pass netdev to mlx5e_destroy_netdev instead of priv
(CVE-2026-23035 bsc#1257559).
- idpf: fix error handling in the init_task on load
(CVE-2026-23017 bsc#1257552).
- commit fb93c36
-------------------------------------------------------------------
Fri Feb 13 09:21:31 CET 2026 - tiwai@suse.de
@@ -265,6 +291,30 @@ Wed Feb 11 09:16:06 CET 2026 - tiwai@suse.de
(git-fixes).
- commit ef8920f
-------------------------------------------------------------------
Tue Feb 10 19:16:05 CET 2026 - iivanov@suse.de
- irqchip/gic-v3-its: Avoid truncating memory addresses (bsc#1257758 CVE-2026-23085)
- commit e3370c0
-------------------------------------------------------------------
Tue Feb 10 19:15:13 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Allocate SSVE storage when restoring ZA (bsc#1257762 CVE-2026-23107)
- commit c430300
-------------------------------------------------------------------
Tue Feb 10 19:14:11 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Fix restoration of SVE context (bsc#1257772 CVE-2026-23102)
- commit 6759c0c
-------------------------------------------------------------------
Tue Feb 10 19:10:27 CET 2026 - iivanov@suse.de
- arm64/fpsimd: signal: Mandate SVE payload for streaming-mode state (bsc#1257772 CVE-2026-23102)
- commit 1baf93e
-------------------------------------------------------------------
Tue Feb 10 15:10:58 CET 2026 - rbm@suse.com

View File

@@ -19,7 +19,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit 4b6c9529c77680f9613f5e77fe75561d4185a3e7
%define git_commit 379c62bd404159e8f25c85ac55e0c8b63d99d2ce
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-zfcpdump
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g4b6c952
Release: <RELEASE>.g379c62b
%else
Release: 0
%endif

Binary file not shown.

View File

@@ -33059,6 +33059,7 @@
patches.suse/jfs-fix-array-index-out-of-bounds-read-in-add_missing_indices.patch
patches.suse/firmware-SDEI-Allow-sdei-initialization-without-ACPI.patch
patches.suse/firmware-psci-Fix-refcount-leak-in-psci_dt_init.patch
patches.suse/arm64-fpsimd-signal-Mandate-SVE-payload-for-streaming-mode.patch
patches.suse/usbnet-asix-AX88772-leave-the-carrier-control-to-phy.patch
patches.suse/i40e-fix-MMIO-write-access-to-an-invalid-page-in-i40.patch
patches.suse/netfilter-nft_set_pipapo-prevent-overflow-in-lookup-.patch
@@ -35919,6 +35920,7 @@
patches.suse/wifi-avoid-kernel-infoleak-from-struct-iw_point.patch
patches.suse/wifi-mac80211-restore-non-chanctx-injection-behaviou.patch
patches.suse/wifi-mac80211-collect-station-statistics-earlier-whe.patch
patches.suse/idpf-fix-error-handling-in-the-init_task-on-load.patch
patches.suse/idpf-Fix-RSS-LUT-NULL-pointer-crash-on-early-ethtool.patch
patches.suse/idpf-Fix-RSS-LUT-NULL-ptr-issue-after-soft-reset.patch
patches.suse/arp-do-not-assume-dev_hard_header-does-not-change-skb-head.patch
@@ -35943,6 +35945,7 @@
patches.suse/can-ctucanfd-fix-SSP_SRC-in-cases-when-bit-rate-is-h.patch
patches.suse/net-mlx5e-Fix-crash-on-profile-change-rollback-failu.patch
patches.suse/net-mlx5e-Don-t-store-mlx5e_priv-in-mlx5e_dev-devlin.patch
patches.suse/net-mlx5e-Pass-netdev-to-mlx5e_destroy_netdev-instea.patch
patches.suse/msft-hv-3440-net-hv_netvsc-reject-RSS-hash-key-programming-withou.patch
patches.suse/ipv6-Fix-use-after-free-in-inet6_addr_del.patch
patches.suse/net-sched-sch_qfq-do-not-free-existing-class-in-qfq_.patch
@@ -36003,6 +36006,7 @@
patches.suse/net-sched-qfq-Use-cl_is_active-to-determine-whether-.patch
patches.suse/mISDN-annotate-data-race-around-dev-work.patch
patches.suse/usbnet-limit-max_mtu-based-on-device-s-hard_mtu.patch
patches.suse/ice-fix-devlink-reload-call-trace.patch
patches.suse/wifi-rsi-Fix-memory-corruption-due-to-not-set-vif-dr.patch
patches.suse/wifi-cfg80211-Fix-bitrate-calculation-overflow-for-H.patch
patches.suse/wifi-mac80211-correctly-check-if-CSA-is-active.patch
@@ -36028,6 +36032,9 @@
patches.suse/spi-spi-sprd-adi-Fix-double-free-in-probe-error-path.patch
patches.suse/mmc-sdhci-of-dwcmshc-Prevent-illegal-clock-reduction.patch
patches.suse/mmc-rtsx_pci_sdmmc-implement-sdmmc_card_busy-functio.patch
patches.suse/arm64-fpsimd-signal-Allocate-SSVE-storage-when-restoring-Z.patch
patches.suse/arm64-fpsimd-signal-Fix-restoration-of-SVE-context.patch
patches.suse/irqchip-gic-v3-its-Avoid-truncating-memory-addresses.patch
patches.suse/Input-i8042-add-quirk-for-ASUS-Zenbook-UX425QA_UM425.patch
patches.suse/Input-i8042-add-quirks-for-MECHREVO-Wujie-15X-Pro.patch
patches.suse/serial-8250_pci-Fix-broken-RS485-for-F81504-508-512.patch
@@ -36197,6 +36204,13 @@
patches.suse/power-supply-bq27xxx-fix-wrong-errno-when-bus-ops-ar.patch
patches.suse/power-supply-wm97xx-Fix-NULL-pointer-dereference-in-.patch
patches.suse/power-supply-qcom_battmgr-Recognize-LiP-as-lithium-p.patch
patches.suse/mtd-parsers-Fix-memory-leak-in-mtd_parser_tplink_saf.patch
patches.suse/mtd-parsers-ofpart-fix-OF-node-refcount-leak-in-pars.patch
patches.suse/mtd-rawnand-cadence-Fix-return-type-of-CDMA-send-and.patch
patches.suse/mtd-spinand-Fix-kernel-doc.patch
patches.suse/mtd-rawnand-pl353-Fix-software-ECC-support.patch
patches.suse/tools-power-x86-intel-speed-select-Fix-file-descript.patch
patches.suse/crypto-ccp-Add-an-S4-restore-flow.patch
# mkp/scsi queue
patches.suse/scsi-lpfc-Rework-lpfc_sli4_fcf_rr_next_index_get.patch

View File

@@ -1,3 +1,3 @@
2026-02-14 00:27:32 +0000
GIT Revision: 4b6c9529c77680f9613f5e77fe75561d4185a3e7
2026-02-15 00:54:43 +0000
GIT Revision: 379c62bd404159e8f25c85ac55e0c8b63d99d2ce
GIT Branch: SUSE-2024