GIT Revision: 46f2a1fcc82fbfdba9d5420e523c0a4efdb38d44

GIT Branch: SL-16.0
2026-01-31 00:00:12 +0000
This commit is contained in:
2026-01-31 08:00:14 +01:00
parent b71815f9cc
commit 574a348861
28 changed files with 768 additions and 30 deletions
+60
View File
@@ -1,3 +1,63 @@
-------------------------------------------------------------------
Fri Jan 30 09:12:48 CET 2026 - tiwai@suse.de
- Revert "mtd: spinand: esmt: fix id code for F50D1G41LB"
(stable-fixes).
- wifi: mac80211: correctly decode TTLM with default link map
(git-fixes).
- net: phy: micrel: fix clk warning when removing the driver
(git-fixes).
- nfc: nci: Fix race between rfkill and nci_unregister_device()
(git-fixes).
- nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame() (git-fixes).
- net: wwan: t7xx: fix potential skb->frags overflow in RX path
(git-fixes).
- can: gs_usb: gs_usb_receive_bulk_callback(): fix error message
(git-fixes).
- can: at91_can: Fix memory leak in at91_can_probe() (git-fixes).
- Bluetooth: MGMT: Fix memory leak in set_ssp_complete
(git-fixes).
- Bluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_work
(git-fixes).
- tpm2-sessions: Fix tpm2_read_public range checks (git-fixes).
- commit 46e120b
-------------------------------------------------------------------
Thu Jan 29 17:17:16 CET 2026 - ohering@suse.de
- scsi: storvsc: Process unsupported MODE_SENSE_10 (bsc#1257296).
- Add bugnumber to an existing hv_netvsc change (bsc#1257473).
- commit 6b4816a
-------------------------------------------------------------------
Thu Jan 29 16:44:21 CET 2026 - tiwai@suse.de
- Refresh patches.kabi/tpm2-sessions-kabi-workaround.patch
Suppress compiler warnings due to missing prototypes.
- commit e9a2f19
-------------------------------------------------------------------
Thu Jan 29 14:15:37 CET 2026 - tbogendoerfer@suse.de
- idpf: Fix RSS LUT NULL ptr issue after soft reset
(CVE-2026-22993 bsc#1257180).
- idpf: Fix RSS LUT NULL pointer crash on early ethtool operations
(CVE-2026-22993 bsc#1257180).
- gve: defer interrupt enabling until NAPI registration
(CVE-2025-71156 bsc#1257167).
- mlxbf_gige: emit messages during open and probe failures
(git-fixes).
- mlxbf_gige: return EPROBE_DEFER if PHY IRQ is not available
(git-fixes).
- commit 247473b
-------------------------------------------------------------------
Thu Jan 29 13:48:31 CET 2026 - rbm@suse.com
- ipv6: BUG() in pskb_expand_head() as part of
calipso_skbuff_setattr() (CVE-2025-71085 bsc#1256623).
- commit 5565f0e
-------------------------------------------------------------------
Thu Jan 29 09:33:01 CET 2026 - oneukum@suse.com
+60
View File
@@ -1,3 +1,63 @@
-------------------------------------------------------------------
Fri Jan 30 09:12:48 CET 2026 - tiwai@suse.de
- Revert "mtd: spinand: esmt: fix id code for F50D1G41LB"
(stable-fixes).
- wifi: mac80211: correctly decode TTLM with default link map
(git-fixes).
- net: phy: micrel: fix clk warning when removing the driver
(git-fixes).
- nfc: nci: Fix race between rfkill and nci_unregister_device()
(git-fixes).
- nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame() (git-fixes).
- net: wwan: t7xx: fix potential skb->frags overflow in RX path
(git-fixes).
- can: gs_usb: gs_usb_receive_bulk_callback(): fix error message
(git-fixes).
- can: at91_can: Fix memory leak in at91_can_probe() (git-fixes).
- Bluetooth: MGMT: Fix memory leak in set_ssp_complete
(git-fixes).
- Bluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_work
(git-fixes).
- tpm2-sessions: Fix tpm2_read_public range checks (git-fixes).
- commit 46e120b
-------------------------------------------------------------------
Thu Jan 29 17:17:16 CET 2026 - ohering@suse.de
- scsi: storvsc: Process unsupported MODE_SENSE_10 (bsc#1257296).
- Add bugnumber to an existing hv_netvsc change (bsc#1257473).
- commit 6b4816a
-------------------------------------------------------------------
Thu Jan 29 16:44:21 CET 2026 - tiwai@suse.de
- Refresh patches.kabi/tpm2-sessions-kabi-workaround.patch
Suppress compiler warnings due to missing prototypes.
- commit e9a2f19
-------------------------------------------------------------------
Thu Jan 29 14:15:37 CET 2026 - tbogendoerfer@suse.de
- idpf: Fix RSS LUT NULL ptr issue after soft reset
(CVE-2026-22993 bsc#1257180).
- idpf: Fix RSS LUT NULL pointer crash on early ethtool operations
(CVE-2026-22993 bsc#1257180).
- gve: defer interrupt enabling until NAPI registration
(CVE-2025-71156 bsc#1257167).
- mlxbf_gige: emit messages during open and probe failures
(git-fixes).
- mlxbf_gige: return EPROBE_DEFER if PHY IRQ is not available
(git-fixes).
- commit 247473b
-------------------------------------------------------------------
Thu Jan 29 13:48:31 CET 2026 - rbm@suse.com
- ipv6: BUG() in pskb_expand_head() as part of
calipso_skbuff_setattr() (CVE-2025-71085 bsc#1256623).
- commit 5565f0e
-------------------------------------------------------------------
Thu Jan 29 09:33:01 CET 2026 - oneukum@suse.com
+60
View File
@@ -1,3 +1,63 @@
-------------------------------------------------------------------
Fri Jan 30 09:12:48 CET 2026 - tiwai@suse.de
- Revert "mtd: spinand: esmt: fix id code for F50D1G41LB"
(stable-fixes).
- wifi: mac80211: correctly decode TTLM with default link map
(git-fixes).
- net: phy: micrel: fix clk warning when removing the driver
(git-fixes).
- nfc: nci: Fix race between rfkill and nci_unregister_device()
(git-fixes).
- nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame() (git-fixes).
- net: wwan: t7xx: fix potential skb->frags overflow in RX path
(git-fixes).
- can: gs_usb: gs_usb_receive_bulk_callback(): fix error message
(git-fixes).
- can: at91_can: Fix memory leak in at91_can_probe() (git-fixes).
- Bluetooth: MGMT: Fix memory leak in set_ssp_complete
(git-fixes).
- Bluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_work
(git-fixes).
- tpm2-sessions: Fix tpm2_read_public range checks (git-fixes).
- commit 46e120b
-------------------------------------------------------------------
Thu Jan 29 17:17:16 CET 2026 - ohering@suse.de
- scsi: storvsc: Process unsupported MODE_SENSE_10 (bsc#1257296).
- Add bugnumber to an existing hv_netvsc change (bsc#1257473).
- commit 6b4816a
-------------------------------------------------------------------
Thu Jan 29 16:44:21 CET 2026 - tiwai@suse.de
- Refresh patches.kabi/tpm2-sessions-kabi-workaround.patch
Suppress compiler warnings due to missing prototypes.
- commit e9a2f19
-------------------------------------------------------------------
Thu Jan 29 14:15:37 CET 2026 - tbogendoerfer@suse.de
- idpf: Fix RSS LUT NULL ptr issue after soft reset
(CVE-2026-22993 bsc#1257180).
- idpf: Fix RSS LUT NULL pointer crash on early ethtool operations
(CVE-2026-22993 bsc#1257180).
- gve: defer interrupt enabling until NAPI registration
(CVE-2025-71156 bsc#1257167).
- mlxbf_gige: emit messages during open and probe failures
(git-fixes).
- mlxbf_gige: return EPROBE_DEFER if PHY IRQ is not available
(git-fixes).
- commit 247473b
-------------------------------------------------------------------
Thu Jan 29 13:48:31 CET 2026 - rbm@suse.com
- ipv6: BUG() in pskb_expand_head() as part of
calipso_skbuff_setattr() (CVE-2025-71085 bsc#1256623).
- commit 5565f0e
-------------------------------------------------------------------
Thu Jan 29 09:33:01 CET 2026 - oneukum@suse.com
+60
View File
@@ -1,3 +1,63 @@
-------------------------------------------------------------------
Fri Jan 30 09:12:48 CET 2026 - tiwai@suse.de
- Revert "mtd: spinand: esmt: fix id code for F50D1G41LB"
(stable-fixes).
- wifi: mac80211: correctly decode TTLM with default link map
(git-fixes).
- net: phy: micrel: fix clk warning when removing the driver
(git-fixes).
- nfc: nci: Fix race between rfkill and nci_unregister_device()
(git-fixes).
- nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame() (git-fixes).
- net: wwan: t7xx: fix potential skb->frags overflow in RX path
(git-fixes).
- can: gs_usb: gs_usb_receive_bulk_callback(): fix error message
(git-fixes).
- can: at91_can: Fix memory leak in at91_can_probe() (git-fixes).
- Bluetooth: MGMT: Fix memory leak in set_ssp_complete
(git-fixes).
- Bluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_work
(git-fixes).
- tpm2-sessions: Fix tpm2_read_public range checks (git-fixes).
- commit 46e120b
-------------------------------------------------------------------
Thu Jan 29 17:17:16 CET 2026 - ohering@suse.de
- scsi: storvsc: Process unsupported MODE_SENSE_10 (bsc#1257296).
- Add bugnumber to an existing hv_netvsc change (bsc#1257473).
- commit 6b4816a
-------------------------------------------------------------------
Thu Jan 29 16:44:21 CET 2026 - tiwai@suse.de
- Refresh patches.kabi/tpm2-sessions-kabi-workaround.patch
Suppress compiler warnings due to missing prototypes.
- commit e9a2f19
-------------------------------------------------------------------
Thu Jan 29 14:15:37 CET 2026 - tbogendoerfer@suse.de
- idpf: Fix RSS LUT NULL ptr issue after soft reset
(CVE-2026-22993 bsc#1257180).
- idpf: Fix RSS LUT NULL pointer crash on early ethtool operations
(CVE-2026-22993 bsc#1257180).
- gve: defer interrupt enabling until NAPI registration
(CVE-2025-71156 bsc#1257167).
- mlxbf_gige: emit messages during open and probe failures
(git-fixes).
- mlxbf_gige: return EPROBE_DEFER if PHY IRQ is not available
(git-fixes).
- commit 247473b
-------------------------------------------------------------------
Thu Jan 29 13:48:31 CET 2026 - rbm@suse.com
- ipv6: BUG() in pskb_expand_head() as part of
calipso_skbuff_setattr() (CVE-2025-71085 bsc#1256623).
- commit 5565f0e
-------------------------------------------------------------------
Thu Jan 29 09:33:01 CET 2026 - oneukum@suse.com
+60
View File
@@ -1,3 +1,63 @@
-------------------------------------------------------------------
Fri Jan 30 09:12:48 CET 2026 - tiwai@suse.de
- Revert "mtd: spinand: esmt: fix id code for F50D1G41LB"
(stable-fixes).
- wifi: mac80211: correctly decode TTLM with default link map
(git-fixes).
- net: phy: micrel: fix clk warning when removing the driver
(git-fixes).
- nfc: nci: Fix race between rfkill and nci_unregister_device()
(git-fixes).
- nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame() (git-fixes).
- net: wwan: t7xx: fix potential skb->frags overflow in RX path
(git-fixes).
- can: gs_usb: gs_usb_receive_bulk_callback(): fix error message
(git-fixes).
- can: at91_can: Fix memory leak in at91_can_probe() (git-fixes).
- Bluetooth: MGMT: Fix memory leak in set_ssp_complete
(git-fixes).
- Bluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_work
(git-fixes).
- tpm2-sessions: Fix tpm2_read_public range checks (git-fixes).
- commit 46e120b
-------------------------------------------------------------------
Thu Jan 29 17:17:16 CET 2026 - ohering@suse.de
- scsi: storvsc: Process unsupported MODE_SENSE_10 (bsc#1257296).
- Add bugnumber to an existing hv_netvsc change (bsc#1257473).
- commit 6b4816a
-------------------------------------------------------------------
Thu Jan 29 16:44:21 CET 2026 - tiwai@suse.de
- Refresh patches.kabi/tpm2-sessions-kabi-workaround.patch
Suppress compiler warnings due to missing prototypes.
- commit e9a2f19
-------------------------------------------------------------------
Thu Jan 29 14:15:37 CET 2026 - tbogendoerfer@suse.de
- idpf: Fix RSS LUT NULL ptr issue after soft reset
(CVE-2026-22993 bsc#1257180).
- idpf: Fix RSS LUT NULL pointer crash on early ethtool operations
(CVE-2026-22993 bsc#1257180).
- gve: defer interrupt enabling until NAPI registration
(CVE-2025-71156 bsc#1257167).
- mlxbf_gige: emit messages during open and probe failures
(git-fixes).
- mlxbf_gige: return EPROBE_DEFER if PHY IRQ is not available
(git-fixes).
- commit 247473b
-------------------------------------------------------------------
Thu Jan 29 13:48:31 CET 2026 - rbm@suse.com
- ipv6: BUG() in pskb_expand_head() as part of
calipso_skbuff_setattr() (CVE-2025-71085 bsc#1256623).
- commit 5565f0e
-------------------------------------------------------------------
Thu Jan 29 09:33:01 CET 2026 - oneukum@suse.com
+60
View File
@@ -1,3 +1,63 @@
-------------------------------------------------------------------
Fri Jan 30 09:12:48 CET 2026 - tiwai@suse.de
- Revert "mtd: spinand: esmt: fix id code for F50D1G41LB"
(stable-fixes).
- wifi: mac80211: correctly decode TTLM with default link map
(git-fixes).
- net: phy: micrel: fix clk warning when removing the driver
(git-fixes).
- nfc: nci: Fix race between rfkill and nci_unregister_device()
(git-fixes).
- nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame() (git-fixes).
- net: wwan: t7xx: fix potential skb->frags overflow in RX path
(git-fixes).
- can: gs_usb: gs_usb_receive_bulk_callback(): fix error message
(git-fixes).
- can: at91_can: Fix memory leak in at91_can_probe() (git-fixes).
- Bluetooth: MGMT: Fix memory leak in set_ssp_complete
(git-fixes).
- Bluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_work
(git-fixes).
- tpm2-sessions: Fix tpm2_read_public range checks (git-fixes).
- commit 46e120b
-------------------------------------------------------------------
Thu Jan 29 17:17:16 CET 2026 - ohering@suse.de
- scsi: storvsc: Process unsupported MODE_SENSE_10 (bsc#1257296).
- Add bugnumber to an existing hv_netvsc change (bsc#1257473).
- commit 6b4816a
-------------------------------------------------------------------
Thu Jan 29 16:44:21 CET 2026 - tiwai@suse.de
- Refresh patches.kabi/tpm2-sessions-kabi-workaround.patch
Suppress compiler warnings due to missing prototypes.
- commit e9a2f19
-------------------------------------------------------------------
Thu Jan 29 14:15:37 CET 2026 - tbogendoerfer@suse.de
- idpf: Fix RSS LUT NULL ptr issue after soft reset
(CVE-2026-22993 bsc#1257180).
- idpf: Fix RSS LUT NULL pointer crash on early ethtool operations
(CVE-2026-22993 bsc#1257180).
- gve: defer interrupt enabling until NAPI registration
(CVE-2025-71156 bsc#1257167).
- mlxbf_gige: emit messages during open and probe failures
(git-fixes).
- mlxbf_gige: return EPROBE_DEFER if PHY IRQ is not available
(git-fixes).
- commit 247473b
-------------------------------------------------------------------
Thu Jan 29 13:48:31 CET 2026 - rbm@suse.com
- ipv6: BUG() in pskb_expand_head() as part of
calipso_skbuff_setattr() (CVE-2025-71085 bsc#1256623).
- commit 5565f0e
-------------------------------------------------------------------
Thu Jan 29 09:33:01 CET 2026 - oneukum@suse.com
+60
View File
@@ -1,3 +1,63 @@
-------------------------------------------------------------------
Fri Jan 30 09:12:48 CET 2026 - tiwai@suse.de
- Revert "mtd: spinand: esmt: fix id code for F50D1G41LB"
(stable-fixes).
- wifi: mac80211: correctly decode TTLM with default link map
(git-fixes).
- net: phy: micrel: fix clk warning when removing the driver
(git-fixes).
- nfc: nci: Fix race between rfkill and nci_unregister_device()
(git-fixes).
- nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame() (git-fixes).
- net: wwan: t7xx: fix potential skb->frags overflow in RX path
(git-fixes).
- can: gs_usb: gs_usb_receive_bulk_callback(): fix error message
(git-fixes).
- can: at91_can: Fix memory leak in at91_can_probe() (git-fixes).
- Bluetooth: MGMT: Fix memory leak in set_ssp_complete
(git-fixes).
- Bluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_work
(git-fixes).
- tpm2-sessions: Fix tpm2_read_public range checks (git-fixes).
- commit 46e120b
-------------------------------------------------------------------
Thu Jan 29 17:17:16 CET 2026 - ohering@suse.de
- scsi: storvsc: Process unsupported MODE_SENSE_10 (bsc#1257296).
- Add bugnumber to an existing hv_netvsc change (bsc#1257473).
- commit 6b4816a
-------------------------------------------------------------------
Thu Jan 29 16:44:21 CET 2026 - tiwai@suse.de
- Refresh patches.kabi/tpm2-sessions-kabi-workaround.patch
Suppress compiler warnings due to missing prototypes.
- commit e9a2f19
-------------------------------------------------------------------
Thu Jan 29 14:15:37 CET 2026 - tbogendoerfer@suse.de
- idpf: Fix RSS LUT NULL ptr issue after soft reset
(CVE-2026-22993 bsc#1257180).
- idpf: Fix RSS LUT NULL pointer crash on early ethtool operations
(CVE-2026-22993 bsc#1257180).
- gve: defer interrupt enabling until NAPI registration
(CVE-2025-71156 bsc#1257167).
- mlxbf_gige: emit messages during open and probe failures
(git-fixes).
- mlxbf_gige: return EPROBE_DEFER if PHY IRQ is not available
(git-fixes).
- commit 247473b
-------------------------------------------------------------------
Thu Jan 29 13:48:31 CET 2026 - rbm@suse.com
- ipv6: BUG() in pskb_expand_head() as part of
calipso_skbuff_setattr() (CVE-2025-71085 bsc#1256623).
- commit 5565f0e
-------------------------------------------------------------------
Thu Jan 29 09:33:01 CET 2026 - oneukum@suse.com
+60
View File
@@ -1,3 +1,63 @@
-------------------------------------------------------------------
Fri Jan 30 09:12:48 CET 2026 - tiwai@suse.de
- Revert "mtd: spinand: esmt: fix id code for F50D1G41LB"
(stable-fixes).
- wifi: mac80211: correctly decode TTLM with default link map
(git-fixes).
- net: phy: micrel: fix clk warning when removing the driver
(git-fixes).
- nfc: nci: Fix race between rfkill and nci_unregister_device()
(git-fixes).
- nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame() (git-fixes).
- net: wwan: t7xx: fix potential skb->frags overflow in RX path
(git-fixes).
- can: gs_usb: gs_usb_receive_bulk_callback(): fix error message
(git-fixes).
- can: at91_can: Fix memory leak in at91_can_probe() (git-fixes).
- Bluetooth: MGMT: Fix memory leak in set_ssp_complete
(git-fixes).
- Bluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_work
(git-fixes).
- tpm2-sessions: Fix tpm2_read_public range checks (git-fixes).
- commit 46e120b
-------------------------------------------------------------------
Thu Jan 29 17:17:16 CET 2026 - ohering@suse.de
- scsi: storvsc: Process unsupported MODE_SENSE_10 (bsc#1257296).
- Add bugnumber to an existing hv_netvsc change (bsc#1257473).
- commit 6b4816a
-------------------------------------------------------------------
Thu Jan 29 16:44:21 CET 2026 - tiwai@suse.de
- Refresh patches.kabi/tpm2-sessions-kabi-workaround.patch
Suppress compiler warnings due to missing prototypes.
- commit e9a2f19
-------------------------------------------------------------------
Thu Jan 29 14:15:37 CET 2026 - tbogendoerfer@suse.de
- idpf: Fix RSS LUT NULL ptr issue after soft reset
(CVE-2026-22993 bsc#1257180).
- idpf: Fix RSS LUT NULL pointer crash on early ethtool operations
(CVE-2026-22993 bsc#1257180).
- gve: defer interrupt enabling until NAPI registration
(CVE-2025-71156 bsc#1257167).
- mlxbf_gige: emit messages during open and probe failures
(git-fixes).
- mlxbf_gige: return EPROBE_DEFER if PHY IRQ is not available
(git-fixes).
- commit 247473b
-------------------------------------------------------------------
Thu Jan 29 13:48:31 CET 2026 - rbm@suse.com
- ipv6: BUG() in pskb_expand_head() as part of
calipso_skbuff_setattr() (CVE-2025-71085 bsc#1256623).
- commit 5565f0e
-------------------------------------------------------------------
Thu Jan 29 09:33:01 CET 2026 - oneukum@suse.com
+60
View File
@@ -1,3 +1,63 @@
-------------------------------------------------------------------
Fri Jan 30 09:12:48 CET 2026 - tiwai@suse.de
- Revert "mtd: spinand: esmt: fix id code for F50D1G41LB"
(stable-fixes).
- wifi: mac80211: correctly decode TTLM with default link map
(git-fixes).
- net: phy: micrel: fix clk warning when removing the driver
(git-fixes).
- nfc: nci: Fix race between rfkill and nci_unregister_device()
(git-fixes).
- nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame() (git-fixes).
- net: wwan: t7xx: fix potential skb->frags overflow in RX path
(git-fixes).
- can: gs_usb: gs_usb_receive_bulk_callback(): fix error message
(git-fixes).
- can: at91_can: Fix memory leak in at91_can_probe() (git-fixes).
- Bluetooth: MGMT: Fix memory leak in set_ssp_complete
(git-fixes).
- Bluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_work
(git-fixes).
- tpm2-sessions: Fix tpm2_read_public range checks (git-fixes).
- commit 46e120b
-------------------------------------------------------------------
Thu Jan 29 17:17:16 CET 2026 - ohering@suse.de
- scsi: storvsc: Process unsupported MODE_SENSE_10 (bsc#1257296).
- Add bugnumber to an existing hv_netvsc change (bsc#1257473).
- commit 6b4816a
-------------------------------------------------------------------
Thu Jan 29 16:44:21 CET 2026 - tiwai@suse.de
- Refresh patches.kabi/tpm2-sessions-kabi-workaround.patch
Suppress compiler warnings due to missing prototypes.
- commit e9a2f19
-------------------------------------------------------------------
Thu Jan 29 14:15:37 CET 2026 - tbogendoerfer@suse.de
- idpf: Fix RSS LUT NULL ptr issue after soft reset
(CVE-2026-22993 bsc#1257180).
- idpf: Fix RSS LUT NULL pointer crash on early ethtool operations
(CVE-2026-22993 bsc#1257180).
- gve: defer interrupt enabling until NAPI registration
(CVE-2025-71156 bsc#1257167).
- mlxbf_gige: emit messages during open and probe failures
(git-fixes).
- mlxbf_gige: return EPROBE_DEFER if PHY IRQ is not available
(git-fixes).
- commit 247473b
-------------------------------------------------------------------
Thu Jan 29 13:48:31 CET 2026 - rbm@suse.com
- ipv6: BUG() in pskb_expand_head() as part of
calipso_skbuff_setattr() (CVE-2025-71085 bsc#1256623).
- commit 5565f0e
-------------------------------------------------------------------
Thu Jan 29 09:33:01 CET 2026 - oneukum@suse.com
+60
View File
@@ -1,3 +1,63 @@
-------------------------------------------------------------------
Fri Jan 30 09:12:48 CET 2026 - tiwai@suse.de
- Revert "mtd: spinand: esmt: fix id code for F50D1G41LB"
(stable-fixes).
- wifi: mac80211: correctly decode TTLM with default link map
(git-fixes).
- net: phy: micrel: fix clk warning when removing the driver
(git-fixes).
- nfc: nci: Fix race between rfkill and nci_unregister_device()
(git-fixes).
- nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame() (git-fixes).
- net: wwan: t7xx: fix potential skb->frags overflow in RX path
(git-fixes).
- can: gs_usb: gs_usb_receive_bulk_callback(): fix error message
(git-fixes).
- can: at91_can: Fix memory leak in at91_can_probe() (git-fixes).
- Bluetooth: MGMT: Fix memory leak in set_ssp_complete
(git-fixes).
- Bluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_work
(git-fixes).
- tpm2-sessions: Fix tpm2_read_public range checks (git-fixes).
- commit 46e120b
-------------------------------------------------------------------
Thu Jan 29 17:17:16 CET 2026 - ohering@suse.de
- scsi: storvsc: Process unsupported MODE_SENSE_10 (bsc#1257296).
- Add bugnumber to an existing hv_netvsc change (bsc#1257473).
- commit 6b4816a
-------------------------------------------------------------------
Thu Jan 29 16:44:21 CET 2026 - tiwai@suse.de
- Refresh patches.kabi/tpm2-sessions-kabi-workaround.patch
Suppress compiler warnings due to missing prototypes.
- commit e9a2f19
-------------------------------------------------------------------
Thu Jan 29 14:15:37 CET 2026 - tbogendoerfer@suse.de
- idpf: Fix RSS LUT NULL ptr issue after soft reset
(CVE-2026-22993 bsc#1257180).
- idpf: Fix RSS LUT NULL pointer crash on early ethtool operations
(CVE-2026-22993 bsc#1257180).
- gve: defer interrupt enabling until NAPI registration
(CVE-2025-71156 bsc#1257167).
- mlxbf_gige: emit messages during open and probe failures
(git-fixes).
- mlxbf_gige: return EPROBE_DEFER if PHY IRQ is not available
(git-fixes).
- commit 247473b
-------------------------------------------------------------------
Thu Jan 29 13:48:31 CET 2026 - rbm@suse.com
- ipv6: BUG() in pskb_expand_head() as part of
calipso_skbuff_setattr() (CVE-2025-71085 bsc#1256623).
- commit 5565f0e
-------------------------------------------------------------------
Thu Jan 29 09:33:01 CET 2026 - oneukum@suse.com
+60
View File
@@ -1,3 +1,63 @@
-------------------------------------------------------------------
Fri Jan 30 09:12:48 CET 2026 - tiwai@suse.de
- Revert "mtd: spinand: esmt: fix id code for F50D1G41LB"
(stable-fixes).
- wifi: mac80211: correctly decode TTLM with default link map
(git-fixes).
- net: phy: micrel: fix clk warning when removing the driver
(git-fixes).
- nfc: nci: Fix race between rfkill and nci_unregister_device()
(git-fixes).
- nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame() (git-fixes).
- net: wwan: t7xx: fix potential skb->frags overflow in RX path
(git-fixes).
- can: gs_usb: gs_usb_receive_bulk_callback(): fix error message
(git-fixes).
- can: at91_can: Fix memory leak in at91_can_probe() (git-fixes).
- Bluetooth: MGMT: Fix memory leak in set_ssp_complete
(git-fixes).
- Bluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_work
(git-fixes).
- tpm2-sessions: Fix tpm2_read_public range checks (git-fixes).
- commit 46e120b
-------------------------------------------------------------------
Thu Jan 29 17:17:16 CET 2026 - ohering@suse.de
- scsi: storvsc: Process unsupported MODE_SENSE_10 (bsc#1257296).
- Add bugnumber to an existing hv_netvsc change (bsc#1257473).
- commit 6b4816a
-------------------------------------------------------------------
Thu Jan 29 16:44:21 CET 2026 - tiwai@suse.de
- Refresh patches.kabi/tpm2-sessions-kabi-workaround.patch
Suppress compiler warnings due to missing prototypes.
- commit e9a2f19
-------------------------------------------------------------------
Thu Jan 29 14:15:37 CET 2026 - tbogendoerfer@suse.de
- idpf: Fix RSS LUT NULL ptr issue after soft reset
(CVE-2026-22993 bsc#1257180).
- idpf: Fix RSS LUT NULL pointer crash on early ethtool operations
(CVE-2026-22993 bsc#1257180).
- gve: defer interrupt enabling until NAPI registration
(CVE-2025-71156 bsc#1257167).
- mlxbf_gige: emit messages during open and probe failures
(git-fixes).
- mlxbf_gige: return EPROBE_DEFER if PHY IRQ is not available
(git-fixes).
- commit 247473b
-------------------------------------------------------------------
Thu Jan 29 13:48:31 CET 2026 - rbm@suse.com
- ipv6: BUG() in pskb_expand_head() as part of
calipso_skbuff_setattr() (CVE-2025-71085 bsc#1256623).
- commit 5565f0e
-------------------------------------------------------------------
Thu Jan 29 09:33:01 CET 2026 - oneukum@suse.com
+60
View File
@@ -1,3 +1,63 @@
-------------------------------------------------------------------
Fri Jan 30 09:12:48 CET 2026 - tiwai@suse.de
- Revert "mtd: spinand: esmt: fix id code for F50D1G41LB"
(stable-fixes).
- wifi: mac80211: correctly decode TTLM with default link map
(git-fixes).
- net: phy: micrel: fix clk warning when removing the driver
(git-fixes).
- nfc: nci: Fix race between rfkill and nci_unregister_device()
(git-fixes).
- nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame() (git-fixes).
- net: wwan: t7xx: fix potential skb->frags overflow in RX path
(git-fixes).
- can: gs_usb: gs_usb_receive_bulk_callback(): fix error message
(git-fixes).
- can: at91_can: Fix memory leak in at91_can_probe() (git-fixes).
- Bluetooth: MGMT: Fix memory leak in set_ssp_complete
(git-fixes).
- Bluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_work
(git-fixes).
- tpm2-sessions: Fix tpm2_read_public range checks (git-fixes).
- commit 46e120b
-------------------------------------------------------------------
Thu Jan 29 17:17:16 CET 2026 - ohering@suse.de
- scsi: storvsc: Process unsupported MODE_SENSE_10 (bsc#1257296).
- Add bugnumber to an existing hv_netvsc change (bsc#1257473).
- commit 6b4816a
-------------------------------------------------------------------
Thu Jan 29 16:44:21 CET 2026 - tiwai@suse.de
- Refresh patches.kabi/tpm2-sessions-kabi-workaround.patch
Suppress compiler warnings due to missing prototypes.
- commit e9a2f19
-------------------------------------------------------------------
Thu Jan 29 14:15:37 CET 2026 - tbogendoerfer@suse.de
- idpf: Fix RSS LUT NULL ptr issue after soft reset
(CVE-2026-22993 bsc#1257180).
- idpf: Fix RSS LUT NULL pointer crash on early ethtool operations
(CVE-2026-22993 bsc#1257180).
- gve: defer interrupt enabling until NAPI registration
(CVE-2025-71156 bsc#1257167).
- mlxbf_gige: emit messages during open and probe failures
(git-fixes).
- mlxbf_gige: return EPROBE_DEFER if PHY IRQ is not available
(git-fixes).
- commit 247473b
-------------------------------------------------------------------
Thu Jan 29 13:48:31 CET 2026 - rbm@suse.com
- ipv6: BUG() in pskb_expand_head() as part of
calipso_skbuff_setattr() (CVE-2025-71085 bsc#1256623).
- commit 5565f0e
-------------------------------------------------------------------
Thu Jan 29 09:33:01 CET 2026 - oneukum@suse.com
+1 -1
View File
@@ -27,7 +27,7 @@
Name: dtb-aarch64
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g35ecc5a
Release: <RELEASE>.g46f2a1f
%else
Release: 0
%endif
+2 -2
View File
@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 35ecc5a4762fa378e7635aa443f18455fd8d2076
%define git_commit 46f2a1fcc82fbfdba9d5420e523c0a4efdb38d44
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-64kb
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g35ecc5a
Release: <RELEASE>.g46f2a1f
%else
Release: 0
%endif
+2 -2
View File
@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 35ecc5a4762fa378e7635aa443f18455fd8d2076
%define git_commit 46f2a1fcc82fbfdba9d5420e523c0a4efdb38d44
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-azure
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g35ecc5a
Release: <RELEASE>.g46f2a1f
%else
Release: 0
%endif
+2 -2
View File
@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 35ecc5a4762fa378e7635aa443f18455fd8d2076
%define git_commit 46f2a1fcc82fbfdba9d5420e523c0a4efdb38d44
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-default
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g35ecc5a
Release: <RELEASE>.g46f2a1f
%else
Release: 0
%endif
+2 -2
View File
@@ -18,7 +18,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 35ecc5a4762fa378e7635aa443f18455fd8d2076
%define git_commit 46f2a1fcc82fbfdba9d5420e523c0a4efdb38d44
%define variant %{nil}
%define build_html 1
%define build_pdf 0
@@ -30,7 +30,7 @@
Name: kernel-docs
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g35ecc5a
Release: <RELEASE>.g46f2a1f
%else
Release: 0
%endif
+2 -2
View File
@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 35ecc5a4762fa378e7635aa443f18455fd8d2076
%define git_commit 46f2a1fcc82fbfdba9d5420e523c0a4efdb38d44
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-kvmsmall
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g35ecc5a
Release: <RELEASE>.g46f2a1f
%else
Release: 0
%endif
+3 -3
View File
@@ -38,7 +38,7 @@
%endif
%endif
%endif
%global kernel_package kernel%kernel_flavor-srchash-35ecc5a4762fa378e7635aa443f18455fd8d2076
%global kernel_package kernel%kernel_flavor-srchash-46f2a1fcc82fbfdba9d5420e523c0a4efdb38d44
%endif
%if 0%{?rhel_version}
%global kernel_package kernel
@@ -47,14 +47,14 @@
Name: kernel-obs-build
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g35ecc5a
Release: <RELEASE>.g46f2a1f
%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-35ecc5a4762fa378e7635aa443f18455fd8d2076
Provides: kernel-obs-build-srchash-46f2a1fcc82fbfdba9d5420e523c0a4efdb38d44
BuildRequires: coreutils
BuildRequires: device-mapper
BuildRequires: dracut
+2 -2
View File
@@ -25,7 +25,7 @@
Name: kernel-obs-qa
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g35ecc5a
Release: <RELEASE>.g46f2a1f
%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-35ecc5a4762fa378e7635aa443f18455fd8d2076
BuildRequires: kernel-obs-build-srchash-46f2a1fcc82fbfdba9d5420e523c0a4efdb38d44
%endif
BuildRequires: modutils
ExclusiveArch: aarch64 ppc64le s390x x86_64
+2 -2
View File
@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 35ecc5a4762fa378e7635aa443f18455fd8d2076
%define git_commit 46f2a1fcc82fbfdba9d5420e523c0a4efdb38d44
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-rt
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g35ecc5a
Release: <RELEASE>.g46f2a1f
%else
Release: 0
%endif
+2 -2
View File
@@ -18,7 +18,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 35ecc5a4762fa378e7635aa443f18455fd8d2076
%define git_commit 46f2a1fcc82fbfdba9d5420e523c0a4efdb38d44
%define variant %{nil}
%define gcc_package gcc13
%define gcc_compiler gcc-13
@@ -30,7 +30,7 @@
Name: kernel-source
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g35ecc5a
Release: <RELEASE>.g46f2a1f
%else
Release: 0
%endif
+2 -2
View File
@@ -16,7 +16,7 @@
#
%define git_commit 35ecc5a4762fa378e7635aa443f18455fd8d2076
%define git_commit 46f2a1fcc82fbfdba9d5420e523c0a4efdb38d44
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@@ -24,7 +24,7 @@
Name: kernel-syms
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g35ecc5a
Release: <RELEASE>.g46f2a1f
%else
Release: 0
%endif
+2 -2
View File
@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 35ecc5a4762fa378e7635aa443f18455fd8d2076
%define git_commit 46f2a1fcc82fbfdba9d5420e523c0a4efdb38d44
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-zfcpdump
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g35ecc5a
Release: <RELEASE>.g46f2a1f
%else
Release: 0
%endif
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+18
View File
@@ -10571,6 +10571,7 @@
patches.suse/net-lan743x-fix-potential-out-of-bounds-write-in-lan743x_p.patch
patches.suse/calipso-Fix-null-ptr-deref-in-calipso_req_-set-del-a.patch
patches.suse/NFC-nci-uart-Set-tty-disc_data-only-in-success-path.patch
patches.suse/mlxbf_gige-return-EPROBE_DEFER-if-PHY-IRQ-is-not-ava.patch
patches.suse/net-atm-add-lec_mutex.patch
patches.suse/net-atm-fix-proc-net-atm-lec-handling.patch
patches.suse/wifi-mac80211-drop-invalid-source-address-OCB-frames.patch
@@ -11482,6 +11483,7 @@
patches.suse/ipv6-adopt-dst_dev-helper.patch
patches.suse/ipv6-adopt-skb_dst_dev-and-skb_dst_dev_net-_rcu-help.patch
patches.suse/ipv6-ip6_mc_input-and-ip6_mr_input-cleanups.patch
patches.suse/mlxbf_gige-emit-messages-during-open-and-probe-failu.patch
patches.suse/net-mlx5-Check-device-memory-pointer-before-usage.patch
patches.suse/dt-bindings-dpll-Add-DPLL-device-and-pin.patch
patches.suse/dt-bindings-dpll-Add-support-for-Microchip-Azurite-c.patch
@@ -14138,6 +14140,7 @@
patches.suse/scsi-lpfc-Update-lpfc-version-to-14.4.0.12.patch
patches.suse/scsi-qla2xxx-Fix-improper-freeing-of-purex-item.patch
patches.suse/tpm2-sessions-Fix-out-of-range-indexing-in-name_size.patch
patches.suse/tpm2-sessions-Fix-tpm2_read_public-range-checks.patch
patches.suse/ipmi-Fix-the-race-between-__scan_channels-and-delive.patch
patches.suse/ipmi-Fix-__scan_channels-failing-to-rescan-channels.patch
patches.suse/landlock-Fix-handling-of-disconnected-directories.patch
@@ -14381,6 +14384,8 @@
patches.suse/wifi-cfg80211-sme-store-capped-length-in-__cfg80211_.patch
patches.suse/wifi-mac80211-do-not-use-old-MBSSID-elements.patch
patches.suse/net-stmmac-fix-the-crash-issue-for-zero-copy-XDP_TX-action.patch
patches.suse/gve-defer-interrupt-enabling-until-NAPI-registration.patch
patches.suse/ipv6-BUG-in-pskb_expand_head-as-part-of-calipso_skbuff_set.patch
patches.suse/net-usb-sr9700-fix-incorrect-command-used-to-write-s.patch
patches.suse/ipv4-Fix-reference-count-leak-when-using-error-routes-with.patch
patches.suse/net-rose-fix-invalid-array-index-in-rose_kill_by_dev.patch
@@ -14418,6 +14423,8 @@
patches.suse/atm-Fix-dma_free_coherent-size.patch
patches.suse/wifi-avoid-kernel-infoleak-from-struct-iw_point.patch
patches.suse/wifi-mac80211-restore-non-chanctx-injection-behaviou.patch
patches.suse/idpf-Fix-RSS-LUT-NULL-pointer-crash-on-early-ethtool.patch
patches.suse/idpf-Fix-RSS-LUT-NULL-ptr-issue-after-soft-reset.patch
patches.suse/arp-do-not-assume-dev_hard_header-does-not-change-skb-head.patch
patches.suse/pinctrl-qcom-lpass-lpi-mark-the-GPIO-controller-as-s.patch
patches.suse/crypto-qat-fix-duplicate-restarting-msg-during-AER-e.patch
@@ -14562,6 +14569,17 @@
patches.suse/w1-therm-Fix-off-by-one-buffer-overflow-in-alarms_st.patch
patches.suse/w1-fix-redundant-counter-decrement-in-w1_attach_slav.patch
patches.suse/keys-trusted_keys-fix-handle-passed-to-tpm_buf_appen.patch
patches.suse/msft-hv-3448-scsi-storvsc-Process-unsupported-MODE_SENSE_10.patch
patches.suse/Bluetooth-hci_uart-fix-null-ptr-deref-in-hci_uart_wr.patch
patches.suse/Bluetooth-MGMT-Fix-memory-leak-in-set_ssp_complete.patch
patches.suse/can-at91_can-Fix-memory-leak-in-at91_can_probe.patch
patches.suse/can-gs_usb-gs_usb_receive_bulk_callback-fix-error-me.patch
patches.suse/net-wwan-t7xx-fix-potential-skb-frags-overflow-in-RX.patch
patches.suse/nfc-llcp-Fix-memleak-in-nfc_llcp_send_ui_frame.patch
patches.suse/nfc-nci-Fix-race-between-rfkill-and-nci_unregister_d.patch
patches.suse/net-phy-micrel-fix-clk-warning-when-removing-the-dri.patch
patches.suse/wifi-mac80211-correctly-decode-TTLM-with-default-lin.patch
patches.suse/Revert-mtd-spinand-esmt-fix-id-code-for-F50D1G41LB.patch
# netdev/net-next main
patches.suse/ice-use-netif_get_num_default_rss_queues.patch
+2 -2
View File
@@ -1,3 +1,3 @@
2026-01-30 00:00:11 +0000
GIT Revision: 35ecc5a4762fa378e7635aa443f18455fd8d2076
2026-01-31 00:00:12 +0000
GIT Revision: 46f2a1fcc82fbfdba9d5420e523c0a4efdb38d44
GIT Branch: SL-16.0