1
0
forked from pool/kernel-source

GIT Revision: ed41e20fdd59ebce84ea27bb1b49a2bc1c4bc56a

GIT Branch: SLE15-SP7
2026-02-11 08:56:13 +0000
This commit is contained in:
2026-02-12 08:02:12 +01:00
parent 8f3a45c3bf
commit 0bc4514dc6
23 changed files with 573 additions and 24 deletions

View File

@@ -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