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