13 Commits

Author SHA256 Message Date
2333f92499 GIT Revision: d8f922339fd75d0a90b9c54c85a42478e2127491
GIT Branch: SUSE-2024
2026-03-01 00:01:50 +0000
2026-03-01 08:03:08 +01:00
39ecf2041e GIT Revision: d8f922339fd75d0a90b9c54c85a42478e2127491
GIT Branch: SUSE-2024
2026-03-01 00:01:50 +0000
2026-03-01 08:03:04 +01:00
d53556f073 GIT Revision: ab7c92ae9b83ddb580cd22a2557a03e2aa373b81
GIT Branch: SUSE-2024
2026-02-28 00:03:35 +0000
2026-02-28 08:03:11 +01:00
c631426e51 GIT Revision: ab7c92ae9b83ddb580cd22a2557a03e2aa373b81
GIT Branch: SUSE-2024
2026-02-28 00:03:35 +0000
2026-02-28 08:03:06 +01:00
3b9af17b6f GIT Revision: dfcd663f019851f64dc90c5d3925c7dcba364cab
GIT Branch: SUSE-2024
2026-02-27 01:14:16 +0000
2026-02-27 08:03:36 +01:00
e4d74de1e4 GIT Revision: dfcd663f019851f64dc90c5d3925c7dcba364cab
GIT Branch: SUSE-2024
2026-02-27 01:14:16 +0000
2026-02-27 08:03:32 +01:00
7b7a758a4f GIT Revision: cd34626a0e6278287593a52fdb1768ae715de42c
GIT Branch: SUSE-2024
2026-02-26 00:33:24 +0000
2026-02-26 08:05:09 +01:00
046ba70351 GIT Revision: cd34626a0e6278287593a52fdb1768ae715de42c
GIT Branch: SUSE-2024
2026-02-26 00:33:24 +0000
2026-02-26 08:05:03 +01:00
a45afc8793 GIT Revision: 59a9bc31c23669065ee3fbda3789eb05468d2ebe
GIT Branch: SUSE-2024
2026-02-25 00:59:02 +0000
2026-02-25 08:04:01 +01:00
75fea74f08 GIT Revision: 59a9bc31c23669065ee3fbda3789eb05468d2ebe
GIT Branch: SUSE-2024
2026-02-25 00:59:02 +0000
2026-02-25 08:03:57 +01:00
4c10f6d7c8 GIT Revision: 2f6e2f3d2d105a4bb2c31a9e08bdc4e28a2dec22
GIT Branch: SUSE-2024
2026-02-24 00:09:24 +0000
2026-02-24 08:03:14 +01:00
06237a15bd GIT Revision: ebfe98a4d181d915f8f59e6f3ff7522fdd1face4
GIT Branch: SUSE-2024
2026-02-23 00:11:43 +0000
2026-02-23 08:03:27 +01:00
c67385be89 GIT Revision: aa64df04ebd295f7be8f0ab93393fa3d9b6c1480
GIT Branch: SUSE-2024
2026-02-22 00:11:44 +0000
2026-02-22 08:02:52 +01:00
28 changed files with 3913 additions and 51 deletions

View File

