1
0
forked from pool/kernel-source

GIT Revision: 680f4381be71f17cf6c55e26752674d3d12066cd

GIT Branch: SL-16.0
2026-02-26 00:00:11 +0000
This commit is contained in:
2026-02-26 08:00:15 +01:00
parent 273c030420
commit 45554a702f
27 changed files with 1270 additions and 32 deletions

View File

@@ -1,3 +1,105 @@
-------------------------------------------------------------------
Wed Feb 25 15:08:24 CET 2026 - ailiop@suse.com
- NFS: Fix a deadlock involving nfs_release_folio()
(CVE-2026-23053 bsc#1257718).
- commit 48b00b3
-------------------------------------------------------------------
Wed Feb 25 14:55:23 CET 2026 - ailiop@suse.com
- nfsd: provide locking for v4_end_grace (git-fixes).
- commit 86e35a2
-------------------------------------------------------------------
Wed Feb 25 12:30:10 CET 2026 - ailiop@suse.com
- rxrpc: Fix recvmsg() unconditional requeue (CVE-2026-23066
bsc#1257726).
- commit c17a357
-------------------------------------------------------------------
Wed Feb 25 10:37:05 CET 2026 - jgross@suse.com
- KVM: Disallow toggling KVM_MEM_GUEST_MEMFD on an existing
memslot (CVE-2025-68810 bsc#1256679).
- commit 956c9f9
-------------------------------------------------------------------
Wed Feb 25 10:22:56 CET 2026 - jgross@suse.com
- KVM: Don't clobber irqfd routing type when deassigning irqfd
(CVE-2026-23198 bsc#1258321).
- commit 6b20edc
-------------------------------------------------------------------
Tue Feb 24 18:02:38 CET 2026 - mwilck@suse.com
- md: suspend array while updating raid_disks via sysfs
(CVE-2025-71225, bsc#1258411).
- commit 4a185e4
-------------------------------------------------------------------
Tue Feb 24 14:00:39 CET 2026 - ematsumiya@suse.de
- smb: client: fix memory leak in cifs_construct_tcon()
(bsc#1255129, CVE-2025-68295).
- commit cfb334a
-------------------------------------------------------------------
Tue Feb 24 13:59:40 CET 2026 - ematsumiya@suse.de
- Refresh
patches.suse/smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-RMW-rac.patch.
- commit 3a3c827
-------------------------------------------------------------------
Tue Feb 24 10:10:58 CET 2026 - tiwai@suse.de
- Refresh and move upstreamed ath12k patch into sorted section
- commit 6886361
-------------------------------------------------------------------
Tue Feb 24 10:04:18 CET 2026 - tiwai@suse.de
- HID: apple: Add EPOMAKER TH87 to the non-apple keyboards list
(bsc#1258455).
- commit 3ef2af3
-------------------------------------------------------------------
Tue Feb 24 01:18:58 CET 2026 - wqu@suse.com
- btrfs: reject new transactions if the fs is fully read-only
(bsc#1258464 CVE-2026-23214).
- commit c00b6f5
-------------------------------------------------------------------
Tue Feb 24 01:16:23 CET 2026 - wqu@suse.com
- btrfs: send: check for inline extents in
range_is_hole_in_parent() (bsc#1258377 CVE-2026-23141).
- commit eb3646e
-------------------------------------------------------------------
Mon Feb 23 18:52:41 CET 2026 - mkoutny@suse.com
- block,bfq: fix aux stat accumulation destination (git-fixes).
- commit 2a3051f
-------------------------------------------------------------------
Mon Feb 23 16:32:43 CET 2026 - tbogendoerfer@suse.de
- macvlan: observe an RCU grace period in macvlan_common_newlink()
error path (CVE-2026-23209 bsc#1258518).
- bonding: only set speed/duplex to unknown, if getting speed
failed (bsc#1253691).
- macvlan: fix error recovery in macvlan_common_newlink()
(CVE-2026-23209 bsc#1258518).
- i40e: validate ring_len parameter against hardware-specific
values (git-fixes).
- net/mlx5: Initialize events outside devlink lock (git-fixes).
- commit bbb1b4f
-------------------------------------------------------------------
Mon Feb 23 14:08:59 CET 2026 - fdmanana@suse.com