forked from kernelbugs/kernel-source
Compare commits
5 Commits
Kernel/SUS
...
Kernel/SUS
| Author | SHA256 | Date | |
|---|---|---|---|
| a45afc8793 | |||
| 75fea74f08 | |||
| 4c10f6d7c8 | |||
| 06237a15bd | |||
| c67385be89 |
@@ -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
|
||||
|
||||
@@ -1,3 +1,94 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 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 +119,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 +149,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 +184,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
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
Name: dtb-aarch64
|
||||
Version: 6.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd2f036f
|
||||
Release: <RELEASE>.g59a9bc3
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,3 +1,94 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 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 +119,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 +149,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 +184,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
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.4
|
||||
%define patchversion 6.4.0
|
||||
%define git_commit d2f036f06520c17f2f95e0eb8d052956a9bc858d
|
||||
%define git_commit 59a9bc31c23669065ee3fbda3789eb05468d2ebe
|
||||
%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>.g59a9bc3
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,3 +1,94 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 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 +119,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 +149,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 +184,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
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.4
|
||||
%define patchversion 6.4.0
|
||||
%define git_commit d2f036f06520c17f2f95e0eb8d052956a9bc858d
|
||||
%define git_commit 59a9bc31c23669065ee3fbda3789eb05468d2ebe
|
||||
%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>.g59a9bc3
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,3 +1,94 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 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 +119,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 +149,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 +184,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
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.4
|
||||
%define patchversion 6.4.0
|
||||
%define git_commit d2f036f06520c17f2f95e0eb8d052956a9bc858d
|
||||
%define git_commit 59a9bc31c23669065ee3fbda3789eb05468d2ebe
|
||||
%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>.g59a9bc3
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,3 +1,94 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 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 +119,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 +149,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 +184,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
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define srcversion 6.4
|
||||
%define patchversion 6.4.0
|
||||
%define git_commit d2f036f06520c17f2f95e0eb8d052956a9bc858d
|
||||
%define git_commit 59a9bc31c23669065ee3fbda3789eb05468d2ebe
|
||||
%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>.g59a9bc3
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,3 +1,94 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 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 +119,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 +149,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 +184,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
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.4
|
||||
%define patchversion 6.4.0
|
||||
%define git_commit d2f036f06520c17f2f95e0eb8d052956a9bc858d
|
||||
%define git_commit 59a9bc31c23669065ee3fbda3789eb05468d2ebe
|
||||
%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>.g59a9bc3
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,3 +1,94 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 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 +119,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 +149,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 +184,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
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
%global kernel_package kernel%kernel_flavor-srchash-d2f036f06520c17f2f95e0eb8d052956a9bc858d
|
||||
%global kernel_package kernel%kernel_flavor-srchash-59a9bc31c23669065ee3fbda3789eb05468d2ebe
|
||||
%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>.g59a9bc3
|
||||
%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-59a9bc31c23669065ee3fbda3789eb05468d2ebe
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: device-mapper
|
||||
BuildRequires: dracut
|
||||
|
||||
@@ -1,3 +1,94 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 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 +119,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 +149,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 +184,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
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
Name: kernel-obs-qa
|
||||
Version: 6.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd2f036f
|
||||
Release: <RELEASE>.g59a9bc3
|
||||
%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-59a9bc31c23669065ee3fbda3789eb05468d2ebe
|
||||
%endif
|
||||
BuildRequires: modutils
|
||||
ExclusiveArch: aarch64 ppc64le s390x x86_64
|
||||
|
||||
@@ -1,3 +1,94 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 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 +119,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 +149,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 +184,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
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define srcversion 6.4
|
||||
%define patchversion 6.4.0
|
||||
%define git_commit d2f036f06520c17f2f95e0eb8d052956a9bc858d
|
||||
%define git_commit 59a9bc31c23669065ee3fbda3789eb05468d2ebe
|
||||
%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>.g59a9bc3
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,3 +1,94 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 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 +119,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 +149,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 +184,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
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit d2f036f06520c17f2f95e0eb8d052956a9bc858d
|
||||
%define git_commit 59a9bc31c23669065ee3fbda3789eb05468d2ebe
|
||||
%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>.g59a9bc3
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,3 +1,94 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 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 +119,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 +149,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 +184,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
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.4
|
||||
%define patchversion 6.4.0
|
||||
%define git_commit d2f036f06520c17f2f95e0eb8d052956a9bc858d
|
||||
%define git_commit 59a9bc31c23669065ee3fbda3789eb05468d2ebe
|
||||
%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>.g59a9bc3
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
BIN
patches.suse.tar.bz2
LFS
BIN
patches.suse.tar.bz2
LFS
Binary file not shown.
61
series.conf
61
series.conf
@@ -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
|
||||
@@ -35919,6 +35925,7 @@
|
||||
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/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
|
||||
@@ -35955,6 +35962,7 @@
|
||||
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/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
|
||||
@@ -36036,6 +36044,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
|
||||
@@ -36103,10 +36112,12 @@
|
||||
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/macvlan-fix-error-recovery-in-macvlan_common_newlink.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 +36135,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 +36219,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 +36306,18 @@
|
||||
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-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
|
||||
|
||||
########################################################
|
||||
# end of sorted patches
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
2026-02-21 01:10:45 +0000
|
||||
GIT Revision: d2f036f06520c17f2f95e0eb8d052956a9bc858d
|
||||
2026-02-25 00:59:02 +0000
|
||||
GIT Revision: 59a9bc31c23669065ee3fbda3789eb05468d2ebe
|
||||
GIT Branch: SUSE-2024
|
||||
|
||||
Reference in New Issue
Block a user