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

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

BIN
config.tar.bz2 (Stored with Git LFS)

Binary file not shown.

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

View File

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

BIN
kabi.tar.bz2 (Stored with Git LFS)

Binary file not shown.

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

View File

@ -19,7 +19,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit b924c2530c71d539f71fc52bb254d3fcc12ba7fc
%define git_commit 8ef0762757f737c453dc5905f22e49bd8ba0fe20
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-64kb
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.gb924c25
Release: <RELEASE>.g8ef0762
%else
Release: 0
%endif

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

View File

@ -19,7 +19,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit b924c2530c71d539f71fc52bb254d3fcc12ba7fc
%define git_commit 8ef0762757f737c453dc5905f22e49bd8ba0fe20
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-debug
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.gb924c25
Release: <RELEASE>.g8ef0762
%else
Release: 0
%endif

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

View File

@ -19,7 +19,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit b924c2530c71d539f71fc52bb254d3fcc12ba7fc
%define git_commit 8ef0762757f737c453dc5905f22e49bd8ba0fe20
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-default
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.gb924c25
Release: <RELEASE>.g8ef0762
%else
Release: 0
%endif

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

View File

@ -18,7 +18,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit b924c2530c71d539f71fc52bb254d3fcc12ba7fc
%define git_commit 8ef0762757f737c453dc5905f22e49bd8ba0fe20
%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>.gb924c25
Release: <RELEASE>.g8ef0762
%else
Release: 0
%endif

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

View File

@ -19,7 +19,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit b924c2530c71d539f71fc52bb254d3fcc12ba7fc
%define git_commit 8ef0762757f737c453dc5905f22e49bd8ba0fe20
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-kvmsmall
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.gb924c25
Release: <RELEASE>.g8ef0762
%else
Release: 0
%endif

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

View File

@ -38,7 +38,7 @@
%endif
%endif
%endif
%global kernel_package kernel%kernel_flavor-srchash-b924c2530c71d539f71fc52bb254d3fcc12ba7fc
%global kernel_package kernel%kernel_flavor-srchash-8ef0762757f737c453dc5905f22e49bd8ba0fe20
%endif
%if 0%{?rhel_version}
%global kernel_package kernel
@ -47,7 +47,7 @@
Name: kernel-obs-build
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.gb924c25
Release: <RELEASE>.g8ef0762
%else
Release: 0
%endif

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

View File

@ -25,7 +25,7 @@
Name: kernel-obs-qa
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.gb924c25
Release: <RELEASE>.g8ef0762
%else
Release: 0
%endif

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

View File

@ -18,7 +18,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit b924c2530c71d539f71fc52bb254d3fcc12ba7fc
%define git_commit 8ef0762757f737c453dc5905f22e49bd8ba0fe20
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -28,7 +28,7 @@
Name: kernel-source
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.gb924c25
Release: <RELEASE>.g8ef0762
%else
Release: 0
%endif

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

View File

@ -16,7 +16,7 @@
#
%define git_commit b924c2530c71d539f71fc52bb254d3fcc12ba7fc
%define git_commit 8ef0762757f737c453dc5905f22e49bd8ba0fe20
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -25,7 +25,7 @@ Name: kernel-syms
Version: 6.4.0
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.gb924c25
Release: <RELEASE>.g8ef0762
%else
Release: 0
%endif

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

View File

@ -19,7 +19,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit b924c2530c71d539f71fc52bb254d3fcc12ba7fc
%define git_commit 8ef0762757f737c453dc5905f22e49bd8ba0fe20
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-zfcpdump
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.gb924c25
Release: <RELEASE>.g8ef0762
%else
Release: 0
%endif

BIN
patches.suse.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

@ -18757,6 +18757,7 @@
patches.suse/net-micrel-Fix-PTP-frame-parsing-for-lan8841.patch
patches.suse/net-phy-micrel-populate-.soft_reset-for-KSZ9131.patch
patches.suse/net-add-more-sanity-check-in-virtio_net_hdr_to_skb.patch
patches.suse/net-tls-fix-WARNIING-in-__sk_msg_free.patch
patches.suse/net-ravb-Fix-dma_addr_t-truncation-in-error-case.patch
patches.suse/selftests-bonding-Change-script-interpreter.patch
patches.suse/net-stmmac-ethtool-Fixed-calltrace-caused-by-unbalan.patch
@ -19266,6 +19267,8 @@
patches.suse/tls-fix-race-between-async-notify-and-socket-close.patch
patches.suse/tls-fix-race-between-tx-work-scheduling-and-socket-c.patch
patches.suse/net-tls-handle-backlogging-of-crypto-requests.patch
patches.suse/net-tls-fix-use-after-free-with-partial-reads-and-as.patch
patches.suse/net-tls-fix-returned-read-length-with-async-decrypt.patch
patches.suse/tcp-move-tp-scaling_ratio-to-tcp_sock_read_txrx-grou.patch
patches.suse/tcp-move-tp-tcp_usec_ts-to-tcp_sock_read_txrx-group.patch
patches.suse/net-device-move-lstats-in-net_device_read_txrx.patch
@ -19401,6 +19404,9 @@
patches.suse/octeontx2-af-Consider-the-action-set-by-PF.patch
patches.suse/net-ipa-don-t-overrun-IPA-suspend-interrupt-register.patch
patches.suse/gtp-fix-use-after-free-and-null-ptr-deref-in-gtp_gen.patch
patches.suse/tls-break-out-of-main-loop-when-PEEK-gets-a-non-data.patch
patches.suse/tls-stop-recv-if-initial-process_rx_list-gave-us-non.patch
patches.suse/tls-don-t-skip-over-different-type-records-from-the-.patch
patches.suse/net-sparx5-Add-spinlock-for-frame-transmission-from-.patch
patches.suse/net-phy-realtek-Fix-rtl8211f_config_init-for-RTL8211.patch
patches.suse/l2tp-pass-correct-message-length-to-ip6_append_data.patch
@ -19492,6 +19498,7 @@
patches.suse/net-lan78xx-fix-softirq-work-is-pending-error.patch
patches.suse/wifi-nl80211-reject-iftype-change-with-mesh-ID-chang.patch
patches.suse/tls-decrement-decrypt_pending-if-no-async-completion.patch
patches.suse/tls-fix-peeking-with-sync-async-decryption.patch
patches.suse/tls-separate-no-async-decryption-request-handling-fr.patch
patches.suse/tls-fix-use-after-free-on-failed-backlog-decryption.patch
patches.suse/Bluetooth-hci_bcm4377-do-not-mark-valid-bd_addr-as-i.patch
@ -20406,6 +20413,8 @@
# bsc#1219670
patches.suse/nvme-keyring-restrict-match-length-for-version-1-ide.patch
patches.suse/nvme-fabrics-typo-in-nvmf_parse_key.patch
# bsc#1221858
patches.suse/nvme-tcp-strict-pdu-pacing-to-avoid-send-stalls-on-T.patch
# bsc#1189297
patches.suse/scsi_probe_lun-retry-after-timeout.patch

View File

@ -1,3 +1,3 @@
2024-04-20 05:00:04 +0000
GIT Revision: b924c2530c71d539f71fc52bb254d3fcc12ba7fc
2024-04-25 16:48:16 +0000
GIT Revision: 8ef0762757f737c453dc5905f22e49bd8ba0fe20
GIT Branch: ALP-current-GA