forked from pool/kernel-source
GIT Revision: ed41e20fdd59ebce84ea27bb1b49a2bc1c4bc56a
GIT Branch: SLE15-SP7 2026-02-11 08:56:13 +0000
This commit is contained in:
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 09:22:55 CET 2026 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: btintel_pcie: Use IRQF_ONESHOT and default primary
|
||||
handler (git-fixes).
|
||||
- platform/x86: int0002: Remove IRQF_ONESHOT from request_irq()
|
||||
(git-fixes).
|
||||
- genirq: Set IRQF_COND_ONESHOT in devm_request_irq() (git-fixes).
|
||||
- crypto: hisilicon/trng - support tfms sharing the device
|
||||
(git-fixes).
|
||||
- crypto: hisilicon/zip - adjust the way to obtain the req in
|
||||
the callback function (git-fixes).
|
||||
- commit 6098b0f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 09:16:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- mfd: wm8350-core: Use IRQF_ONESHOT (git-fixes).
|
||||
- crypto: omap - Allocate OMAP_CRYPTO_FORCE_COPY scatterlists
|
||||
correctly (git-fixes).
|
||||
- crypto: virtio - Remove duplicated virtqueue_kick in
|
||||
virtio_crypto_skcipher_crypt_req (git-fixes).
|
||||
- crypto: virtio - Add spinlock protection with virtqueue
|
||||
notification (git-fixes).
|
||||
- crypto: hisilicon/sec2 - support skcipher/aead fallback for
|
||||
hardware queue unavailable (git-fixes).
|
||||
- crypto: octeontx - fix dma_free_coherent() size (git-fixes).
|
||||
- crypto: cavium - fix dma_free_coherent() size (git-fixes).
|
||||
- crypto: iaa - Fix out-of-bounds index in
|
||||
find_empty_iaa_compression_mode (git-fixes).
|
||||
- crypto: octeontx - Fix length check to avoid truncation in
|
||||
ucode_load_store (git-fixes).
|
||||
- crypto: qat - fix warning on adf_pfvf_pf_proto.c (git-fixes).
|
||||
- crypto: qat - fix parameter order used in
|
||||
ICP_QAT_FW_COMN_FLAGS_BUILD (git-fixes).
|
||||
- Documentation: mailbox: mbox_chan_ops.flush() is optional
|
||||
(git-fixes).
|
||||
- commit ef8920f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:43:03 CET 2026 - jdelvare@suse.com
|
||||
|
||||
@@ -6,6 +45,20 @@ Tue Feb 10 15:43:03 CET 2026 - jdelvare@suse.com
|
||||
patches.suse/hwmon-ibmpex-fix-use-after-free-in-high-low-store.patch.
|
||||
- commit 4322f6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:10:58 CET 2026 - rbm@suse.com
|
||||
|
||||
- net: tunnel: make skb_vlan_inet_prepare() return drop reasons
|
||||
(bsc#1257942 bsc#1257246 CVE-2026-23003).
|
||||
- commit 3935902
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:10:39 CET 2026 - rbm@suse.com
|
||||
|
||||
- vxlan: Pull inner IP header in vxlan_xmit_one() (bsc#1257942
|
||||
bsc#1257246 CVE-2026-23003).
|
||||
- commit 8097957
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 08:33:53 CET 2026 - tiwai@suse.de
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
Name: dtb-aarch64
|
||||
Version: 6.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79a8341
|
||||
Release: <RELEASE>.ged41e20
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 09:22:55 CET 2026 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: btintel_pcie: Use IRQF_ONESHOT and default primary
|
||||
handler (git-fixes).
|
||||
- platform/x86: int0002: Remove IRQF_ONESHOT from request_irq()
|
||||
(git-fixes).
|
||||
- genirq: Set IRQF_COND_ONESHOT in devm_request_irq() (git-fixes).
|
||||
- crypto: hisilicon/trng - support tfms sharing the device
|
||||
(git-fixes).
|
||||
- crypto: hisilicon/zip - adjust the way to obtain the req in
|
||||
the callback function (git-fixes).
|
||||
- commit 6098b0f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 09:16:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- mfd: wm8350-core: Use IRQF_ONESHOT (git-fixes).
|
||||
- crypto: omap - Allocate OMAP_CRYPTO_FORCE_COPY scatterlists
|
||||
correctly (git-fixes).
|
||||
- crypto: virtio - Remove duplicated virtqueue_kick in
|
||||
virtio_crypto_skcipher_crypt_req (git-fixes).
|
||||
- crypto: virtio - Add spinlock protection with virtqueue
|
||||
notification (git-fixes).
|
||||
- crypto: hisilicon/sec2 - support skcipher/aead fallback for
|
||||
hardware queue unavailable (git-fixes).
|
||||
- crypto: octeontx - fix dma_free_coherent() size (git-fixes).
|
||||
- crypto: cavium - fix dma_free_coherent() size (git-fixes).
|
||||
- crypto: iaa - Fix out-of-bounds index in
|
||||
find_empty_iaa_compression_mode (git-fixes).
|
||||
- crypto: octeontx - Fix length check to avoid truncation in
|
||||
ucode_load_store (git-fixes).
|
||||
- crypto: qat - fix warning on adf_pfvf_pf_proto.c (git-fixes).
|
||||
- crypto: qat - fix parameter order used in
|
||||
ICP_QAT_FW_COMN_FLAGS_BUILD (git-fixes).
|
||||
- Documentation: mailbox: mbox_chan_ops.flush() is optional
|
||||
(git-fixes).
|
||||
- commit ef8920f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:43:03 CET 2026 - jdelvare@suse.com
|
||||
|
||||
@@ -6,6 +45,20 @@ Tue Feb 10 15:43:03 CET 2026 - jdelvare@suse.com
|
||||
patches.suse/hwmon-ibmpex-fix-use-after-free-in-high-low-store.patch.
|
||||
- commit 4322f6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:10:58 CET 2026 - rbm@suse.com
|
||||
|
||||
- net: tunnel: make skb_vlan_inet_prepare() return drop reasons
|
||||
(bsc#1257942 bsc#1257246 CVE-2026-23003).
|
||||
- commit 3935902
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:10:39 CET 2026 - rbm@suse.com
|
||||
|
||||
- vxlan: Pull inner IP header in vxlan_xmit_one() (bsc#1257942
|
||||
bsc#1257246 CVE-2026-23003).
|
||||
- commit 8097957
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 08:33:53 CET 2026 - tiwai@suse.de
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.4
|
||||
%define patchversion 6.4.0
|
||||
%define git_commit 79a8341496e6d33c8540f5e127aca2feeeab3066
|
||||
%define git_commit ed41e20fdd59ebce84ea27bb1b49a2bc1c4bc56a
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux gz
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-64kb
|
||||
Version: 6.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79a8341
|
||||
Release: <RELEASE>.ged41e20
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 09:22:55 CET 2026 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: btintel_pcie: Use IRQF_ONESHOT and default primary
|
||||
handler (git-fixes).
|
||||
- platform/x86: int0002: Remove IRQF_ONESHOT from request_irq()
|
||||
(git-fixes).
|
||||
- genirq: Set IRQF_COND_ONESHOT in devm_request_irq() (git-fixes).
|
||||
- crypto: hisilicon/trng - support tfms sharing the device
|
||||
(git-fixes).
|
||||
- crypto: hisilicon/zip - adjust the way to obtain the req in
|
||||
the callback function (git-fixes).
|
||||
- commit 6098b0f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 09:16:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- mfd: wm8350-core: Use IRQF_ONESHOT (git-fixes).
|
||||
- crypto: omap - Allocate OMAP_CRYPTO_FORCE_COPY scatterlists
|
||||
correctly (git-fixes).
|
||||
- crypto: virtio - Remove duplicated virtqueue_kick in
|
||||
virtio_crypto_skcipher_crypt_req (git-fixes).
|
||||
- crypto: virtio - Add spinlock protection with virtqueue
|
||||
notification (git-fixes).
|
||||
- crypto: hisilicon/sec2 - support skcipher/aead fallback for
|
||||
hardware queue unavailable (git-fixes).
|
||||
- crypto: octeontx - fix dma_free_coherent() size (git-fixes).
|
||||
- crypto: cavium - fix dma_free_coherent() size (git-fixes).
|
||||
- crypto: iaa - Fix out-of-bounds index in
|
||||
find_empty_iaa_compression_mode (git-fixes).
|
||||
- crypto: octeontx - Fix length check to avoid truncation in
|
||||
ucode_load_store (git-fixes).
|
||||
- crypto: qat - fix warning on adf_pfvf_pf_proto.c (git-fixes).
|
||||
- crypto: qat - fix parameter order used in
|
||||
ICP_QAT_FW_COMN_FLAGS_BUILD (git-fixes).
|
||||
- Documentation: mailbox: mbox_chan_ops.flush() is optional
|
||||
(git-fixes).
|
||||
- commit ef8920f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:43:03 CET 2026 - jdelvare@suse.com
|
||||
|
||||
@@ -6,6 +45,20 @@ Tue Feb 10 15:43:03 CET 2026 - jdelvare@suse.com
|
||||
patches.suse/hwmon-ibmpex-fix-use-after-free-in-high-low-store.patch.
|
||||
- commit 4322f6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:10:58 CET 2026 - rbm@suse.com
|
||||
|
||||
- net: tunnel: make skb_vlan_inet_prepare() return drop reasons
|
||||
(bsc#1257942 bsc#1257246 CVE-2026-23003).
|
||||
- commit 3935902
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:10:39 CET 2026 - rbm@suse.com
|
||||
|
||||
- vxlan: Pull inner IP header in vxlan_xmit_one() (bsc#1257942
|
||||
bsc#1257246 CVE-2026-23003).
|
||||
- commit 8097957
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 08:33:53 CET 2026 - tiwai@suse.de
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.4
|
||||
%define patchversion 6.4.0
|
||||
%define git_commit 79a8341496e6d33c8540f5e127aca2feeeab3066
|
||||
%define git_commit ed41e20fdd59ebce84ea27bb1b49a2bc1c4bc56a
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux gz
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-default
|
||||
Version: 6.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79a8341
|
||||
Release: <RELEASE>.ged41e20
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 09:22:55 CET 2026 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: btintel_pcie: Use IRQF_ONESHOT and default primary
|
||||
handler (git-fixes).
|
||||
- platform/x86: int0002: Remove IRQF_ONESHOT from request_irq()
|
||||
(git-fixes).
|
||||
- genirq: Set IRQF_COND_ONESHOT in devm_request_irq() (git-fixes).
|
||||
- crypto: hisilicon/trng - support tfms sharing the device
|
||||
(git-fixes).
|
||||
- crypto: hisilicon/zip - adjust the way to obtain the req in
|
||||
the callback function (git-fixes).
|
||||
- commit 6098b0f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 09:16:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- mfd: wm8350-core: Use IRQF_ONESHOT (git-fixes).
|
||||
- crypto: omap - Allocate OMAP_CRYPTO_FORCE_COPY scatterlists
|
||||
correctly (git-fixes).
|
||||
- crypto: virtio - Remove duplicated virtqueue_kick in
|
||||
virtio_crypto_skcipher_crypt_req (git-fixes).
|
||||
- crypto: virtio - Add spinlock protection with virtqueue
|
||||
notification (git-fixes).
|
||||
- crypto: hisilicon/sec2 - support skcipher/aead fallback for
|
||||
hardware queue unavailable (git-fixes).
|
||||
- crypto: octeontx - fix dma_free_coherent() size (git-fixes).
|
||||
- crypto: cavium - fix dma_free_coherent() size (git-fixes).
|
||||
- crypto: iaa - Fix out-of-bounds index in
|
||||
find_empty_iaa_compression_mode (git-fixes).
|
||||
- crypto: octeontx - Fix length check to avoid truncation in
|
||||
ucode_load_store (git-fixes).
|
||||
- crypto: qat - fix warning on adf_pfvf_pf_proto.c (git-fixes).
|
||||
- crypto: qat - fix parameter order used in
|
||||
ICP_QAT_FW_COMN_FLAGS_BUILD (git-fixes).
|
||||
- Documentation: mailbox: mbox_chan_ops.flush() is optional
|
||||
(git-fixes).
|
||||
- commit ef8920f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:43:03 CET 2026 - jdelvare@suse.com
|
||||
|
||||
@@ -6,6 +45,20 @@ Tue Feb 10 15:43:03 CET 2026 - jdelvare@suse.com
|
||||
patches.suse/hwmon-ibmpex-fix-use-after-free-in-high-low-store.patch.
|
||||
- commit 4322f6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:10:58 CET 2026 - rbm@suse.com
|
||||
|
||||
- net: tunnel: make skb_vlan_inet_prepare() return drop reasons
|
||||
(bsc#1257942 bsc#1257246 CVE-2026-23003).
|
||||
- commit 3935902
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:10:39 CET 2026 - rbm@suse.com
|
||||
|
||||
- vxlan: Pull inner IP header in vxlan_xmit_one() (bsc#1257942
|
||||
bsc#1257246 CVE-2026-23003).
|
||||
- commit 8097957
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 08:33:53 CET 2026 - tiwai@suse.de
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define srcversion 6.4
|
||||
%define patchversion 6.4.0
|
||||
%define git_commit 79a8341496e6d33c8540f5e127aca2feeeab3066
|
||||
%define git_commit ed41e20fdd59ebce84ea27bb1b49a2bc1c4bc56a
|
||||
%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>.g79a8341
|
||||
Release: <RELEASE>.ged41e20
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 09:22:55 CET 2026 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: btintel_pcie: Use IRQF_ONESHOT and default primary
|
||||
handler (git-fixes).
|
||||
- platform/x86: int0002: Remove IRQF_ONESHOT from request_irq()
|
||||
(git-fixes).
|
||||
- genirq: Set IRQF_COND_ONESHOT in devm_request_irq() (git-fixes).
|
||||
- crypto: hisilicon/trng - support tfms sharing the device
|
||||
(git-fixes).
|
||||
- crypto: hisilicon/zip - adjust the way to obtain the req in
|
||||
the callback function (git-fixes).
|
||||
- commit 6098b0f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 09:16:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- mfd: wm8350-core: Use IRQF_ONESHOT (git-fixes).
|
||||
- crypto: omap - Allocate OMAP_CRYPTO_FORCE_COPY scatterlists
|
||||
correctly (git-fixes).
|
||||
- crypto: virtio - Remove duplicated virtqueue_kick in
|
||||
virtio_crypto_skcipher_crypt_req (git-fixes).
|
||||
- crypto: virtio - Add spinlock protection with virtqueue
|
||||
notification (git-fixes).
|
||||
- crypto: hisilicon/sec2 - support skcipher/aead fallback for
|
||||
hardware queue unavailable (git-fixes).
|
||||
- crypto: octeontx - fix dma_free_coherent() size (git-fixes).
|
||||
- crypto: cavium - fix dma_free_coherent() size (git-fixes).
|
||||
- crypto: iaa - Fix out-of-bounds index in
|
||||
find_empty_iaa_compression_mode (git-fixes).
|
||||
- crypto: octeontx - Fix length check to avoid truncation in
|
||||
ucode_load_store (git-fixes).
|
||||
- crypto: qat - fix warning on adf_pfvf_pf_proto.c (git-fixes).
|
||||
- crypto: qat - fix parameter order used in
|
||||
ICP_QAT_FW_COMN_FLAGS_BUILD (git-fixes).
|
||||
- Documentation: mailbox: mbox_chan_ops.flush() is optional
|
||||
(git-fixes).
|
||||
- commit ef8920f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:43:03 CET 2026 - jdelvare@suse.com
|
||||
|
||||
@@ -6,6 +45,20 @@ Tue Feb 10 15:43:03 CET 2026 - jdelvare@suse.com
|
||||
patches.suse/hwmon-ibmpex-fix-use-after-free-in-high-low-store.patch.
|
||||
- commit 4322f6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:10:58 CET 2026 - rbm@suse.com
|
||||
|
||||
- net: tunnel: make skb_vlan_inet_prepare() return drop reasons
|
||||
(bsc#1257942 bsc#1257246 CVE-2026-23003).
|
||||
- commit 3935902
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:10:39 CET 2026 - rbm@suse.com
|
||||
|
||||
- vxlan: Pull inner IP header in vxlan_xmit_one() (bsc#1257942
|
||||
bsc#1257246 CVE-2026-23003).
|
||||
- commit 8097957
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 08:33:53 CET 2026 - tiwai@suse.de
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.4
|
||||
%define patchversion 6.4.0
|
||||
%define git_commit 79a8341496e6d33c8540f5e127aca2feeeab3066
|
||||
%define git_commit ed41e20fdd59ebce84ea27bb1b49a2bc1c4bc56a
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux gz
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-kvmsmall
|
||||
Version: 6.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79a8341
|
||||
Release: <RELEASE>.ged41e20
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 09:22:55 CET 2026 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: btintel_pcie: Use IRQF_ONESHOT and default primary
|
||||
handler (git-fixes).
|
||||
- platform/x86: int0002: Remove IRQF_ONESHOT from request_irq()
|
||||
(git-fixes).
|
||||
- genirq: Set IRQF_COND_ONESHOT in devm_request_irq() (git-fixes).
|
||||
- crypto: hisilicon/trng - support tfms sharing the device
|
||||
(git-fixes).
|
||||
- crypto: hisilicon/zip - adjust the way to obtain the req in
|
||||
the callback function (git-fixes).
|
||||
- commit 6098b0f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 09:16:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- mfd: wm8350-core: Use IRQF_ONESHOT (git-fixes).
|
||||
- crypto: omap - Allocate OMAP_CRYPTO_FORCE_COPY scatterlists
|
||||
correctly (git-fixes).
|
||||
- crypto: virtio - Remove duplicated virtqueue_kick in
|
||||
virtio_crypto_skcipher_crypt_req (git-fixes).
|
||||
- crypto: virtio - Add spinlock protection with virtqueue
|
||||
notification (git-fixes).
|
||||
- crypto: hisilicon/sec2 - support skcipher/aead fallback for
|
||||
hardware queue unavailable (git-fixes).
|
||||
- crypto: octeontx - fix dma_free_coherent() size (git-fixes).
|
||||
- crypto: cavium - fix dma_free_coherent() size (git-fixes).
|
||||
- crypto: iaa - Fix out-of-bounds index in
|
||||
find_empty_iaa_compression_mode (git-fixes).
|
||||
- crypto: octeontx - Fix length check to avoid truncation in
|
||||
ucode_load_store (git-fixes).
|
||||
- crypto: qat - fix warning on adf_pfvf_pf_proto.c (git-fixes).
|
||||
- crypto: qat - fix parameter order used in
|
||||
ICP_QAT_FW_COMN_FLAGS_BUILD (git-fixes).
|
||||
- Documentation: mailbox: mbox_chan_ops.flush() is optional
|
||||
(git-fixes).
|
||||
- commit ef8920f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:43:03 CET 2026 - jdelvare@suse.com
|
||||
|
||||
@@ -6,6 +45,20 @@ Tue Feb 10 15:43:03 CET 2026 - jdelvare@suse.com
|
||||
patches.suse/hwmon-ibmpex-fix-use-after-free-in-high-low-store.patch.
|
||||
- commit 4322f6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:10:58 CET 2026 - rbm@suse.com
|
||||
|
||||
- net: tunnel: make skb_vlan_inet_prepare() return drop reasons
|
||||
(bsc#1257942 bsc#1257246 CVE-2026-23003).
|
||||
- commit 3935902
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:10:39 CET 2026 - rbm@suse.com
|
||||
|
||||
- vxlan: Pull inner IP header in vxlan_xmit_one() (bsc#1257942
|
||||
bsc#1257246 CVE-2026-23003).
|
||||
- commit 8097957
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 08:33:53 CET 2026 - tiwai@suse.de
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
%global kernel_package kernel%kernel_flavor-srchash-79a8341496e6d33c8540f5e127aca2feeeab3066
|
||||
%global kernel_package kernel%kernel_flavor-srchash-ed41e20fdd59ebce84ea27bb1b49a2bc1c4bc56a
|
||||
%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>.g79a8341
|
||||
Release: <RELEASE>.ged41e20
|
||||
%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-79a8341496e6d33c8540f5e127aca2feeeab3066
|
||||
Provides: kernel-obs-build-srchash-ed41e20fdd59ebce84ea27bb1b49a2bc1c4bc56a
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: device-mapper
|
||||
BuildRequires: dracut
|
||||
|
||||
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 09:22:55 CET 2026 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: btintel_pcie: Use IRQF_ONESHOT and default primary
|
||||
handler (git-fixes).
|
||||
- platform/x86: int0002: Remove IRQF_ONESHOT from request_irq()
|
||||
(git-fixes).
|
||||
- genirq: Set IRQF_COND_ONESHOT in devm_request_irq() (git-fixes).
|
||||
- crypto: hisilicon/trng - support tfms sharing the device
|
||||
(git-fixes).
|
||||
- crypto: hisilicon/zip - adjust the way to obtain the req in
|
||||
the callback function (git-fixes).
|
||||
- commit 6098b0f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 09:16:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- mfd: wm8350-core: Use IRQF_ONESHOT (git-fixes).
|
||||
- crypto: omap - Allocate OMAP_CRYPTO_FORCE_COPY scatterlists
|
||||
correctly (git-fixes).
|
||||
- crypto: virtio - Remove duplicated virtqueue_kick in
|
||||
virtio_crypto_skcipher_crypt_req (git-fixes).
|
||||
- crypto: virtio - Add spinlock protection with virtqueue
|
||||
notification (git-fixes).
|
||||
- crypto: hisilicon/sec2 - support skcipher/aead fallback for
|
||||
hardware queue unavailable (git-fixes).
|
||||
- crypto: octeontx - fix dma_free_coherent() size (git-fixes).
|
||||
- crypto: cavium - fix dma_free_coherent() size (git-fixes).
|
||||
- crypto: iaa - Fix out-of-bounds index in
|
||||
find_empty_iaa_compression_mode (git-fixes).
|
||||
- crypto: octeontx - Fix length check to avoid truncation in
|
||||
ucode_load_store (git-fixes).
|
||||
- crypto: qat - fix warning on adf_pfvf_pf_proto.c (git-fixes).
|
||||
- crypto: qat - fix parameter order used in
|
||||
ICP_QAT_FW_COMN_FLAGS_BUILD (git-fixes).
|
||||
- Documentation: mailbox: mbox_chan_ops.flush() is optional
|
||||
(git-fixes).
|
||||
- commit ef8920f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:43:03 CET 2026 - jdelvare@suse.com
|
||||
|
||||
@@ -6,6 +45,20 @@ Tue Feb 10 15:43:03 CET 2026 - jdelvare@suse.com
|
||||
patches.suse/hwmon-ibmpex-fix-use-after-free-in-high-low-store.patch.
|
||||
- commit 4322f6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:10:58 CET 2026 - rbm@suse.com
|
||||
|
||||
- net: tunnel: make skb_vlan_inet_prepare() return drop reasons
|
||||
(bsc#1257942 bsc#1257246 CVE-2026-23003).
|
||||
- commit 3935902
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:10:39 CET 2026 - rbm@suse.com
|
||||
|
||||
- vxlan: Pull inner IP header in vxlan_xmit_one() (bsc#1257942
|
||||
bsc#1257246 CVE-2026-23003).
|
||||
- commit 8097957
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 08:33:53 CET 2026 - tiwai@suse.de
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
Name: kernel-obs-qa
|
||||
Version: 6.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79a8341
|
||||
Release: <RELEASE>.ged41e20
|
||||
%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-79a8341496e6d33c8540f5e127aca2feeeab3066
|
||||
BuildRequires: kernel-obs-build-srchash-ed41e20fdd59ebce84ea27bb1b49a2bc1c4bc56a
|
||||
%endif
|
||||
BuildRequires: modutils
|
||||
ExclusiveArch: aarch64 ppc64le s390x x86_64
|
||||
|
||||
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 09:22:55 CET 2026 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: btintel_pcie: Use IRQF_ONESHOT and default primary
|
||||
handler (git-fixes).
|
||||
- platform/x86: int0002: Remove IRQF_ONESHOT from request_irq()
|
||||
(git-fixes).
|
||||
- genirq: Set IRQF_COND_ONESHOT in devm_request_irq() (git-fixes).
|
||||
- crypto: hisilicon/trng - support tfms sharing the device
|
||||
(git-fixes).
|
||||
- crypto: hisilicon/zip - adjust the way to obtain the req in
|
||||
the callback function (git-fixes).
|
||||
- commit 6098b0f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 09:16:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- mfd: wm8350-core: Use IRQF_ONESHOT (git-fixes).
|
||||
- crypto: omap - Allocate OMAP_CRYPTO_FORCE_COPY scatterlists
|
||||
correctly (git-fixes).
|
||||
- crypto: virtio - Remove duplicated virtqueue_kick in
|
||||
virtio_crypto_skcipher_crypt_req (git-fixes).
|
||||
- crypto: virtio - Add spinlock protection with virtqueue
|
||||
notification (git-fixes).
|
||||
- crypto: hisilicon/sec2 - support skcipher/aead fallback for
|
||||
hardware queue unavailable (git-fixes).
|
||||
- crypto: octeontx - fix dma_free_coherent() size (git-fixes).
|
||||
- crypto: cavium - fix dma_free_coherent() size (git-fixes).
|
||||
- crypto: iaa - Fix out-of-bounds index in
|
||||
find_empty_iaa_compression_mode (git-fixes).
|
||||
- crypto: octeontx - Fix length check to avoid truncation in
|
||||
ucode_load_store (git-fixes).
|
||||
- crypto: qat - fix warning on adf_pfvf_pf_proto.c (git-fixes).
|
||||
- crypto: qat - fix parameter order used in
|
||||
ICP_QAT_FW_COMN_FLAGS_BUILD (git-fixes).
|
||||
- Documentation: mailbox: mbox_chan_ops.flush() is optional
|
||||
(git-fixes).
|
||||
- commit ef8920f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:43:03 CET 2026 - jdelvare@suse.com
|
||||
|
||||
@@ -6,6 +45,20 @@ Tue Feb 10 15:43:03 CET 2026 - jdelvare@suse.com
|
||||
patches.suse/hwmon-ibmpex-fix-use-after-free-in-high-low-store.patch.
|
||||
- commit 4322f6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:10:58 CET 2026 - rbm@suse.com
|
||||
|
||||
- net: tunnel: make skb_vlan_inet_prepare() return drop reasons
|
||||
(bsc#1257942 bsc#1257246 CVE-2026-23003).
|
||||
- commit 3935902
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:10:39 CET 2026 - rbm@suse.com
|
||||
|
||||
- vxlan: Pull inner IP header in vxlan_xmit_one() (bsc#1257942
|
||||
bsc#1257246 CVE-2026-23003).
|
||||
- commit 8097957
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 08:33:53 CET 2026 - tiwai@suse.de
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define srcversion 6.4
|
||||
%define patchversion 6.4.0
|
||||
%define git_commit 79a8341496e6d33c8540f5e127aca2feeeab3066
|
||||
%define git_commit ed41e20fdd59ebce84ea27bb1b49a2bc1c4bc56a
|
||||
%define variant %{nil}
|
||||
%define gcc_package gcc
|
||||
%define gcc_compiler gcc
|
||||
@@ -30,7 +30,7 @@
|
||||
Name: kernel-source
|
||||
Version: 6.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79a8341
|
||||
Release: <RELEASE>.ged41e20
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 09:22:55 CET 2026 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: btintel_pcie: Use IRQF_ONESHOT and default primary
|
||||
handler (git-fixes).
|
||||
- platform/x86: int0002: Remove IRQF_ONESHOT from request_irq()
|
||||
(git-fixes).
|
||||
- genirq: Set IRQF_COND_ONESHOT in devm_request_irq() (git-fixes).
|
||||
- crypto: hisilicon/trng - support tfms sharing the device
|
||||
(git-fixes).
|
||||
- crypto: hisilicon/zip - adjust the way to obtain the req in
|
||||
the callback function (git-fixes).
|
||||
- commit 6098b0f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 09:16:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- mfd: wm8350-core: Use IRQF_ONESHOT (git-fixes).
|
||||
- crypto: omap - Allocate OMAP_CRYPTO_FORCE_COPY scatterlists
|
||||
correctly (git-fixes).
|
||||
- crypto: virtio - Remove duplicated virtqueue_kick in
|
||||
virtio_crypto_skcipher_crypt_req (git-fixes).
|
||||
- crypto: virtio - Add spinlock protection with virtqueue
|
||||
notification (git-fixes).
|
||||
- crypto: hisilicon/sec2 - support skcipher/aead fallback for
|
||||
hardware queue unavailable (git-fixes).
|
||||
- crypto: octeontx - fix dma_free_coherent() size (git-fixes).
|
||||
- crypto: cavium - fix dma_free_coherent() size (git-fixes).
|
||||
- crypto: iaa - Fix out-of-bounds index in
|
||||
find_empty_iaa_compression_mode (git-fixes).
|
||||
- crypto: octeontx - Fix length check to avoid truncation in
|
||||
ucode_load_store (git-fixes).
|
||||
- crypto: qat - fix warning on adf_pfvf_pf_proto.c (git-fixes).
|
||||
- crypto: qat - fix parameter order used in
|
||||
ICP_QAT_FW_COMN_FLAGS_BUILD (git-fixes).
|
||||
- Documentation: mailbox: mbox_chan_ops.flush() is optional
|
||||
(git-fixes).
|
||||
- commit ef8920f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:43:03 CET 2026 - jdelvare@suse.com
|
||||
|
||||
@@ -6,6 +45,20 @@ Tue Feb 10 15:43:03 CET 2026 - jdelvare@suse.com
|
||||
patches.suse/hwmon-ibmpex-fix-use-after-free-in-high-low-store.patch.
|
||||
- commit 4322f6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:10:58 CET 2026 - rbm@suse.com
|
||||
|
||||
- net: tunnel: make skb_vlan_inet_prepare() return drop reasons
|
||||
(bsc#1257942 bsc#1257246 CVE-2026-23003).
|
||||
- commit 3935902
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:10:39 CET 2026 - rbm@suse.com
|
||||
|
||||
- vxlan: Pull inner IP header in vxlan_xmit_one() (bsc#1257942
|
||||
bsc#1257246 CVE-2026-23003).
|
||||
- commit 8097957
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 08:33:53 CET 2026 - tiwai@suse.de
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit 79a8341496e6d33c8540f5e127aca2feeeab3066
|
||||
%define git_commit ed41e20fdd59ebce84ea27bb1b49a2bc1c4bc56a
|
||||
%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>.g79a8341
|
||||
Release: <RELEASE>.ged41e20
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 09:22:55 CET 2026 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: btintel_pcie: Use IRQF_ONESHOT and default primary
|
||||
handler (git-fixes).
|
||||
- platform/x86: int0002: Remove IRQF_ONESHOT from request_irq()
|
||||
(git-fixes).
|
||||
- genirq: Set IRQF_COND_ONESHOT in devm_request_irq() (git-fixes).
|
||||
- crypto: hisilicon/trng - support tfms sharing the device
|
||||
(git-fixes).
|
||||
- crypto: hisilicon/zip - adjust the way to obtain the req in
|
||||
the callback function (git-fixes).
|
||||
- commit 6098b0f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 09:16:06 CET 2026 - tiwai@suse.de
|
||||
|
||||
- mfd: wm8350-core: Use IRQF_ONESHOT (git-fixes).
|
||||
- crypto: omap - Allocate OMAP_CRYPTO_FORCE_COPY scatterlists
|
||||
correctly (git-fixes).
|
||||
- crypto: virtio - Remove duplicated virtqueue_kick in
|
||||
virtio_crypto_skcipher_crypt_req (git-fixes).
|
||||
- crypto: virtio - Add spinlock protection with virtqueue
|
||||
notification (git-fixes).
|
||||
- crypto: hisilicon/sec2 - support skcipher/aead fallback for
|
||||
hardware queue unavailable (git-fixes).
|
||||
- crypto: octeontx - fix dma_free_coherent() size (git-fixes).
|
||||
- crypto: cavium - fix dma_free_coherent() size (git-fixes).
|
||||
- crypto: iaa - Fix out-of-bounds index in
|
||||
find_empty_iaa_compression_mode (git-fixes).
|
||||
- crypto: octeontx - Fix length check to avoid truncation in
|
||||
ucode_load_store (git-fixes).
|
||||
- crypto: qat - fix warning on adf_pfvf_pf_proto.c (git-fixes).
|
||||
- crypto: qat - fix parameter order used in
|
||||
ICP_QAT_FW_COMN_FLAGS_BUILD (git-fixes).
|
||||
- Documentation: mailbox: mbox_chan_ops.flush() is optional
|
||||
(git-fixes).
|
||||
- commit ef8920f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:43:03 CET 2026 - jdelvare@suse.com
|
||||
|
||||
@@ -6,6 +45,20 @@ Tue Feb 10 15:43:03 CET 2026 - jdelvare@suse.com
|
||||
patches.suse/hwmon-ibmpex-fix-use-after-free-in-high-low-store.patch.
|
||||
- commit 4322f6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:10:58 CET 2026 - rbm@suse.com
|
||||
|
||||
- net: tunnel: make skb_vlan_inet_prepare() return drop reasons
|
||||
(bsc#1257942 bsc#1257246 CVE-2026-23003).
|
||||
- commit 3935902
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:10:39 CET 2026 - rbm@suse.com
|
||||
|
||||
- vxlan: Pull inner IP header in vxlan_xmit_one() (bsc#1257942
|
||||
bsc#1257246 CVE-2026-23003).
|
||||
- commit 8097957
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 08:33:53 CET 2026 - tiwai@suse.de
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.4
|
||||
%define patchversion 6.4.0
|
||||
%define git_commit 79a8341496e6d33c8540f5e127aca2feeeab3066
|
||||
%define git_commit ed41e20fdd59ebce84ea27bb1b49a2bc1c4bc56a
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux gz
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-zfcpdump
|
||||
Version: 6.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79a8341
|
||||
Release: <RELEASE>.ged41e20
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
BIN
patches.suse.tar.bz2
LFS
BIN
patches.suse.tar.bz2
LFS
Binary file not shown.
19
series.conf
19
series.conf
@@ -39008,6 +39008,7 @@
|
||||
patches.suse/bonding-fix-incorrect-software-timestamping-report.patch
|
||||
patches.suse/ionic-fix-kernel-panic-due-to-multi-buffer-handling.patch
|
||||
patches.suse/mlxsw-spectrum_buffers-Fix-memory-corruptions-on-Spe.patch
|
||||
patches.suse/vxlan-Pull-inner-IP-header-in-vxlan_xmit_one.patch
|
||||
patches.suse/net-can-j1939-enhanced-error-handling-for-tightly-re.patch
|
||||
patches.suse/net-can-j1939-Initialize-unused-data-in-j1939_send_o.patch
|
||||
patches.suse/net-can-j1939-recover-socket-queue-on-CAN-bus-error-.patch
|
||||
@@ -49249,6 +49250,7 @@
|
||||
patches.suse/netdevsim-print-human-readable-IP-address.patch
|
||||
patches.suse/netdevsim-copy-addresses-for-both-in-and-out-paths.patch
|
||||
patches.suse/selftests-rtnetlink-update-netdevsim-ipsec-output-fo.patch
|
||||
patches.suse/net-tunnel-make-skb_vlan_inet_prepare-return-drop-reasons.patch
|
||||
patches.suse/r8169-enable-SG-TSO-on-selected-chip-versions-per-de.patch
|
||||
patches.suse/tg3-Address-byte-order-miss-matches.patch
|
||||
patches.suse/r8169-implement-additional-ethtool-stats-ops.patch
|
||||
@@ -57775,6 +57777,23 @@
|
||||
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
|
||||
patches.suse/thermal-intel-x86_pkg_temp_thermal-Handle-invalid-te.patch
|
||||
patches.suse/Documentation-mailbox-mbox_chan_ops.flush-is-optiona.patch
|
||||
patches.suse/crypto-qat-fix-parameter-order-used-in-ICP_QAT_FW_CO.patch
|
||||
patches.suse/crypto-qat-fix-warning-on-adf_pfvf_pf_proto.c.patch
|
||||
patches.suse/crypto-octeontx-Fix-length-check-to-avoid-truncation.patch
|
||||
patches.suse/crypto-iaa-Fix-out-of-bounds-index-in-find_empty_iaa.patch
|
||||
patches.suse/crypto-cavium-fix-dma_free_coherent-size.patch
|
||||
patches.suse/crypto-octeontx-fix-dma_free_coherent-size.patch
|
||||
patches.suse/crypto-hisilicon-zip-adjust-the-way-to-obtain-the-re.patch
|
||||
patches.suse/crypto-hisilicon-sec2-support-skcipher-aead-fallback.patch
|
||||
patches.suse/crypto-virtio-Add-spinlock-protection-with-virtqueue.patch
|
||||
patches.suse/crypto-virtio-Remove-duplicated-virtqueue_kick-in-vi.patch
|
||||
patches.suse/crypto-hisilicon-trng-support-tfms-sharing-the-devic.patch
|
||||
patches.suse/crypto-omap-Allocate-OMAP_CRYPTO_FORCE_COPY-scatterl.patch
|
||||
patches.suse/genirq-Set-IRQF_COND_ONESHOT-in-devm_request_irq.patch
|
||||
patches.suse/platform-x86-int0002-Remove-IRQF_ONESHOT-from-reques.patch
|
||||
patches.suse/Bluetooth-btintel_pcie-Use-IRQF_ONESHOT-and-default-.patch
|
||||
patches.suse/mfd-wm8350-core-Use-IRQF_ONESHOT.patch
|
||||
|
||||
# netdev/net-next main
|
||||
patches.suse/ice-use-netif_get_num_default_rss_queues.patch
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
2026-02-11 03:38:17 +0000
|
||||
GIT Revision: 79a8341496e6d33c8540f5e127aca2feeeab3066
|
||||
2026-02-11 08:56:13 +0000
|
||||
GIT Revision: ed41e20fdd59ebce84ea27bb1b49a2bc1c4bc56a
|
||||
GIT Branch: SLE15-SP7
|
||||
|
||||
Reference in New Issue
Block a user