@@ -36,6 +36,7 @@ declare -a IGNORED_CONFIGS_RE=(
'LD_VERSION'
'LLD_VERSION'
'OBJTOOL'
'OPENSSL_SUPPORTS_[A-Z0-9_]*'
'PAHOLE_HAS_[A-Z0-9_]*'
'PAHOLE_VERSION'
'RISCV_ISA_[A-Z_]*'

View File

@@ -27,3 +27,5 @@ BUILD_PDF=No
GENERATE_COMPILE_COMMANDS=Yes
# Set gcc version to the one used for build in IBS
GCC_VERSION=13
# Workaround hybrid git workflow bug in SLFO 1.0/1.1
NOEXEC=Yes

View File

@@ -1,3 +1,275 @@
-------------------------------------------------------------------
Sat Feb 28 09:53:06 CET 2026 - tiwai@suse.de
- ALSA: usb-audio: Avoid implicit feedback mode on DIYINHK USB
Audio 2.0 (stable-fixes).
- ALSA: usb-audio: Check max frame size for implicit feedback
mode, too (stable-fixes).
- commit 94dd673
-------------------------------------------------------------------
Sat Feb 28 09:21:43 CET 2026 - tiwai@suse.de
- PCI: Correct PCI_CAP_EXP_ENDPOINT_SIZEOF_V2 value (git-fixes).
- mmc: mmci: Fix device_node reference leak in
of_get_dml_pipe_index() (git-fixes).
- ALSA: usb-audio: Use correct version for UAC3 header validation
(git-fixes).
- ALSA: usb-audio: Use inclusive terms (git-fixes).
- ALSA: usb-audio: Cap the packet size pre-calculations
(git-fixes).
- ALSA: usb-audio: Remove VALIDATE_RATES quirk for Focusrite
devices (git-fixes).
- drm/bridge: samsung-dsim: Fix memory leak in error path
(git-fixes).
- drm/bridge: ti-sn65dsi86: Enable HPD polling if IRQ is not used
(git-fixes).
- drm/logicvc: Fix device node reference leak in
logicvc_drm_config_parse() (git-fixes).
- drm/vmwgfx: Return the correct value in vmw_translate_ptr
functions (git-fixes).
- drm/vmwgfx: Fix invalid kref_put callback in
vmw_bo_dirty_release (git-fixes).
- commit b1fa310
-------------------------------------------------------------------
Fri Feb 27 20:18:36 CET 2026 - lduncan@suse.com
- scsi: core: Wake up the error handler when final completions
race against each other (CVE-2026-23110 bsc#1257761).
- commit 59f5efa
-------------------------------------------------------------------
Fri Feb 27 19:27:03 CET 2026 - rbm@suse.com
- dst: fix races in rt6_uncached_list_del() and
rt_del_uncached_list() (CVE-2026-23004 bsc#1257231).
- commit 3cd007f
-------------------------------------------------------------------
Fri Feb 27 15:11:13 CET 2026 - fdmanana@suse.com
- btrfs: fix NULL dereference on root when tracing inode eviction
(bsc#1257635 CVE-2025-71184).
- commit 5bf422c
-------------------------------------------------------------------
Fri Feb 27 14:48:27 CET 2026 - fmancera@suse.de
- netfilter: nf_conncount: update last_gc only when GC has been
performed (CVE-2026-23139 bsc#1258304).
- commit 9a70b26
-------------------------------------------------------------------
Fri Feb 27 14:31:37 CET 2026 - fmancera@suse.de
- netfilter: nf_tables: fix inverted genmask check in
nft_map_catchall_activate() (CVE-2026-23111 bsc#1258181).
- commit 56db8af
-------------------------------------------------------------------
Fri Feb 27 09:12:38 CET 2026 - tiwai@suse.de
- ipmi: ipmb: initialise event handler read bytes (git-fixes).
- wifi: mac80211: fix NULL pointer dereference in
mesh_rx_csa_frame() (git-fixes).
- wifi: mac80211: bounds-check link_id in
ieee80211_ml_reconfiguration (git-fixes).
- wifi: radiotap: reject radiotap with unknown bits (git-fixes).
- wifi: cfg80211: cancel rfkill_block work in wiphy_unregister()
(git-fixes).
- wifi: cfg80211: wext: fix IGTK key ID off-by-one (git-fixes).
- net: usb: kaweth: validate USB endpoints (git-fixes).
- net: usb: kalmia: validate USB endpoints (git-fixes).
- nfc: pn533: properly drop the usb interface reference on
disconnect (git-fixes).
- Bluetooth: L2CAP: Fix missing key size check for
L2CAP_LE_CONN_REQ (git-fixes).
- Bluetooth: L2CAP: Fix not checking output MTU is acceptable
on L2CAP_ECRED_CONN_REQ (git-fixes).
- Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQ
(git-fixes).
- Bluetooth: hci_qca: Cleanup on all setup failures (git-fixes).
- Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ
(git-fixes).
- net: usb: pegasus: enable basic endpoint checking (git-fixes).
- net: wan: farsync: Fix use-after-free bugs caused by unfinished
tasklets (git-fixes).
- net: usb: lan78xx: scan all MDIO addresses on LAN7801
(git-fixes).
- net: usb: kaweth: remove TX queue manipulation in
kaweth_set_rx_mode (git-fixes).
- commit d2c7de0
-------------------------------------------------------------------
Thu Feb 26 18:58:26 CET 2026 - fdmanana@suse.com
- btrfs: fix deadlock in wait_current_trans() due to ignored
transaction type (bsc#1257687 CVE-2025-71194).
- commit 2e0cb69
-------------------------------------------------------------------
Thu Feb 26 18:20:49 CET 2026 - tiwai@suse.de
- drm/amdgpu: ensure no_hw_access is visible before MMIO
(CVE-2026-23213 bsc#1258465).
- commit bec3979
-------------------------------------------------------------------
Thu Feb 26 18:19:26 CET 2026 - tiwai@suse.de
- drm/amd/pm: Disable MMIO access during SMU Mode 1 reset
(CVE-2026-23213 bsc#1258465).
- commit 3b81ead
-------------------------------------------------------------------
Thu Feb 26 08:09:52 CET 2026 - tiwai@suse.de
- media: dvb-core: fix wrong reinitialization of ringbuffer on
reopen (git-fixes).
- commit ba51966
-------------------------------------------------------------------
Wed Feb 25 15:11:55 CET 2026 - ailiop@suse.com
- NFS: Fix a deadlock involving nfs_release_folio()
(CVE-2026-23053 bsc#1257718).
- commit 492ba43
-------------------------------------------------------------------
Wed Feb 25 12:12:06 CET 2026 - jgross@suse.com
- KVM: Don't clobber irqfd routing type when deassigning irqfd
(CVE-2026-23198 bsc#1258321).
- commit e973f50
-------------------------------------------------------------------
Wed Feb 25 10:52:10 CET 2026 - jgross@suse.com
- KVM: Disallow toggling KVM_MEM_GUEST_MEMFD on an existing
memslot (CVE-2025-68810 bsc#1256679).
- commit a9c2c12
-------------------------------------------------------------------
Tue Feb 24 18:06:31 CET 2026 - mwilck@suse.com
- md: suspend array while updating raid_disks via sysfs
(CVE-2025-71225, bsc#1258411).
- commit 22f1953
-------------------------------------------------------------------
Tue Feb 24 13:56:48 CET 2026 - ematsumiya@suse.de
- smb: client: fix memory leak in cifs_construct_tcon()
(bsc#1255129, CVE-2025-68295).
- commit 069aa1f
-------------------------------------------------------------------
Tue Feb 24 13:55:06 CET 2026 - ematsumiya@suse.de
- Refresh
patches.suse/smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-RMW-rac.patch.
- commit f42de87
-------------------------------------------------------------------
Tue Feb 24 07:46:22 CET 2026 - tiwai@suse.de
- Move upstreamed mm and SCSI patches into sorted section
- commit 2b576e9
-------------------------------------------------------------------
Tue Feb 24 07:09:26 CET 2026 - wqu@suse.com
- btrfs: send: check for inline extents in
range_is_hole_in_parent() (bsc#1258377 CVE-2026-23141).
- commit b93c18b
-------------------------------------------------------------------
Tue Feb 24 06:55:00 CET 2026 - wqu@suse.com
- btrfs: reject new transactions if the fs is fully read-only
(bsc#1258464 CVE-2026-23214).
- commit c375a48
-------------------------------------------------------------------
Mon Feb 23 19:11:37 CET 2026 - pfalcato@suse.de
- net: fix memory leak in skb_segment_list for GRO packets
(CVE-2026-22979 bsc#1257228).
- commit 59160d7
-------------------------------------------------------------------
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
- commit 21b4616
-------------------------------------------------------------------
Mon Feb 23 16:43:38 CET 2026 - tbogendoerfer@suse.de
- macvlan: observe an RCU grace period in macvlan_common_newlink()
error path (CVE-2026-23209 bsc#1258518).
- macvlan: fix error recovery in macvlan_common_newlink()
(CVE-2026-23209 bsc#1258518).
- commit eaf1535
-------------------------------------------------------------------
Mon Feb 23 16:38:01 CET 2026 - tbogendoerfer@suse.de
- bonding: only set speed/duplex to unknown, if getting speed
failed (bsc#1253691).
- commit 0b66a07
-------------------------------------------------------------------
Mon Feb 23 09:42:57 CET 2026 - tiwai@suse.de
- rtc: interface: Alarm race handling should not discard preceding
error (git-fixes).
- commit f96272c
-------------------------------------------------------------------
Sun Feb 22 09:03:58 CET 2026 - tiwai@suse.de
- NTB: ntb_transport: Fix too small buffer for debugfs_name
(git-fixes).
- commit 269c576
-------------------------------------------------------------------
Sat Feb 21 09:40:25 CET 2026 - tiwai@suse.de
- ALSA: usb-audio: Use the right limit for PCM OOB check
(CVE-2026-23208 bsc#1258468).
- ALSA: usb-audio: Prevent excessive number of frames
(CVE-2026-23208 bsc#1258468).
- commit 895c473
-------------------------------------------------------------------
Sat Feb 21 09:38:02 CET 2026 - tiwai@suse.de
- ASoC: rockchip: i2s-tdm: Use param rate if not provided by
set_sysclk (git-fixes).
- drm/amd/display: Use same max plane scaling limits for all 64
bpp formats (git-fixes).
- drm/amdgpu: fix sync handling in amdgpu_dma_buf_move_notify
(git-fixes).
- drm/i915/acpi: free _DSM package when no connectors (git-fixes).
- drm/amd: Fix hang on amdgpu unload by using
pci_dev_is_disconnected() (git-fixes).
- drm/amdgpu: Fix memory leak in amdgpu_ras_init() (git-fixes).
- drm/amdgpu: Fix memory leak in amdgpu_acpi_enumerate_xcc()
(git-fixes).
- efi: Fix reservation of unaccepted memory table (git-fixes).
- commit 2183b13
-------------------------------------------------------------------
Fri Feb 20 17:39:16 CET 2026 - lduncan@suse.com
- scsi: mpi3mr: Synchronous access b/w reset and tm thread for
reply queue (CVE-2025-37861 bsc#1243055).
- commit 807000c
-------------------------------------------------------------------
Fri Feb 20 08:44:27 CET 2026 - tiwai@suse.de
@@ -28,6 +300,23 @@ Fri Feb 20 08:44:27 CET 2026 - tiwai@suse.de
sysfs show functions (stable-fixes).
- commit 436dcdb
-------------------------------------------------------------------
Thu Feb 19 17:01:54 CET 2026 - joao.povoas@suse.com
- config.conf: Drop armv7hl builds
commit 09ee386c4ae dropped support for armv7hl
in SLE15-SP7, SUSE-2024 never supported it,
therefore, no branch downstream of fixes/linux-6.4
supports this arch (bsc#1255265).
- commit 5dc5aaf
-------------------------------------------------------------------
Thu Feb 19 16:10:25 CET 2026 - tiwai@suse.de
- ALSA: aloop: Fix racy access at PCM trigger (CVE-2026-23191
bsc#1258395).
- commit 114f0d2
-------------------------------------------------------------------
Thu Feb 19 09:43:36 CET 2026 - tiwai@suse.de
@@ -41,6 +330,27 @@ Thu Feb 19 09:43:36 CET 2026 - tiwai@suse.de
(git-fixes).
- commit 700df2d
-------------------------------------------------------------------
Wed Feb 18 16:16:18 CET 2026 - nstange@suse.de
- crypto: authencesn - reject too-short AAD (assoclen<8) to
match ESP/ESN spec (bsc#1257735 CVE-2026-23060).
- commit 9347d8b
-------------------------------------------------------------------
Wed Feb 18 15:30:59 CET 2026 - nstange@suse.de
- crypto: af_alg - zero initialize memory allocated via
sock_kmalloc (bsc#1256716 CVE-2025-71113).
- commit 449e0ae
-------------------------------------------------------------------
Wed Feb 18 14:20:17 CET 2026 - nstange@suse.de
- crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()
(bsc#1254992 CVE-2023-53817).
- commit f8259ad
-------------------------------------------------------------------
Wed Feb 18 13:54:54 CET 2026 - rbm@suse.com
@@ -55,6 +365,27 @@ Wed Feb 18 12:19:19 CET 2026 - jgross@suse.com
bsc#1257757).
- commit 2a01723
-------------------------------------------------------------------
Wed Feb 18 11:20:26 CET 2026 - nstange@suse.de
- crypto: af_alg - Fix incorrect boolean values in af_alg_ctx
(bsc#1251966 CVE-2025-39964).
- commit 2a9a19a
-------------------------------------------------------------------
Wed Feb 18 11:14:34 CET 2026 - nstange@suse.de
- crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg
(bsc#1251966 CVE-2025-39964).
Refresh patches.suse/crypto-add-suse_kabi_padding.patch.
- commit a6b1063
-------------------------------------------------------------------
Wed Feb 18 10:47:09 CET 2026 - msuchanek@suse.de
- Workaround for hybrid git workflow in SLFO 1.0/1.1
- commit 7ab5a74
-------------------------------------------------------------------
Wed Feb 18 07:48:55 CET 2026 - tiwai@suse.de
@@ -1956,12 +2287,26 @@ Fri Jan 16 16:34:39 CET 2026 - nmorey@suse.com
- RDMA/rxe: Fix null deref on srq->rq.queue after resize failure (CVE-2025-68379 bsc#1255695)
- commit 8aea2cc
-------------------------------------------------------------------
Fri Jan 16 16:22:15 CET 2026 - mwilck@suse.com
- Fix KABI for "md: fix rcu protection in md_wakeup_thread"
(CVE-2025-68374 bsc#1255530).
- commit 4078c1e
-------------------------------------------------------------------
Fri Jan 16 15:53:35 CET 2026 - tbogendoerfer@suse.de
- ice: use netif_get_num_default_rss_queues() (bsc#1247712).
- commit eb0fac0
-------------------------------------------------------------------
Fri Jan 16 15:19:48 CET 2026 - mwilck@suse.com
- md: fix rcu protection in md_wakeup_thread (CVE-2025-68374
bsc#1255530).
- commit 1b0738f
-------------------------------------------------------------------
Fri Jan 16 15:13:20 CET 2026 - dwagner@suse.de

View File

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

View File

@@ -1,3 +1,275 @@
-------------------------------------------------------------------
Sat Feb 28 09:53:06 CET 2026 - tiwai@suse.de
- ALSA: usb-audio: Avoid implicit feedback mode on DIYINHK USB
Audio 2.0 (stable-fixes).
- ALSA: usb-audio: Check max frame size for implicit feedback
mode, too (stable-fixes).
- commit 94dd673
-------------------------------------------------------------------
Sat Feb 28 09:21:43 CET 2026 - tiwai@suse.de
- PCI: Correct PCI_CAP_EXP_ENDPOINT_SIZEOF_V2 value (git-fixes).
- mmc: mmci: Fix device_node reference leak in
of_get_dml_pipe_index() (git-fixes).
- ALSA: usb-audio: Use correct version for UAC3 header validation
(git-fixes).
- ALSA: usb-audio: Use inclusive terms (git-fixes).
- ALSA: usb-audio: Cap the packet size pre-calculations
(git-fixes).
- ALSA: usb-audio: Remove VALIDATE_RATES quirk for Focusrite
devices (git-fixes).
- drm/bridge: samsung-dsim: Fix memory leak in error path
(git-fixes).
- drm/bridge: ti-sn65dsi86: Enable HPD polling if IRQ is not used
(git-fixes).
- drm/logicvc: Fix device node reference leak in
logicvc_drm_config_parse() (git-fixes).
- drm/vmwgfx: Return the correct value in vmw_translate_ptr
functions (git-fixes).
- drm/vmwgfx: Fix invalid kref_put callback in
vmw_bo_dirty_release (git-fixes).
- commit b1fa310
-------------------------------------------------------------------
Fri Feb 27 20:18:36 CET 2026 - lduncan@suse.com
- scsi: core: Wake up the error handler when final completions
race against each other (CVE-2026-23110 bsc#1257761).
- commit 59f5efa
-------------------------------------------------------------------
Fri Feb 27 19:27:03 CET 2026 - rbm@suse.com
- dst: fix races in rt6_uncached_list_del() and
rt_del_uncached_list() (CVE-2026-23004 bsc#1257231).
- commit 3cd007f
-------------------------------------------------------------------
Fri Feb 27 15:11:13 CET 2026 - fdmanana@suse.com
- btrfs: fix NULL dereference on root when tracing inode eviction
(bsc#1257635 CVE-2025-71184).
- commit 5bf422c
-------------------------------------------------------------------
Fri Feb 27 14:48:27 CET 2026 - fmancera@suse.de
- netfilter: nf_conncount: update last_gc only when GC has been
performed (CVE-2026-23139 bsc#1258304).
- commit 9a70b26
-------------------------------------------------------------------
Fri Feb 27 14:31:37 CET 2026 - fmancera@suse.de
- netfilter: nf_tables: fix inverted genmask check in
nft_map_catchall_activate() (CVE-2026-23111 bsc#1258181).
- commit 56db8af
-------------------------------------------------------------------
Fri Feb 27 09:12:38 CET 2026 - tiwai@suse.de
- ipmi: ipmb: initialise event handler read bytes (git-fixes).
- wifi: mac80211: fix NULL pointer dereference in
mesh_rx_csa_frame() (git-fixes).
- wifi: mac80211: bounds-check link_id in
ieee80211_ml_reconfiguration (git-fixes).
- wifi: radiotap: reject radiotap with unknown bits (git-fixes).
- wifi: cfg80211: cancel rfkill_block work in wiphy_unregister()
(git-fixes).
- wifi: cfg80211: wext: fix IGTK key ID off-by-one (git-fixes).
- net: usb: kaweth: validate USB endpoints (git-fixes).
- net: usb: kalmia: validate USB endpoints (git-fixes).
- nfc: pn533: properly drop the usb interface reference on
disconnect (git-fixes).
- Bluetooth: L2CAP: Fix missing key size check for
L2CAP_LE_CONN_REQ (git-fixes).
- Bluetooth: L2CAP: Fix not checking output MTU is acceptable
on L2CAP_ECRED_CONN_REQ (git-fixes).
- Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQ
(git-fixes).
- Bluetooth: hci_qca: Cleanup on all setup failures (git-fixes).
- Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ
(git-fixes).
- net: usb: pegasus: enable basic endpoint checking (git-fixes).
- net: wan: farsync: Fix use-after-free bugs caused by unfinished
tasklets (git-fixes).
- net: usb: lan78xx: scan all MDIO addresses on LAN7801
(git-fixes).
- net: usb: kaweth: remove TX queue manipulation in
kaweth_set_rx_mode (git-fixes).
- commit d2c7de0
-------------------------------------------------------------------
Thu Feb 26 18:58:26 CET 2026 - fdmanana@suse.com
- btrfs: fix deadlock in wait_current_trans() due to ignored
transaction type (bsc#1257687 CVE-2025-71194).
- commit 2e0cb69
-------------------------------------------------------------------
Thu Feb 26 18:20:49 CET 2026 - tiwai@suse.de
- drm/amdgpu: ensure no_hw_access is visible before MMIO
(CVE-2026-23213 bsc#1258465).
- commit bec3979
-------------------------------------------------------------------
Thu Feb 26 18:19:26 CET 2026 - tiwai@suse.de
- drm/amd/pm: Disable MMIO access during SMU Mode 1 reset
(CVE-2026-23213 bsc#1258465).
- commit 3b81ead
-------------------------------------------------------------------
Thu Feb 26 08:09:52 CET 2026 - tiwai@suse.de
- media: dvb-core: fix wrong reinitialization of ringbuffer on
reopen (git-fixes).
- commit ba51966
-------------------------------------------------------------------
Wed Feb 25 15:11:55 CET 2026 - ailiop@suse.com
- NFS: Fix a deadlock involving nfs_release_folio()
(CVE-2026-23053 bsc#1257718).
- commit 492ba43
-------------------------------------------------------------------
Wed Feb 25 12:12:06 CET 2026 - jgross@suse.com
- KVM: Don't clobber irqfd routing type when deassigning irqfd
(CVE-2026-23198 bsc#1258321).
- commit e973f50
-------------------------------------------------------------------
Wed Feb 25 10:52:10 CET 2026 - jgross@suse.com
- KVM: Disallow toggling KVM_MEM_GUEST_MEMFD on an existing
memslot (CVE-2025-68810 bsc#1256679).
- commit a9c2c12
-------------------------------------------------------------------
Tue Feb 24 18:06:31 CET 2026 - mwilck@suse.com
- md: suspend array while updating raid_disks via sysfs
(CVE-2025-71225, bsc#1258411).
- commit 22f1953
-------------------------------------------------------------------
Tue Feb 24 13:56:48 CET 2026 - ematsumiya@suse.de
- smb: client: fix memory leak in cifs_construct_tcon()
(bsc#1255129, CVE-2025-68295).
- commit 069aa1f
-------------------------------------------------------------------
Tue Feb 24 13:55:06 CET 2026 - ematsumiya@suse.de
- Refresh
patches.suse/smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-RMW-rac.patch.
- commit f42de87
-------------------------------------------------------------------
Tue Feb 24 07:46:22 CET 2026 - tiwai@suse.de
- Move upstreamed mm and SCSI patches into sorted section
- commit 2b576e9
-------------------------------------------------------------------
Tue Feb 24 07:09:26 CET 2026 - wqu@suse.com
- btrfs: send: check for inline extents in
range_is_hole_in_parent() (bsc#1258377 CVE-2026-23141).
- commit b93c18b
-------------------------------------------------------------------
Tue Feb 24 06:55:00 CET 2026 - wqu@suse.com
- btrfs: reject new transactions if the fs is fully read-only
(bsc#1258464 CVE-2026-23214).
- commit c375a48
-------------------------------------------------------------------
Mon Feb 23 19:11:37 CET 2026 - pfalcato@suse.de
- net: fix memory leak in skb_segment_list for GRO packets
(CVE-2026-22979 bsc#1257228).
- commit 59160d7
-------------------------------------------------------------------
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
- commit 21b4616
-------------------------------------------------------------------
Mon Feb 23 16:43:38 CET 2026 - tbogendoerfer@suse.de
- macvlan: observe an RCU grace period in macvlan_common_newlink()
error path (CVE-2026-23209 bsc#1258518).
- macvlan: fix error recovery in macvlan_common_newlink()
(CVE-2026-23209 bsc#1258518).
- commit eaf1535
-------------------------------------------------------------------
Mon Feb 23 16:38:01 CET 2026 - tbogendoerfer@suse.de
- bonding: only set speed/duplex to unknown, if getting speed
failed (bsc#1253691).
- commit 0b66a07
-------------------------------------------------------------------
Mon Feb 23 09:42:57 CET 2026 - tiwai@suse.de
- rtc: interface: Alarm race handling should not discard preceding
error (git-fixes).
- commit f96272c
-------------------------------------------------------------------
Sun Feb 22 09:03:58 CET 2026 - tiwai@suse.de
- NTB: ntb_transport: Fix too small buffer for debugfs_name
(git-fixes).
- commit 269c576
-------------------------------------------------------------------
Sat Feb 21 09:40:25 CET 2026 - tiwai@suse.de
- ALSA: usb-audio: Use the right limit for PCM OOB check
(CVE-2026-23208 bsc#1258468).
- ALSA: usb-audio: Prevent excessive number of frames
(CVE-2026-23208 bsc#1258468).
- commit 895c473
-------------------------------------------------------------------
Sat Feb 21 09:38:02 CET 2026 - tiwai@suse.de
- ASoC: rockchip: i2s-tdm: Use param rate if not provided by
set_sysclk (git-fixes).
- drm/amd/display: Use same max plane scaling limits for all 64
bpp formats (git-fixes).
- drm/amdgpu: fix sync handling in amdgpu_dma_buf_move_notify
(git-fixes).
- drm/i915/acpi: free _DSM package when no connectors (git-fixes).
- drm/amd: Fix hang on amdgpu unload by using
pci_dev_is_disconnected() (git-fixes).
- drm/amdgpu: Fix memory leak in amdgpu_ras_init() (git-fixes).
- drm/amdgpu: Fix memory leak in amdgpu_acpi_enumerate_xcc()
(git-fixes).
- efi: Fix reservation of unaccepted memory table (git-fixes).
- commit 2183b13
-------------------------------------------------------------------
Fri Feb 20 17:39:16 CET 2026 - lduncan@suse.com
- scsi: mpi3mr: Synchronous access b/w reset and tm thread for
reply queue (CVE-2025-37861 bsc#1243055).
- commit 807000c
-------------------------------------------------------------------
Fri Feb 20 08:44:27 CET 2026 - tiwai@suse.de
@@ -28,6 +300,23 @@ Fri Feb 20 08:44:27 CET 2026 - tiwai@suse.de
sysfs show functions (stable-fixes).
- commit 436dcdb
-------------------------------------------------------------------
Thu Feb 19 17:01:54 CET 2026 - joao.povoas@suse.com
- config.conf: Drop armv7hl builds
commit 09ee386c4ae dropped support for armv7hl
in SLE15-SP7, SUSE-2024 never supported it,
therefore, no branch downstream of fixes/linux-6.4
supports this arch (bsc#1255265).
- commit 5dc5aaf
-------------------------------------------------------------------
Thu Feb 19 16:10:25 CET 2026 - tiwai@suse.de
- ALSA: aloop: Fix racy access at PCM trigger (CVE-2026-23191
bsc#1258395).
- commit 114f0d2
-------------------------------------------------------------------
Thu Feb 19 09:43:36 CET 2026 - tiwai@suse.de
@@ -41,6 +330,27 @@ Thu Feb 19 09:43:36 CET 2026 - tiwai@suse.de
(git-fixes).
- commit 700df2d
-------------------------------------------------------------------
Wed Feb 18 16:16:18 CET 2026 - nstange@suse.de
- crypto: authencesn - reject too-short AAD (assoclen<8) to
match ESP/ESN spec (bsc#1257735 CVE-2026-23060).
- commit 9347d8b
-------------------------------------------------------------------
Wed Feb 18 15:30:59 CET 2026 - nstange@suse.de
- crypto: af_alg - zero initialize memory allocated via
sock_kmalloc (bsc#1256716 CVE-2025-71113).
- commit 449e0ae
-------------------------------------------------------------------
Wed Feb 18 14:20:17 CET 2026 - nstange@suse.de
- crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()
(bsc#1254992 CVE-2023-53817).
- commit f8259ad
-------------------------------------------------------------------
Wed Feb 18 13:54:54 CET 2026 - rbm@suse.com
@@ -55,6 +365,27 @@ Wed Feb 18 12:19:19 CET 2026 - jgross@suse.com
bsc#1257757).
- commit 2a01723
-------------------------------------------------------------------
Wed Feb 18 11:20:26 CET 2026 - nstange@suse.de
- crypto: af_alg - Fix incorrect boolean values in af_alg_ctx
(bsc#1251966 CVE-2025-39964).
- commit 2a9a19a
-------------------------------------------------------------------
Wed Feb 18 11:14:34 CET 2026 - nstange@suse.de
- crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg
(bsc#1251966 CVE-2025-39964).
Refresh patches.suse/crypto-add-suse_kabi_padding.patch.
- commit a6b1063
-------------------------------------------------------------------
Wed Feb 18 10:47:09 CET 2026 - msuchanek@suse.de
- Workaround for hybrid git workflow in SLFO 1.0/1.1
- commit 7ab5a74
-------------------------------------------------------------------
Wed Feb 18 07:48:55 CET 2026 - tiwai@suse.de
@@ -1956,12 +2287,26 @@ Fri Jan 16 16:34:39 CET 2026 - nmorey@suse.com
- RDMA/rxe: Fix null deref on srq->rq.queue after resize failure (CVE-2025-68379 bsc#1255695)
- commit 8aea2cc
-------------------------------------------------------------------
Fri Jan 16 16:22:15 CET 2026 - mwilck@suse.com
- Fix KABI for "md: fix rcu protection in md_wakeup_thread"
(CVE-2025-68374 bsc#1255530).
- commit 4078c1e
-------------------------------------------------------------------
Fri Jan 16 15:53:35 CET 2026 - tbogendoerfer@suse.de
- ice: use netif_get_num_default_rss_queues() (bsc#1247712).
- commit eb0fac0
-------------------------------------------------------------------
Fri Jan 16 15:19:48 CET 2026 - mwilck@suse.com
- md: fix rcu protection in md_wakeup_thread (CVE-2025-68374
bsc#1255530).
- commit 1b0738f
-------------------------------------------------------------------
Fri Jan 16 15:13:20 CET 2026 - dwagner@suse.de

View File

@@ -19,7 +19,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit d2f036f06520c17f2f95e0eb8d052956a9bc858d
%define git_commit d8f922339fd75d0a90b9c54c85a42478e2127491
%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>.gd2f036f
Release: <RELEASE>.gd8f9223
%else
Release: 0
%endif

View File

@@ -1,3 +1,275 @@
-------------------------------------------------------------------
Sat Feb 28 09:53:06 CET 2026 - tiwai@suse.de
- ALSA: usb-audio: Avoid implicit feedback mode on DIYINHK USB
Audio 2.0 (stable-fixes).
- ALSA: usb-audio: Check max frame size for implicit feedback
mode, too (stable-fixes).
- commit 94dd673
-------------------------------------------------------------------
Sat Feb 28 09:21:43 CET 2026 - tiwai@suse.de
- PCI: Correct PCI_CAP_EXP_ENDPOINT_SIZEOF_V2 value (git-fixes).
- mmc: mmci: Fix device_node reference leak in
of_get_dml_pipe_index() (git-fixes).
- ALSA: usb-audio: Use correct version for UAC3 header validation
(git-fixes).
- ALSA: usb-audio: Use inclusive terms (git-fixes).
- ALSA: usb-audio: Cap the packet size pre-calculations
(git-fixes).
- ALSA: usb-audio: Remove VALIDATE_RATES quirk for Focusrite
devices (git-fixes).
- drm/bridge: samsung-dsim: Fix memory leak in error path
(git-fixes).
- drm/bridge: ti-sn65dsi86: Enable HPD polling if IRQ is not used
(git-fixes).
- drm/logicvc: Fix device node reference leak in
logicvc_drm_config_parse() (git-fixes).
- drm/vmwgfx: Return the correct value in vmw_translate_ptr
functions (git-fixes).
- drm/vmwgfx: Fix invalid kref_put callback in
vmw_bo_dirty_release (git-fixes).
- commit b1fa310
-------------------------------------------------------------------
Fri Feb 27 20:18:36 CET 2026 - lduncan@suse.com
- scsi: core: Wake up the error handler when final completions
race against each other (CVE-2026-23110 bsc#1257761).
- commit 59f5efa
-------------------------------------------------------------------
Fri Feb 27 19:27:03 CET 2026 - rbm@suse.com
- dst: fix races in rt6_uncached_list_del() and
rt_del_uncached_list() (CVE-2026-23004 bsc#1257231).
- commit 3cd007f
-------------------------------------------------------------------
Fri Feb 27 15:11:13 CET 2026 - fdmanana@suse.com
- btrfs: fix NULL dereference on root when tracing inode eviction
(bsc#1257635 CVE-2025-71184).
- commit 5bf422c
-------------------------------------------------------------------
Fri Feb 27 14:48:27 CET 2026 - fmancera@suse.de
- netfilter: nf_conncount: update last_gc only when GC has been
performed (CVE-2026-23139 bsc#1258304).
- commit 9a70b26
-------------------------------------------------------------------
Fri Feb 27 14:31:37 CET 2026 - fmancera@suse.de
- netfilter: nf_tables: fix inverted genmask check in
nft_map_catchall_activate() (CVE-2026-23111 bsc#1258181).
- commit 56db8af
-------------------------------------------------------------------
Fri Feb 27 09:12:38 CET 2026 - tiwai@suse.de
- ipmi: ipmb: initialise event handler read bytes (git-fixes).
- wifi: mac80211: fix NULL pointer dereference in
mesh_rx_csa_frame() (git-fixes).
- wifi: mac80211: bounds-check link_id in
ieee80211_ml_reconfiguration (git-fixes).
- wifi: radiotap: reject radiotap with unknown bits (git-fixes).
- wifi: cfg80211: cancel rfkill_block work in wiphy_unregister()
(git-fixes).
- wifi: cfg80211: wext: fix IGTK key ID off-by-one (git-fixes).
- net: usb: kaweth: validate USB endpoints (git-fixes).
- net: usb: kalmia: validate USB endpoints (git-fixes).
- nfc: pn533: properly drop the usb interface reference on
disconnect (git-fixes).
- Bluetooth: L2CAP: Fix missing key size check for
L2CAP_LE_CONN_REQ (git-fixes).
- Bluetooth: L2CAP: Fix not checking output MTU is acceptable
on L2CAP_ECRED_CONN_REQ (git-fixes).
- Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQ
(git-fixes).
- Bluetooth: hci_qca: Cleanup on all setup failures (git-fixes).
- Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ
(git-fixes).
- net: usb: pegasus: enable basic endpoint checking (git-fixes).
- net: wan: farsync: Fix use-after-free bugs caused by unfinished
tasklets (git-fixes).
- net: usb: lan78xx: scan all MDIO addresses on LAN7801
(git-fixes).
- net: usb: kaweth: remove TX queue manipulation in
kaweth_set_rx_mode (git-fixes).
- commit d2c7de0
-------------------------------------------------------------------
Thu Feb 26 18:58:26 CET 2026 - fdmanana@suse.com
- btrfs: fix deadlock in wait_current_trans() due to ignored
transaction type (bsc#1257687 CVE-2025-71194).
- commit 2e0cb69
-------------------------------------------------------------------
Thu Feb 26 18:20:49 CET 2026 - tiwai@suse.de
- drm/amdgpu: ensure no_hw_access is visible before MMIO
(CVE-2026-23213 bsc#1258465).
- commit bec3979
-------------------------------------------------------------------
Thu Feb 26 18:19:26 CET 2026 - tiwai@suse.de
- drm/amd/pm: Disable MMIO access during SMU Mode 1 reset
(CVE-2026-23213 bsc#1258465).
- commit 3b81ead
-------------------------------------------------------------------
Thu Feb 26 08:09:52 CET 2026 - tiwai@suse.de
- media: dvb-core: fix wrong reinitialization of ringbuffer on
reopen (git-fixes).
- commit ba51966
-------------------------------------------------------------------
Wed Feb 25 15:11:55 CET 2026 - ailiop@suse.com
- NFS: Fix a deadlock involving nfs_release_folio()
(CVE-2026-23053 bsc#1257718).
- commit 492ba43
-------------------------------------------------------------------
Wed Feb 25 12:12:06 CET 2026 - jgross@suse.com
- KVM: Don't clobber irqfd routing type when deassigning irqfd
(CVE-2026-23198 bsc#1258321).
- commit e973f50
-------------------------------------------------------------------
Wed Feb 25 10:52:10 CET 2026 - jgross@suse.com
- KVM: Disallow toggling KVM_MEM_GUEST_MEMFD on an existing
memslot (CVE-2025-68810 bsc#1256679).
- commit a9c2c12
-------------------------------------------------------------------
Tue Feb 24 18:06:31 CET 2026 - mwilck@suse.com
- md: suspend array while updating raid_disks via sysfs
(CVE-2025-71225, bsc#1258411).
- commit 22f1953
-------------------------------------------------------------------
Tue Feb 24 13:56:48 CET 2026 - ematsumiya@suse.de
- smb: client: fix memory leak in cifs_construct_tcon()
(bsc#1255129, CVE-2025-68295).
- commit 069aa1f
-------------------------------------------------------------------
Tue Feb 24 13:55:06 CET 2026 - ematsumiya@suse.de
- Refresh
patches.suse/smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-RMW-rac.patch.
- commit f42de87
-------------------------------------------------------------------
Tue Feb 24 07:46:22 CET 2026 - tiwai@suse.de
- Move upstreamed mm and SCSI patches into sorted section
- commit 2b576e9
-------------------------------------------------------------------
Tue Feb 24 07:09:26 CET 2026 - wqu@suse.com
- btrfs: send: check for inline extents in
range_is_hole_in_parent() (bsc#1258377 CVE-2026-23141).
- commit b93c18b
-------------------------------------------------------------------
Tue Feb 24 06:55:00 CET 2026 - wqu@suse.com
- btrfs: reject new transactions if the fs is fully read-only
(bsc#1258464 CVE-2026-23214).
- commit c375a48
-------------------------------------------------------------------
Mon Feb 23 19:11:37 CET 2026 - pfalcato@suse.de
- net: fix memory leak in skb_segment_list for GRO packets
(CVE-2026-22979 bsc#1257228).
- commit 59160d7
-------------------------------------------------------------------
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
- commit 21b4616
-------------------------------------------------------------------
Mon Feb 23 16:43:38 CET 2026 - tbogendoerfer@suse.de
- macvlan: observe an RCU grace period in macvlan_common_newlink()
error path (CVE-2026-23209 bsc#1258518).
- macvlan: fix error recovery in macvlan_common_newlink()
(CVE-2026-23209 bsc#1258518).
- commit eaf1535
-------------------------------------------------------------------
Mon Feb 23 16:38:01 CET 2026 - tbogendoerfer@suse.de
- bonding: only set speed/duplex to unknown, if getting speed
failed (bsc#1253691).
- commit 0b66a07
-------------------------------------------------------------------
Mon Feb 23 09:42:57 CET 2026 - tiwai@suse.de
- rtc: interface: Alarm race handling should not discard preceding
error (git-fixes).
- commit f96272c
-------------------------------------------------------------------
Sun Feb 22 09:03:58 CET 2026 - tiwai@suse.de
- NTB: ntb_transport: Fix too small buffer for debugfs_name
(git-fixes).
- commit 269c576
-------------------------------------------------------------------
Sat Feb 21 09:40:25 CET 2026 - tiwai@suse.de
- ALSA: usb-audio: Use the right limit for PCM OOB check
(CVE-2026-23208 bsc#1258468).
- ALSA: usb-audio: Prevent excessive number of frames
(CVE-2026-23208 bsc#1258468).
- commit 895c473
-------------------------------------------------------------------
Sat Feb 21 09:38:02 CET 2026 - tiwai@suse.de
- ASoC: rockchip: i2s-tdm: Use param rate if not provided by
set_sysclk (git-fixes).
- drm/amd/display: Use same max plane scaling limits for all 64
bpp formats (git-fixes).
- drm/amdgpu: fix sync handling in amdgpu_dma_buf_move_notify
(git-fixes).
- drm/i915/acpi: free _DSM package when no connectors (git-fixes).
- drm/amd: Fix hang on amdgpu unload by using
pci_dev_is_disconnected() (git-fixes).
- drm/amdgpu: Fix memory leak in amdgpu_ras_init() (git-fixes).
- drm/amdgpu: Fix memory leak in amdgpu_acpi_enumerate_xcc()
(git-fixes).
- efi: Fix reservation of unaccepted memory table (git-fixes).
- commit 2183b13
-------------------------------------------------------------------
Fri Feb 20 17:39:16 CET 2026 - lduncan@suse.com
- scsi: mpi3mr: Synchronous access b/w reset and tm thread for
reply queue (CVE-2025-37861 bsc#1243055).
- commit 807000c
-------------------------------------------------------------------
Fri Feb 20 08:44:27 CET 2026 - tiwai@suse.de
@@ -28,6 +300,23 @@ Fri Feb 20 08:44:27 CET 2026 - tiwai@suse.de
sysfs show functions (stable-fixes).
- commit 436dcdb
-------------------------------------------------------------------
Thu Feb 19 17:01:54 CET 2026 - joao.povoas@suse.com
- config.conf: Drop armv7hl builds
commit 09ee386c4ae dropped support for armv7hl
in SLE15-SP7, SUSE-2024 never supported it,
therefore, no branch downstream of fixes/linux-6.4
supports this arch (bsc#1255265).
- commit 5dc5aaf
-------------------------------------------------------------------
Thu Feb 19 16:10:25 CET 2026 - tiwai@suse.de
- ALSA: aloop: Fix racy access at PCM trigger (CVE-2026-23191
bsc#1258395).
- commit 114f0d2
-------------------------------------------------------------------
Thu Feb 19 09:43:36 CET 2026 - tiwai@suse.de
@@ -41,6 +330,27 @@ Thu Feb 19 09:43:36 CET 2026 - tiwai@suse.de
(git-fixes).
- commit 700df2d
-------------------------------------------------------------------
Wed Feb 18 16:16:18 CET 2026 - nstange@suse.de
- crypto: authencesn - reject too-short AAD (assoclen<8) to
match ESP/ESN spec (bsc#1257735 CVE-2026-23060).
- commit 9347d8b
-------------------------------------------------------------------
Wed Feb 18 15:30:59 CET 2026 - nstange@suse.de
- crypto: af_alg - zero initialize memory allocated via
sock_kmalloc (bsc#1256716 CVE-2025-71113).
- commit 449e0ae
-------------------------------------------------------------------
Wed Feb 18 14:20:17 CET 2026 - nstange@suse.de
- crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()
(bsc#1254992 CVE-2023-53817).
- commit f8259ad
-------------------------------------------------------------------
Wed Feb 18 13:54:54 CET 2026 - rbm@suse.com
@@ -55,6 +365,27 @@ Wed Feb 18 12:19:19 CET 2026 - jgross@suse.com
bsc#1257757).
- commit 2a01723
-------------------------------------------------------------------
Wed Feb 18 11:20:26 CET 2026 - nstange@suse.de
- crypto: af_alg - Fix incorrect boolean values in af_alg_ctx
(bsc#1251966 CVE-2025-39964).
- commit 2a9a19a
-------------------------------------------------------------------
Wed Feb 18 11:14:34 CET 2026 - nstange@suse.de
- crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg
(bsc#1251966 CVE-2025-39964).
Refresh patches.suse/crypto-add-suse_kabi_padding.patch.
- commit a6b1063
-------------------------------------------------------------------
Wed Feb 18 10:47:09 CET 2026 - msuchanek@suse.de
- Workaround for hybrid git workflow in SLFO 1.0/1.1
- commit 7ab5a74
-------------------------------------------------------------------
Wed Feb 18 07:48:55 CET 2026 - tiwai@suse.de
@@ -1956,12 +2287,26 @@ Fri Jan 16 16:34:39 CET 2026 - nmorey@suse.com
- RDMA/rxe: Fix null deref on srq->rq.queue after resize failure (CVE-2025-68379 bsc#1255695)
- commit 8aea2cc
-------------------------------------------------------------------
Fri Jan 16 16:22:15 CET 2026 - mwilck@suse.com
- Fix KABI for "md: fix rcu protection in md_wakeup_thread"
(CVE-2025-68374 bsc#1255530).
- commit 4078c1e
-------------------------------------------------------------------
Fri Jan 16 15:53:35 CET 2026 - tbogendoerfer@suse.de
- ice: use netif_get_num_default_rss_queues() (bsc#1247712).
- commit eb0fac0
-------------------------------------------------------------------
Fri Jan 16 15:19:48 CET 2026 - mwilck@suse.com
- md: fix rcu protection in md_wakeup_thread (CVE-2025-68374
bsc#1255530).
- commit 1b0738f
-------------------------------------------------------------------
Fri Jan 16 15:13:20 CET 2026 - dwagner@suse.de

View File

@@ -19,7 +19,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit d2f036f06520c17f2f95e0eb8d052956a9bc858d
%define git_commit d8f922339fd75d0a90b9c54c85a42478e2127491
%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>.gd2f036f
Release: <RELEASE>.gd8f9223
%else
Release: 0
%endif

View File

@@ -1,3 +1,275 @@
-------------------------------------------------------------------
Sat Feb 28 09:53:06 CET 2026 - tiwai@suse.de
- ALSA: usb-audio: Avoid implicit feedback mode on DIYINHK USB
Audio 2.0 (stable-fixes).
- ALSA: usb-audio: Check max frame size for implicit feedback
mode, too (stable-fixes).
- commit 94dd673
-------------------------------------------------------------------
Sat Feb 28 09:21:43 CET 2026 - tiwai@suse.de
- PCI: Correct PCI_CAP_EXP_ENDPOINT_SIZEOF_V2 value (git-fixes).
- mmc: mmci: Fix device_node reference leak in
of_get_dml_pipe_index() (git-fixes).
- ALSA: usb-audio: Use correct version for UAC3 header validation
(git-fixes).
- ALSA: usb-audio: Use inclusive terms (git-fixes).
- ALSA: usb-audio: Cap the packet size pre-calculations
(git-fixes).
- ALSA: usb-audio: Remove VALIDATE_RATES quirk for Focusrite
devices (git-fixes).
- drm/bridge: samsung-dsim: Fix memory leak in error path
(git-fixes).
- drm/bridge: ti-sn65dsi86: Enable HPD polling if IRQ is not used
(git-fixes).
- drm/logicvc: Fix device node reference leak in
logicvc_drm_config_parse() (git-fixes).
- drm/vmwgfx: Return the correct value in vmw_translate_ptr
functions (git-fixes).
- drm/vmwgfx: Fix invalid kref_put callback in
vmw_bo_dirty_release (git-fixes).
- commit b1fa310
-------------------------------------------------------------------
Fri Feb 27 20:18:36 CET 2026 - lduncan@suse.com
- scsi: core: Wake up the error handler when final completions
race against each other (CVE-2026-23110 bsc#1257761).
- commit 59f5efa
-------------------------------------------------------------------
Fri Feb 27 19:27:03 CET 2026 - rbm@suse.com
- dst: fix races in rt6_uncached_list_del() and
rt_del_uncached_list() (CVE-2026-23004 bsc#1257231).
- commit 3cd007f
-------------------------------------------------------------------
Fri Feb 27 15:11:13 CET 2026 - fdmanana@suse.com
- btrfs: fix NULL dereference on root when tracing inode eviction
(bsc#1257635 CVE-2025-71184).
- commit 5bf422c
-------------------------------------------------------------------
Fri Feb 27 14:48:27 CET 2026 - fmancera@suse.de
- netfilter: nf_conncount: update last_gc only when GC has been
performed (CVE-2026-23139 bsc#1258304).
- commit 9a70b26
-------------------------------------------------------------------
Fri Feb 27 14:31:37 CET 2026 - fmancera@suse.de
- netfilter: nf_tables: fix inverted genmask check in
nft_map_catchall_activate() (CVE-2026-23111 bsc#1258181).
- commit 56db8af
-------------------------------------------------------------------
Fri Feb 27 09:12:38 CET 2026 - tiwai@suse.de
- ipmi: ipmb: initialise event handler read bytes (git-fixes).
- wifi: mac80211: fix NULL pointer dereference in
mesh_rx_csa_frame() (git-fixes).
- wifi: mac80211: bounds-check link_id in
ieee80211_ml_reconfiguration (git-fixes).
- wifi: radiotap: reject radiotap with unknown bits (git-fixes).
- wifi: cfg80211: cancel rfkill_block work in wiphy_unregister()
(git-fixes).
- wifi: cfg80211: wext: fix IGTK key ID off-by-one (git-fixes).
- net: usb: kaweth: validate USB endpoints (git-fixes).
- net: usb: kalmia: validate USB endpoints (git-fixes).
- nfc: pn533: properly drop the usb interface reference on
disconnect (git-fixes).
- Bluetooth: L2CAP: Fix missing key size check for
L2CAP_LE_CONN_REQ (git-fixes).
- Bluetooth: L2CAP: Fix not checking output MTU is acceptable
on L2CAP_ECRED_CONN_REQ (git-fixes).
- Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQ
(git-fixes).
- Bluetooth: hci_qca: Cleanup on all setup failures (git-fixes).
- Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ
(git-fixes).
- net: usb: pegasus: enable basic endpoint checking (git-fixes).
- net: wan: farsync: Fix use-after-free bugs caused by unfinished
tasklets (git-fixes).
- net: usb: lan78xx: scan all MDIO addresses on LAN7801
(git-fixes).
- net: usb: kaweth: remove TX queue manipulation in
kaweth_set_rx_mode (git-fixes).
- commit d2c7de0
-------------------------------------------------------------------
Thu Feb 26 18:58:26 CET 2026 - fdmanana@suse.com
- btrfs: fix deadlock in wait_current_trans() due to ignored
transaction type (bsc#1257687 CVE-2025-71194).
- commit 2e0cb69
-------------------------------------------------------------------
Thu Feb 26 18:20:49 CET 2026 - tiwai@suse.de
- drm/amdgpu: ensure no_hw_access is visible before MMIO
(CVE-2026-23213 bsc#1258465).
- commit bec3979
-------------------------------------------------------------------
Thu Feb 26 18:19:26 CET 2026 - tiwai@suse.de
- drm/amd/pm: Disable MMIO access during SMU Mode 1 reset
(CVE-2026-23213 bsc#1258465).
- commit 3b81ead
-------------------------------------------------------------------
Thu Feb 26 08:09:52 CET 2026 - tiwai@suse.de
- media: dvb-core: fix wrong reinitialization of ringbuffer on
reopen (git-fixes).
- commit ba51966
-------------------------------------------------------------------
Wed Feb 25 15:11:55 CET 2026 - ailiop@suse.com
- NFS: Fix a deadlock involving nfs_release_folio()
(CVE-2026-23053 bsc#1257718).
- commit 492ba43
-------------------------------------------------------------------
Wed Feb 25 12:12:06 CET 2026 - jgross@suse.com
- KVM: Don't clobber irqfd routing type when deassigning irqfd
(CVE-2026-23198 bsc#1258321).
- commit e973f50
-------------------------------------------------------------------
Wed Feb 25 10:52:10 CET 2026 - jgross@suse.com
- KVM: Disallow toggling KVM_MEM_GUEST_MEMFD on an existing
memslot (CVE-2025-68810 bsc#1256679).
- commit a9c2c12
-------------------------------------------------------------------
Tue Feb 24 18:06:31 CET 2026 - mwilck@suse.com
- md: suspend array while updating raid_disks via sysfs
(CVE-2025-71225, bsc#1258411).
- commit 22f1953
-------------------------------------------------------------------
Tue Feb 24 13:56:48 CET 2026 - ematsumiya@suse.de
- smb: client: fix memory leak in cifs_construct_tcon()
(bsc#1255129, CVE-2025-68295).
- commit 069aa1f
-------------------------------------------------------------------
Tue Feb 24 13:55:06 CET 2026 - ematsumiya@suse.de
- Refresh
patches.suse/smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-RMW-rac.patch.
- commit f42de87
-------------------------------------------------------------------
Tue Feb 24 07:46:22 CET 2026 - tiwai@suse.de
- Move upstreamed mm and SCSI patches into sorted section
- commit 2b576e9
-------------------------------------------------------------------
Tue Feb 24 07:09:26 CET 2026 - wqu@suse.com
- btrfs: send: check for inline extents in
range_is_hole_in_parent() (bsc#1258377 CVE-2026-23141).
- commit b93c18b
-------------------------------------------------------------------
Tue Feb 24 06:55:00 CET 2026 - wqu@suse.com
- btrfs: reject new transactions if the fs is fully read-only
(bsc#1258464 CVE-2026-23214).
- commit c375a48
-------------------------------------------------------------------
Mon Feb 23 19:11:37 CET 2026 - pfalcato@suse.de
- net: fix memory leak in skb_segment_list for GRO packets
(CVE-2026-22979 bsc#1257228).
- commit 59160d7
-------------------------------------------------------------------
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
- commit 21b4616
-------------------------------------------------------------------
Mon Feb 23 16:43:38 CET 2026 - tbogendoerfer@suse.de
- macvlan: observe an RCU grace period in macvlan_common_newlink()
error path (CVE-2026-23209 bsc#1258518).
- macvlan: fix error recovery in macvlan_common_newlink()
(CVE-2026-23209 bsc#1258518).
- commit eaf1535
-------------------------------------------------------------------
Mon Feb 23 16:38:01 CET 2026 - tbogendoerfer@suse.de
- bonding: only set speed/duplex to unknown, if getting speed
failed (bsc#1253691).
- commit 0b66a07
-------------------------------------------------------------------
Mon Feb 23 09:42:57 CET 2026 - tiwai@suse.de
- rtc: interface: Alarm race handling should not discard preceding
error (git-fixes).
- commit f96272c
-------------------------------------------------------------------
Sun Feb 22 09:03:58 CET 2026 - tiwai@suse.de
- NTB: ntb_transport: Fix too small buffer for debugfs_name
(git-fixes).
- commit 269c576
-------------------------------------------------------------------
Sat Feb 21 09:40:25 CET 2026 - tiwai@suse.de
- ALSA: usb-audio: Use the right limit for PCM OOB check
(CVE-2026-23208 bsc#1258468).
- ALSA: usb-audio: Prevent excessive number of frames
(CVE-2026-23208 bsc#1258468).
- commit 895c473
-------------------------------------------------------------------
Sat Feb 21 09:38:02 CET 2026 - tiwai@suse.de
- ASoC: rockchip: i2s-tdm: Use param rate if not provided by
set_sysclk (git-fixes).
- drm/amd/display: Use same max plane scaling limits for all 64
bpp formats (git-fixes).
- drm/amdgpu: fix sync handling in amdgpu_dma_buf_move_notify
(git-fixes).
- drm/i915/acpi: free _DSM package when no connectors (git-fixes).
- drm/amd: Fix hang on amdgpu unload by using
pci_dev_is_disconnected() (git-fixes).
- drm/amdgpu: Fix memory leak in amdgpu_ras_init() (git-fixes).
- drm/amdgpu: Fix memory leak in amdgpu_acpi_enumerate_xcc()
(git-fixes).
- efi: Fix reservation of unaccepted memory table (git-fixes).
- commit 2183b13
-------------------------------------------------------------------
Fri Feb 20 17:39:16 CET 2026 - lduncan@suse.com
- scsi: mpi3mr: Synchronous access b/w reset and tm thread for
reply queue (CVE-2025-37861 bsc#1243055).
- commit 807000c
-------------------------------------------------------------------
Fri Feb 20 08:44:27 CET 2026 - tiwai@suse.de
@@ -28,6 +300,23 @@ Fri Feb 20 08:44:27 CET 2026 - tiwai@suse.de
sysfs show functions (stable-fixes).
- commit 436dcdb
-------------------------------------------------------------------
Thu Feb 19 17:01:54 CET 2026 - joao.povoas@suse.com
- config.conf: Drop armv7hl builds
commit 09ee386c4ae dropped support for armv7hl
in SLE15-SP7, SUSE-2024 never supported it,
therefore, no branch downstream of fixes/linux-6.4
supports this arch (bsc#1255265).
- commit 5dc5aaf
-------------------------------------------------------------------
Thu Feb 19 16:10:25 CET 2026 - tiwai@suse.de
- ALSA: aloop: Fix racy access at PCM trigger (CVE-2026-23191
bsc#1258395).
- commit 114f0d2
-------------------------------------------------------------------
Thu Feb 19 09:43:36 CET 2026 - tiwai@suse.de
@@ -41,6 +330,27 @@ Thu Feb 19 09:43:36 CET 2026 - tiwai@suse.de
(git-fixes).
- commit 700df2d
-------------------------------------------------------------------
Wed Feb 18 16:16:18 CET 2026 - nstange@suse.de
- crypto: authencesn - reject too-short AAD (assoclen<8) to
match ESP/ESN spec (bsc#1257735 CVE-2026-23060).
- commit 9347d8b
-------------------------------------------------------------------
Wed Feb 18 15:30:59 CET 2026 - nstange@suse.de
- crypto: af_alg - zero initialize memory allocated via
sock_kmalloc (bsc#1256716 CVE-2025-71113).
- commit 449e0ae
-------------------------------------------------------------------
Wed Feb 18 14:20:17 CET 2026 - nstange@suse.de
- crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()
(bsc#1254992 CVE-2023-53817).
- commit f8259ad
-------------------------------------------------------------------
Wed Feb 18 13:54:54 CET 2026 - rbm@suse.com
@@ -55,6 +365,27 @@ Wed Feb 18 12:19:19 CET 2026 - jgross@suse.com
bsc#1257757).
- commit 2a01723
-------------------------------------------------------------------
Wed Feb 18 11:20:26 CET 2026 - nstange@suse.de
- crypto: af_alg - Fix incorrect boolean values in af_alg_ctx
(bsc#1251966 CVE-2025-39964).
- commit 2a9a19a
-------------------------------------------------------------------
Wed Feb 18 11:14:34 CET 2026 - nstange@suse.de
- crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg
(bsc#1251966 CVE-2025-39964).
Refresh patches.suse/crypto-add-suse_kabi_padding.patch.
- commit a6b1063
-------------------------------------------------------------------
Wed Feb 18 10:47:09 CET 2026 - msuchanek@suse.de
- Workaround for hybrid git workflow in SLFO 1.0/1.1
- commit 7ab5a74
-------------------------------------------------------------------
Wed Feb 18 07:48:55 CET 2026 - tiwai@suse.de
@@ -1956,12 +2287,26 @@ Fri Jan 16 16:34:39 CET 2026 - nmorey@suse.com
- RDMA/rxe: Fix null deref on srq->rq.queue after resize failure (CVE-2025-68379 bsc#1255695)
- commit 8aea2cc
-------------------------------------------------------------------
Fri Jan 16 16:22:15 CET 2026 - mwilck@suse.com
- Fix KABI for "md: fix rcu protection in md_wakeup_thread"
(CVE-2025-68374 bsc#1255530).
- commit 4078c1e
-------------------------------------------------------------------
Fri Jan 16 15:53:35 CET 2026 - tbogendoerfer@suse.de
- ice: use netif_get_num_default_rss_queues() (bsc#1247712).
- commit eb0fac0
-------------------------------------------------------------------
Fri Jan 16 15:19:48 CET 2026 - mwilck@suse.com
- md: fix rcu protection in md_wakeup_thread (CVE-2025-68374
bsc#1255530).
- commit 1b0738f
-------------------------------------------------------------------
Fri Jan 16 15:13:20 CET 2026 - dwagner@suse.de

View File

@@ -19,7 +19,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit d2f036f06520c17f2f95e0eb8d052956a9bc858d
%define git_commit d8f922339fd75d0a90b9c54c85a42478e2127491
%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>.gd2f036f
Release: <RELEASE>.gd8f9223
%else
Release: 0
%endif

View File

@@ -1,3 +1,275 @@
-------------------------------------------------------------------
Sat Feb 28 09:53:06 CET 2026 - tiwai@suse.de
- ALSA: usb-audio: Avoid implicit feedback mode on DIYINHK USB
Audio 2.0 (stable-fixes).
- ALSA: usb-audio: Check max frame size for implicit feedback
mode, too (stable-fixes).
- commit 94dd673
-------------------------------------------------------------------
Sat Feb 28 09:21:43 CET 2026 - tiwai@suse.de
- PCI: Correct PCI_CAP_EXP_ENDPOINT_SIZEOF_V2 value (git-fixes).
- mmc: mmci: Fix device_node reference leak in
of_get_dml_pipe_index() (git-fixes).
- ALSA: usb-audio: Use correct version for UAC3 header validation
(git-fixes).
- ALSA: usb-audio: Use inclusive terms (git-fixes).
- ALSA: usb-audio: Cap the packet size pre-calculations
(git-fixes).
- ALSA: usb-audio: Remove VALIDATE_RATES quirk for Focusrite
devices (git-fixes).
- drm/bridge: samsung-dsim: Fix memory leak in error path
(git-fixes).
- drm/bridge: ti-sn65dsi86: Enable HPD polling if IRQ is not used
(git-fixes).
- drm/logicvc: Fix device node reference leak in
logicvc_drm_config_parse() (git-fixes).
- drm/vmwgfx: Return the correct value in vmw_translate_ptr
functions (git-fixes).
- drm/vmwgfx: Fix invalid kref_put callback in
vmw_bo_dirty_release (git-fixes).
- commit b1fa310
-------------------------------------------------------------------
Fri Feb 27 20:18:36 CET 2026 - lduncan@suse.com
- scsi: core: Wake up the error handler when final completions
race against each other (CVE-2026-23110 bsc#1257761).
- commit 59f5efa
-------------------------------------------------------------------
Fri Feb 27 19:27:03 CET 2026 - rbm@suse.com
- dst: fix races in rt6_uncached_list_del() and
rt_del_uncached_list() (CVE-2026-23004 bsc#1257231).
- commit 3cd007f
-------------------------------------------------------------------
Fri Feb 27 15:11:13 CET 2026 - fdmanana@suse.com
- btrfs: fix NULL dereference on root when tracing inode eviction
(bsc#1257635 CVE-2025-71184).
- commit 5bf422c
-------------------------------------------------------------------
Fri Feb 27 14:48:27 CET 2026 - fmancera@suse.de
- netfilter: nf_conncount: update last_gc only when GC has been
performed (CVE-2026-23139 bsc#1258304).
- commit 9a70b26
-------------------------------------------------------------------
Fri Feb 27 14:31:37 CET 2026 - fmancera@suse.de
- netfilter: nf_tables: fix inverted genmask check in
nft_map_catchall_activate() (CVE-2026-23111 bsc#1258181).
- commit 56db8af
-------------------------------------------------------------------
Fri Feb 27 09:12:38 CET 2026 - tiwai@suse.de
- ipmi: ipmb: initialise event handler read bytes (git-fixes).
- wifi: mac80211: fix NULL pointer dereference in
mesh_rx_csa_frame() (git-fixes).
- wifi: mac80211: bounds-check link_id in
ieee80211_ml_reconfiguration (git-fixes).
- wifi: radiotap: reject radiotap with unknown bits (git-fixes).
- wifi: cfg80211: cancel rfkill_block work in wiphy_unregister()
(git-fixes).
- wifi: cfg80211: wext: fix IGTK key ID off-by-one (git-fixes).
- net: usb: kaweth: validate USB endpoints (git-fixes).
- net: usb: kalmia: validate USB endpoints (git-fixes).
- nfc: pn533: properly drop the usb interface reference on
disconnect (git-fixes).
- Bluetooth: L2CAP: Fix missing key size check for
L2CAP_LE_CONN_REQ (git-fixes).
- Bluetooth: L2CAP: Fix not checking output MTU is acceptable
on L2CAP_ECRED_CONN_REQ (git-fixes).
- Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQ
(git-fixes).
- Bluetooth: hci_qca: Cleanup on all setup failures (git-fixes).
- Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ
(git-fixes).
- net: usb: pegasus: enable basic endpoint checking (git-fixes).
- net: wan: farsync: Fix use-after-free bugs caused by unfinished
tasklets (git-fixes).
- net: usb: lan78xx: scan all MDIO addresses on LAN7801
(git-fixes).
- net: usb: kaweth: remove TX queue manipulation in
kaweth_set_rx_mode (git-fixes).
- commit d2c7de0
-------------------------------------------------------------------
Thu Feb 26 18:58:26 CET 2026 - fdmanana@suse.com
- btrfs: fix deadlock in wait_current_trans() due to ignored
transaction type (bsc#1257687 CVE-2025-71194).
- commit 2e0cb69
-------------------------------------------------------------------
Thu Feb 26 18:20:49 CET 2026 - tiwai@suse.de
- drm/amdgpu: ensure no_hw_access is visible before MMIO
(CVE-2026-23213 bsc#1258465).
- commit bec3979
-------------------------------------------------------------------
Thu Feb 26 18:19:26 CET 2026 - tiwai@suse.de
- drm/amd/pm: Disable MMIO access during SMU Mode 1 reset
(CVE-2026-23213 bsc#1258465).
- commit 3b81ead
-------------------------------------------------------------------
Thu Feb 26 08:09:52 CET 2026 - tiwai@suse.de
- media: dvb-core: fix wrong reinitialization of ringbuffer on
reopen (git-fixes).
- commit ba51966
-------------------------------------------------------------------
Wed Feb 25 15:11:55 CET 2026 - ailiop@suse.com
- NFS: Fix a deadlock involving nfs_release_folio()
(CVE-2026-23053 bsc#1257718).
- commit 492ba43
-------------------------------------------------------------------
Wed Feb 25 12:12:06 CET 2026 - jgross@suse.com
- KVM: Don't clobber irqfd routing type when deassigning irqfd
(CVE-2026-23198 bsc#1258321).
- commit e973f50
-------------------------------------------------------------------
Wed Feb 25 10:52:10 CET 2026 - jgross@suse.com
- KVM: Disallow toggling KVM_MEM_GUEST_MEMFD on an existing
memslot (CVE-2025-68810 bsc#1256679).
- commit a9c2c12
-------------------------------------------------------------------
Tue Feb 24 18:06:31 CET 2026 - mwilck@suse.com
- md: suspend array while updating raid_disks via sysfs
(CVE-2025-71225, bsc#1258411).
- commit 22f1953
-------------------------------------------------------------------
Tue Feb 24 13:56:48 CET 2026 - ematsumiya@suse.de
- smb: client: fix memory leak in cifs_construct_tcon()
(bsc#1255129, CVE-2025-68295).
- commit 069aa1f
-------------------------------------------------------------------
Tue Feb 24 13:55:06 CET 2026 - ematsumiya@suse.de
- Refresh
patches.suse/smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-RMW-rac.patch.
- commit f42de87
-------------------------------------------------------------------
Tue Feb 24 07:46:22 CET 2026 - tiwai@suse.de
- Move upstreamed mm and SCSI patches into sorted section
- commit 2b576e9
-------------------------------------------------------------------
Tue Feb 24 07:09:26 CET 2026 - wqu@suse.com
- btrfs: send: check for inline extents in
range_is_hole_in_parent() (bsc#1258377 CVE-2026-23141).
- commit b93c18b
-------------------------------------------------------------------
Tue Feb 24 06:55:00 CET 2026 - wqu@suse.com
- btrfs: reject new transactions if the fs is fully read-only
(bsc#1258464 CVE-2026-23214).
- commit c375a48
-------------------------------------------------------------------
Mon Feb 23 19:11:37 CET 2026 - pfalcato@suse.de
- net: fix memory leak in skb_segment_list for GRO packets
(CVE-2026-22979 bsc#1257228).
- commit 59160d7
-------------------------------------------------------------------
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
- commit 21b4616
-------------------------------------------------------------------
Mon Feb 23 16:43:38 CET 2026 - tbogendoerfer@suse.de
- macvlan: observe an RCU grace period in macvlan_common_newlink()
error path (CVE-2026-23209 bsc#1258518).
- macvlan: fix error recovery in macvlan_common_newlink()
(CVE-2026-23209 bsc#1258518).
- commit eaf1535
-------------------------------------------------------------------
Mon Feb 23 16:38:01 CET 2026 - tbogendoerfer@suse.de
- bonding: only set speed/duplex to unknown, if getting speed
failed (bsc#1253691).
- commit 0b66a07
-------------------------------------------------------------------
Mon Feb 23 09:42:57 CET 2026 - tiwai@suse.de
- rtc: interface: Alarm race handling should not discard preceding
error (git-fixes).
- commit f96272c
-------------------------------------------------------------------
Sun Feb 22 09:03:58 CET 2026 - tiwai@suse.de
- NTB: ntb_transport: Fix too small buffer for debugfs_name
(git-fixes).
- commit 269c576
-------------------------------------------------------------------
Sat Feb 21 09:40:25 CET 2026 - tiwai@suse.de
- ALSA: usb-audio: Use the right limit for PCM OOB check
(CVE-2026-23208 bsc#1258468).
- ALSA: usb-audio: Prevent excessive number of frames
(CVE-2026-23208 bsc#1258468).
- commit 895c473
-------------------------------------------------------------------
Sat Feb 21 09:38:02 CET 2026 - tiwai@suse.de
- ASoC: rockchip: i2s-tdm: Use param rate if not provided by
set_sysclk (git-fixes).
- drm/amd/display: Use same max plane scaling limits for all 64
bpp formats (git-fixes).
- drm/amdgpu: fix sync handling in amdgpu_dma_buf_move_notify
(git-fixes).
- drm/i915/acpi: free _DSM package when no connectors (git-fixes).
- drm/amd: Fix hang on amdgpu unload by using
pci_dev_is_disconnected() (git-fixes).
- drm/amdgpu: Fix memory leak in amdgpu_ras_init() (git-fixes).
- drm/amdgpu: Fix memory leak in amdgpu_acpi_enumerate_xcc()
(git-fixes).
- efi: Fix reservation of unaccepted memory table (git-fixes).
- commit 2183b13
-------------------------------------------------------------------
Fri Feb 20 17:39:16 CET 2026 - lduncan@suse.com
- scsi: mpi3mr: Synchronous access b/w reset and tm thread for
reply queue (CVE-2025-37861 bsc#1243055).
- commit 807000c
-------------------------------------------------------------------
Fri Feb 20 08:44:27 CET 2026 - tiwai@suse.de
@@ -28,6 +300,23 @@ Fri Feb 20 08:44:27 CET 2026 - tiwai@suse.de
sysfs show functions (stable-fixes).
- commit 436dcdb
-------------------------------------------------------------------
Thu Feb 19 17:01:54 CET 2026 - joao.povoas@suse.com
- config.conf: Drop armv7hl builds
commit 09ee386c4ae dropped support for armv7hl
in SLE15-SP7, SUSE-2024 never supported it,
therefore, no branch downstream of fixes/linux-6.4
supports this arch (bsc#1255265).
- commit 5dc5aaf
-------------------------------------------------------------------
Thu Feb 19 16:10:25 CET 2026 - tiwai@suse.de
- ALSA: aloop: Fix racy access at PCM trigger (CVE-2026-23191
bsc#1258395).
- commit 114f0d2
-------------------------------------------------------------------
Thu Feb 19 09:43:36 CET 2026 - tiwai@suse.de
@@ -41,6 +330,27 @@ Thu Feb 19 09:43:36 CET 2026 - tiwai@suse.de
(git-fixes).
- commit 700df2d
-------------------------------------------------------------------
Wed Feb 18 16:16:18 CET 2026 - nstange@suse.de
- crypto: authencesn - reject too-short AAD (assoclen<8) to
match ESP/ESN spec (bsc#1257735 CVE-2026-23060).
- commit 9347d8b
-------------------------------------------------------------------
Wed Feb 18 15:30:59 CET 2026 - nstange@suse.de
- crypto: af_alg - zero initialize memory allocated via
sock_kmalloc (bsc#1256716 CVE-2025-71113).
- commit 449e0ae
-------------------------------------------------------------------
Wed Feb 18 14:20:17 CET 2026 - nstange@suse.de
- crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()
(bsc#1254992 CVE-2023-53817).
- commit f8259ad
-------------------------------------------------------------------
Wed Feb 18 13:54:54 CET 2026 - rbm@suse.com
@@ -55,6 +365,27 @@ Wed Feb 18 12:19:19 CET 2026 - jgross@suse.com
bsc#1257757).
- commit 2a01723
-------------------------------------------------------------------
Wed Feb 18 11:20:26 CET 2026 - nstange@suse.de
- crypto: af_alg - Fix incorrect boolean values in af_alg_ctx
(bsc#1251966 CVE-2025-39964).
- commit 2a9a19a
-------------------------------------------------------------------
Wed Feb 18 11:14:34 CET 2026 - nstange@suse.de
- crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg
(bsc#1251966 CVE-2025-39964).
Refresh patches.suse/crypto-add-suse_kabi_padding.patch.
- commit a6b1063
-------------------------------------------------------------------
Wed Feb 18 10:47:09 CET 2026 - msuchanek@suse.de
- Workaround for hybrid git workflow in SLFO 1.0/1.1
- commit 7ab5a74
-------------------------------------------------------------------
Wed Feb 18 07:48:55 CET 2026 - tiwai@suse.de
@@ -1956,12 +2287,26 @@ Fri Jan 16 16:34:39 CET 2026 - nmorey@suse.com
- RDMA/rxe: Fix null deref on srq->rq.queue after resize failure (CVE-2025-68379 bsc#1255695)
- commit 8aea2cc
-------------------------------------------------------------------
Fri Jan 16 16:22:15 CET 2026 - mwilck@suse.com
- Fix KABI for "md: fix rcu protection in md_wakeup_thread"
(CVE-2025-68374 bsc#1255530).
- commit 4078c1e
-------------------------------------------------------------------
Fri Jan 16 15:53:35 CET 2026 - tbogendoerfer@suse.de
- ice: use netif_get_num_default_rss_queues() (bsc#1247712).
- commit eb0fac0
-------------------------------------------------------------------
Fri Jan 16 15:19:48 CET 2026 - mwilck@suse.com
- md: fix rcu protection in md_wakeup_thread (CVE-2025-68374
bsc#1255530).
- commit 1b0738f
-------------------------------------------------------------------
Fri Jan 16 15:13:20 CET 2026 - dwagner@suse.de

View File

@@ -18,7 +18,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit d2f036f06520c17f2f95e0eb8d052956a9bc858d
%define git_commit d8f922339fd75d0a90b9c54c85a42478e2127491
%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>.gd2f036f
Release: <RELEASE>.gd8f9223
%else
Release: 0
%endif

View File

@@ -1,3 +1,275 @@
-------------------------------------------------------------------
Sat Feb 28 09:53:06 CET 2026 - tiwai@suse.de
- ALSA: usb-audio: Avoid implicit feedback mode on DIYINHK USB
Audio 2.0 (stable-fixes).
- ALSA: usb-audio: Check max frame size for implicit feedback
mode, too (stable-fixes).
- commit 94dd673
-------------------------------------------------------------------
Sat Feb 28 09:21:43 CET 2026 - tiwai@suse.de
- PCI: Correct PCI_CAP_EXP_ENDPOINT_SIZEOF_V2 value (git-fixes).
- mmc: mmci: Fix device_node reference leak in
of_get_dml_pipe_index() (git-fixes).
- ALSA: usb-audio: Use correct version for UAC3 header validation
(git-fixes).
- ALSA: usb-audio: Use inclusive terms (git-fixes).
- ALSA: usb-audio: Cap the packet size pre-calculations
(git-fixes).
- ALSA: usb-audio: Remove VALIDATE_RATES quirk for Focusrite
devices (git-fixes).
- drm/bridge: samsung-dsim: Fix memory leak in error path
(git-fixes).
- drm/bridge: ti-sn65dsi86: Enable HPD polling if IRQ is not used
(git-fixes).
- drm/logicvc: Fix device node reference leak in
logicvc_drm_config_parse() (git-fixes).
- drm/vmwgfx: Return the correct value in vmw_translate_ptr
functions (git-fixes).
- drm/vmwgfx: Fix invalid kref_put callback in
vmw_bo_dirty_release (git-fixes).
- commit b1fa310
-------------------------------------------------------------------
Fri Feb 27 20:18:36 CET 2026 - lduncan@suse.com
- scsi: core: Wake up the error handler when final completions
race against each other (CVE-2026-23110 bsc#1257761).
- commit 59f5efa
-------------------------------------------------------------------
Fri Feb 27 19:27:03 CET 2026 - rbm@suse.com
- dst: fix races in rt6_uncached_list_del() and
rt_del_uncached_list() (CVE-2026-23004 bsc#1257231).
- commit 3cd007f
-------------------------------------------------------------------
Fri Feb 27 15:11:13 CET 2026 - fdmanana@suse.com
- btrfs: fix NULL dereference on root when tracing inode eviction
(bsc#1257635 CVE-2025-71184).
- commit 5bf422c
-------------------------------------------------------------------
Fri Feb 27 14:48:27 CET 2026 - fmancera@suse.de
- netfilter: nf_conncount: update last_gc only when GC has been
performed (CVE-2026-23139 bsc#1258304).
- commit 9a70b26
-------------------------------------------------------------------
Fri Feb 27 14:31:37 CET 2026 - fmancera@suse.de
- netfilter: nf_tables: fix inverted genmask check in
nft_map_catchall_activate() (CVE-2026-23111 bsc#1258181).
- commit 56db8af
-------------------------------------------------------------------
Fri Feb 27 09:12:38 CET 2026 - tiwai@suse.de
- ipmi: ipmb: initialise event handler read bytes (git-fixes).
- wifi: mac80211: fix NULL pointer dereference in
mesh_rx_csa_frame() (git-fixes).
- wifi: mac80211: bounds-check link_id in
ieee80211_ml_reconfiguration (git-fixes).
- wifi: radiotap: reject radiotap with unknown bits (git-fixes).
- wifi: cfg80211: cancel rfkill_block work in wiphy_unregister()
(git-fixes).
- wifi: cfg80211: wext: fix IGTK key ID off-by-one (git-fixes).
- net: usb: kaweth: validate USB endpoints (git-fixes).
- net: usb: kalmia: validate USB endpoints (git-fixes).
- nfc: pn533: properly drop the usb interface reference on
disconnect (git-fixes).
- Bluetooth: L2CAP: Fix missing key size check for
L2CAP_LE_CONN_REQ (git-fixes).
- Bluetooth: L2CAP: Fix not checking output MTU is acceptable
on L2CAP_ECRED_CONN_REQ (git-fixes).
- Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQ
(git-fixes).
- Bluetooth: hci_qca: Cleanup on all setup failures (git-fixes).
- Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ
(git-fixes).
- net: usb: pegasus: enable basic endpoint checking (git-fixes).
- net: wan: farsync: Fix use-after-free bugs caused by unfinished
tasklets (git-fixes).
- net: usb: lan78xx: scan all MDIO addresses on LAN7801
(git-fixes).
- net: usb: kaweth: remove TX queue manipulation in
kaweth_set_rx_mode (git-fixes).
- commit d2c7de0
-------------------------------------------------------------------
Thu Feb 26 18:58:26 CET 2026 - fdmanana@suse.com
- btrfs: fix deadlock in wait_current_trans() due to ignored
transaction type (bsc#1257687 CVE-2025-71194).
- commit 2e0cb69
-------------------------------------------------------------------
Thu Feb 26 18:20:49 CET 2026 - tiwai@suse.de
- drm/amdgpu: ensure no_hw_access is visible before MMIO
(CVE-2026-23213 bsc#1258465).
- commit bec3979
-------------------------------------------------------------------
Thu Feb 26 18:19:26 CET 2026 - tiwai@suse.de
- drm/amd/pm: Disable MMIO access during SMU Mode 1 reset
(CVE-2026-23213 bsc#1258465).
- commit 3b81ead
-------------------------------------------------------------------
Thu Feb 26 08:09:52 CET 2026 - tiwai@suse.de
- media: dvb-core: fix wrong reinitialization of ringbuffer on
reopen (git-fixes).
- commit ba51966
-------------------------------------------------------------------
Wed Feb 25 15:11:55 CET 2026 - ailiop@suse.com
- NFS: Fix a deadlock involving nfs_release_folio()
(CVE-2026-23053 bsc#1257718).
- commit 492ba43
-------------------------------------------------------------------
Wed Feb 25 12:12:06 CET 2026 - jgross@suse.com
- KVM: Don't clobber irqfd routing type when deassigning irqfd
(CVE-2026-23198 bsc#1258321).
- commit e973f50
-------------------------------------------------------------------
Wed Feb 25 10:52:10 CET 2026 - jgross@suse.com
- KVM: Disallow toggling KVM_MEM_GUEST_MEMFD on an existing
memslot (CVE-2025-68810 bsc#1256679).
- commit a9c2c12
-------------------------------------------------------------------
Tue Feb 24 18:06:31 CET 2026 - mwilck@suse.com
- md: suspend array while updating raid_disks via sysfs
(CVE-2025-71225, bsc#1258411).
- commit 22f1953
-------------------------------------------------------------------
Tue Feb 24 13:56:48 CET 2026 - ematsumiya@suse.de
- smb: client: fix memory leak in cifs_construct_tcon()
(bsc#1255129, CVE-2025-68295).
- commit 069aa1f
-------------------------------------------------------------------
Tue Feb 24 13:55:06 CET 2026 - ematsumiya@suse.de
- Refresh
patches.suse/smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-RMW-rac.patch.
- commit f42de87
-------------------------------------------------------------------
Tue Feb 24 07:46:22 CET 2026 - tiwai@suse.de
- Move upstreamed mm and SCSI patches into sorted section
- commit 2b576e9
-------------------------------------------------------------------
Tue Feb 24 07:09:26 CET 2026 - wqu@suse.com
- btrfs: send: check for inline extents in
range_is_hole_in_parent() (bsc#1258377 CVE-2026-23141).
- commit b93c18b
-------------------------------------------------------------------
Tue Feb 24 06:55:00 CET 2026 - wqu@suse.com
- btrfs: reject new transactions if the fs is fully read-only
(bsc#1258464 CVE-2026-23214).
- commit c375a48
-------------------------------------------------------------------
Mon Feb 23 19:11:37 CET 2026 - pfalcato@suse.de
- net: fix memory leak in skb_segment_list for GRO packets
(CVE-2026-22979 bsc#1257228).
- commit 59160d7
-------------------------------------------------------------------
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
- commit 21b4616
-------------------------------------------------------------------
Mon Feb 23 16:43:38 CET 2026 - tbogendoerfer@suse.de
- macvlan: observe an RCU grace period in macvlan_common_newlink()
error path (CVE-2026-23209 bsc#1258518).
- macvlan: fix error recovery in macvlan_common_newlink()
(CVE-2026-23209 bsc#1258518).
- commit eaf1535
-------------------------------------------------------------------
Mon Feb 23 16:38:01 CET 2026 - tbogendoerfer@suse.de
- bonding: only set speed/duplex to unknown, if getting speed
failed (bsc#1253691).
- commit 0b66a07
-------------------------------------------------------------------
Mon Feb 23 09:42:57 CET 2026 - tiwai@suse.de
- rtc: interface: Alarm race handling should not discard preceding
error (git-fixes).
- commit f96272c
-------------------------------------------------------------------
Sun Feb 22 09:03:58 CET 2026 - tiwai@suse.de
- NTB: ntb_transport: Fix too small buffer for debugfs_name
(git-fixes).
- commit 269c576
-------------------------------------------------------------------
Sat Feb 21 09:40:25 CET 2026 - tiwai@suse.de
- ALSA: usb-audio: Use the right limit for PCM OOB check
(CVE-2026-23208 bsc#1258468).
- ALSA: usb-audio: Prevent excessive number of frames
(CVE-2026-23208 bsc#1258468).
- commit 895c473
-------------------------------------------------------------------
Sat Feb 21 09:38:02 CET 2026 - tiwai@suse.de
- ASoC: rockchip: i2s-tdm: Use param rate if not provided by
set_sysclk (git-fixes).
- drm/amd/display: Use same max plane scaling limits for all 64
bpp formats (git-fixes).
- drm/amdgpu: fix sync handling in amdgpu_dma_buf_move_notify
(git-fixes).
- drm/i915/acpi: free _DSM package when no connectors (git-fixes).
- drm/amd: Fix hang on amdgpu unload by using
pci_dev_is_disconnected() (git-fixes).
- drm/amdgpu: Fix memory leak in amdgpu_ras_init() (git-fixes).
- drm/amdgpu: Fix memory leak in amdgpu_acpi_enumerate_xcc()
(git-fixes).
- efi: Fix reservation of unaccepted memory table (git-fixes).
- commit 2183b13
-------------------------------------------------------------------
Fri Feb 20 17:39:16 CET 2026 - lduncan@suse.com
- scsi: mpi3mr: Synchronous access b/w reset and tm thread for
reply queue (CVE-2025-37861 bsc#1243055).
- commit 807000c
-------------------------------------------------------------------
Fri Feb 20 08:44:27 CET 2026 - tiwai@suse.de
@@ -28,6 +300,23 @@ Fri Feb 20 08:44:27 CET 2026 - tiwai@suse.de
sysfs show functions (stable-fixes).
- commit 436dcdb
-------------------------------------------------------------------
Thu Feb 19 17:01:54 CET 2026 - joao.povoas@suse.com
- config.conf: Drop armv7hl builds
commit 09ee386c4ae dropped support for armv7hl
in SLE15-SP7, SUSE-2024 never supported it,
therefore, no branch downstream of fixes/linux-6.4
supports this arch (bsc#1255265).
- commit 5dc5aaf
-------------------------------------------------------------------
Thu Feb 19 16:10:25 CET 2026 - tiwai@suse.de
- ALSA: aloop: Fix racy access at PCM trigger (CVE-2026-23191
bsc#1258395).
- commit 114f0d2
-------------------------------------------------------------------
Thu Feb 19 09:43:36 CET 2026 - tiwai@suse.de
@@ -41,6 +330,27 @@ Thu Feb 19 09:43:36 CET 2026 - tiwai@suse.de
(git-fixes).
- commit 700df2d
-------------------------------------------------------------------
Wed Feb 18 16:16:18 CET 2026 - nstange@suse.de
- crypto: authencesn - reject too-short AAD (assoclen<8) to
match ESP/ESN spec (bsc#1257735 CVE-2026-23060).
- commit 9347d8b
-------------------------------------------------------------------
Wed Feb 18 15:30:59 CET 2026 - nstange@suse.de
- crypto: af_alg - zero initialize memory allocated via
sock_kmalloc (bsc#1256716 CVE-2025-71113).
- commit 449e0ae
-------------------------------------------------------------------
Wed Feb 18 14:20:17 CET 2026 - nstange@suse.de
- crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()
(bsc#1254992 CVE-2023-53817).
- commit f8259ad
-------------------------------------------------------------------
Wed Feb 18 13:54:54 CET 2026 - rbm@suse.com
@@ -55,6 +365,27 @@ Wed Feb 18 12:19:19 CET 2026 - jgross@suse.com
bsc#1257757).
- commit 2a01723
-------------------------------------------------------------------
Wed Feb 18 11:20:26 CET 2026 - nstange@suse.de
- crypto: af_alg - Fix incorrect boolean values in af_alg_ctx
(bsc#1251966 CVE-2025-39964).
- commit 2a9a19a
-------------------------------------------------------------------
Wed Feb 18 11:14:34 CET 2026 - nstange@suse.de
- crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg
(bsc#1251966 CVE-2025-39964).
Refresh patches.suse/crypto-add-suse_kabi_padding.patch.
- commit a6b1063
-------------------------------------------------------------------
Wed Feb 18 10:47:09 CET 2026 - msuchanek@suse.de
- Workaround for hybrid git workflow in SLFO 1.0/1.1
- commit 7ab5a74
-------------------------------------------------------------------
Wed Feb 18 07:48:55 CET 2026 - tiwai@suse.de
@@ -1956,12 +2287,26 @@ Fri Jan 16 16:34:39 CET 2026 - nmorey@suse.com
- RDMA/rxe: Fix null deref on srq->rq.queue after resize failure (CVE-2025-68379 bsc#1255695)
- commit 8aea2cc
-------------------------------------------------------------------
Fri Jan 16 16:22:15 CET 2026 - mwilck@suse.com
- Fix KABI for "md: fix rcu protection in md_wakeup_thread"
(CVE-2025-68374 bsc#1255530).
- commit 4078c1e
-------------------------------------------------------------------
Fri Jan 16 15:53:35 CET 2026 - tbogendoerfer@suse.de
- ice: use netif_get_num_default_rss_queues() (bsc#1247712).
- commit eb0fac0
-------------------------------------------------------------------
Fri Jan 16 15:19:48 CET 2026 - mwilck@suse.com
- md: fix rcu protection in md_wakeup_thread (CVE-2025-68374
bsc#1255530).
- commit 1b0738f
-------------------------------------------------------------------
Fri Jan 16 15:13:20 CET 2026 - dwagner@suse.de

View File

@@ -19,7 +19,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit d2f036f06520c17f2f95e0eb8d052956a9bc858d
%define git_commit d8f922339fd75d0a90b9c54c85a42478e2127491
%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>.gd2f036f
Release: <RELEASE>.gd8f9223
%else
Release: 0
%endif

View File

@@ -1,3 +1,275 @@
-------------------------------------------------------------------
Sat Feb 28 09:53:06 CET 2026 - tiwai@suse.de
- ALSA: usb-audio: Avoid implicit feedback mode on DIYINHK USB
Audio 2.0 (stable-fixes).
- ALSA: usb-audio: Check max frame size for implicit feedback
mode, too (stable-fixes).
- commit 94dd673
-------------------------------------------------------------------
Sat Feb 28 09:21:43 CET 2026 - tiwai@suse.de
- PCI: Correct PCI_CAP_EXP_ENDPOINT_SIZEOF_V2 value (git-fixes).
- mmc: mmci: Fix device_node reference leak in
of_get_dml_pipe_index() (git-fixes).
- ALSA: usb-audio: Use correct version for UAC3 header validation
(git-fixes).
- ALSA: usb-audio: Use inclusive terms (git-fixes).
- ALSA: usb-audio: Cap the packet size pre-calculations
(git-fixes).
- ALSA: usb-audio: Remove VALIDATE_RATES quirk for Focusrite
devices (git-fixes).
- drm/bridge: samsung-dsim: Fix memory leak in error path
(git-fixes).
- drm/bridge: ti-sn65dsi86: Enable HPD polling if IRQ is not used
(git-fixes).
- drm/logicvc: Fix device node reference leak in
logicvc_drm_config_parse() (git-fixes).
- drm/vmwgfx: Return the correct value in vmw_translate_ptr
functions (git-fixes).
- drm/vmwgfx: Fix invalid kref_put callback in
vmw_bo_dirty_release (git-fixes).
- commit b1fa310
-------------------------------------------------------------------
Fri Feb 27 20:18:36 CET 2026 - lduncan@suse.com
- scsi: core: Wake up the error handler when final completions
race against each other (CVE-2026-23110 bsc#1257761).
- commit 59f5efa
-------------------------------------------------------------------
Fri Feb 27 19:27:03 CET 2026 - rbm@suse.com
- dst: fix races in rt6_uncached_list_del() and
rt_del_uncached_list() (CVE-2026-23004 bsc#1257231).
- commit 3cd007f
-------------------------------------------------------------------
Fri Feb 27 15:11:13 CET 2026 - fdmanana@suse.com
- btrfs: fix NULL dereference on root when tracing inode eviction
(bsc#1257635 CVE-2025-71184).
- commit 5bf422c
-------------------------------------------------------------------
Fri Feb 27 14:48:27 CET 2026 - fmancera@suse.de
- netfilter: nf_conncount: update last_gc only when GC has been
performed (CVE-2026-23139 bsc#1258304).
- commit 9a70b26
-------------------------------------------------------------------
Fri Feb 27 14:31:37 CET 2026 - fmancera@suse.de
- netfilter: nf_tables: fix inverted genmask check in
nft_map_catchall_activate() (CVE-2026-23111 bsc#1258181).
- commit 56db8af
-------------------------------------------------------------------
Fri Feb 27 09:12:38 CET 2026 - tiwai@suse.de
- ipmi: ipmb: initialise event handler read bytes (git-fixes).
- wifi: mac80211: fix NULL pointer dereference in
mesh_rx_csa_frame() (git-fixes).
- wifi: mac80211: bounds-check link_id in
ieee80211_ml_reconfiguration (git-fixes).
- wifi: radiotap: reject radiotap with unknown bits (git-fixes).
- wifi: cfg80211: cancel rfkill_block work in wiphy_unregister()
(git-fixes).
- wifi: cfg80211: wext: fix IGTK key ID off-by-one (git-fixes).
- net: usb: kaweth: validate USB endpoints (git-fixes).
- net: usb: kalmia: validate USB endpoints (git-fixes).
- nfc: pn533: properly drop the usb interface reference on
disconnect (git-fixes).
- Bluetooth: L2CAP: Fix missing key size check for
L2CAP_LE_CONN_REQ (git-fixes).
- Bluetooth: L2CAP: Fix not checking output MTU is acceptable
on L2CAP_ECRED_CONN_REQ (git-fixes).
- Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQ
(git-fixes).
- Bluetooth: hci_qca: Cleanup on all setup failures (git-fixes).
- Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ
(git-fixes).
- net: usb: pegasus: enable basic endpoint checking (git-fixes).
- net: wan: farsync: Fix use-after-free bugs caused by unfinished
tasklets (git-fixes).
- net: usb: lan78xx: scan all MDIO addresses on LAN7801
(git-fixes).
- net: usb: kaweth: remove TX queue manipulation in
kaweth_set_rx_mode (git-fixes).
- commit d2c7de0
-------------------------------------------------------------------
Thu Feb 26 18:58:26 CET 2026 - fdmanana@suse.com
- btrfs: fix deadlock in wait_current_trans() due to ignored
transaction type (bsc#1257687 CVE-2025-71194).
- commit 2e0cb69
-------------------------------------------------------------------
Thu Feb 26 18:20:49 CET 2026 - tiwai@suse.de
- drm/amdgpu: ensure no_hw_access is visible before MMIO
(CVE-2026-23213 bsc#1258465).
- commit bec3979
-------------------------------------------------------------------
Thu Feb 26 18:19:26 CET 2026 - tiwai@suse.de
- drm/amd/pm: Disable MMIO access during SMU Mode 1 reset
(CVE-2026-23213 bsc#1258465).
- commit 3b81ead
-------------------------------------------------------------------
Thu Feb 26 08:09:52 CET 2026 - tiwai@suse.de
- media: dvb-core: fix wrong reinitialization of ringbuffer on
reopen (git-fixes).
- commit ba51966
-------------------------------------------------------------------
Wed Feb 25 15:11:55 CET 2026 - ailiop@suse.com
- NFS: Fix a deadlock involving nfs_release_folio()
(CVE-2026-23053 bsc#1257718).
- commit 492ba43
-------------------------------------------------------------------
Wed Feb 25 12:12:06 CET 2026 - jgross@suse.com
- KVM: Don't clobber irqfd routing type when deassigning irqfd
(CVE-2026-23198 bsc#1258321).
- commit e973f50
-------------------------------------------------------------------
Wed Feb 25 10:52:10 CET 2026 - jgross@suse.com
- KVM: Disallow toggling KVM_MEM_GUEST_MEMFD on an existing
memslot (CVE-2025-68810 bsc#1256679).
- commit a9c2c12
-------------------------------------------------------------------
Tue Feb 24 18:06:31 CET 2026 - mwilck@suse.com
- md: suspend array while updating raid_disks via sysfs
(CVE-2025-71225, bsc#1258411).
- commit 22f1953
-------------------------------------------------------------------
Tue Feb 24 13:56:48 CET 2026 - ematsumiya@suse.de
- smb: client: fix memory leak in cifs_construct_tcon()
(bsc#1255129, CVE-2025-68295).
- commit 069aa1f
-------------------------------------------------------------------
Tue Feb 24 13:55:06 CET 2026 - ematsumiya@suse.de
- Refresh
patches.suse/smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-RMW-rac.patch.
- commit f42de87
-------------------------------------------------------------------
Tue Feb 24 07:46:22 CET 2026 - tiwai@suse.de
- Move upstreamed mm and SCSI patches into sorted section
- commit 2b576e9
-------------------------------------------------------------------
Tue Feb 24 07:09:26 CET 2026 - wqu@suse.com
- btrfs: send: check for inline extents in
range_is_hole_in_parent() (bsc#1258377 CVE-2026-23141).
- commit b93c18b
-------------------------------------------------------------------
Tue Feb 24 06:55:00 CET 2026 - wqu@suse.com
- btrfs: reject new transactions if the fs is fully read-only
(bsc#1258464 CVE-2026-23214).
- commit c375a48
-------------------------------------------------------------------
Mon Feb 23 19:11:37 CET 2026 - pfalcato@suse.de
- net: fix memory leak in skb_segment_list for GRO packets
(CVE-2026-22979 bsc#1257228).
- commit 59160d7
-------------------------------------------------------------------
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
- commit 21b4616
-------------------------------------------------------------------
Mon Feb 23 16:43:38 CET 2026 - tbogendoerfer@suse.de
- macvlan: observe an RCU grace period in macvlan_common_newlink()
error path (CVE-2026-23209 bsc#1258518).
- macvlan: fix error recovery in macvlan_common_newlink()
(CVE-2026-23209 bsc#1258518).
- commit eaf1535
-------------------------------------------------------------------
Mon Feb 23 16:38:01 CET 2026 - tbogendoerfer@suse.de
- bonding: only set speed/duplex to unknown, if getting speed
failed (bsc#1253691).
- commit 0b66a07
-------------------------------------------------------------------
Mon Feb 23 09:42:57 CET 2026 - tiwai@suse.de
- rtc: interface: Alarm race handling should not discard preceding
error (git-fixes).
- commit f96272c
-------------------------------------------------------------------
Sun Feb 22 09:03:58 CET 2026 - tiwai@suse.de
- NTB: ntb_transport: Fix too small buffer for debugfs_name
(git-fixes).
- commit 269c576
-------------------------------------------------------------------
Sat Feb 21 09:40:25 CET 2026 - tiwai@suse.de
- ALSA: usb-audio: Use the right limit for PCM OOB check
(CVE-2026-23208 bsc#1258468).
- ALSA: usb-audio: Prevent excessive number of frames
(CVE-2026-23208 bsc#1258468).
- commit 895c473
-------------------------------------------------------------------
Sat Feb 21 09:38:02 CET 2026 - tiwai@suse.de
- ASoC: rockchip: i2s-tdm: Use param rate if not provided by
set_sysclk (git-fixes).
- drm/amd/display: Use same max plane scaling limits for all 64
bpp formats (git-fixes).
- drm/amdgpu: fix sync handling in amdgpu_dma_buf_move_notify
(git-fixes).
- drm/i915/acpi: free _DSM package when no connectors (git-fixes).
- drm/amd: Fix hang on amdgpu unload by using
pci_dev_is_disconnected() (git-fixes).
- drm/amdgpu: Fix memory leak in amdgpu_ras_init() (git-fixes).
- drm/amdgpu: Fix memory leak in amdgpu_acpi_enumerate_xcc()
(git-fixes).
- efi: Fix reservation of unaccepted memory table (git-fixes).
- commit 2183b13
-------------------------------------------------------------------
Fri Feb 20 17:39:16 CET 2026 - lduncan@suse.com
- scsi: mpi3mr: Synchronous access b/w reset and tm thread for
reply queue (CVE-2025-37861 bsc#1243055).
- commit 807000c
-------------------------------------------------------------------
Fri Feb 20 08:44:27 CET 2026 - tiwai@suse.de
@@ -28,6 +300,23 @@ Fri Feb 20 08:44:27 CET 2026 - tiwai@suse.de
sysfs show functions (stable-fixes).
- commit 436dcdb
-------------------------------------------------------------------
Thu Feb 19 17:01:54 CET 2026 - joao.povoas@suse.com
- config.conf: Drop armv7hl builds
commit 09ee386c4ae dropped support for armv7hl
in SLE15-SP7, SUSE-2024 never supported it,
therefore, no branch downstream of fixes/linux-6.4
supports this arch (bsc#1255265).
- commit 5dc5aaf
-------------------------------------------------------------------
Thu Feb 19 16:10:25 CET 2026 - tiwai@suse.de
- ALSA: aloop: Fix racy access at PCM trigger (CVE-2026-23191
bsc#1258395).
- commit 114f0d2
-------------------------------------------------------------------
Thu Feb 19 09:43:36 CET 2026 - tiwai@suse.de
@@ -41,6 +330,27 @@ Thu Feb 19 09:43:36 CET 2026 - tiwai@suse.de
(git-fixes).
- commit 700df2d
-------------------------------------------------------------------
Wed Feb 18 16:16:18 CET 2026 - nstange@suse.de
- crypto: authencesn - reject too-short AAD (assoclen<8) to
match ESP/ESN spec (bsc#1257735 CVE-2026-23060).
- commit 9347d8b
-------------------------------------------------------------------
Wed Feb 18 15:30:59 CET 2026 - nstange@suse.de
- crypto: af_alg - zero initialize memory allocated via
sock_kmalloc (bsc#1256716 CVE-2025-71113).
- commit 449e0ae
-------------------------------------------------------------------
Wed Feb 18 14:20:17 CET 2026 - nstange@suse.de
- crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()
(bsc#1254992 CVE-2023-53817).
- commit f8259ad
-------------------------------------------------------------------
Wed Feb 18 13:54:54 CET 2026 - rbm@suse.com
@@ -55,6 +365,27 @@ Wed Feb 18 12:19:19 CET 2026 - jgross@suse.com
bsc#1257757).
- commit 2a01723
-------------------------------------------------------------------
Wed Feb 18 11:20:26 CET 2026 - nstange@suse.de
- crypto: af_alg - Fix incorrect boolean values in af_alg_ctx
(bsc#1251966 CVE-2025-39964).
- commit 2a9a19a
-------------------------------------------------------------------
Wed Feb 18 11:14:34 CET 2026 - nstange@suse.de
- crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg
(bsc#1251966 CVE-2025-39964).
Refresh patches.suse/crypto-add-suse_kabi_padding.patch.
- commit a6b1063
-------------------------------------------------------------------
Wed Feb 18 10:47:09 CET 2026 - msuchanek@suse.de
- Workaround for hybrid git workflow in SLFO 1.0/1.1
- commit 7ab5a74
-------------------------------------------------------------------
Wed Feb 18 07:48:55 CET 2026 - tiwai@suse.de
@@ -1956,12 +2287,26 @@ Fri Jan 16 16:34:39 CET 2026 - nmorey@suse.com
- RDMA/rxe: Fix null deref on srq->rq.queue after resize failure (CVE-2025-68379 bsc#1255695)
- commit 8aea2cc
-------------------------------------------------------------------
Fri Jan 16 16:22:15 CET 2026 - mwilck@suse.com
- Fix KABI for "md: fix rcu protection in md_wakeup_thread"
(CVE-2025-68374 bsc#1255530).
- commit 4078c1e
-------------------------------------------------------------------
Fri Jan 16 15:53:35 CET 2026 - tbogendoerfer@suse.de
- ice: use netif_get_num_default_rss_queues() (bsc#1247712).
- commit eb0fac0
-------------------------------------------------------------------
Fri Jan 16 15:19:48 CET 2026 - mwilck@suse.com
- md: fix rcu protection in md_wakeup_thread (CVE-2025-68374
bsc#1255530).
- commit 1b0738f
-------------------------------------------------------------------
Fri Jan 16 15:13:20 CET 2026 - dwagner@suse.de

View File

@@ -38,7 +38,7 @@
%endif
%endif
%endif
%global kernel_package kernel%kernel_flavor-srchash-d2f036f06520c17f2f95e0eb8d052956a9bc858d
%global kernel_package kernel%kernel_flavor-srchash-d8f922339fd75d0a90b9c54c85a42478e2127491
%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>.gd2f036f
Release: <RELEASE>.gd8f9223
%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-d2f036f06520c17f2f95e0eb8d052956a9bc858d
Provides: kernel-obs-build-srchash-d8f922339fd75d0a90b9c54c85a42478e2127491
BuildRequires: coreutils
BuildRequires: device-mapper
BuildRequires: dracut

View File

@@ -1,3 +1,275 @@
-------------------------------------------------------------------
Sat Feb 28 09:53:06 CET 2026 - tiwai@suse.de
- ALSA: usb-audio: Avoid implicit feedback mode on DIYINHK USB
Audio 2.0 (stable-fixes).
- ALSA: usb-audio: Check max frame size for implicit feedback
mode, too (stable-fixes).
- commit 94dd673
-------------------------------------------------------------------
Sat Feb 28 09:21:43 CET 2026 - tiwai@suse.de
- PCI: Correct PCI_CAP_EXP_ENDPOINT_SIZEOF_V2 value (git-fixes).
- mmc: mmci: Fix device_node reference leak in
of_get_dml_pipe_index() (git-fixes).
- ALSA: usb-audio: Use correct version for UAC3 header validation
(git-fixes).
- ALSA: usb-audio: Use inclusive terms (git-fixes).
- ALSA: usb-audio: Cap the packet size pre-calculations
(git-fixes).
- ALSA: usb-audio: Remove VALIDATE_RATES quirk for Focusrite
devices (git-fixes).
- drm/bridge: samsung-dsim: Fix memory leak in error path
(git-fixes).
- drm/bridge: ti-sn65dsi86: Enable HPD polling if IRQ is not used
(git-fixes).
- drm/logicvc: Fix device node reference leak in
logicvc_drm_config_parse() (git-fixes).
- drm/vmwgfx: Return the correct value in vmw_translate_ptr
functions (git-fixes).
- drm/vmwgfx: Fix invalid kref_put callback in
vmw_bo_dirty_release (git-fixes).
- commit b1fa310
-------------------------------------------------------------------
Fri Feb 27 20:18:36 CET 2026 - lduncan@suse.com
- scsi: core: Wake up the error handler when final completions
race against each other (CVE-2026-23110 bsc#1257761).
- commit 59f5efa
-------------------------------------------------------------------
Fri Feb 27 19:27:03 CET 2026 - rbm@suse.com
- dst: fix races in rt6_uncached_list_del() and
rt_del_uncached_list() (CVE-2026-23004 bsc#1257231).
- commit 3cd007f
-------------------------------------------------------------------
Fri Feb 27 15:11:13 CET 2026 - fdmanana@suse.com
- btrfs: fix NULL dereference on root when tracing inode eviction
(bsc#1257635 CVE-2025-71184).
- commit 5bf422c
-------------------------------------------------------------------
Fri Feb 27 14:48:27 CET 2026 - fmancera@suse.de
- netfilter: nf_conncount: update last_gc only when GC has been
performed (CVE-2026-23139 bsc#1258304).
- commit 9a70b26
-------------------------------------------------------------------
Fri Feb 27 14:31:37 CET 2026 - fmancera@suse.de
- netfilter: nf_tables: fix inverted genmask check in
nft_map_catchall_activate() (CVE-2026-23111 bsc#1258181).
- commit 56db8af
-------------------------------------------------------------------
Fri Feb 27 09:12:38 CET 2026 - tiwai@suse.de
- ipmi: ipmb: initialise event handler read bytes (git-fixes).
- wifi: mac80211: fix NULL pointer dereference in
mesh_rx_csa_frame() (git-fixes).
- wifi: mac80211: bounds-check link_id in
ieee80211_ml_reconfiguration (git-fixes).
- wifi: radiotap: reject radiotap with unknown bits (git-fixes).
- wifi: cfg80211: cancel rfkill_block work in wiphy_unregister()
(git-fixes).
- wifi: cfg80211: wext: fix IGTK key ID off-by-one (git-fixes).
- net: usb: kaweth: validate USB endpoints (git-fixes).
- net: usb: kalmia: validate USB endpoints (git-fixes).
- nfc: pn533: properly drop the usb interface reference on
disconnect (git-fixes).
- Bluetooth: L2CAP: Fix missing key size check for
L2CAP_LE_CONN_REQ (git-fixes).
- Bluetooth: L2CAP: Fix not checking output MTU is acceptable
on L2CAP_ECRED_CONN_REQ (git-fixes).
- Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQ
(git-fixes).
- Bluetooth: hci_qca: Cleanup on all setup failures (git-fixes).
- Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ
(git-fixes).
- net: usb: pegasus: enable basic endpoint checking (git-fixes).
- net: wan: farsync: Fix use-after-free bugs caused by unfinished
tasklets (git-fixes).
- net: usb: lan78xx: scan all MDIO addresses on LAN7801
(git-fixes).
- net: usb: kaweth: remove TX queue manipulation in
kaweth_set_rx_mode (git-fixes).
- commit d2c7de0
-------------------------------------------------------------------
Thu Feb 26 18:58:26 CET 2026 - fdmanana@suse.com
- btrfs: fix deadlock in wait_current_trans() due to ignored
transaction type (bsc#1257687 CVE-2025-71194).
- commit 2e0cb69
-------------------------------------------------------------------
Thu Feb 26 18:20:49 CET 2026 - tiwai@suse.de
- drm/amdgpu: ensure no_hw_access is visible before MMIO
(CVE-2026-23213 bsc#1258465).
- commit bec3979
-------------------------------------------------------------------
Thu Feb 26 18:19:26 CET 2026 - tiwai@suse.de
- drm/amd/pm: Disable MMIO access during SMU Mode 1 reset
(CVE-2026-23213 bsc#1258465).
- commit 3b81ead
-------------------------------------------------------------------
Thu Feb 26 08:09:52 CET 2026 - tiwai@suse.de
- media: dvb-core: fix wrong reinitialization of ringbuffer on
reopen (git-fixes).
- commit ba51966
-------------------------------------------------------------------
Wed Feb 25 15:11:55 CET 2026 - ailiop@suse.com
- NFS: Fix a deadlock involving nfs_release_folio()
(CVE-2026-23053 bsc#1257718).
- commit 492ba43
-------------------------------------------------------------------
Wed Feb 25 12:12:06 CET 2026 - jgross@suse.com
- KVM: Don't clobber irqfd routing type when deassigning irqfd
(CVE-2026-23198 bsc#1258321).
- commit e973f50
-------------------------------------------------------------------
Wed Feb 25 10:52:10 CET 2026 - jgross@suse.com
- KVM: Disallow toggling KVM_MEM_GUEST_MEMFD on an existing
memslot (CVE-2025-68810 bsc#1256679).
- commit a9c2c12
-------------------------------------------------------------------
Tue Feb 24 18:06:31 CET 2026 - mwilck@suse.com
- md: suspend array while updating raid_disks via sysfs
(CVE-2025-71225, bsc#1258411).
- commit 22f1953
-------------------------------------------------------------------
Tue Feb 24 13:56:48 CET 2026 - ematsumiya@suse.de
- smb: client: fix memory leak in cifs_construct_tcon()
(bsc#1255129, CVE-2025-68295).
- commit 069aa1f
-------------------------------------------------------------------
Tue Feb 24 13:55:06 CET 2026 - ematsumiya@suse.de
- Refresh
patches.suse/smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-RMW-rac.patch.
- commit f42de87
-------------------------------------------------------------------
Tue Feb 24 07:46:22 CET 2026 - tiwai@suse.de
- Move upstreamed mm and SCSI patches into sorted section
- commit 2b576e9
-------------------------------------------------------------------
Tue Feb 24 07:09:26 CET 2026 - wqu@suse.com
- btrfs: send: check for inline extents in
range_is_hole_in_parent() (bsc#1258377 CVE-2026-23141).
- commit b93c18b
-------------------------------------------------------------------
Tue Feb 24 06:55:00 CET 2026 - wqu@suse.com
- btrfs: reject new transactions if the fs is fully read-only
(bsc#1258464 CVE-2026-23214).
- commit c375a48
-------------------------------------------------------------------
Mon Feb 23 19:11:37 CET 2026 - pfalcato@suse.de
- net: fix memory leak in skb_segment_list for GRO packets
(CVE-2026-22979 bsc#1257228).
- commit 59160d7
-------------------------------------------------------------------
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
- commit 21b4616
-------------------------------------------------------------------
Mon Feb 23 16:43:38 CET 2026 - tbogendoerfer@suse.de
- macvlan: observe an RCU grace period in macvlan_common_newlink()
error path (CVE-2026-23209 bsc#1258518).
- macvlan: fix error recovery in macvlan_common_newlink()
(CVE-2026-23209 bsc#1258518).
- commit eaf1535
-------------------------------------------------------------------
Mon Feb 23 16:38:01 CET 2026 - tbogendoerfer@suse.de
- bonding: only set speed/duplex to unknown, if getting speed
failed (bsc#1253691).
- commit 0b66a07
-------------------------------------------------------------------
Mon Feb 23 09:42:57 CET 2026 - tiwai@suse.de
- rtc: interface: Alarm race handling should not discard preceding
error (git-fixes).
- commit f96272c
-------------------------------------------------------------------
Sun Feb 22 09:03:58 CET 2026 - tiwai@suse.de
- NTB: ntb_transport: Fix too small buffer for debugfs_name
(git-fixes).
- commit 269c576
-------------------------------------------------------------------
Sat Feb 21 09:40:25 CET 2026 - tiwai@suse.de
- ALSA: usb-audio: Use the right limit for PCM OOB check
(CVE-2026-23208 bsc#1258468).
- ALSA: usb-audio: Prevent excessive number of frames
(CVE-2026-23208 bsc#1258468).
- commit 895c473
-------------------------------------------------------------------
Sat Feb 21 09:38:02 CET 2026 - tiwai@suse.de
- ASoC: rockchip: i2s-tdm: Use param rate if not provided by
set_sysclk (git-fixes).
- drm/amd/display: Use same max plane scaling limits for all 64
bpp formats (git-fixes).
- drm/amdgpu: fix sync handling in amdgpu_dma_buf_move_notify
(git-fixes).
- drm/i915/acpi: free _DSM package when no connectors (git-fixes).
- drm/amd: Fix hang on amdgpu unload by using
pci_dev_is_disconnected() (git-fixes).
- drm/amdgpu: Fix memory leak in amdgpu_ras_init() (git-fixes).
- drm/amdgpu: Fix memory leak in amdgpu_acpi_enumerate_xcc()
(git-fixes).
- efi: Fix reservation of unaccepted memory table (git-fixes).
- commit 2183b13
-------------------------------------------------------------------
Fri Feb 20 17:39:16 CET 2026 - lduncan@suse.com
- scsi: mpi3mr: Synchronous access b/w reset and tm thread for
reply queue (CVE-2025-37861 bsc#1243055).
- commit 807000c
-------------------------------------------------------------------
Fri Feb 20 08:44:27 CET 2026 - tiwai@suse.de
@@ -28,6 +300,23 @@ Fri Feb 20 08:44:27 CET 2026 - tiwai@suse.de
sysfs show functions (stable-fixes).
- commit 436dcdb
-------------------------------------------------------------------
Thu Feb 19 17:01:54 CET 2026 - joao.povoas@suse.com
- config.conf: Drop armv7hl builds
commit 09ee386c4ae dropped support for armv7hl
in SLE15-SP7, SUSE-2024 never supported it,
therefore, no branch downstream of fixes/linux-6.4
supports this arch (bsc#1255265).
- commit 5dc5aaf
-------------------------------------------------------------------
Thu Feb 19 16:10:25 CET 2026 - tiwai@suse.de
- ALSA: aloop: Fix racy access at PCM trigger (CVE-2026-23191
bsc#1258395).
- commit 114f0d2
-------------------------------------------------------------------
Thu Feb 19 09:43:36 CET 2026 - tiwai@suse.de
@@ -41,6 +330,27 @@ Thu Feb 19 09:43:36 CET 2026 - tiwai@suse.de
(git-fixes).
- commit 700df2d
-------------------------------------------------------------------
Wed Feb 18 16:16:18 CET 2026 - nstange@suse.de
- crypto: authencesn - reject too-short AAD (assoclen<8) to
match ESP/ESN spec (bsc#1257735 CVE-2026-23060).
- commit 9347d8b
-------------------------------------------------------------------
Wed Feb 18 15:30:59 CET 2026 - nstange@suse.de
- crypto: af_alg - zero initialize memory allocated via
sock_kmalloc (bsc#1256716 CVE-2025-71113).
- commit 449e0ae
-------------------------------------------------------------------
Wed Feb 18 14:20:17 CET 2026 - nstange@suse.de
- crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()
(bsc#1254992 CVE-2023-53817).
- commit f8259ad
-------------------------------------------------------------------
Wed Feb 18 13:54:54 CET 2026 - rbm@suse.com
@@ -55,6 +365,27 @@ Wed Feb 18 12:19:19 CET 2026 - jgross@suse.com
bsc#1257757).
- commit 2a01723
-------------------------------------------------------------------
Wed Feb 18 11:20:26 CET 2026 - nstange@suse.de
- crypto: af_alg - Fix incorrect boolean values in af_alg_ctx
(bsc#1251966 CVE-2025-39964).
- commit 2a9a19a
-------------------------------------------------------------------
Wed Feb 18 11:14:34 CET 2026 - nstange@suse.de
- crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg
(bsc#1251966 CVE-2025-39964).
Refresh patches.suse/crypto-add-suse_kabi_padding.patch.
- commit a6b1063
-------------------------------------------------------------------
Wed Feb 18 10:47:09 CET 2026 - msuchanek@suse.de
- Workaround for hybrid git workflow in SLFO 1.0/1.1
- commit 7ab5a74
-------------------------------------------------------------------
Wed Feb 18 07:48:55 CET 2026 - tiwai@suse.de
@@ -1956,12 +2287,26 @@ Fri Jan 16 16:34:39 CET 2026 - nmorey@suse.com
- RDMA/rxe: Fix null deref on srq->rq.queue after resize failure (CVE-2025-68379 bsc#1255695)
- commit 8aea2cc
-------------------------------------------------------------------
Fri Jan 16 16:22:15 CET 2026 - mwilck@suse.com
- Fix KABI for "md: fix rcu protection in md_wakeup_thread"
(CVE-2025-68374 bsc#1255530).
- commit 4078c1e
-------------------------------------------------------------------
Fri Jan 16 15:53:35 CET 2026 - tbogendoerfer@suse.de
- ice: use netif_get_num_default_rss_queues() (bsc#1247712).
- commit eb0fac0
-------------------------------------------------------------------
Fri Jan 16 15:19:48 CET 2026 - mwilck@suse.com
- md: fix rcu protection in md_wakeup_thread (CVE-2025-68374
bsc#1255530).
- commit 1b0738f
-------------------------------------------------------------------
Fri Jan 16 15:13:20 CET 2026 - dwagner@suse.de

View File

@@ -25,7 +25,7 @@
Name: kernel-obs-qa
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.gd2f036f
Release: <RELEASE>.gd8f9223
%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-d2f036f06520c17f2f95e0eb8d052956a9bc858d
BuildRequires: kernel-obs-build-srchash-d8f922339fd75d0a90b9c54c85a42478e2127491
%endif
BuildRequires: modutils
ExclusiveArch: aarch64 ppc64le s390x x86_64

View File

@@ -1,3 +1,275 @@
-------------------------------------------------------------------
Sat Feb 28 09:53:06 CET 2026 - tiwai@suse.de
- ALSA: usb-audio: Avoid implicit feedback mode on DIYINHK USB
Audio 2.0 (stable-fixes).
- ALSA: usb-audio: Check max frame size for implicit feedback
mode, too (stable-fixes).
- commit 94dd673
-------------------------------------------------------------------
Sat Feb 28 09:21:43 CET 2026 - tiwai@suse.de
- PCI: Correct PCI_CAP_EXP_ENDPOINT_SIZEOF_V2 value (git-fixes).
- mmc: mmci: Fix device_node reference leak in
of_get_dml_pipe_index() (git-fixes).
- ALSA: usb-audio: Use correct version for UAC3 header validation
(git-fixes).
- ALSA: usb-audio: Use inclusive terms (git-fixes).
- ALSA: usb-audio: Cap the packet size pre-calculations
(git-fixes).
- ALSA: usb-audio: Remove VALIDATE_RATES quirk for Focusrite
devices (git-fixes).
- drm/bridge: samsung-dsim: Fix memory leak in error path
(git-fixes).
- drm/bridge: ti-sn65dsi86: Enable HPD polling if IRQ is not used
(git-fixes).
- drm/logicvc: Fix device node reference leak in
logicvc_drm_config_parse() (git-fixes).
- drm/vmwgfx: Return the correct value in vmw_translate_ptr
functions (git-fixes).
- drm/vmwgfx: Fix invalid kref_put callback in
vmw_bo_dirty_release (git-fixes).
- commit b1fa310
-------------------------------------------------------------------
Fri Feb 27 20:18:36 CET 2026 - lduncan@suse.com
- scsi: core: Wake up the error handler when final completions
race against each other (CVE-2026-23110 bsc#1257761).
- commit 59f5efa
-------------------------------------------------------------------
Fri Feb 27 19:27:03 CET 2026 - rbm@suse.com
- dst: fix races in rt6_uncached_list_del() and
rt_del_uncached_list() (CVE-2026-23004 bsc#1257231).
- commit 3cd007f
-------------------------------------------------------------------
Fri Feb 27 15:11:13 CET 2026 - fdmanana@suse.com
- btrfs: fix NULL dereference on root when tracing inode eviction
(bsc#1257635 CVE-2025-71184).
- commit 5bf422c
-------------------------------------------------------------------
Fri Feb 27 14:48:27 CET 2026 - fmancera@suse.de
- netfilter: nf_conncount: update last_gc only when GC has been
performed (CVE-2026-23139 bsc#1258304).
- commit 9a70b26
-------------------------------------------------------------------
Fri Feb 27 14:31:37 CET 2026 - fmancera@suse.de
- netfilter: nf_tables: fix inverted genmask check in
nft_map_catchall_activate() (CVE-2026-23111 bsc#1258181).
- commit 56db8af
-------------------------------------------------------------------
Fri Feb 27 09:12:38 CET 2026 - tiwai@suse.de
- ipmi: ipmb: initialise event handler read bytes (git-fixes).
- wifi: mac80211: fix NULL pointer dereference in
mesh_rx_csa_frame() (git-fixes).
- wifi: mac80211: bounds-check link_id in
ieee80211_ml_reconfiguration (git-fixes).
- wifi: radiotap: reject radiotap with unknown bits (git-fixes).
- wifi: cfg80211: cancel rfkill_block work in wiphy_unregister()
(git-fixes).
- wifi: cfg80211: wext: fix IGTK key ID off-by-one (git-fixes).
- net: usb: kaweth: validate USB endpoints (git-fixes).
- net: usb: kalmia: validate USB endpoints (git-fixes).
- nfc: pn533: properly drop the usb interface reference on
disconnect (git-fixes).
- Bluetooth: L2CAP: Fix missing key size check for
L2CAP_LE_CONN_REQ (git-fixes).
- Bluetooth: L2CAP: Fix not checking output MTU is acceptable
on L2CAP_ECRED_CONN_REQ (git-fixes).
- Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQ
(git-fixes).
- Bluetooth: hci_qca: Cleanup on all setup failures (git-fixes).
- Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ
(git-fixes).
- net: usb: pegasus: enable basic endpoint checking (git-fixes).
- net: wan: farsync: Fix use-after-free bugs caused by unfinished
tasklets (git-fixes).
- net: usb: lan78xx: scan all MDIO addresses on LAN7801
(git-fixes).
- net: usb: kaweth: remove TX queue manipulation in
kaweth_set_rx_mode (git-fixes).
- commit d2c7de0
-------------------------------------------------------------------
Thu Feb 26 18:58:26 CET 2026 - fdmanana@suse.com
- btrfs: fix deadlock in wait_current_trans() due to ignored
transaction type (bsc#1257687 CVE-2025-71194).
- commit 2e0cb69
-------------------------------------------------------------------
Thu Feb 26 18:20:49 CET 2026 - tiwai@suse.de
- drm/amdgpu: ensure no_hw_access is visible before MMIO
(CVE-2026-23213 bsc#1258465).
- commit bec3979
-------------------------------------------------------------------
Thu Feb 26 18:19:26 CET 2026 - tiwai@suse.de
- drm/amd/pm: Disable MMIO access during SMU Mode 1 reset
(CVE-2026-23213 bsc#1258465).
- commit 3b81ead
-------------------------------------------------------------------
Thu Feb 26 08:09:52 CET 2026 - tiwai@suse.de
- media: dvb-core: fix wrong reinitialization of ringbuffer on
reopen (git-fixes).
- commit ba51966
-------------------------------------------------------------------
Wed Feb 25 15:11:55 CET 2026 - ailiop@suse.com
- NFS: Fix a deadlock involving nfs_release_folio()
(CVE-2026-23053 bsc#1257718).
- commit 492ba43
-------------------------------------------------------------------
Wed Feb 25 12:12:06 CET 2026 - jgross@suse.com
- KVM: Don't clobber irqfd routing type when deassigning irqfd
(CVE-2026-23198 bsc#1258321).
- commit e973f50
-------------------------------------------------------------------
Wed Feb 25 10:52:10 CET 2026 - jgross@suse.com
- KVM: Disallow toggling KVM_MEM_GUEST_MEMFD on an existing
memslot (CVE-2025-68810 bsc#1256679).
- commit a9c2c12
-------------------------------------------------------------------
Tue Feb 24 18:06:31 CET 2026 - mwilck@suse.com
- md: suspend array while updating raid_disks via sysfs
(CVE-2025-71225, bsc#1258411).
- commit 22f1953
-------------------------------------------------------------------
Tue Feb 24 13:56:48 CET 2026 - ematsumiya@suse.de
- smb: client: fix memory leak in cifs_construct_tcon()
(bsc#1255129, CVE-2025-68295).
- commit 069aa1f
-------------------------------------------------------------------
Tue Feb 24 13:55:06 CET 2026 - ematsumiya@suse.de
- Refresh
patches.suse/smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-RMW-rac.patch.
- commit f42de87
-------------------------------------------------------------------
Tue Feb 24 07:46:22 CET 2026 - tiwai@suse.de
- Move upstreamed mm and SCSI patches into sorted section
- commit 2b576e9
-------------------------------------------------------------------
Tue Feb 24 07:09:26 CET 2026 - wqu@suse.com
- btrfs: send: check for inline extents in
range_is_hole_in_parent() (bsc#1258377 CVE-2026-23141).
- commit b93c18b
-------------------------------------------------------------------
Tue Feb 24 06:55:00 CET 2026 - wqu@suse.com
- btrfs: reject new transactions if the fs is fully read-only
(bsc#1258464 CVE-2026-23214).
- commit c375a48
-------------------------------------------------------------------
Mon Feb 23 19:11:37 CET 2026 - pfalcato@suse.de
- net: fix memory leak in skb_segment_list for GRO packets
(CVE-2026-22979 bsc#1257228).
- commit 59160d7
-------------------------------------------------------------------
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
- commit 21b4616
-------------------------------------------------------------------
Mon Feb 23 16:43:38 CET 2026 - tbogendoerfer@suse.de
- macvlan: observe an RCU grace period in macvlan_common_newlink()
error path (CVE-2026-23209 bsc#1258518).
- macvlan: fix error recovery in macvlan_common_newlink()
(CVE-2026-23209 bsc#1258518).
- commit eaf1535
-------------------------------------------------------------------
Mon Feb 23 16:38:01 CET 2026 - tbogendoerfer@suse.de
- bonding: only set speed/duplex to unknown, if getting speed
failed (bsc#1253691).
- commit 0b66a07
-------------------------------------------------------------------
Mon Feb 23 09:42:57 CET 2026 - tiwai@suse.de
- rtc: interface: Alarm race handling should not discard preceding
error (git-fixes).
- commit f96272c
-------------------------------------------------------------------
Sun Feb 22 09:03:58 CET 2026 - tiwai@suse.de
- NTB: ntb_transport: Fix too small buffer for debugfs_name
(git-fixes).
- commit 269c576
-------------------------------------------------------------------
Sat Feb 21 09:40:25 CET 2026 - tiwai@suse.de
- ALSA: usb-audio: Use the right limit for PCM OOB check
(CVE-2026-23208 bsc#1258468).
- ALSA: usb-audio: Prevent excessive number of frames
(CVE-2026-23208 bsc#1258468).
- commit 895c473
-------------------------------------------------------------------
Sat Feb 21 09:38:02 CET 2026 - tiwai@suse.de
- ASoC: rockchip: i2s-tdm: Use param rate if not provided by
set_sysclk (git-fixes).
- drm/amd/display: Use same max plane scaling limits for all 64
bpp formats (git-fixes).
- drm/amdgpu: fix sync handling in amdgpu_dma_buf_move_notify
(git-fixes).
- drm/i915/acpi: free _DSM package when no connectors (git-fixes).
- drm/amd: Fix hang on amdgpu unload by using
pci_dev_is_disconnected() (git-fixes).
- drm/amdgpu: Fix memory leak in amdgpu_ras_init() (git-fixes).
- drm/amdgpu: Fix memory leak in amdgpu_acpi_enumerate_xcc()
(git-fixes).
- efi: Fix reservation of unaccepted memory table (git-fixes).
- commit 2183b13
-------------------------------------------------------------------
Fri Feb 20 17:39:16 CET 2026 - lduncan@suse.com
- scsi: mpi3mr: Synchronous access b/w reset and tm thread for
reply queue (CVE-2025-37861 bsc#1243055).
- commit 807000c
-------------------------------------------------------------------
Fri Feb 20 08:44:27 CET 2026 - tiwai@suse.de
@@ -28,6 +300,23 @@ Fri Feb 20 08:44:27 CET 2026 - tiwai@suse.de
sysfs show functions (stable-fixes).
- commit 436dcdb
-------------------------------------------------------------------
Thu Feb 19 17:01:54 CET 2026 - joao.povoas@suse.com
- config.conf: Drop armv7hl builds
commit 09ee386c4ae dropped support for armv7hl
in SLE15-SP7, SUSE-2024 never supported it,
therefore, no branch downstream of fixes/linux-6.4
supports this arch (bsc#1255265).
- commit 5dc5aaf
-------------------------------------------------------------------
Thu Feb 19 16:10:25 CET 2026 - tiwai@suse.de
- ALSA: aloop: Fix racy access at PCM trigger (CVE-2026-23191
bsc#1258395).
- commit 114f0d2
-------------------------------------------------------------------
Thu Feb 19 09:43:36 CET 2026 - tiwai@suse.de
@@ -41,6 +330,27 @@ Thu Feb 19 09:43:36 CET 2026 - tiwai@suse.de
(git-fixes).
- commit 700df2d
-------------------------------------------------------------------
Wed Feb 18 16:16:18 CET 2026 - nstange@suse.de
- crypto: authencesn - reject too-short AAD (assoclen<8) to
match ESP/ESN spec (bsc#1257735 CVE-2026-23060).
- commit 9347d8b
-------------------------------------------------------------------
Wed Feb 18 15:30:59 CET 2026 - nstange@suse.de
- crypto: af_alg - zero initialize memory allocated via
sock_kmalloc (bsc#1256716 CVE-2025-71113).
- commit 449e0ae
-------------------------------------------------------------------
Wed Feb 18 14:20:17 CET 2026 - nstange@suse.de
- crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()
(bsc#1254992 CVE-2023-53817).
- commit f8259ad
-------------------------------------------------------------------
Wed Feb 18 13:54:54 CET 2026 - rbm@suse.com
@@ -55,6 +365,27 @@ Wed Feb 18 12:19:19 CET 2026 - jgross@suse.com
bsc#1257757).
- commit 2a01723
-------------------------------------------------------------------
Wed Feb 18 11:20:26 CET 2026 - nstange@suse.de
- crypto: af_alg - Fix incorrect boolean values in af_alg_ctx
(bsc#1251966 CVE-2025-39964).
- commit 2a9a19a
-------------------------------------------------------------------
Wed Feb 18 11:14:34 CET 2026 - nstange@suse.de
- crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg
(bsc#1251966 CVE-2025-39964).
Refresh patches.suse/crypto-add-suse_kabi_padding.patch.
- commit a6b1063
-------------------------------------------------------------------
Wed Feb 18 10:47:09 CET 2026 - msuchanek@suse.de
- Workaround for hybrid git workflow in SLFO 1.0/1.1
- commit 7ab5a74
-------------------------------------------------------------------
Wed Feb 18 07:48:55 CET 2026 - tiwai@suse.de
@@ -1956,12 +2287,26 @@ Fri Jan 16 16:34:39 CET 2026 - nmorey@suse.com
- RDMA/rxe: Fix null deref on srq->rq.queue after resize failure (CVE-2025-68379 bsc#1255695)
- commit 8aea2cc
-------------------------------------------------------------------
Fri Jan 16 16:22:15 CET 2026 - mwilck@suse.com
- Fix KABI for "md: fix rcu protection in md_wakeup_thread"
(CVE-2025-68374 bsc#1255530).
- commit 4078c1e
-------------------------------------------------------------------
Fri Jan 16 15:53:35 CET 2026 - tbogendoerfer@suse.de
- ice: use netif_get_num_default_rss_queues() (bsc#1247712).
- commit eb0fac0
-------------------------------------------------------------------
Fri Jan 16 15:19:48 CET 2026 - mwilck@suse.com
- md: fix rcu protection in md_wakeup_thread (CVE-2025-68374
bsc#1255530).
- commit 1b0738f
-------------------------------------------------------------------
Fri Jan 16 15:13:20 CET 2026 - dwagner@suse.de

View File

@@ -18,7 +18,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit d2f036f06520c17f2f95e0eb8d052956a9bc858d
%define git_commit d8f922339fd75d0a90b9c54c85a42478e2127491
%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>.gd2f036f
Release: <RELEASE>.gd8f9223
%else
Release: 0
%endif

View File

@@ -1,3 +1,275 @@
-------------------------------------------------------------------
Sat Feb 28 09:53:06 CET 2026 - tiwai@suse.de
- ALSA: usb-audio: Avoid implicit feedback mode on DIYINHK USB
Audio 2.0 (stable-fixes).
- ALSA: usb-audio: Check max frame size for implicit feedback
mode, too (stable-fixes).
- commit 94dd673
-------------------------------------------------------------------
Sat Feb 28 09:21:43 CET 2026 - tiwai@suse.de
- PCI: Correct PCI_CAP_EXP_ENDPOINT_SIZEOF_V2 value (git-fixes).
- mmc: mmci: Fix device_node reference leak in
of_get_dml_pipe_index() (git-fixes).
- ALSA: usb-audio: Use correct version for UAC3 header validation
(git-fixes).
- ALSA: usb-audio: Use inclusive terms (git-fixes).
- ALSA: usb-audio: Cap the packet size pre-calculations
(git-fixes).
- ALSA: usb-audio: Remove VALIDATE_RATES quirk for Focusrite
devices (git-fixes).
- drm/bridge: samsung-dsim: Fix memory leak in error path
(git-fixes).
- drm/bridge: ti-sn65dsi86: Enable HPD polling if IRQ is not used
(git-fixes).
- drm/logicvc: Fix device node reference leak in
logicvc_drm_config_parse() (git-fixes).
- drm/vmwgfx: Return the correct value in vmw_translate_ptr
functions (git-fixes).
- drm/vmwgfx: Fix invalid kref_put callback in
vmw_bo_dirty_release (git-fixes).
- commit b1fa310
-------------------------------------------------------------------
Fri Feb 27 20:18:36 CET 2026 - lduncan@suse.com
- scsi: core: Wake up the error handler when final completions
race against each other (CVE-2026-23110 bsc#1257761).
- commit 59f5efa
-------------------------------------------------------------------
Fri Feb 27 19:27:03 CET 2026 - rbm@suse.com
- dst: fix races in rt6_uncached_list_del() and
rt_del_uncached_list() (CVE-2026-23004 bsc#1257231).
- commit 3cd007f
-------------------------------------------------------------------
Fri Feb 27 15:11:13 CET 2026 - fdmanana@suse.com
- btrfs: fix NULL dereference on root when tracing inode eviction
(bsc#1257635 CVE-2025-71184).
- commit 5bf422c
-------------------------------------------------------------------
Fri Feb 27 14:48:27 CET 2026 - fmancera@suse.de
- netfilter: nf_conncount: update last_gc only when GC has been
performed (CVE-2026-23139 bsc#1258304).
- commit 9a70b26
-------------------------------------------------------------------
Fri Feb 27 14:31:37 CET 2026 - fmancera@suse.de
- netfilter: nf_tables: fix inverted genmask check in
nft_map_catchall_activate() (CVE-2026-23111 bsc#1258181).
- commit 56db8af
-------------------------------------------------------------------
Fri Feb 27 09:12:38 CET 2026 - tiwai@suse.de
- ipmi: ipmb: initialise event handler read bytes (git-fixes).
- wifi: mac80211: fix NULL pointer dereference in
mesh_rx_csa_frame() (git-fixes).
- wifi: mac80211: bounds-check link_id in
ieee80211_ml_reconfiguration (git-fixes).
- wifi: radiotap: reject radiotap with unknown bits (git-fixes).
- wifi: cfg80211: cancel rfkill_block work in wiphy_unregister()
(git-fixes).
- wifi: cfg80211: wext: fix IGTK key ID off-by-one (git-fixes).
- net: usb: kaweth: validate USB endpoints (git-fixes).
- net: usb: kalmia: validate USB endpoints (git-fixes).
- nfc: pn533: properly drop the usb interface reference on
disconnect (git-fixes).
- Bluetooth: L2CAP: Fix missing key size check for
L2CAP_LE_CONN_REQ (git-fixes).
- Bluetooth: L2CAP: Fix not checking output MTU is acceptable
on L2CAP_ECRED_CONN_REQ (git-fixes).
- Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQ
(git-fixes).
- Bluetooth: hci_qca: Cleanup on all setup failures (git-fixes).
- Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ
(git-fixes).
- net: usb: pegasus: enable basic endpoint checking (git-fixes).
- net: wan: farsync: Fix use-after-free bugs caused by unfinished
tasklets (git-fixes).
- net: usb: lan78xx: scan all MDIO addresses on LAN7801
(git-fixes).
- net: usb: kaweth: remove TX queue manipulation in
kaweth_set_rx_mode (git-fixes).
- commit d2c7de0
-------------------------------------------------------------------
Thu Feb 26 18:58:26 CET 2026 - fdmanana@suse.com
- btrfs: fix deadlock in wait_current_trans() due to ignored
transaction type (bsc#1257687 CVE-2025-71194).
- commit 2e0cb69
-------------------------------------------------------------------
Thu Feb 26 18:20:49 CET 2026 - tiwai@suse.de
- drm/amdgpu: ensure no_hw_access is visible before MMIO
(CVE-2026-23213 bsc#1258465).
- commit bec3979
-------------------------------------------------------------------
Thu Feb 26 18:19:26 CET 2026 - tiwai@suse.de
- drm/amd/pm: Disable MMIO access during SMU Mode 1 reset
(CVE-2026-23213 bsc#1258465).
- commit 3b81ead
-------------------------------------------------------------------
Thu Feb 26 08:09:52 CET 2026 - tiwai@suse.de
- media: dvb-core: fix wrong reinitialization of ringbuffer on
reopen (git-fixes).
- commit ba51966
-------------------------------------------------------------------
Wed Feb 25 15:11:55 CET 2026 - ailiop@suse.com
- NFS: Fix a deadlock involving nfs_release_folio()
(CVE-2026-23053 bsc#1257718).
- commit 492ba43
-------------------------------------------------------------------
Wed Feb 25 12:12:06 CET 2026 - jgross@suse.com
- KVM: Don't clobber irqfd routing type when deassigning irqfd
(CVE-2026-23198 bsc#1258321).
- commit e973f50
-------------------------------------------------------------------
Wed Feb 25 10:52:10 CET 2026 - jgross@suse.com
- KVM: Disallow toggling KVM_MEM_GUEST_MEMFD on an existing
memslot (CVE-2025-68810 bsc#1256679).
- commit a9c2c12
-------------------------------------------------------------------
Tue Feb 24 18:06:31 CET 2026 - mwilck@suse.com
- md: suspend array while updating raid_disks via sysfs
(CVE-2025-71225, bsc#1258411).
- commit 22f1953
-------------------------------------------------------------------
Tue Feb 24 13:56:48 CET 2026 - ematsumiya@suse.de
- smb: client: fix memory leak in cifs_construct_tcon()
(bsc#1255129, CVE-2025-68295).
- commit 069aa1f
-------------------------------------------------------------------
Tue Feb 24 13:55:06 CET 2026 - ematsumiya@suse.de
- Refresh
patches.suse/smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-RMW-rac.patch.
- commit f42de87
-------------------------------------------------------------------
Tue Feb 24 07:46:22 CET 2026 - tiwai@suse.de
- Move upstreamed mm and SCSI patches into sorted section
- commit 2b576e9
-------------------------------------------------------------------
Tue Feb 24 07:09:26 CET 2026 - wqu@suse.com
- btrfs: send: check for inline extents in
range_is_hole_in_parent() (bsc#1258377 CVE-2026-23141).
- commit b93c18b
-------------------------------------------------------------------
Tue Feb 24 06:55:00 CET 2026 - wqu@suse.com
- btrfs: reject new transactions if the fs is fully read-only
(bsc#1258464 CVE-2026-23214).
- commit c375a48
-------------------------------------------------------------------
Mon Feb 23 19:11:37 CET 2026 - pfalcato@suse.de
- net: fix memory leak in skb_segment_list for GRO packets
(CVE-2026-22979 bsc#1257228).
- commit 59160d7
-------------------------------------------------------------------
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
- commit 21b4616
-------------------------------------------------------------------
Mon Feb 23 16:43:38 CET 2026 - tbogendoerfer@suse.de
- macvlan: observe an RCU grace period in macvlan_common_newlink()
error path (CVE-2026-23209 bsc#1258518).
- macvlan: fix error recovery in macvlan_common_newlink()
(CVE-2026-23209 bsc#1258518).
- commit eaf1535
-------------------------------------------------------------------
Mon Feb 23 16:38:01 CET 2026 - tbogendoerfer@suse.de
- bonding: only set speed/duplex to unknown, if getting speed
failed (bsc#1253691).
- commit 0b66a07
-------------------------------------------------------------------
Mon Feb 23 09:42:57 CET 2026 - tiwai@suse.de
- rtc: interface: Alarm race handling should not discard preceding
error (git-fixes).
- commit f96272c
-------------------------------------------------------------------
Sun Feb 22 09:03:58 CET 2026 - tiwai@suse.de
- NTB: ntb_transport: Fix too small buffer for debugfs_name
(git-fixes).
- commit 269c576
-------------------------------------------------------------------
Sat Feb 21 09:40:25 CET 2026 - tiwai@suse.de
- ALSA: usb-audio: Use the right limit for PCM OOB check
(CVE-2026-23208 bsc#1258468).
- ALSA: usb-audio: Prevent excessive number of frames
(CVE-2026-23208 bsc#1258468).
- commit 895c473
-------------------------------------------------------------------
Sat Feb 21 09:38:02 CET 2026 - tiwai@suse.de
- ASoC: rockchip: i2s-tdm: Use param rate if not provided by
set_sysclk (git-fixes).
- drm/amd/display: Use same max plane scaling limits for all 64
bpp formats (git-fixes).
- drm/amdgpu: fix sync handling in amdgpu_dma_buf_move_notify
(git-fixes).
- drm/i915/acpi: free _DSM package when no connectors (git-fixes).
- drm/amd: Fix hang on amdgpu unload by using
pci_dev_is_disconnected() (git-fixes).
- drm/amdgpu: Fix memory leak in amdgpu_ras_init() (git-fixes).
- drm/amdgpu: Fix memory leak in amdgpu_acpi_enumerate_xcc()
(git-fixes).
- efi: Fix reservation of unaccepted memory table (git-fixes).
- commit 2183b13
-------------------------------------------------------------------
Fri Feb 20 17:39:16 CET 2026 - lduncan@suse.com
- scsi: mpi3mr: Synchronous access b/w reset and tm thread for
reply queue (CVE-2025-37861 bsc#1243055).
- commit 807000c
-------------------------------------------------------------------
Fri Feb 20 08:44:27 CET 2026 - tiwai@suse.de
@@ -28,6 +300,23 @@ Fri Feb 20 08:44:27 CET 2026 - tiwai@suse.de
sysfs show functions (stable-fixes).
- commit 436dcdb
-------------------------------------------------------------------
Thu Feb 19 17:01:54 CET 2026 - joao.povoas@suse.com
- config.conf: Drop armv7hl builds
commit 09ee386c4ae dropped support for armv7hl
in SLE15-SP7, SUSE-2024 never supported it,
therefore, no branch downstream of fixes/linux-6.4
supports this arch (bsc#1255265).
- commit 5dc5aaf
-------------------------------------------------------------------
Thu Feb 19 16:10:25 CET 2026 - tiwai@suse.de
- ALSA: aloop: Fix racy access at PCM trigger (CVE-2026-23191
bsc#1258395).
- commit 114f0d2
-------------------------------------------------------------------
Thu Feb 19 09:43:36 CET 2026 - tiwai@suse.de
@@ -41,6 +330,27 @@ Thu Feb 19 09:43:36 CET 2026 - tiwai@suse.de
(git-fixes).
- commit 700df2d
-------------------------------------------------------------------
Wed Feb 18 16:16:18 CET 2026 - nstange@suse.de
- crypto: authencesn - reject too-short AAD (assoclen<8) to
match ESP/ESN spec (bsc#1257735 CVE-2026-23060).
- commit 9347d8b
-------------------------------------------------------------------
Wed Feb 18 15:30:59 CET 2026 - nstange@suse.de
- crypto: af_alg - zero initialize memory allocated via
sock_kmalloc (bsc#1256716 CVE-2025-71113).
- commit 449e0ae
-------------------------------------------------------------------
Wed Feb 18 14:20:17 CET 2026 - nstange@suse.de
- crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()
(bsc#1254992 CVE-2023-53817).
- commit f8259ad
-------------------------------------------------------------------
Wed Feb 18 13:54:54 CET 2026 - rbm@suse.com
@@ -55,6 +365,27 @@ Wed Feb 18 12:19:19 CET 2026 - jgross@suse.com
bsc#1257757).
- commit 2a01723
-------------------------------------------------------------------
Wed Feb 18 11:20:26 CET 2026 - nstange@suse.de
- crypto: af_alg - Fix incorrect boolean values in af_alg_ctx
(bsc#1251966 CVE-2025-39964).
- commit 2a9a19a
-------------------------------------------------------------------
Wed Feb 18 11:14:34 CET 2026 - nstange@suse.de
- crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg
(bsc#1251966 CVE-2025-39964).
Refresh patches.suse/crypto-add-suse_kabi_padding.patch.
- commit a6b1063
-------------------------------------------------------------------
Wed Feb 18 10:47:09 CET 2026 - msuchanek@suse.de
- Workaround for hybrid git workflow in SLFO 1.0/1.1
- commit 7ab5a74
-------------------------------------------------------------------
Wed Feb 18 07:48:55 CET 2026 - tiwai@suse.de
@@ -1956,12 +2287,26 @@ Fri Jan 16 16:34:39 CET 2026 - nmorey@suse.com
- RDMA/rxe: Fix null deref on srq->rq.queue after resize failure (CVE-2025-68379 bsc#1255695)
- commit 8aea2cc
-------------------------------------------------------------------
Fri Jan 16 16:22:15 CET 2026 - mwilck@suse.com
- Fix KABI for "md: fix rcu protection in md_wakeup_thread"
(CVE-2025-68374 bsc#1255530).
- commit 4078c1e
-------------------------------------------------------------------
Fri Jan 16 15:53:35 CET 2026 - tbogendoerfer@suse.de
- ice: use netif_get_num_default_rss_queues() (bsc#1247712).
- commit eb0fac0
-------------------------------------------------------------------
Fri Jan 16 15:19:48 CET 2026 - mwilck@suse.com
- md: fix rcu protection in md_wakeup_thread (CVE-2025-68374
bsc#1255530).
- commit 1b0738f
-------------------------------------------------------------------
Fri Jan 16 15:13:20 CET 2026 - dwagner@suse.de

View File

@@ -16,7 +16,7 @@
#
%define git_commit d2f036f06520c17f2f95e0eb8d052956a9bc858d
%define git_commit d8f922339fd75d0a90b9c54c85a42478e2127491
%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>.gd2f036f
Release: <RELEASE>.gd8f9223
%else
Release: 0
%endif

View File

@@ -1,3 +1,275 @@
-------------------------------------------------------------------
Sat Feb 28 09:53:06 CET 2026 - tiwai@suse.de
- ALSA: usb-audio: Avoid implicit feedback mode on DIYINHK USB
Audio 2.0 (stable-fixes).
- ALSA: usb-audio: Check max frame size for implicit feedback
mode, too (stable-fixes).
- commit 94dd673
-------------------------------------------------------------------
Sat Feb 28 09:21:43 CET 2026 - tiwai@suse.de
- PCI: Correct PCI_CAP_EXP_ENDPOINT_SIZEOF_V2 value (git-fixes).
- mmc: mmci: Fix device_node reference leak in
of_get_dml_pipe_index() (git-fixes).
- ALSA: usb-audio: Use correct version for UAC3 header validation
(git-fixes).
- ALSA: usb-audio: Use inclusive terms (git-fixes).
- ALSA: usb-audio: Cap the packet size pre-calculations
(git-fixes).
- ALSA: usb-audio: Remove VALIDATE_RATES quirk for Focusrite
devices (git-fixes).
- drm/bridge: samsung-dsim: Fix memory leak in error path
(git-fixes).
- drm/bridge: ti-sn65dsi86: Enable HPD polling if IRQ is not used
(git-fixes).
- drm/logicvc: Fix device node reference leak in
logicvc_drm_config_parse() (git-fixes).
- drm/vmwgfx: Return the correct value in vmw_translate_ptr
functions (git-fixes).
- drm/vmwgfx: Fix invalid kref_put callback in
vmw_bo_dirty_release (git-fixes).
- commit b1fa310
-------------------------------------------------------------------
Fri Feb 27 20:18:36 CET 2026 - lduncan@suse.com
- scsi: core: Wake up the error handler when final completions
race against each other (CVE-2026-23110 bsc#1257761).
- commit 59f5efa
-------------------------------------------------------------------
Fri Feb 27 19:27:03 CET 2026 - rbm@suse.com
- dst: fix races in rt6_uncached_list_del() and
rt_del_uncached_list() (CVE-2026-23004 bsc#1257231).
- commit 3cd007f
-------------------------------------------------------------------
Fri Feb 27 15:11:13 CET 2026 - fdmanana@suse.com
- btrfs: fix NULL dereference on root when tracing inode eviction
(bsc#1257635 CVE-2025-71184).
- commit 5bf422c
-------------------------------------------------------------------
Fri Feb 27 14:48:27 CET 2026 - fmancera@suse.de
- netfilter: nf_conncount: update last_gc only when GC has been
performed (CVE-2026-23139 bsc#1258304).
- commit 9a70b26
-------------------------------------------------------------------
Fri Feb 27 14:31:37 CET 2026 - fmancera@suse.de
- netfilter: nf_tables: fix inverted genmask check in
nft_map_catchall_activate() (CVE-2026-23111 bsc#1258181).
- commit 56db8af
-------------------------------------------------------------------
Fri Feb 27 09:12:38 CET 2026 - tiwai@suse.de
- ipmi: ipmb: initialise event handler read bytes (git-fixes).
- wifi: mac80211: fix NULL pointer dereference in
mesh_rx_csa_frame() (git-fixes).
- wifi: mac80211: bounds-check link_id in
ieee80211_ml_reconfiguration (git-fixes).
- wifi: radiotap: reject radiotap with unknown bits (git-fixes).
- wifi: cfg80211: cancel rfkill_block work in wiphy_unregister()
(git-fixes).
- wifi: cfg80211: wext: fix IGTK key ID off-by-one (git-fixes).
- net: usb: kaweth: validate USB endpoints (git-fixes).
- net: usb: kalmia: validate USB endpoints (git-fixes).
- nfc: pn533: properly drop the usb interface reference on
disconnect (git-fixes).
- Bluetooth: L2CAP: Fix missing key size check for
L2CAP_LE_CONN_REQ (git-fixes).
- Bluetooth: L2CAP: Fix not checking output MTU is acceptable
on L2CAP_ECRED_CONN_REQ (git-fixes).
- Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQ
(git-fixes).
- Bluetooth: hci_qca: Cleanup on all setup failures (git-fixes).
- Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ
(git-fixes).
- net: usb: pegasus: enable basic endpoint checking (git-fixes).
- net: wan: farsync: Fix use-after-free bugs caused by unfinished
tasklets (git-fixes).
- net: usb: lan78xx: scan all MDIO addresses on LAN7801
(git-fixes).
- net: usb: kaweth: remove TX queue manipulation in
kaweth_set_rx_mode (git-fixes).
- commit d2c7de0
-------------------------------------------------------------------
Thu Feb 26 18:58:26 CET 2026 - fdmanana@suse.com
- btrfs: fix deadlock in wait_current_trans() due to ignored
transaction type (bsc#1257687 CVE-2025-71194).
- commit 2e0cb69
-------------------------------------------------------------------
Thu Feb 26 18:20:49 CET 2026 - tiwai@suse.de
- drm/amdgpu: ensure no_hw_access is visible before MMIO
(CVE-2026-23213 bsc#1258465).
- commit bec3979
-------------------------------------------------------------------
Thu Feb 26 18:19:26 CET 2026 - tiwai@suse.de
- drm/amd/pm: Disable MMIO access during SMU Mode 1 reset
(CVE-2026-23213 bsc#1258465).
- commit 3b81ead
-------------------------------------------------------------------
Thu Feb 26 08:09:52 CET 2026 - tiwai@suse.de
- media: dvb-core: fix wrong reinitialization of ringbuffer on
reopen (git-fixes).
- commit ba51966
-------------------------------------------------------------------
Wed Feb 25 15:11:55 CET 2026 - ailiop@suse.com
- NFS: Fix a deadlock involving nfs_release_folio()
(CVE-2026-23053 bsc#1257718).
- commit 492ba43
-------------------------------------------------------------------
Wed Feb 25 12:12:06 CET 2026 - jgross@suse.com
- KVM: Don't clobber irqfd routing type when deassigning irqfd
(CVE-2026-23198 bsc#1258321).
- commit e973f50
-------------------------------------------------------------------
Wed Feb 25 10:52:10 CET 2026 - jgross@suse.com
- KVM: Disallow toggling KVM_MEM_GUEST_MEMFD on an existing
memslot (CVE-2025-68810 bsc#1256679).
- commit a9c2c12
-------------------------------------------------------------------
Tue Feb 24 18:06:31 CET 2026 - mwilck@suse.com
- md: suspend array while updating raid_disks via sysfs
(CVE-2025-71225, bsc#1258411).
- commit 22f1953
-------------------------------------------------------------------
Tue Feb 24 13:56:48 CET 2026 - ematsumiya@suse.de
- smb: client: fix memory leak in cifs_construct_tcon()
(bsc#1255129, CVE-2025-68295).
- commit 069aa1f
-------------------------------------------------------------------
Tue Feb 24 13:55:06 CET 2026 - ematsumiya@suse.de
- Refresh
patches.suse/smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-RMW-rac.patch.
- commit f42de87
-------------------------------------------------------------------
Tue Feb 24 07:46:22 CET 2026 - tiwai@suse.de
- Move upstreamed mm and SCSI patches into sorted section
- commit 2b576e9
-------------------------------------------------------------------
Tue Feb 24 07:09:26 CET 2026 - wqu@suse.com
- btrfs: send: check for inline extents in
range_is_hole_in_parent() (bsc#1258377 CVE-2026-23141).
- commit b93c18b
-------------------------------------------------------------------
Tue Feb 24 06:55:00 CET 2026 - wqu@suse.com
- btrfs: reject new transactions if the fs is fully read-only
(bsc#1258464 CVE-2026-23214).
- commit c375a48
-------------------------------------------------------------------
Mon Feb 23 19:11:37 CET 2026 - pfalcato@suse.de
- net: fix memory leak in skb_segment_list for GRO packets
(CVE-2026-22979 bsc#1257228).
- commit 59160d7
-------------------------------------------------------------------
Mon Feb 23 17:50:45 CET 2026 - mkubecek@suse.cz
- rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
- commit 21b4616
-------------------------------------------------------------------
Mon Feb 23 16:43:38 CET 2026 - tbogendoerfer@suse.de
- macvlan: observe an RCU grace period in macvlan_common_newlink()
error path (CVE-2026-23209 bsc#1258518).
- macvlan: fix error recovery in macvlan_common_newlink()
(CVE-2026-23209 bsc#1258518).
- commit eaf1535
-------------------------------------------------------------------
Mon Feb 23 16:38:01 CET 2026 - tbogendoerfer@suse.de
- bonding: only set speed/duplex to unknown, if getting speed
failed (bsc#1253691).
- commit 0b66a07
-------------------------------------------------------------------
Mon Feb 23 09:42:57 CET 2026 - tiwai@suse.de
- rtc: interface: Alarm race handling should not discard preceding
error (git-fixes).
- commit f96272c
-------------------------------------------------------------------
Sun Feb 22 09:03:58 CET 2026 - tiwai@suse.de
- NTB: ntb_transport: Fix too small buffer for debugfs_name
(git-fixes).
- commit 269c576
-------------------------------------------------------------------
Sat Feb 21 09:40:25 CET 2026 - tiwai@suse.de
- ALSA: usb-audio: Use the right limit for PCM OOB check
(CVE-2026-23208 bsc#1258468).
- ALSA: usb-audio: Prevent excessive number of frames
(CVE-2026-23208 bsc#1258468).
- commit 895c473
-------------------------------------------------------------------
Sat Feb 21 09:38:02 CET 2026 - tiwai@suse.de
- ASoC: rockchip: i2s-tdm: Use param rate if not provided by
set_sysclk (git-fixes).
- drm/amd/display: Use same max plane scaling limits for all 64
bpp formats (git-fixes).
- drm/amdgpu: fix sync handling in amdgpu_dma_buf_move_notify
(git-fixes).
- drm/i915/acpi: free _DSM package when no connectors (git-fixes).
- drm/amd: Fix hang on amdgpu unload by using
pci_dev_is_disconnected() (git-fixes).
- drm/amdgpu: Fix memory leak in amdgpu_ras_init() (git-fixes).
- drm/amdgpu: Fix memory leak in amdgpu_acpi_enumerate_xcc()
(git-fixes).
- efi: Fix reservation of unaccepted memory table (git-fixes).
- commit 2183b13
-------------------------------------------------------------------
Fri Feb 20 17:39:16 CET 2026 - lduncan@suse.com
- scsi: mpi3mr: Synchronous access b/w reset and tm thread for
reply queue (CVE-2025-37861 bsc#1243055).
- commit 807000c
-------------------------------------------------------------------
Fri Feb 20 08:44:27 CET 2026 - tiwai@suse.de
@@ -28,6 +300,23 @@ Fri Feb 20 08:44:27 CET 2026 - tiwai@suse.de
sysfs show functions (stable-fixes).
- commit 436dcdb
-------------------------------------------------------------------
Thu Feb 19 17:01:54 CET 2026 - joao.povoas@suse.com
- config.conf: Drop armv7hl builds
commit 09ee386c4ae dropped support for armv7hl
in SLE15-SP7, SUSE-2024 never supported it,
therefore, no branch downstream of fixes/linux-6.4
supports this arch (bsc#1255265).
- commit 5dc5aaf
-------------------------------------------------------------------
Thu Feb 19 16:10:25 CET 2026 - tiwai@suse.de
- ALSA: aloop: Fix racy access at PCM trigger (CVE-2026-23191
bsc#1258395).
- commit 114f0d2
-------------------------------------------------------------------
Thu Feb 19 09:43:36 CET 2026 - tiwai@suse.de
@@ -41,6 +330,27 @@ Thu Feb 19 09:43:36 CET 2026 - tiwai@suse.de
(git-fixes).
- commit 700df2d
-------------------------------------------------------------------
Wed Feb 18 16:16:18 CET 2026 - nstange@suse.de
- crypto: authencesn - reject too-short AAD (assoclen<8) to
match ESP/ESN spec (bsc#1257735 CVE-2026-23060).
- commit 9347d8b
-------------------------------------------------------------------
Wed Feb 18 15:30:59 CET 2026 - nstange@suse.de
- crypto: af_alg - zero initialize memory allocated via
sock_kmalloc (bsc#1256716 CVE-2025-71113).
- commit 449e0ae
-------------------------------------------------------------------
Wed Feb 18 14:20:17 CET 2026 - nstange@suse.de
- crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()
(bsc#1254992 CVE-2023-53817).
- commit f8259ad
-------------------------------------------------------------------
Wed Feb 18 13:54:54 CET 2026 - rbm@suse.com
@@ -55,6 +365,27 @@ Wed Feb 18 12:19:19 CET 2026 - jgross@suse.com
bsc#1257757).
- commit 2a01723
-------------------------------------------------------------------
Wed Feb 18 11:20:26 CET 2026 - nstange@suse.de
- crypto: af_alg - Fix incorrect boolean values in af_alg_ctx
(bsc#1251966 CVE-2025-39964).
- commit 2a9a19a
-------------------------------------------------------------------
Wed Feb 18 11:14:34 CET 2026 - nstange@suse.de
- crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg
(bsc#1251966 CVE-2025-39964).
Refresh patches.suse/crypto-add-suse_kabi_padding.patch.
- commit a6b1063
-------------------------------------------------------------------
Wed Feb 18 10:47:09 CET 2026 - msuchanek@suse.de
- Workaround for hybrid git workflow in SLFO 1.0/1.1
- commit 7ab5a74
-------------------------------------------------------------------
Wed Feb 18 07:48:55 CET 2026 - tiwai@suse.de
@@ -1956,12 +2287,26 @@ Fri Jan 16 16:34:39 CET 2026 - nmorey@suse.com
- RDMA/rxe: Fix null deref on srq->rq.queue after resize failure (CVE-2025-68379 bsc#1255695)
- commit 8aea2cc
-------------------------------------------------------------------
Fri Jan 16 16:22:15 CET 2026 - mwilck@suse.com
- Fix KABI for "md: fix rcu protection in md_wakeup_thread"
(CVE-2025-68374 bsc#1255530).
- commit 4078c1e
-------------------------------------------------------------------
Fri Jan 16 15:53:35 CET 2026 - tbogendoerfer@suse.de
- ice: use netif_get_num_default_rss_queues() (bsc#1247712).
- commit eb0fac0
-------------------------------------------------------------------
Fri Jan 16 15:19:48 CET 2026 - mwilck@suse.com
- md: fix rcu protection in md_wakeup_thread (CVE-2025-68374
bsc#1255530).
- commit 1b0738f
-------------------------------------------------------------------
Fri Jan 16 15:13:20 CET 2026 - dwagner@suse.de

View File

@@ -19,7 +19,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit d2f036f06520c17f2f95e0eb8d052956a9bc858d
%define git_commit d8f922339fd75d0a90b9c54c85a42478e2127491
%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>.gd2f036f
Release: <RELEASE>.gd8f9223
%else
Release: 0
%endif

Binary file not shown.

Binary file not shown.

View File

@@ -7804,6 +7804,7 @@
patches.suse/crypto-af_alg-Decrement-struct-key.usage-in-alg_set_.patch
patches.suse/crypto-qat-use-kfree_sensitive-instead-of-memset-kfr.patch
patches.suse/crypto-api-Use-work-queue-in-crypto_destroy_instance.patch
patches.suse/crypto-lib-mpi-avoid-null-pointer-deref-in-mpi_cmp_u.patch
patches.suse/crypto-jitter-Add-clarifying-comments-to-Jitter-Entr.patch
patches.suse/crypto-caam-fix-unchecked-return-value-error.patch
patches.suse/crypto-qat-Remove-unused-function-declarations.patch
@@ -31834,6 +31835,7 @@
patches.suse/ahci-add-PCI-ID-for-Marvell-88SE9215-SATA-Controller.patch
patches.suse/ata-libata-Fix-NCQ-Non-Data-log-not-supported-print.patch
patches.suse/scsi-st-Restore-some-drive-settings-after-reset.patch
patches.suse/scsi-mpi3mr-Synchronous-access-b-w-reset-and-tm-thread-for.patch
patches.suse/scsi-lpfc-Reduce-log-message-generation-during-ELS-r.patch
patches.suse/scsi-lpfc-Free-phba-irq-in-lpfc_sli4_enable_msi-when.patch
patches.suse/scsi-lpfc-Ignore-ndlp-rport-mismatch-in-dev_loss_tmo.patch
@@ -34721,6 +34723,7 @@
patches.suse/ASoC-rt5682s-Adjust-SAR-ADC-button-mode-to-fix-noise.patch
patches.suse/ALSA-hda-realtek-Fix-mute-led-for-HP-Laptop-15-dw4xx.patch
patches.suse/crypto-af_alg-Set-merge-to-zero-early-in-af_alg_send.patch
patches.suse/crypto-af_alg-Disallow-concurrent-writes-in-af_alg_s.patch
patches.suse/mmc-mvsdio-Fix-dma_unmap_sg-nents-value.patch
patches.suse/iommu-vt-d-Fix-__domain_mapping-s-usage-of-switch_to.patch
patches.suse/firewire-core-fix-overlooked-update-of-subsystem-ABI.patch
@@ -34728,6 +34731,7 @@
patches.suse/IB-mlx5-Fix-obj_type-mismatch-for-SRQ-event-subscrip.patch
patches.suse/cpufreq-Initialize-cpufreq-based-invariance-before-subsys.patch
patches.suse/arm64-dts-imx8mp-Correct-thermal-sensor-index.patch
patches.suse/crypto-af_alg-Fix-incorrect-boolean-values-in-af_alg.patch
patches.suse/tracing-dynevent-Add-a-missing-lockdown-check-on-dynevent.patch
patches.suse/vhost-Take-a-reference-on-the-task-in-struct-vhost_t.patch
patches.suse/Bluetooth-hci_sync-Fix-hci_resume_advertising_sync.patch
@@ -35507,6 +35511,7 @@
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
patches.suse/smb-client-fix-memory-leak-in-cifs_construct_tcon-.patch
patches.suse/platform-x86-intel-punit_ipc-fix-memory-corruption.patch
patches.suse/net-phy-mxl-gpy-fix-bogus-error-on-USXGMII-and-integ.patch
patches.suse/Bluetooth-hci_sock-Prevent-race-in-socket-write-iter.patch
@@ -35569,6 +35574,7 @@
patches.suse/KEYS-trusted-Fix-a-memory-leak-in-tpm2_load_cmd.patch
patches.suse/smack-fix-bug-unprivileged-task-can-create-labels.patch
patches.suse/ima-Handle-error-code-returned-by-ima_filter_rule_ma.patch
patches.suse/crypto-af_alg-zero-initialize-memory-allocated-via-s.patch
patches.suse/crypto-authenc-Correctly-pass-EINPROGRESS-back-up-to.patch
patches.suse/crypto-asymmetric_keys-prevent-overflow-in-asymmetri.patch
patches.suse/crypto-hisilicon-qm-restore-original-qos-values.patch
@@ -35605,6 +35611,7 @@
patches.suse/Bluetooth-btusb-Add-new-VID-PID-13d3-3533-for-RTL882.patch
patches.suse/net-sched-sch_cake-Fix-incorrect-qlen-reduction-in-c.patch
patches.suse/nbd-defer-config-put-in-recv_work.patch
patches.suse/md-fix-rcu-protection-in-md_wakeup_thread.patch
patches.suse/nbd-defer-config-unlock-in-nbd_genl_connect.patch
patches.suse/btrfs-make-sure-extent-and-csum-paths-are-always-rel.patch
patches.suse/btrfs-scrub-always-update-btrfs_scrub_progress-last_.patch
@@ -35838,6 +35845,7 @@
patches.suse/powercap-fix-sscanf-error-return-value-handling.patch
patches.suse/ACPI-CPPC-Fix-missing-PCC-check-for-guaranteed_perf.patch
patches.suse/ACPI-PCC-Fix-race-condition-by-removing-static-quali.patch
patches.suse/KVM-Disallow-toggling-KVM_MEM_GUEST_MEMFD-on-an-exis.patch
patches.suse/drm-amd-display-Fix-DP-no-audio-issue.patch
patches.suse/drm-panel-sony-td4353-jdi-Enable-prepare_prev_first.patch
patches.suse/mmc-sdhci-esdhc-imx-add-alternate-ARCH_S32-dependenc.patch
@@ -35901,9 +35909,12 @@
patches.suse/drm-i915-gem-Zero-initialize-the-eb.vma-array-in-i91.patch
patches.suse/x86-microcode-AMD-Fix-Entrysign-revision-check-for-Z.patch
patches.suse/md-raid5-fix-possible-null-pointer-dereferences-in-r.patch
patches.suse/md-suspend-array-while-updating-raid_disks-via-sysfs.patch
patches.suse/RDMA-core-Check-for-the-presence-of-LS_NLA_TYPE_DGID.patch
patches.suse/RDMA-cm-Fix-leaking-the-multicast-GID-table-referenc.patch
patches.suse/RDMA-irdma-avoid-invalid-read-in-irdma_net_event.patch
patches.suse/btrfs-fix-NULL-dereference-on-root-when-tracing-inod.patch
patches.suse/btrfs-fix-deadlock-in-wait_current_trans-due-to-igno.patch
patches.suse/ALSA-ac97-fix-a-double-free-in-snd_ac97_controller_r.patch
patches.suse/ASoC-sun4i-spdif-Add-missing-kerneldoc-fields-for-su.patch
patches.suse/ALSA-hda-realtek-add-HP-Laptop-15s-eq1xxx-mute-LED-q.patch
@@ -35919,6 +35930,8 @@
patches.suse/net-mscc-ocelot-Fix-crash-when-adding-interface-under-a-la.patch
patches.suse/net-sock-fix-hardened-usercopy-panic-in-sock_recv_errqueue.patch
patches.suse/net-wwan-iosm-Fix-memory-leak-in-ipc_mux_deinit.patch
patches.suse/netfilter-nf_conncount-update-last_gc-only-when-GC-has-bee.patch
patches.suse/net-fix-memory-leak-in-skb_segment_list-for-GRO-packets.patch
patches.suse/net-sched-sch_qfq-Fix-NULL-deref-when-deactivating-inactiv.patch
patches.suse/net-usb-pegasus-fix-memory-leak-in-update_eth_regs_a.patch
patches.suse/atm-Fix-dma_free_coherent-size.patch
@@ -35933,6 +35946,7 @@
patches.suse/crypto-qat-fix-duplicate-restarting-msg-during-AER-e.patch
patches.suse/drm-pl111-Fix-error-handling-in-pl111_amba_probe.patch
patches.suse/drm-radeon-Remove-__counted_by-from-ClockInfoArray.c.patch
patches.suse/drm-amd-pm-Disable-MMIO-access-during-SMU-Mode-1-res.patch
patches.suse/gpio-pca953x-handle-short-interrupt-pulses-on-PCAL-d.patch
patches.suse/gpio-rockchip-mark-the-GPIO-controller-as-sleeping.patch
patches.suse/libceph-prevent-potential-out-of-bounds-reads-in-handle_au.patch
@@ -35952,9 +35966,12 @@
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/dst-fix-races-in-rt6_uncached_list_del-and-rt_del_un.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
patches.suse/net-can-j1939-j1939_xtp_rx_rts_session_active-deacti.patch
patches.suse/NFS-Fix-a-deadlock-involving-nfs_release_folio.patch
patches.suse/ALSA-usb-audio-Prevent-excessive-number-of-frames.patch
patches.suse/ASoC-codecs-wsa883x-fix-unnecessary-initialisation.patch
patches.suse/ASoC-codecs-wsa881x-fix-unnecessary-initialisation.patch
patches.suse/ASoC-codecs-wsa884x-fix-codec-initialisation.patch
@@ -35970,6 +35987,7 @@
patches.suse/drm-panel-simple-fix-connector-type-for-DataImage-SC.patch
patches.suse/drm-nouveau-disp-nv50-Set-lock_core-in-curs507a_prep.patch
patches.suse/nvme-tcp-fix-NULL-pointer-dereferences-in-nvmet_tcp_.patch
patches.suse/btrfs-send-check-for-inline-extents-in-range_is_hole.patch
patches.suse/usb-dwc3-Check-for-USB4-IP_NAME.patch
patches.suse/usb-core-add-USB_QUIRK_NO_BOS-for-devices-that-hang-.patch
patches.suse/USB-OHCI-UHCI-Add-soft-dependencies-on-ehci_platform.patch
@@ -35999,6 +36017,7 @@
patches.suse/ata-libata-Add-cpr_log-to-ata_dev_print_features-ear.patch
patches.suse/of-platform-Use-default-match-table-for-firmware.patch
patches.suse/of-fix-reference-count-leak-in-of_alias_scan.patch
patches.suse/btrfs-reject-new-transactions-if-the-fs-is-fully-rea.patch
patches.suse/leds-led-class-Only-Add-LED-to-leds_list-when-it-is-.patch
patches.suse/vsock-virtio-Coalesce-only-linear-skb.patch
patches.suse/net-usb-dm9601-remove-broken-SR9700-support.patch
@@ -36036,6 +36055,7 @@
patches.suse/ALSA-ctxfi-Fix-potential-OOB-access-in-audio-mixer-h.patch
patches.suse/ALSA-hda-realtek-Fix-headset-mic-for-TongFang-X6AR55.patch
patches.suse/ALSA-usb-audio-Fix-use-after-free-in-snd_usb_mixer_f.patch
patches.suse/ALSA-usb-audio-Use-the-right-limit-for-PCM-OOB-check.patch
patches.suse/regmap-maple-free-entry-on-mas_store_gfp-failure.patch
patches.suse/regmap-Fix-race-condition-in-hwspinlock-irqsave-rout.patch
patches.suse/spi-spi-sprd-adi-Fix-double-free-in-probe-error-path.patch
@@ -36068,6 +36088,7 @@
patches.suse/w1-therm-Fix-off-by-one-buffer-overflow-in-alarms_st.patch
patches.suse/w1-fix-redundant-counter-decrement-in-w1_attach_slav.patch
patches.suse/msft-hv-3448-scsi-storvsc-Process-unsupported-MODE_SENSE_10.patch
patches.suse/scsi-core-Wake-up-the-error-handler-when-final-completions.patch
patches.suse/pinctrl-meson-mark-the-GPIO-controller-as-sleeping.patch
patches.suse/btrfs-do-not-strictly-require-dirty-metadata-thresho.patch
patches.suse/Bluetooth-hci_uart-fix-null-ptr-deref-in-hci_uart_wr.patch
@@ -36103,10 +36124,14 @@
patches.suse/platform-x86-intel_telemetry-Fix-PSS-event-register-.patch
patches.suse/platform-x86-amd-pmc-Add-quirk-for-MECHREVO-Wujie-15.patch
patches.suse/platform-x86-classmate-laptop-Add-missing-NULL-point.patch
patches.suse/KVM-Don-t-clobber-irqfd-routing-type-when-deassignin.patch
patches.suse/macvlan-fix-error-recovery-in-macvlan_common_newlink.patch
patches.suse/netfilter-nf_tables-fix-inverted-genmask-check-in-nft_map_.patch
patches.suse/drm-mgag200-fix-mgag200_bmc_stop_scanout.patch
patches.suse/Revert-drm-amd-Check-if-ASPM-is-enabled-from-PCIe-su.patch
patches.suse/drm-amd-display-fix-wrong-color-value-mapping-on-MCM.patch
patches.suse/hwmon-occ-Mark-occ_init_attribute-as-__printf.patch
patches.suse/ALSA-aloop-Fix-racy-access-at-PCM-trigger.patch
patches.suse/ALSA-usb-audio-fix-broken-logic-in-snd_audigy2nx_led.patch
patches.suse/ASoC-Intel-sof_es8336-Add-DMI-quirk-for-Huawei-BOD-W.patch
patches.suse/ASoC-amd-yc-Add-quirk-for-HP-200-G2a-16.patch
@@ -36124,6 +36149,7 @@
patches.suse/i3c-dw-Initialize-spinlock-to-avoid-upsetting-lockde.patch
patches.suse/tpm-tpm_i2c_infineon-Fix-locality-leak-on-get_burstc.patch
patches.suse/tpm-st33zp24-Fix-missing-cleanup-on-get_burstcount-e.patch
patches.suse/smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-RMW-rac.patch
patches.suse/ACPICA-Fix-NULL-pointer-dereference-in-acpi_ev_addre.patch
patches.suse/PM-wakeup-Handle-empty-list-in-wakeup_sources_walk_s.patch
patches.suse/PM-sleep-wakeirq-harden-dev_pm_clear_wake_irq-agains.patch
@@ -36207,8 +36233,24 @@
patches.suse/wifi-ath9k-debug.h-fix-kernel-doc-bad-lines-and-stru.patch
patches.suse/wifi-ath9k-fix-kernel-doc-warnings-in-common-debug.h.patch
patches.suse/wifi-ath10k-sdio-add-missing-lock-protection-in-ath1.patch
patches.suse/bonding-only-set-speed-duplex-to-unknown-if-getting-.patch
patches.suse/nfc-hci-shdlc-Stop-timers-and-work-before-freeing-co.patch
patches.suse/mm-page_alloc-thp-prevent-reclaim-for-__GFP_THISNODE-THP-a.patch
patches.suse/rapidio-replace-rio_free_net-with-kfree-in-rio_scan_.patch
patches.suse/scsi-lpfc-Rework-lpfc_sli4_fcf_rr_next_index_get.patch
patches.suse/scsi-lpfc-Update-lpfc-version-to-14.4.0.13.patch
patches.suse/scsi-qla2xxx-Add-Speed-in-SFP-print-information.patch
patches.suse/scsi-qla2xxx-Add-support-for-64G-SFP-speed.patch
patches.suse/scsi-qla2xxx-Add-load-flash-firmware-mailbox-support.patch
patches.suse/scsi-qla2xxx-Validate-MCU-signature-before-executing.patch
patches.suse/scsi-qla2xxx-Add-bsg-interface-to-support-firmware-i.patch
patches.suse/scsi-qla2xxx-Allow-recovery-for-tape-devices.patch
patches.suse/scsi-qla2xxx-Delay-module-unload-while-fabric-scan-i.patch
patches.suse/scsi-qla2xxx-Free-sp-in-error-path-to-fix-system-cra.patch
patches.suse/scsi-qla2xxx-Validate-sp-before-freeing-associated-m.patch
patches.suse/scsi-qla2xxx-Query-FW-again-before-proceeding-with-l.patch
patches.suse/scsi-qla2xxx-Fix-bsg_done-causing-double-free.patch
patches.suse/scsi-qla2xxx-Update-version-to-10.02.10.100-k.patch
patches.suse/ata-pata_ftide010-Fix-some-DMA-timings.patch
patches.suse/power-supply-ab8500-Fix-use-after-free-in-power_supp.patch
patches.suse/power-supply-act8945a-Fix-use-after-free-in-power_su.patch
@@ -36278,29 +36320,51 @@
patches.suse/ACPI-PM-Add-unused-power-resource-quirk-for-THUNDERO.patch
patches.suse/ACPI-CPPC-Fix-remaining-for_each_possible_cpu-to-use.patch
patches.suse/atm-fore200e-fix-use-after-free-in-tasklets-during-d.patch
patches.suse/macvlan-observe-an-RCU-grace-period-in-macvlan_commo.patch
patches.suse/net-nfc-nci-Fix-parameter-validation-for-packet-data.patch
# mkp/scsi queue
patches.suse/scsi-lpfc-Rework-lpfc_sli4_fcf_rr_next_index_get.patch
patches.suse/scsi-lpfc-Update-lpfc-version-to-14.4.0.13.patch
patches.suse/scsi-qla2xxx-Add-Speed-in-SFP-print-information.patch
patches.suse/scsi-qla2xxx-Add-support-for-64G-SFP-speed.patch
patches.suse/scsi-qla2xxx-Add-load-flash-firmware-mailbox-support.patch
patches.suse/scsi-qla2xxx-Validate-MCU-signature-before-executing.patch
patches.suse/scsi-qla2xxx-Add-bsg-interface-to-support-firmware-i.patch
patches.suse/scsi-qla2xxx-Allow-recovery-for-tape-devices.patch
patches.suse/scsi-qla2xxx-Delay-module-unload-while-fabric-scan-i.patch
patches.suse/scsi-qla2xxx-Free-sp-in-error-path-to-fix-system-cra.patch
patches.suse/scsi-qla2xxx-Validate-sp-before-freeing-associated-m.patch
patches.suse/scsi-qla2xxx-Query-FW-again-before-proceeding-with-l.patch
patches.suse/scsi-qla2xxx-Fix-bsg_done-causing-double-free.patch
patches.suse/scsi-qla2xxx-Update-version-to-10.02.10.100-k.patch
# akpm/mm mm-stable
patches.suse/mm-page_alloc-thp-prevent-reclaim-for-__GFP_THISNODE-THP-a.patch
# git://git.samba.org/sfrench/cifs-2.6.git for-next
patches.suse/smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-RMW-rac.patch
patches.suse/efi-Fix-reservation-of-unaccepted-memory-table.patch
patches.suse/drm-amdgpu-ensure-no_hw_access-is-visible-before-MMI.patch
patches.suse/drm-amdgpu-Fix-memory-leak-in-amdgpu_acpi_enumerate_.patch
patches.suse/drm-amdgpu-Fix-memory-leak-in-amdgpu_ras_init.patch
patches.suse/drm-amd-Fix-hang-on-amdgpu-unload-by-using-pci_dev_i.patch
patches.suse/drm-i915-acpi-free-_DSM-package-when-no-connectors.patch
patches.suse/drm-amdgpu-fix-sync-handling-in-amdgpu_dma_buf_move_.patch
patches.suse/drm-amd-display-Use-same-max-plane-scaling-limits-fo.patch
patches.suse/ASoC-rockchip-i2s-tdm-Use-param-rate-if-not-provided.patch
patches.suse/NTB-ntb_transport-Fix-too-small-buffer-for-debugfs_n.patch
patches.suse/rtc-interface-Alarm-race-handling-should-not-discard.patch
patches.suse/media-dvb-core-fix-wrong-reinitialization-of-ringbuf.patch
patches.suse/net-usb-kaweth-remove-TX-queue-manipulation-in-kawet.patch
patches.suse/net-usb-lan78xx-scan-all-MDIO-addresses-on-LAN7801.patch
patches.suse/net-wan-farsync-Fix-use-after-free-bugs-caused-by-un.patch
patches.suse/net-usb-pegasus-enable-basic-endpoint-checking.patch
patches.suse/Bluetooth-L2CAP-Fix-invalid-response-to-L2CAP_ECRED_.patch
patches.suse/Bluetooth-hci_qca-Cleanup-on-all-setup-failures.patch
patches.suse/Bluetooth-L2CAP-Fix-response-to-L2CAP_ECRED_CONN_REQ.patch
patches.suse/Bluetooth-L2CAP-Fix-not-checking-output-MTU-is-accep.patch
patches.suse/Bluetooth-L2CAP-Fix-missing-key-size-check-for-L2CAP.patch
patches.suse/nfc-pn533-properly-drop-the-usb-interface-reference-.patch
patches.suse/net-usb-kalmia-validate-USB-endpoints.patch
patches.suse/net-usb-kaweth-validate-USB-endpoints.patch
patches.suse/wifi-cfg80211-wext-fix-IGTK-key-ID-off-by-one.patch
patches.suse/wifi-cfg80211-cancel-rfkill_block-work-in-wiphy_unre.patch
patches.suse/wifi-radiotap-reject-radiotap-with-unknown-bits.patch
patches.suse/wifi-mac80211-bounds-check-link_id-in-ieee80211_ml_r.patch
patches.suse/wifi-mac80211-fix-NULL-pointer-dereference-in-mesh_r.patch
patches.suse/ipmi-ipmb-initialise-event-handler-read-bytes.patch
patches.suse/drm-vmwgfx-Fix-invalid-kref_put-callback-in-vmw_bo_d.patch
patches.suse/drm-vmwgfx-Return-the-correct-value-in-vmw_translate.patch
patches.suse/drm-logicvc-Fix-device-node-reference-leak-in-logicv.patch
patches.suse/drm-bridge-ti-sn65dsi86-Enable-HPD-polling-if-IRQ-is.patch
patches.suse/drm-bridge-samsung-dsim-Fix-memory-leak-in-error-pat.patch
patches.suse/ALSA-usb-audio-Remove-VALIDATE_RATES-quirk-for-Focus.patch
patches.suse/ALSA-usb-audio-Cap-the-packet-size-pre-calculations.patch
patches.suse/ALSA-usb-audio-Check-max-frame-size-for-implicit-fee.patch
patches.suse/ALSA-usb-audio-Avoid-implicit-feedback-mode-on-DIYIN.patch
patches.suse/ALSA-usb-audio-Use-inclusive-terms.patch
patches.suse/ALSA-usb-audio-Use-correct-version-for-UAC3-header-v.patch
patches.suse/mmc-mmci-Fix-device_node-reference-leak-in-of_get_dm.patch
patches.suse/PCI-Correct-PCI_CAP_EXP_ENDPOINT_SIZEOF_V2-value.patch
########################################################
# end of sorted patches
@@ -36932,7 +36996,7 @@
patches.kabi/kABI-workaround-for-drm-fbcon-vga_switcheroo-Avoid-r.patch
patches.kabi/tpm_chip-kabi-workaround.patch
patches.kabi/kabi-export-inet_frag_rbtree_purge-function-again.patch
patches.suse/dst-fix-races-in-rt6_uncached_list_del-and-rt_del_un.patch
patches.kabi/kABI-fix-for-md-fix-rcu-protection-in-md_wakeup_thread.patch
########################################################
# SLE15-SP3 OOT performance patches evaluated but left

View File

@@ -1,3 +1,3 @@
2026-02-21 01:10:45 +0000
GIT Revision: d2f036f06520c17f2f95e0eb8d052956a9bc858d
2026-03-01 00:01:50 +0000
GIT Revision: d8f922339fd75d0a90b9c54c85a42478e2127491
GIT Branch: SUSE-2024