Sync from SUSE:ALP:Source:Standard:1.0 kernel-source revision 3bab5cd8c207978e6f18c6b3ff796fd0

This commit is contained in:
2024-04-26 15:15:32 +02:00
parent 8bf02139de
commit e947f0a663
27 changed files with 378 additions and 28 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Apr 25 18:48:16 CEST 2024 - tiwai@suse.de
- Update kabi files: fix for arm64/64kb flavor, too (bsc#1223357)
- commit 8ef0762
-------------------------------------------------------------------
Thu Apr 25 15:58:14 CEST 2024 - tiwai@suse.de
- Fix missing CONFIG_SUSE_SUPPORTED for arm64/64kb flavor (bsc#1223357)
- commit 1c0959e
-------------------------------------------------------------------
Fri Apr 19 12:24:47 CEST 2024 - osalvador@suse.de
@@ -168,6 +180,25 @@ Fri Apr 19 10:26:17 CEST 2024 - tiwai@suse.de
- Update patch reference of iio fix (CVE-2024-26702 bsc#1222424)
- commit 9436142
-------------------------------------------------------------------
Thu Apr 18 10:59:11 CEST 2024 - hare@suse.de
- nvme-tcp: strict pdu pacing to avoid send stalls on TLS
(bsc#1221858).
- tls: fix peeking with sync+async decryption (bsc#1221858).
- tls: don't skip over different type records from the rx_list
(bsc#1221858).
- tls: stop recv() if initial process_rx_list gave us non-DATA
(bsc#1221858).
- tls: break out of main loop when PEEK gets a non-data record
(bsc#1221858).
- net: tls: fix returned read length with async decrypt
(bsc#1221858).
- net: tls: fix use-after-free with partial reads and async
(bsc#1221858).
- net: tls, fix WARNIING in __sk_msg_free (bsc#1221858).
- commit 9d8d293
-------------------------------------------------------------------
Wed Apr 17 16:49:31 CEST 2024 - jbohac@suse.cz